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 basic table operations #185

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

Design for basic table operations #185

kgodey opened this issue Jun 7, 2021 · 1 comment
Assignees
Labels
ready Ready for implementation type: enhancement New feature or request

Comments

@kgodey
Copy link
Contributor

kgodey commented Jun 7, 2021

Problem

Users may want to:

  • create a new empty table
  • create a table from copy/pasting data
  • create a table by uploading a file from a remote URL
  • edit the name of a table
  • delete a table

We should allow this through the UI

Proposed solution

We need a design for how users can accomplish these tasks, including error states if a table is unable to be edited or deleted, or if a user might need to perform additional actions before a table is deleted (such as removing references to it from other places).

Additional context

We'll know more about what error states a user might encounter after #184 and #186 are implemented.

@kgodey kgodey added type: enhancement New feature or request work: design needs: unblocking Blocked by other work labels Jun 7, 2021
@kgodey kgodey added this to the Working with Tables milestone Jun 7, 2021
@kgodey kgodey added ready Ready for implementation and removed needs: unblocking Blocked by other work labels Jun 7, 2021
@ghislaineguerin
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready Ready for implementation type: enhancement New feature or request
Projects
No open projects
Development

No branches or pull requests

2 participants