summaryrefslogtreecommitdiff
path: root/docs/roadmap.org
diff options
context:
space:
mode:
authorAdrien Hopkins <adrien.p.hopkins@gmail.com>2023-09-16 13:58:52 -0500
committerAdrien Hopkins <adrien.p.hopkins@gmail.com>2023-09-16 13:58:52 -0500
commit370fbe971379d4f833158d41f2c95cb669fb6dbf (patch)
tree5e003fa6ef125c73cb908093fa77a90d82abc119 /docs/roadmap.org
parentc8ac31e271afe78f6127de737c616c6f6fab05cf (diff)
Allow config file to load custom data files
The parameters "custom_unit_file", "custom_dimension_file" and "custom_exception_file" can now be used to load custom unit, dimension and exception files. Specify them more than once to load multiple files. I haven't yet added this to the GUI, and I probably won't, because you already need to be able to edit text files to create this, so having a GUI won't make it any more intuitive.
Diffstat (limited to 'docs/roadmap.org')
-rw-r--r--docs/roadmap.org1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/roadmap.org b/docs/roadmap.org
index a68dae5..c57fb2a 100644
--- a/docs/roadmap.org
+++ b/docs/roadmap.org
@@ -17,7 +17,6 @@ Feature Requirements:
Data/Configuration Requirements:
- All of the data formats (e.g. unit files) should be standardized.
-- The config file should be able to specify the location of the data files.
Documentation/Testing Requirements:
- 7Units should be fully documented.