summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO11
1 files changed, 11 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..c81ef52
--- /dev/null
+++ b/TODO
@@ -0,0 +1,11 @@
+General improvements for the Baserock Import tool
+-------------------------------------------------
+
+Currently the tool hardcodes the name of each chunk morphology it generates as
+'strata/$stratumname/$chunkname-$version.morph'. This is more or less a
+workaround for some of the issues listed below.
+
+It's ugly to have the version number in every chunk name, and it makes it more
+time-consuming to do version updates of individual components in a stratum.
+The chunk name should default to '$chunkname', except when multiple versions
+of the chunk are found.