summaryrefslogtreecommitdiff
path: root/TODO.org
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-02-20 13:55:09 +0200
committerThanos Apollo <[email protected]>2024-02-20 13:55:09 +0200
commite2a934c4992c886aeb96ec2507ac3485ea5fde9b (patch)
tree8f809955d3d6ba8fb85d352e147188e5e024f28f /TODO.org
parentf2d56ebcec73817f97561cbb7c2048c0d4952559 (diff)
parenta1a5ac2558a0edb9def2862bee4f6526c7fa173c (diff)
Release version 0.1.8: Merge branch '0.1.8-dev'0.1.8
- Add dashboard - Major bug fixes - Rewrite exporting & editing notes
Diffstat (limited to 'TODO.org')
-rw-r--r--TODO.org44
1 files changed, 44 insertions, 0 deletions
diff --git a/TODO.org b/TODO.org
new file mode 100644
index 0000000..1cc3771
--- /dev/null
+++ b/TODO.org
@@ -0,0 +1,44 @@
+#+title: TODO's for Gnosis
+#+author: Thanos Apollo
+
+* Gnosis TODO's
+
+** DONE Add Dashboard
+CLOSED: [2024-02-20 Tue 13:33]
++ Create a dashboard to view all notes created, user can edit &
+ suspend notes. Use tabulated-list-mode, preferably.
+*** Notes after completion
++ Dashboard added using tabulated-list-mode. Performance is not ideal
+ when 20K > notes, values should be cached
+
+** TODO Dashboard: Improve Performance
+** TODO Dashboard: Add filtering/search
+
+** TODO Algorithm: changes for ef increase/decrease factors
++ After 3 successful in a row reviews increase ef increase factor by 5% & vice versa
+
+
+** DONE Refactor =completing-read= UI choices
+CLOSED: [2024-02-17 Sat 21:59]
+/DONE on version 0.1.7/
+
+=completing-read= is not an ideal solution as a UI. If user has not
+enabled a completion system, such as vertico, this would make gnosis
+unusable.
+
+One possible solution is to create defcustom =gnosis-completing-read-function=
+that has ido-completing-read by default if vertico/ivy/helm is not
+enabled
+
+*** Notes
+
+Implemented =gnosis-completing-read-function=
+
+
+** DONE Use vc instead git shell commands
+CLOSED: [2024-02-17 Sat 21:59]
+
+/DONE on version 0.1.7/
+
+Implemented =gnosis-git-*= functions to handle git commands.
+