From 6f3a08867f1a7ce62350de7e99f3cf30b6c3254f Mon Sep 17 00:00:00 2001 From: Korbs Date: Fri, 19 Jul 2024 02:03:55 -0400 Subject: [PATCH] Update TODO --- README.md | 51 ++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 50 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a5c9524..fbff4ef 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,55 @@ ___ - [x] Track Events (Users should be opted-out by default, OpenPanel will be used) - [x] Make privacy policy adaptive - [x] Mobile Support + - [ ] Server Configuration (.env) + - [ ] Quality + - [ ] Allow 1080p + - [ ] Allow 4K + - [ ] Allow 8K + - [ ] Account System (Based on [Account System Demo](https://ark.sudovanilla.org/MinPluto/Account-System-Demo)) + - [ ] Use Supabase Library + - [ ] Create Pages: + - [ ] Subscription Feed + - [ ] History (Maybe, maybe not) + - [ ] Login + - [ ] Register + - [ ] Account + - [ ] Preferences + - [ ] Delete + - [ ] Anomymous Account Creation + - [ ] Email Confirmation Code + - [ ] Ability to: + - [ ] Update Data + - [ ] Avatar (Reminder: Proxy avatar URL) + - [ ] Username + - [ ] Email + - [ ] Pasword + - [ ] Delete Account + - [ ] API + - [ ] `/api/update/avatar` (Reminder: Proxy avatar URL) + - [ ] `/api/update/name` + - [ ] `/api/update/email` + - [ ] `/api/update/password` + - [ ] `/api/update/preference/ui/theme` + - [ ] `/api/update/preference/ui/color-scheme` + - [ ] `/api/update/preference/ui/zen` + - [ ] `/api/update/preference/ui/sidebar/size` + - [ ] `/api/update/preference/player-type` + - [ ] `/api/update/preference/image-proxy` + - [ ] `/api/update/preference/instance/invidious/media` + - [ ] `/api/update/preference/instance/invidious/data` + - [ ] `/api/update/preference/instance/safetwitch/media` + - [ ] `/api/update/preference/instance/safetwitch/data` + - [ ] `/api/auth/login` + - [ ] `/api/auth/register` + - [ ] `/api/auth/delete` + - [ ] `/api/auth/confirm` + - [ ] `/api/auth/logout` + - [ ] `/api/anon/create` + - [ ] `/api/anon/delete` + - [ ] `/api/anon/signout` + - [ ] `/api/subscription/add` + - [ ] `/api/subscription/remove` - [ ] Revamp Design and Layout ([UI Library Repo](https://ark.sudovanilla.org/MinPluto/UI-Library/)) - [ ] Use Header over Sidebar - [ ] Generic @@ -76,7 +125,7 @@ ___ - [ ] Just Chatting - [ ] IRL - [ ] Sports - - [ ] Animtals + - [ ] Animals - [ ] Creativity - [ ] Inline Player - [ ] Dedicated Redirect Page