issues
search
IradDoron
/
pitcholympics
https://pitcholympics.vercel.app
8
stars
6
forks
source link
Refactor the code according to DR code review
#192
Closed
IradDoron
closed
11 months ago
IradDoron
commented
11 months ago
Delete unused packages and files.
Delete global variables, functions and types and put them where they been used.
Initilaized MUI.
Rename the "services" directory to "dbActions" and put it in the "lib" directory.
Move all the REST endpoints from "controllers" to "api".
Use Zustand to handle state management where needed.
Hide all content that not related to MVP with some "future flag".
Remove the Accessibility button from the navbar (keep it in the project for the future).
Move the "models" and "mockData" directory to a directory named "db" inside "lib".
Update to next-auth 5 beta.
Delete Tailwind, Styled Components and Stylex.