Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
neel-ds opened a pull request on gator-labs/chomp
PROD-708: Give Credits to Many User ft. Admin
- Description Enable credits deposit for multiple users at same time from the admin panel - What are the steps to test that this code is working? Give credits to your wallets - Screen shots...neel-ds opened a pull request on gator-labs/chomp
PROD-733: Enable Points for Paid Questions
- Description Change points for answering question based on credit - What are the steps to test that this code is working? Answer a free and paid questions bothneel-ds created a review on a pull request on gator-labs/chomp
I think that openMysteryBoxHub fits better in actions instead of app/queries. There is typo in getValidationRewardQuestion filename. Noticed some inconsistencies in casing, like BuildMessage it wou...
neel-ds created a review on a pull request on gator-labs/chomp
I think that openMysteryBoxHub fits better in actions instead of app/queries. There is typo in getValidationRewardQuestion filename. Noticed some inconsistencies in casing, like BuildMessage it wou...
neel-ds created a review comment on a pull request on gator-labs/chomp
Instead of ruling out all the questions, can't it just consider questions having revealAt > NOW()? It would be quick.
neel-ds created a comment on a pull request on gator-labs/chomp
> > I think there is more clean up require in useReveal hook and some other files. Following PR added the changes to move Mystery Box to Reveal All: > > You're right - I've taken out the code ar...
neel-ds pushed 13 commits to prod-716/qc-reveal gator-labs/chomp
- Remove Chompmas box flow from streak stats box. 2af9f1d
- Remove Chompmas tests. ba4ec81
- Remove Chompmas mystery box from streak query code path. 248ca60
- Remove Chompmas endpoints. f694301
- Clean up unused imports (from Chompmas code). b231687
- Merge pull request #904 from gator-labs/PROD-709/remove-chompmas-box-campaign PROD-709: Remove Chompmas box campaign 5186048
- Add "credit cost per question" field to admin panel. 6dd7dc7
- Add missing parameter. 5252ef9
- Merge pull request #907 from gator-labs/PROD-724/add-credit-cost-per-question-to-admin-panel PROD-724: Add "credit c... 943ebbd
- Allow for the possibility of no token prize in test case. 63f634a
- Update previous test fix. 2e28c12
- Merge pull request #908 from gator-labs/fix/mystery-box-tests Fix: mystery box tests b0d5c09
- Merge branch 'main' into prod-716/qc-reveal 42d6abb
neel-ds created a comment on a pull request on gator-labs/chomp
> @neel-ds should I review this after the bonk chip update or it is ready to review? It is ready for review based on existing flow. It will require changes once Validation Mystery Box is live.
neel-ds created a review on a pull request on gator-labs/chomp
I think there is more clean up require in useReveal hook and some other files. Following PR added the changes to move Mystery Box to Reveal All: Ref: https://github.com/gator-labs/chomp/pull/823...
neel-ds created a review comment on a pull request on gator-labs/chomp
It would be nice to move this to types/
neel-ds created a review comment on a pull request on gator-labs/chomp
Can you create new util for it?
neel-ds created a review comment on a pull request on gator-labs/chomp
new file here too
neel-ds created a review comment on a pull request on gator-labs/chomp
I think you should create new files for different functions
neel-ds pushed 10 commits to prod-716/qc-reveal gator-labs/chomp
- For existing users, bypass "Welcome Back" screen. 0d54a49
- Lint fix. d78b1b4
- Go directly to /application rather than via /. e21c51d
- Allow for mystery boxes with no BONK in them The mechanism engine returns boxes without BONK sometimes, which makes ... 385bec8
- Remove actual check for BONK. bc6a5fb
- Don't redirect until JWT token is set. ad557f2
- Merge pull request #905 from gator-labs/fix/allow-for-mystery-boxes-with-no-bonk Fix: Allow for mystery boxes with n... c36b273
- Merge pull request #895 from gator-labs/PROD-711/remove-welcome-back-screen PROD-711: Remove welcome back screen 352eb24
- Merge branch 'main' into prod-716/qc-reveal e9e73f5
- feat: credit reward data df4c484
neel-ds pushed 29 commits to prod-716/qc-reveal gator-labs/chomp
- feat: add hide deck coulmn a093fec
- feat: add hideDeckFromHomepage in actions d2c2ee5
- Add mystery box category icons. 6b31bcb
- Add pale yellow colour. 2422251
- Define title gradient class. 875ad72
- Add chevron icon. ef4cce8
- Add mystery box category enum. ad75fd4
- Add temporary PNG image for mystery box icon. c16e53c
- Add initial mystery box hub layout. 7b04bc4
- Hide out-of-scope elements. 6c2bed5
- Prettify tailwind config. 5da798b
- Remove import for disabled element. b38e204
- Complete implementation of mystery box fetch action. b7182e8
- Leverage existing LoadMoreDecks component. c83ec4d
- Add mystery box history test. b7ad07e
- Remove unused import. c1e780c
- Remove unused variable. 0c7a495
- Add missing padding. 9bc3815
- feat: update query to hide deck from home page based on stack hide deck flag b89b58a
- Only show opened mystery boxes in history hub. 658bafe
- and 9 more ...