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
We have a couple small outstanding backend tasks to finish:
- Rating calculation
- Saving a rating
- Data loaders
- Search functionality
I'm sure there are other things, but I think we should really focus on the frontend
Our frontend still needs a couple things for us to have an MVP. This list is not exhaustive, and we will probably have more to do.
- Create a new recipe
- Add a revision to a recipe
- Fork a recipe
- "My recipes" page
- Submit a rating (This will require some work on the backend)
- Swap Zustand for Redux Toolkit
- Search functionality (Will require some backend work)
- Performance updates
- Pagination when listing recipes
- Some hydration issues, especially with our current "global state" approach
- Duplicate key error on the homepage
- Overall code cleanup