-
-
Notifications
You must be signed in to change notification settings - Fork 361
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
Implement adding new records #197
Comments
These comment from @zackkrida from #492 (review) on locking other operations and showing save status, will be handled as part of this issue.
|
These operations require detailed UX definitions, which are beyond the scope of this issue. I will create a new issue for them. |
Problem
The user should be able to add new records to a table.
Proposed solution
We should support this in the frontend. See the design issue.
Additional context
Record addition will use
POST
requests to/api/v0/records/
Blocked by design work in #193.
The text was updated successfully, but these errors were encountered: