Set default annotations to latest
- Dominant language
- Python
- Stars
- 30
- Forks
- 3
- Avg merge
- 9h 28m
- Merged PRs (30d)
- 42
Description
The current process has been to keep the `default_settings.ANNOTATION` the same historically and then patch it
See vgtest2.py (which is setup to use latest stuff)
This is not great when setting up a new machine as you have to go and work out where the latest config is.
I think it's better that we put latest in default_settings and then configure the historical stuff in server specific deployments - all of which are in `variantgrid/settings/env/`
Even better would be to configure everything, and only have a few settings to select between columns versions etc - though not sure this would work. We have been pretty consistent in bumping everything together in big "columns versions"
The one difficulty is we don't store the dev config in source control, so they may experience an "unexpected upgrade" and need to change some settings
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.