You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
API folders not using correct definition syntax (thing.method.ts)
Instead of all http methods in one file, should be broken up into multiple files, check all API files
partners.vue file has same issue AND index routes that expect IDs to come in as a query but also has its own id.ts, should be rote parameter NOT a query (both /id and /? and shoudln't have both)
Just use id.ts and break into file based method routing, same for all APIs
Delete all id. files and make sure id.ts is broken up into get, post, etc
Description:
Include a brief task description...
Removals
githubmanagement.tsnuxtuserStore(Review with Alex/Taz)Additions/Fixes
TailwindtoTailwindDemographics.vuemakeover (fixing all the shit will probably be its own issue)$fetchreferences in favor ofusefetchprojects.vue/students.vue(medium prioity cleanup)API Elements
thing.method.ts)httpmethods in one file, should be broken up into multiple files, check all API filespartners.vuefile has same issue AND index routes that expect IDs to come in as a query but also has its ownid.ts, should be rote parameter NOT a query (both/idand/?and shoudln't have both)id.tsand break into file based method routing, same for all APIsid.files and make sureid.tsis broken up intoget,post, etc