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

Account for new nested folder structure in Tator #39

Open
3 tasks
robertgodfrey opened this issue Jul 13, 2024 · 1 comment
Open
3 tasks

Account for new nested folder structure in Tator #39

robertgodfrey opened this issue Jul 13, 2024 · 1 comment

Comments

@robertgodfrey
Copy link
Member

robertgodfrey commented Jul 13, 2024

In Tator, each deployment is now its own section with a path of <EXPEDITION_NAME>.<DEPLOYMENT_NAME>, e.g. FSM_DOEX0094.DSCM_01. All of the logic in the annotation review program assumes that all deployments in an expedition are contained within a single section :godmode: Need to:

  • Change the name of the "Section" section to "Expedition"
  • Modify the logic on the home page to look for paths with a value other than 'None', grab the first bit of the path, and make that the expedition option, grab the second bit of the path and make that the deployment option
  • Rewrite a bunch of code to look for multiple sections instead of for deployment names

This will most likely be a breaking change, i.e. won't be able to revisit previous 'unnested' expeditions after these updates are made.

@robertgodfrey
Copy link
Member Author

Holding off on making this change indefinitely

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