Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
yash431garg created a review comment on a pull request on gator-labs/chomp
Thanks for pointing out these. I will fix them meanwhile BuildMessage behave as a component that's why I kept it that way.
yash431garg pushed 1 commit to PROD-712/box-hub-claim-validation-reward gator-labs/chomp
- fix: remove unique constriant on mbp table e1a84eb
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 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...
yash431garg created a review comment on a pull request on gator-labs/chomp
No, this query make sure that user only get a reward if the correct answer is calculated which means if you want to get more boxes you need to either do reveal or run the cron to calculate the answer.
yash431garg created a review comment on a pull request on gator-labs/chomp
You are correct. I will add a fix for this.
yash431garg pushed 1 commit to PROD-712/box-hub-claim-validation-reward gator-labs/chomp
- feat: add BuildMessage component, files restructuring and ui fixes f0e2081
yash431garg created a comment on a pull request on gator-labs/chomp
> I added in the history feed to the hub page on this branch, FYI. Thanks it slip from my mind
sentry-io[bot] created a comment on a pull request on gator-labs/chomp
## 🔍 Existing Issues For Review Your pull request is modifying functions with the following pre-existing issues: 📄 File: **components/HistoryNew/QuestionCard.tsx** | Function | Unhandled Issue | ...
samott opened a pull request on gator-labs/chomp
Prod 739: Question history page
Wire up new question history page.yash431garg created a comment on a pull request on gator-labs/chomp
> Functionally, looks good. > > * The animation is the Chompmas one. > * The "Mystery Boxes" title isn't centered: > > ![mysterybox_title](https://private-user-images.githubusercontent.com/8...
marvinmarnold pushed 34 commits to main gator-labs/chomp
- Add question card indicator icons. e9b04c8
- Add question card indicators drawer. 65043a4
- Add question card indicators. 7f883d2
- Add new deck header component. 2f3ca1a
- Add QuestionCardStatus component. bf3d4d8
- Reorg new history components. cb4dca3
- Add optional label. b26c6d7
- Tweak element gap. c5f2bab
- Render deck footer. 60b2052
- Wire up indicator info drawer. 18da538
- Use new reveal screen. 685b2df
- Prettier. 27ff9bc
- Add new reveal feed. fe74854
- Add new history component. 7cb43f3
- QuestionCard updates: - Add ref for infinite query. - Add link to answer page. 4b8c81a
- Lint fixes. 676fe12
- Change question container to LI and move ref outside of card. 7514d48
- Add key. 2fac8e0
- Remove key from inner element. a1902b9
- PROD-718 add new history queries d854e4f
- and 14 more ...
marvinmarnold created a comment on a pull request on gator-labs/chomp
Gonna merge so I can test everything all together.
marvinmarnold pushed 2 commits to main gator-labs/chomp
marvinmarnold closed a pull request on gator-labs/chomp
PROD-703: Remove NFT Reveal
- Description Remove all files and code path related to nft reveal. It will support existing records but won't allow new reveal - What are the steps to test that this code is working? Reveal i...samott created a review comment on a pull request on gator-labs/chomp
I think this will only work for subjective questions, right?
samott pushed 8 commits to main gator-labs/chomp
- Add query for questions needing a calculated answer. 202f54b
- Add cron API endpoint to calculate correct answers. 784384d
- Add test for getQuestionsNeedingCorrectAnswer(). bd1e3ec
- Add entry for correct question cronjob. 30c1afd
- Add comment to function. 6523491
- Throw on missing config value. f37dadd
- Change comparison for revealAtAnswerCount. 85852c5
- Merge pull request #903 from gator-labs/PROD-730/calculate-correct-answers-cron PROD-730: Cronjob to calculate corre... 37426b9