Commit cf34dda
authored
Reward settings (#389)
* fix: modify api.ts
* fix: remove google auth buttom
* fix: fixes responsive fixes on organization
* fix: minor fixes
* fix: modify create organization
* fix: modify create organization
* fix: fix organization permission
* fix: merge into main
* feat: hackathon overview page
* feat: hackathon overview page
* feat: implement participant overview
* feat: implement participant overview
* feat: implement resources tab
* feat: implement the submission tab
* feat: implement comment tab
* fix: implement provider for hackathon
* fix: implement provider for hackathon
* fix: minor fixes
* fix: hackathon banner
* fix: hackathon banner
* fix: fix organization page
* fix: fix organization page
* fix: use transform
* fix: add tagline
* fix: add tagline
* fix: minor fixes
* fix: minor fixes
* fix: fix timeline and prizes
* fix: correct timeline events
* fix: implement registration deadline policy
* fix: implement registration deadline policy
* feat: implement leave hackathon
* feat: implement leave hackathon
* fix: delete hackathon
* fix: implement invite participants
* fix: implement participant profile viewing
* feat: fetch participants team
* fix: redesign hackathon banner
* fix: fix hackthon card
* fix: fix search bar in blog page
* fix: fix search bar in blog page
* fix: fix search bar in blog page
* fix: fix error in fetching team posts
* feat: implement create team, get my team
* feat: implement create team, get my team
* feat: implement hackathon project submission flow
* feat: implement voting for submission
* fix: team formation updates
* fix: implement team invitation
* feat: hackathon submissions bulk actions, ranking and ui refinements
* fix: implement empty state for hackathons page
* feat: Implement submission visibility and explore submissions
* feat: Implement winners tab for hackathon winners display
* feat: implement hackathon analytics
* fix: fix coderabbit corrections
* fix: fix coderabbit corrections
* fix: fix coderabbit corrections
* fix: fix organization settings data persistence, hackathondrafts and population
* feat: fix user profile
* feat: Implemented the participant-facing and hackathon organizers announcement features
* feat: Implement judging dashboard and detailed breakdowns
* feat: Implement judging dashboard and detailed breakdowns
* fix: fix coderabbit corrections
* fix: submission management ux refinements
* fix: submission management ux refinements
* fix: submission management ux refinements
* fix: submission management ux refinements
* fix: submission management ux refinements
* feat: Implement published hackathon update and reward distribution endpoint
* fix: fix coderabbit corrections
* fix: completed all the refinements for the hackathon rewards and settings features.
* fix: I've completed the additional targeted fixes for the hackathon rewards system1 parent 99a87e9 commit cf34dda
42 files changed
Lines changed: 1778 additions & 1017 deletions
File tree
- app/(landing)
- hackathons/preview/[orgId]/[draftId]
- organizations/[id]/hackathons/[hackathonId]
- rewards
- settings
- components
- hackathons
- submissions
- landing-page
- organization/hackathons
- new/tabs
- schemas
- rewards
- settings
- hooks
- lib
- api
- hackathons
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 21 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
93 | 94 | | |
94 | 95 | | |
95 | 96 | | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
96 | 109 | | |
97 | 110 | | |
98 | 111 | | |
| |||
111 | 124 | | |
112 | 125 | | |
113 | 126 | | |
114 | | - | |
115 | | - | |
| 127 | + | |
| 128 | + | |
116 | 129 | | |
117 | 130 | | |
118 | 131 | | |
| |||
144 | 157 | | |
145 | 158 | | |
146 | 159 | | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
147 | 166 | | |
148 | 167 | | |
149 | 168 | | |
| |||
Lines changed: 26 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
30 | 34 | | |
31 | 35 | | |
32 | 36 | | |
33 | 37 | | |
34 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
35 | 46 | | |
36 | 47 | | |
37 | 48 | | |
| |||
56 | 67 | | |
57 | 68 | | |
58 | 69 | | |
| 70 | + | |
| 71 | + | |
59 | 72 | | |
60 | 73 | | |
61 | 74 | | |
| |||
85 | 98 | | |
86 | 99 | | |
87 | 100 | | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
88 | 109 | | |
89 | 110 | | |
90 | 111 | | |
| |||
95 | 116 | | |
96 | 117 | | |
97 | 118 | | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
98 | 124 | | |
99 | 125 | | |
100 | 126 | | |
| |||
0 commit comments