GIScience / GIScience/orstools-qgis-plugin
Refactor help files
Open
- Dominant language
- Python
- Stars
- 121
- Forks
- 39
- Avg merge
- 7d 6h
- Merged PRs (30d)
- 1
Description
The help files have a lot of information that is the same for all of them (such as the provider and travel mode).
Currently, they have to be synced manually, which is cumbersome and prone to errors.
I can see two ways to prevent that:
* refactor common info into a separate file and read from there during the `read_help_file()` function as well
* use some form of templating engine
* either to do templating during processing
* or before upload
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.