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

Design for adding a new record to a table #193

Closed
kgodey opened this issue Jun 7, 2021 · 1 comment
Closed

Design for adding a new record to a table #193

kgodey opened this issue Jun 7, 2021 · 1 comment
Assignees
Labels
ready Ready for implementation

Comments

@kgodey
Copy link
Contributor

kgodey commented Jun 7, 2021

Problem

Users should be able to add a single new record to a table.

Proposed solution

We need a design for adding a new record to a table.

  • Users should be able to enter new data in an empty row in the table interface (we won't be using a form interface yet).
  • There does not need to be a "save" button, but the data cannot be saved until all required fields have valid data in them. There should be some indication showing the user that data has not been saved yet and what actions they need to take in order to save data. (e.g. "You need to fill out X and Y fields before the data can be saved.")
  • Once data can be saved, there should be an indication to the user that data is being synced to the backend, which will go away when the sync is complete.
  • Once a new record is added, the user should have the option to add another new record.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready Ready for implementation
Projects
No open projects
Development

No branches or pull requests

2 participants