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

Delete question #143

Open
3 tasks
ddfridley opened this issue May 6, 2022 · 0 comments
Open
3 tasks

Delete question #143

ddfridley opened this issue May 6, 2022 · 0 comments
Labels

Comments

@ddfridley
Copy link
Contributor

The app/component/questions.js component has the ability to add questions, but not delete them.

  • Propose a new UX for deleting questions and review with group. Make it easy for new users to understand.
  • Implement/ The deleted question will need to be removed from the object and the changed questions upserted, and the last entry upserted with a value of undefined. eg upsert( {questions: {"2": {"text": "this is the last question}, "3": undefined}}})
  • app/components/script.js needs to correctly handle the deletion of a question.
@ddfridley ddfridley added the React label May 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant