chore: update readme with more tasks

This commit is contained in:
mrjvs
2026-08-09 16:22:47 +02:00
parent a33e83daf8
commit 631156ae72

View File

@@ -21,22 +21,27 @@ If you'd like to help localize Pretendo Network, you can contribute to the trans
# Website refactor
The website is currently in a refactor, here is what is still left on the frontend:
- [] Term pages (nuxt content)
- [] Docs (nuxt content)
- [] Styling for progress page
- [] Styling for progress on main page
- [] Merge upstream changes into refactor branch
- [] Donation tier page
- [] Mii editor
- [] Account page
- [ ] Term pages (nuxt content)
- [ ] Docs (nuxt content)
- [ ] Styling for progress page
- [ ] Styling for progress on main page
- [ ] Donation tier page
- [ ] Mii editor
- [ ] Account page
And the tasks left on the backend:
- [] Registration (with captchas)
- [] Logout
- [] Password forgot flow
- [] Stripe webhook emails
- [] Stripe webhook database updates
- [] Discord integration (add/remove roles on link and subscription changes)
- [] Creation of stripe subscriptions
- [] Account editing (mii saving, server environment changes)
- [] Delete account
- [ ] Registration (with captchas)
- [ ] Logout
- [x] Login
- [ ] Password forgot flow
- [x] Stripe webhook emails
- [x] Stripe webhook database updates
- [x] Discord integration (add/remove roles on link and subscription changes)
- [ ] Creation of stripe subscriptions
- [ ] Account editing (mii saving, server environment changes)
- [ ] Delete account
- [x] Discourse SSO
Miscellanous tasks:
- [ ] Merge upstream changes into refactor branch
- [ ] Security testing