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

Make Goal Router and User edits work together #456

Closed
3 tasks
Rapdorian opened this issue Jun 25, 2020 · 1 comment
Closed
3 tasks

Make Goal Router and User edits work together #456

Rapdorian opened this issue Jun 25, 2020 · 1 comment
Labels
backend enhancement New feature or request frontend goal wontfix This will not be worked on

Comments

@Rapdorian
Copy link
Contributor

Rapdorian commented Jun 25, 2020

Right now the goal router sources all of it's data from the redux store. Goals are never properly stored in the backend in any way. The closest we get is the UserEdits collection, which currently is filled with mostly empty data. I think we should completely abandon storing our goals in the redux store and instead have the goal router fetch data from the backend.

  • Change UserEdits to store a single goal
  • Store goal data in UserEdits
  • Fetch goal data from user edits in GoalRouter
@imnasnainaec
Copy link
Collaborator

We are expanding backend User Edits as needed to store any frontend Goal properties that need to persist.

@imnasnainaec imnasnainaec added wontfix This will not be worked on and removed bug Something isn't working labels Apr 15, 2021
@imnasnainaec imnasnainaec closed this as not planned Won't fix, can't repro, duplicate, stale Apr 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend enhancement New feature or request frontend goal wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants