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

Allow users to create empty table via API #188

Closed
kgodey opened this issue Jun 7, 2021 · 0 comments · Fixed by #422
Closed

Allow users to create empty table via API #188

kgodey opened this issue Jun 7, 2021 · 0 comments · Fixed by #422
Assignees
Labels
ready Ready for implementation work: backend Related to Python, Django, and simple SQL

Comments

@kgodey
Copy link
Contributor

kgodey commented Jun 7, 2021

Problem

Currently, we only allow users to create a table by importing a data file. The user may want to create an empty table.

Proposed solution

We should allow users to create an empty table via the API using the TableViewSet. Empty tables should have our default columns set up automatically.

@kgodey kgodey added type: enhancement work: backend Related to Python, Django, and simple SQL ready Ready for implementation labels Jun 7, 2021
@kgodey kgodey added this to the Working with Tables milestone Jun 7, 2021
@kgodey kgodey assigned eito-fis and kgodey and unassigned eito-fis Jul 7, 2021
@kgodey kgodey assigned dhruvkb and unassigned kgodey Jul 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready Ready for implementation work: backend Related to Python, Django, and simple SQL
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

3 participants