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

Clarify implementation requirements for auto-save and inline editing #118

Open
1 task
emilylordahl opened this issue Apr 26, 2024 · 0 comments
Open
1 task

Comments

@emilylordahl
Copy link
Collaborator

emilylordahl commented Apr 26, 2024

As part of the designs created in #79, there is additional implementation annotations needed to clarify the behavior of auto save + inline editing.

Things to consider:

  • If elements are required, throwing an error is required but at what point in the interaction?
  • Given the empty sections behavior (providing a message and options to add or remove), can that behavior be reused?
  • If elements are all options, that likely solves the implementation complexity. However, the user will need a path to error recovery when testing the form. Assess the tradeoffs of this.
    • In Google Forms
    • questions are optional but the input cannot be deleted
    • If a field is in focus and user leaves the page, the draft text persisted when user returns

ACs

  • Clarifications are provided via appropriate design documentation such as mocks, prototypes or annotations
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