Ecosyste.ms: Timeline

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

yash431garg

yash431garg created a comment on a pull request on gator-labs/chomp
I have to still fix one test related to history page which is skipped right now working on that.

View on GitHub

yash431garg pushed 1 commit to PROD-725/consider-seen-question-credit-cost gator-labs/chomp
  • refactor: change query to get unanswered questions b39b33d

View on GitHub

yash431garg opened a pull request on gator-labs/chomp
feat: show premium deck cost based on availalbe unanswered question
- Description Show deck credit cost based on number of question credit cost minus the question answered.
yash431garg created a comment on a pull request on gator-labs/chomp
Failing test is unrelated to this PR.

View on GitHub

yash431garg created a branch on gator-labs/chomp

PROD-725/consider-seen-question-credit-cost

yash431garg created a comment on a pull request on gator-labs/chomp
mystery-box-history test is skipped in this PR and I will resolve this in PROD-745.

View on GitHub

yash431garg opened a pull request on gator-labs/chomp
update animation based on reward amount
Description 1. Added logic to determine the appropriate animation based on reward attributes. 2. Updated animation assets and timing. 3. Refactored existing animation code to support new variat...
yash431garg created a branch on gator-labs/chomp

PROD-742/fix-animaiton-while-opening-box

yash431garg pushed 1 commit to PROD-732/associate-prize-with-trigger-updated gator-labs/chomp
  • fix: remove test for rewardMysteryBox ee4df29

View on GitHub

yash431garg pushed 1 commit to PROD-732/associate-prize-with-trigger-updated gator-labs/chomp
  • remove skip get-new-mystery-box 9240f11

View on GitHub

yash431garg pushed 1 commit to PROD-732/associate-prize-with-trigger-updated gator-labs/chomp
  • fix: get total credit test 519f2df

View on GitHub

yash431garg pushed 1 commit to PROD-732/associate-prize-with-trigger-updated gator-labs/chomp
  • fix: getUnopenedMysteryBox test d4f2b20

View on GitHub

yash431garg pushed 1 commit to PROD-732/associate-prize-with-trigger-updated gator-labs/chomp
  • wip: skip mysterybox tests 44d0f54

View on GitHub

yash431garg deleted a branch gator-labs/chomp

PROD-732/associate-prize-with-trigger

yash431garg opened a pull request on gator-labs/chomp
Prod 732/associate prize with trigger updated
Description This PR removes the relationship between the MysteryBox table and the MysteryBoxPrize table. The relationship is now updated to link MysteryBoxTrigger to MysteryBoxPrize instead. Ch...
yash431garg deleted a branch gator-labs/chomp

PROD-732/associate-prize-with-trigger-new

yash431garg closed a pull request on gator-labs/chomp
Prod 732/associate prize with trigger new
Description This PR removes the relationship between the MysteryBox table and the MysteryBoxPrize table. The relationship is now updated to link MysteryBoxTrigger to MysteryBoxPrize instead. Ch...
yash431garg opened a pull request on gator-labs/chomp
Prod 732/associate prize with trigger new
Description This PR removes the relationship between the MysteryBox table and the MysteryBoxPrize table. The relationship is now updated to link MysteryBoxTrigger to MysteryBoxPrize instead. Ch...
yash431garg created a branch on gator-labs/chomp

PROD-732/associate-prize-with-trigger-new

yash431garg pushed 19 commits to PROD-732/associate-prize-with-trigger gator-labs/chomp
  • feat: credit users admin panel 23e6bd4
  • Merge branch 'main' into prod-708/admin-credit ae7f7d2
  • Merge branch 'main' into prod-708/admin-credit 73e1da3
  • chore: allow quoted addresses 4a59caf
  • Link mystery box claim transactions to ChainTx table. 64c8c1f
  • Add token columns to ChainTx table. 17bf1dc
  • Add chainTx record when sending mystery box tokens. 6898d33
  • Store token amount in ChainTx table; add test. d879e6c
  • Import not needed for mock. 05ed261
  • Merge branch 'main' into prod-708/admin-credit 04861c1
  • fix: error handling e5ad8be
  • Split migration into three parts and add query to migrate existing data. 8f9a272
  • Set mystery box outgoing Chain TX entries as finalized. c6d5554
  • Refresh mystery box history after opening one. 319daba
  • Lint fix. 0715665
  • Merge pull request #916 from gator-labs/prod-708/admin-credit PROD-708: Give Credits to Many User ft. Admin 813f953
  • Merge pull request #927 from gator-labs/PROD-756/mystery-box-hub-history-not-displaying-until-refresh PROD-756: Refr... e0484bd
  • Merge pull request #924 from gator-labs/PROD-713/mystery-box-hub-track-claims-in-chaintx PROD-713: record mystery bo... 965829e
  • Merge branch 'main' into PROD-732/associate-prize-with-trigger 3552477

