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

Organize files transferred to repository based on collection and workflow configuration #62

Open
jbest opened this issue May 9, 2022 · 1 comment

Comments

@jbest
Copy link
Member

jbest commented May 9, 2022

Each collection will have an established organizational standard for files uploaded to each repository. Generally the main standard is for archival files (such as DNG) to be stored in one location/path and the web files (JPG) in another. Specifically, each of these archival and web locations have standards for how the files are organized and sorted within their respective paths. Files are sorted into sub-directories to keep the number of files per directory to a minimum to facilitate listing and management of files.

Files uploaded or transferred from the Hub will either be immediately written to the appropriate location or will be uploaded to a staging area then moved to the correct location (depending on decisions made in system implementation). The final storage path of each file must be known to determine the URL mapping file generated in feature #32

The sorting process is part of the transfer/upload feature #3

@jbest
Copy link
Member Author

jbest commented May 9, 2022

This sorting function is implemented in https://github.com/jbest/powersorter

@jbest jbest added this to the Phase 2+ milestone Jun 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant