-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: user, group basic endpoints #36
Conversation
To note, we don't need to start with this many endpoints. ChatGPT gave you stuff that isn't necessary. There's no reason to have an endpoint that lists all of the users, groups, or meetings. We might query that in the backend, but never from the frontend. Also, can you add at least one test to each endpoint before implementing it? I know it's a bit annoying, but it'll serve as specification and documentation. |
* feat: ✨ [SEMI-STABLE] implement google oauth * chore: 🔧 cleanup code * feat: ✨ use sub prop for id * style: 🎨 move google button to layout * fix: 🐛 handle empty name fields * chore: 🔧 [STABLE] remove unused deps * chore: 🔧 remove unused fields * feat: ✨ use email as userId * fix: 🐛 add console log to try block
* feat: prisma schema * udpate schema * feat: add back config * feat: add back key table * feat: reorder tables * feat: last missing params added
Have to fix Groups endpoint to match new schema, but not too extensive. Should be doable -- but at a later time |
I'll close this for now since I assume you're not going to be working off of this @KevinWu098 |
Summary
Endpoints
User Endpoints:
✅ Group Endpoints:
To-Dos
Issues
Closes #33