-
Notifications
You must be signed in to change notification settings - Fork 500
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
Edit the position of files in a directory structure #5565
Comments
@mheppler can you add the mockup here? Thank you! |
|
In the context of this issue, we discussed the current zip upload process of unzipping and whether it should add a folder to the path for the zip file. We decided we would leave it as is, i.e. no folder gets added. If you upload a zip with three files at the top level and a second zip with three files at the top level, the resulting dataset will have six files at the top level. Related: #5576 |
Per discussion we will track editing all file metadata via api in another issue. |
API for file metadata viewing/editing is at Add an API endpoint for File Level metadata #4616. |
Merged |
Issues found:
|
…ip archives, as discussed earlier today. (ref. #5565)
Zip uploads: folder names are now preemptively sanitized; all the invalid characters are removed. I discussed this approach with @scolapasta earlier today and we are going to review and finalize it on Monday. |
…umber scheme we (seem to have) agreed to use. also cleaned up synchronized the migration rules with the ones used for real time sanitizing of the folder paths in zip uploads. (#5565)
A couple of updates from standup:
|
…, introduced in the release. (#5565)
Added doc. info (to the guide and the release notes), as discussed yesterday. |
As part of adding the ability to display file hierarchy at the dataset level (#2249), we want to allow files to be added a directory structure. Completing this work will mean that a user will be able to add a file to a dataset that has files imported from a .zip file or any file, and edit the relative position of files in a dataset.
Anticipated workflow is adding file(s), selecting files from the files table, selecting edit, and editing path(s).
UI impact is exposing the path, and making it editable.
Changes will be visible in a revised view of the directory structure.
The text was updated successfully, but these errors were encountered: