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

14. Add & Delete Goals - As a user, I want to be able to add a new goal, delete an existing goal, and view my goals in a table #14

Closed
3 tasks done
shangguanwang opened this issue Sep 17, 2023 · 1 comment
Assignees

Comments

@shangguanwang
Copy link
Owner

shangguanwang commented Sep 17, 2023

Acceptance Criteria

  • By clicking on Add Goal button, users should be redirected to a form consisting of the following fields: Name, Amount, Due Date. There is an additional number field called "Saved So Far" which will default to zero.
  • After successfully input the data, users should be redirected back to the Goals view, and the new data should be reflected in a table view.
  • Firebase data task: debt data should be saved in a separate sub-collection under the same user in Firebase.
@shangguanwang
Copy link
Owner Author

Files Modified

  • views/Goals/Goals.tsx
  • views/Goals/GoalsAdd.tsx
  • redux/goalsSlice.js

After

goals-after

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant