Adds initial support for uploading table data #87
No reviewers
Labels
No labels
bug
config
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
orinoco/shacl-vue!87
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "tables"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Towards addressing https://github.com/psychoinformatics-de/shacl-vue/issues/85 and https://github.com/psychoinformatics-de/shacl-vue/issues/83
This commit adds support for uploading table data (in CSV/TSV) format to allow bulk record creation. It introduces the following:
The TableLoader component is instantiated in two cases:
In both these cases, the TableLoader component is instantiated and rendered inside a popup dialog. New records are created when the save button is pressed, in both cases. In addition, in the latter case the newly created records will also be linked to their 'parent' record that is being edited.
This commit does not yet include the following:
A demo:
https://github.com/user-attachments/assets/cac7b509-3cfb-40c3-961e-c7bd58bba5b6
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.