biocore / biocore/microsetta-private-api
Move LEGACY/locale_data to filesystem/database
- Dominant language
- Python
- Stars
- 6
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
The contents of LEGACY/locale_data, including our consent forms, are in memory python dictionaries. This makes it hard for non programmers to change, and impossible to deploy without redeploying the server. Ideally these items should be moved to file system/database, where they can be deployed/versioned independently of the server itself.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by examining the Python dictionaries under LEGACY/locale_data, including the consent forms, and trace where the server loads and uses them. Compare filesystem and database storage options; done means these items can be changed, deployed, and versioned independently of the server redeployment.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100