summaryrefslogtreecommitdiff
path: root/todo.txt
diff options
context:
space:
mode:
authorBenjamin J. Culkin <bjculkin@mix.wvu.edu>2019-01-03 11:13:15 -0400
committerBenjamin J. Culkin <bjculkin@mix.wvu.edu>2019-01-03 11:13:15 -0400
commit955bbcb8afa6fcf14b96444ee561e8d6a9adefef (patch)
tree8c3ef4f4e15658eaf706b914016ecce503fcf72b /todo.txt
Initial project commit
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt
new file mode 100644
index 00000000..931d94ee
--- /dev/null
+++ b/todo.txt
@@ -0,0 +1,19 @@
+Add gem affix groups
+ Essentially, things with names that differ only in a trailing
+ number get arranged into a common group that displays together for
+ ease of reading.
+
+Add option to display zero-weight affixes
+
+Add tagging of things w/ custom internal names w/ their file name
+
+Add some sort of GUI?
+ Add some more sorting/filtration abilities
+
+ Add DB support
+ Load/save to a SQLite database file instead of from .DAT
+ files. This means having some kind of 'Import .DAT Files..'
+ option.
+
+ SQLite is chosen for being able to easily pass around data
+ files.