You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add submission & review system
- Wire up the ship button in projects page to call submit API
- Add /review dashboard for admins to review pending submissions
- Implement buff system with live M calculation and payout preview
- Add review API endpoint with approve/reject actions
- Post review results to Slack #raspapi-logs
- Update .env.example with ADMIN_IDS, SLACK_BOT_TOKEN, SLACK_LOGS_CHANNEL
https://claude.ai/code/session_019nt7obPSBSVJKfnf5RDA6U
* fix: apply biome formatting
https://claude.ai/code/session_019nt7obPSBSVJKfnf5RDA6U
* Hedging my ledger
* DM approval/rejection status, better logging
* Format, buff it up
* Drop 5-7 explicit hour req
---------
Co-authored-by: Claude <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: src/content/guides/about.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,5 +20,6 @@ Before submitting your project, make sure you meet the following requirements:
20
20
- Your API should include docs at `/docs`. These can be handwritten or auto-generated (Swagger, Redoc, Scalar, etc.), but should clearly explain your endpoints and give an example of a valid request for each.
21
21
- Your API should be usable by anyone. If it requires auth or API keys, make sure there's a way for people to easily get access, such as with a demo key on your docs.
22
22
- Your code should be in a public git repo with a (hand-written, please) README explaining what it is.
23
-
- You should have around 5–7 hours tracked on Hackatime.
24
23
- Make something cool and have fun!
24
+
25
+
Reviewers award a multiplier based on what your API implements - see the [Buffs & Multipliers](/guides/buffs) guide for details on how payouts are calculated.
Buffs are awarded at reviewer discretion. Please do not ask for specific buffs in your submission notes, but do make sure to highlight any features you implemented that you think are cool and deserve recognition!
0 commit comments