Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
samott opened a pull request on gator-labs/chomp
PROD-743: reduce wait period to reveal questions
Reduce correct answer cron interval to 1 minute and protect against multiple concurrent invocations.samott opened a pull request on gator-labs/chomp
PROD-741: Credits UI fixes and answer page credits implementation
Previously the reveal answer page links were not working. This is because the answer page wasn't set up for credits questions. I've updated the page to accommodate both legacy questions and credits...samott pushed 1 commit to PROD-741/credits-ui-fixes gator-labs/chomp
- Add margin below rewards history. 4972818
samott pushed 1 commit to PROD-741/credits-ui-fixes gator-labs/chomp
- Allow for multiple BONK prizes in a box. 307b4ad
samott pushed 1 commit to PROD-741/credits-ui-fixes gator-labs/chomp
- Update answer page to work with credits questions. 44e356f
samott closed a pull request on gator-labs/chomp
Prod 739: Question history page
Wire up new question history page. ![history](https://github.com/user-attachments/assets/d2e4430b-65a8-4391-bd6f-f8be2565e9ef)samott created a review comment on a pull request on gator-labs/chomp
Okay, makes sense. Thanks for clarifying!
samott created a review comment on a pull request on gator-labs/chomp
yeah, but what about cases where we know the answer already (i.e. we use `isCorrect` instead of `calculatedIsCorrect`)? Or are we not giving boxes in that case?
samott opened a pull request on gator-labs/chomp
Prod 739: Question history page
Wire up new question history page.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
samott closed a pull request on gator-labs/chomp
PROD-730: Cronjob to calculate correct answers for questions that are ready to reveal
Cronjob to calculate correct answers for questions that are ready to reveal.samott 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. Sure, that's a valid approach. I'll leave it as is for now to get t...
samott 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.
samott pushed 1 commit to PROD-712/box-hub-claim-validation-reward gator-labs/chomp
- Wire in history feed to mystery box hub page. 6f711a8
samott created a review comment on a pull request on gator-labs/chomp
This should go in /components with the other MysteryBox components rather than /app/components,
samott 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://github.com/user-attachments/assets/4b52ebe3-b07f-4603-8ce...
samott pushed 1 commit to PROD-730/calculate-correct-answers-cron gator-labs/chomp
- Change comparison for revealAtAnswerCount. 85852c5