Skip to content
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

Persist Template Categories #277

Closed
3 tasks done
thanasis457 opened this issue Sep 3, 2024 · 0 comments · Fixed by #287
Closed
3 tasks done

Persist Template Categories #277

thanasis457 opened this issue Sep 3, 2024 · 0 comments · Fixed by #287
Assignees
Labels
bug Something isn't working

Comments

@thanasis457
Copy link
Contributor

thanasis457 commented Sep 3, 2024

Description

Right now the app has two categories - "food" and "takeout". Adding or removing categories on the template builder does not persist through reloads or after switching pages. Use the react-redux-firebase/redux-firestore reducer to correctly update the categories and persist them on the database (or fix existing functionality that is not working).

When removing a category, it should also be removed from all providers that have it in their description.

  • Adding categories works
  • Removing categories works
  • Updating/Modifying categories works

You will probably need access to Firebase. If needed, slack me (Thanasis Taprantzis) and I will grant you access.

Please test thoroughly for any bugs.

@thanasis457 thanasis457 added the bug Something isn't working label Sep 4, 2024
@davidlee04 davidlee04 self-assigned this Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants