Refactoring collections handler

This commit is contained in:
th3r00t
2023-03-20 12:12:55 -04:00
parent 11c0c89624
commit 3e89273cbc
10 changed files with 289 additions and 49 deletions

41
wiki/Client.wiki vendored Normal file
View File

@@ -0,0 +1,41 @@
[[index|Home]] [[TOC]] [[https://github.com/th3r00t/pyShelf.git|github]]
= Client =
:frontend:ui:
== Dependency Management ==
:dependency:
* [X] npm #c5f8d347
* [X] sass #8f43ab4c
* [ ] pip #14ee256e
== [[https://create.t3.gg|T3.gg]] ==
=== User System ===
- NextAuthjs
- Authentication Providers
- Discord
Required: Client ID, Client Secret
- Github
Required: Client ID, Client Secret, only one callback per app.
{{https://next-auth.js.org/providers/github|NextAuthjs Github}}
=== User Experience ===
:ux:
* [ ] Favorites #0fc67f94
* [ ] Permissions / Roles #9c4f279e
* [ ] User Profile #289e0fe0
* [ ] User Settings #51955b33
=== Data Management ===
:data:
* [ ] Book Management System #92e523d2
* [ ] add #bda9a0f3
* [ ] remove #4b34e931
* [ ] update #eb959340
* [ ] access level #b00795a4
* [ ] ownership #8c80edc5
* [ ] attach #8acb21a9
* [ ] detach #2e263616