Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

samott

samott deleted a branch gator-labs/chomp

PROD-704/remove-mystery-box-after-reveal-all

samott pushed 10 commits to main gator-labs/chomp
  • Remove reveal/claim all mystery box feature. 125b491
  • Prettier update. 8b7df01
  • Remove box reopening feature. 6e0f1bb
  • Remove unused variable. 3d4ba01
  • Allow for the possibility of no token prize in test case. c25b0bf
  • Update previous test fix. 3f459e7
  • useReveal hook: remove mystery box remnants. 7b781e5
  • Remove reveal all mystery box remnants. d05a33d
  • Remove getRevealAllMysteryBoxForQuestions(). 0cf21de
  • Merge pull request #906 from gator-labs/PROD-704/remove-mystery-box-after-reveal-all PROD-704: Remove mystery box af... dfbde60

View on GitHub

samott closed a pull request on gator-labs/chomp
PROD-704: Remove mystery box after reveal all
Removes the reveal all / claim all mystery box.
samott created a review on a pull request on gator-labs/chomp
Looks good to me.

View on GitHub

samott pushed 1 commit to PROD-704/remove-mystery-box-after-reveal-all gator-labs/chomp
  • Remove getRevealAllMysteryBoxForQuestions(). 0cf21de

View on GitHub

samott created a review comment on a pull request on gator-labs/chomp
I changed it for now. The correct, long-term solution is to check the config on startup.

View on GitHub

samott pushed 1 commit to PROD-730/calculate-correct-answers-cron gator-labs/chomp
  • Throw on missing config value. f37dadd

View on GitHub

samott 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 around t...

View on GitHub

samott pushed 2 commits to PROD-704/remove-mystery-box-after-reveal-all gator-labs/chomp
  • useReveal hook: remove mystery box remnants. 7b781e5
  • Remove reveal all mystery box remnants. d05a33d

View on GitHub

samott pushed 1 commit to PROD-719/update-stacks-deck-view gator-labs/chomp
  • Limit history query to current deck. 0df4d50

View on GitHub

samott pushed 1 commit to PROD-719/update-stacks-deck-view gator-labs/chomp
  • Change of plan: revert from "questionId" -> "id". 5042230

View on GitHub

samott pushed 1 commit to PROD-719/update-stacks-deck-view gator-labs/chomp
  • Query uses "questionId" rather than "id". 6609a7b

View on GitHub

samott pushed 1 commit to PROD-719/update-stacks-deck-view gator-labs/chomp
  • Rever accidental commit of debug code. 69f509b

View on GitHub

samott pushed 1 commit to PROD-719/update-stacks-deck-view gator-labs/chomp
  • Fix query (quote column names to preserve case). e4c525a

View on GitHub

samott pushed 1 commit to PROD-719/update-stacks-deck-view gator-labs/chomp

View on GitHub

samott pushed 1 commit to PROD-719/update-stacks-deck-view gator-labs/chomp
  • Wire up new history query. 952b5b4

View on GitHub

samott pushed 6 commits to PROD-719/update-stacks-deck-view gator-labs/chomp
  • PROD-718 add new history queries d854e4f
  • PROD-718 add types to new history queries abbd7ff
  • PROD-718 add action for new history query along with new react query method 0739226
  • Use PascalCase for types. c2dd63f
  • Convert bigints to numbers. 97e9d80
  • Wire up header indicators. e37b7b5

View on GitHub

samott pushed 31 commits to PROD-719/update-stacks-deck-view 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
  • 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
  • and 11 more ...

View on GitHub

samott pushed 16 commits to PROD-730/calculate-correct-answers-cron 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
  • 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

View on GitHub

samott deleted a branch gator-labs/chomp

fix/mystery-box-tests

samott pushed 3 commits to main gator-labs/chomp
  • 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

View on GitHub

samott closed a pull request on gator-labs/chomp
Fix: mystery box tests
Fix: mystery box tests
samott opened a pull request on gator-labs/chomp
Fix: mystery box tests
Fix: mystery box tests
samott pushed 1 commit to PROD-704/remove-mystery-box-after-reveal-all gator-labs/chomp
  • Update previous test fix. 3f459e7

View on GitHub

samott pushed 1 commit to PROD-704/remove-mystery-box-after-reveal-all gator-labs/chomp
  • Allow for the possibility of no token prize in test case. c25b0bf

View on GitHub

samott deleted a branch gator-labs/chomp

PROD-724/add-credit-cost-per-question-to-admin-panel

samott closed a pull request on gator-labs/chomp
PROD-724: Add "credit cost per question" field to admin panel.
Add "credit cost per question" field to admin panel. ![ccpq](https://github.com/user-attachments/assets/820ad582-461a-4b96-be2a-2d21e6a82cfa)
samott pushed 1 commit to PROD-724/add-credit-cost-per-question-to-admin-panel gator-labs/chomp

View on GitHub

samott opened a pull request on gator-labs/chomp
PROD-724: Add "credit cost per question" field to admin panel.
Add "credit cost per question" field to admin panel. ![ccpq](https://github.com/user-attachments/assets/820ad582-461a-4b96-be2a-2d21e6a82cfa)
Load more