Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
a4901b8
feat: created the tribe badge model
tobi-bams Feb 1, 2023
04e8658
update: added return type to all the functions in the personal file
tobi-bams Feb 1, 2023
4b3b60a
feat: created the add badge to tribe endpoint
tobi-bams Feb 1, 2023
ca80e73
update: updated the tribe badge column alittle
tobi-bams Feb 2, 2023
5568ecd
update: updated how the badge not works when badge is being transfered
tobi-bams Feb 2, 2023
4c55dbb
feat: created an util to help create the badge bot when bot is added …
tobi-bams Feb 2, 2023
8bb92f0
update: creating badge and adding to group worked successfully
tobi-bams Feb 2, 2023
8d8bc53
update: updated the badge bot to accomodate the new badge workflow
tobi-bams Feb 2, 2023
652a722
update: updated badge bot test to accomodate the new badge workflow
tobi-bams Feb 2, 2023
782428a
update: updated the create badge endpoint to return actual values of …
tobi-bams Feb 2, 2023
59801fa
update: updated the badge bot test to use response from create badge
tobi-bams Feb 2, 2023
cd11bad
update: updated the mother bot help to contain the hide command
tobi-bams Feb 2, 2023
2330213
update: changed the boltwall default url back to that of docker
tobi-bams Feb 2, 2023
a40b227
feat: created the update badge endpoint
tobi-bams Feb 3, 2023
de231bb
badge templates
Evanfeenstra Feb 3, 2023
39e1e02
trigger tests again
Evanfeenstra Feb 3, 2023
aeb2136
update: added addtional fields to the badge model
tobi-bams Feb 3, 2023
10484ee
update: ran build for the action commited in the previous commit
tobi-bams Feb 3, 2023
a315b02
update: updated the create badge endpoint to accomodate badge template
tobi-bams Feb 3, 2023
b26acaf
update: updated the get all badges
tobi-bams Feb 3, 2023
672cdbe
update: updated how add badge to tribe endpoint works
tobi-bams Feb 3, 2023
ed6a8e7
update: updated the badge bot add command for adding badge to tribe
tobi-bams Feb 3, 2023
97f7740
update: added an extra level of check before adding a badge to a tribe
tobi-bams Feb 3, 2023
7d5894f
update: added check for reward requirement
tobi-bams Feb 3, 2023
8f5ce79
update: made changes for the active column on badge table
tobi-bams Feb 3, 2023
7cce3c5
update: added the active column to tribe badge table
tobi-bams Feb 3, 2023
7f67009
update: made changes to ensure active badges are used in tribe
tobi-bams Feb 3, 2023
78970e3
update: added check for created badge
tobi-bams Feb 3, 2023
04c152d
update: updated the badge bot for more flexibility
tobi-bams Feb 3, 2023
e45a80c
merged from remote branch
tobi-bams Feb 3, 2023
b92be2d
update: changed boltwall url to that of internal docker
tobi-bams Feb 4, 2023
4746d54
update: merged from add-badge-to-tribe branch
tobi-bams Feb 6, 2023
49bb213
update: update-badge api updated
tobi-bams Feb 6, 2023
7ea5dc2
update: change config to that of boltwall
tobi-bams Feb 6, 2023
b3a0b02
update: updated the create badge endpoint to accomodate chat_id
tobi-bams Feb 6, 2023
1cf3001
feat: Get Badge per tribe endpoint
tobi-bams Feb 6, 2023
a9cce98
update: updated the add to tribe endpoint
tobi-bams Feb 7, 2023
4582dde
feat: remove badge from tribe endpoint
tobi-bams Feb 7, 2023
90fd3f2
update: boltwall docker config
tobi-bams Feb 7, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
268 changes: 124 additions & 144 deletions dist/src/builtin/badge.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/src/builtin/badge.js.map

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions dist/src/builtin/mother.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/src/builtin/mother.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading