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
Refractor code to match community standards
- [ ] Remove unnecessary React.FC syntax
- [ ] Extract Layout to _app.tsx (No need to add layout on every page)
- [ ] Use absolute path uniformly - remove import ../.., etc.
Update UI to reflect functionality properly
- [ ] SignUp button should be renamed to "Add Author"
- [ ] /signup route should be renamed to /add-author
- [ ] On create post page, email input should be changed to select (As only those emails that exists in users table can be added there)
- [ ] Remove legacyBehaviour and update links
The text was updated successfully, but these errors were encountered:
mayank1513
added a commit
to mayank1513/prisma-examples
that referenced
this issue
Jul 21, 2023
- [ ] Remove unnecessary React.FC syntax
- [ ] Extract Layout to _app.tsx (No need to add layout on every page)
- [ ] Use absolute path uniformly - remove import ../.., etc.
- [ ] SignUp button should be renamed to "Add Author"
- [ ]
/signup
route should be renamed to/add-author
- [ ] On create post page, email input should be changed to select (As only those emails that exists in users table can be added there)
- [ ] Remove legacyBehaviour and update links
The text was updated successfully, but these errors were encountered: