From 2390b6c6fde32ba4e7fef60bb1d57c60699ddd3e Mon Sep 17 00:00:00 2001 From: mrjvs Date: Tue, 18 Aug 2026 23:16:54 +0200 Subject: [PATCH] chore: remove todos from readme --- README.md | 59 ------------------------------------------------------- 1 file changed, 59 deletions(-) diff --git a/README.md b/README.md index 2f15016..a6aee97 100644 --- a/README.md +++ b/README.md @@ -60,62 +60,3 @@ There are no fully required configuration variables, the app can runs minimally | | `PN_WEBSITE_PUBLIC_HCAPTCHA_SITE_KEY` | HCaptcha site key | - | | | | | | | Discourse SSO | `PN_WEBSITE_DISCOURSE_SSO_SECRET` | Discourse SSO secret | - | - - -# Website refactor - -The website is currently in a refactor, here is what is still left on the frontend: -- [x] Styling for progress page -- [x] Styling for progress on main page -- [X] Account: Mii editor -- [X] Account: View account -- [X] Account: Delete account -- [X] Account: Link discord account -- [X] Account: Edit server environment -- [ ] Account: Edit account info -- [X] Donations: stripe checkout frontend -- [x] Auth: Login -- [x] Auth: Logout -- [x] Auth: Register -- [x] Auth: Forgot password flow -- [X] Content: Term pages -- [X] April fools' -- [X] Content: Documentation pages -- [x] Content: Blog - -And the tasks left on the backend: -- [x] Registration (with captchas) -- [x] Logout -- [x] Login -- [x] Password forgot flow -- [x] Stripe webhook emails -- [x] Stripe webhook database updates -- [x] Discord integration (add/remove roles on link and subscription changes) -- [x] Creation of stripe subscriptions -- [x] Account editing (mii saving, server environment changes) -- [x] Delete account -- [x] Discourse SSO -- [x] HCaptcha support -- [x] RSS feed - -Miscellanous tasks: -- [x] Merge upstream changes into refactor branch -- [x] Security testing -- [x] Document configuration -- [x] Backend testing - - [x] Github progress tracking - - [x] Discord linking - - [x] Discord role syncing - - [x] Login/logout - - [x] Register - - [x] Discourse SSO - - [x] HCaptcha - - [x] RSS feed - - [x] Stripe checkout - - [x] Stripe donation progress - - [x] Stripe webhooks (+ mailing) - - [x] Forgot password flow - - [x] Delete account - - [x] server environment changing - - [x] Mii edits saving - - [x] Auth cookies \ No newline at end of file