View on GitHub

yash431garg pushed 19 commits to PROD-732/associate-prize-with-trigger gator-labs/chomp
  • Reduce correct answer cron interval to 1 minute. 2baad30
  • Protect answer calcuation cronjob with a mutex. d2f274b
  • Update history queries. 60f0b5b
  • fix: disable legacy question claim 083c97b
  • Merge pull request #922 from gator-labs/prod-744/legacy-question-support PROD-744: Disable legacy question claim button a0be4b7
  • style: fix connect wallet align 2c6d74d
  • Move queries out of transaction for now to avoid Prisma problems. 35f232c
  • Fix types. 5819206
  • More type fixes. 264d95f
  • Remove duplicate values. 074c23c
  • Add missing fields. c86b1a6
  • Remove revealAtAnswerCount values for now to satisfy TS. 25ce3f6
  • Merge pull request #925 from gator-labs/PROD-757/fix-tests-prisma-transaction-overload PROD-757: Move queries out of... d9593e2
  • Merge pull request #919 from gator-labs/PROD-743/reduce-wait-period-to-reveal-questions PROD-743: reduce wait period... c9c94ca
  • Merge pull request #921 from gator-labs/PROD-748/inconsistent-question-icon PROD-748: Inconsistent question icons 2661881
  • Merge pull request #923 from gator-labs/fix/cw-button Style: Fix Connect Wallet Alignment 5b8b5cd
  • Remove second half of old hacky deck test fix. b718f0c
  • Merge pull request #928 from gator-labs/PROD-755/not-able-to-answer-questions-in-staging PROD-755: Fix unanswerable ... e7ea89b
  • Merge branch 'main' into PROD-732/associate-prize-with-trigger 955e60d

View on GitHub

yash431garg created a comment on a pull request on gator-labs/chomp
@neel-ds I also have fixed this in my PR. Should I remove that?

View on GitHub

yash431garg pushed 106 commits to PROD-717/fix-credit-purchase-latency gator-labs/chomp
  • chore: update question card reveal content 309ac8f
  • style: credit chip 9709380
  • Merge branch 'main' into prod-716/qc-reveal c07c963
  • chore: disable claim for cpq dd5cb97
  • Merge branch 'main' into prod-716/qc-reveal e9e73f5
  • Remove reveal/claim all mystery box feature. 125b491
  • Prettier update. 8b7df01
  • Remove box reopening feature. 6e0f1bb
  • feat: credit reward data df4c484
  • Remove unused variable. 3d4ba01
  • Add "credit cost per question" field to admin panel. 6dd7dc7
  • Add missing parameter. 5252ef9
  • feat: add reward tab c91f2c4
  • feat: add mystery box hub scaffold 9dac87a
  • feat: update ui, add new enums for trigger and box size and update reward mystery box query 2b88d80
  • fix: query and icon 15311f2
  • feat: add logic to process and reward user 8178fcf
  • refactor d3ced36
  • feat: update logic to handle 0 bonk and 0 credit 39f8b0e
  • Merge pull request #907 from gator-labs/PROD-724/add-credit-cost-per-question-to-admin-panel PROD-724: Add "credit c... 943ebbd
  • and 86 more ...

View on GitHub

yash431garg pushed 1 commit to PROD-732/associate-prize-with-trigger gator-labs/chomp

View on GitHub

yash431garg pushed 1 commit to PROD-732/associate-prize-with-trigger gator-labs/chomp
  • feat: add query to update claim all and revel all mb 81777a1

View on GitHub

yash431garg pushed 1 commit to PROD-732/associate-prize-with-trigger gator-labs/chomp
  • feat: add migration and query to update data for new user mb and chompmas streak b 6bcb9db

View on GitHub

yash431garg pushed 1 commit to PROD-732/associate-prize-with-trigger gator-labs/chomp
  • remove skip and update get new box test 9f698fe

View on GitHub

yash431garg pushed 1 commit to PROD-732/associate-prize-with-trigger gator-labs/chomp

View on GitHub

yash431garg pushed 1 commit to PROD-732/associate-prize-with-trigger gator-labs/chomp
  • refactor: design fixes and hub reward fixes d821c79

View on GitHub

Load more