My personal-knowledge-system, with deeply integrated task tracking and long term goal planning capabilities.

doc: act1 plan of action

suri.codes c31f6bd3 4dcab107

verified
+36 -1
+36 -1
doc/act1.md
··· 4 4 5 5 What needs to be done 6 6 7 - 8 7 - PKM 9 8 - [ ] Atomic note IDs 10 9 - [ ] Tagging ··· 23 22 - [ ] Fuzzy finder navigation 24 23 - [ ] Vim / helix key bindings 25 24 25 + 26 + ## Plan of Action 27 + 28 + Backend server that interfaces with the file-system. 29 + This way it can be accessible from any web browser, (that is authenticated 30 + of course). 31 + 32 + Uses gRPC as the communication framework. 33 + - Efficiency 34 + - Generated client server implementations. 35 + 36 + But now we have to sync the filesystem the entire time since that's 37 + behind the server. Well not necessarily... Since we are typically 38 + writing one by one, it shouldn't be too bad. [g-d] wouldn't work either... 39 + 40 + I'm reconsidering this... maybe instead we can have a "host-server" that 41 + maps the thing away. 42 + 43 + So for now lets not do a backend server, 44 + instead lets just have everything in the folder. 45 + 46 + Going to be build off Emergence. 47 + 48 + Lets also keep tasks not completely as files, we keep it mostly in 49 + database, and then link each task to a description... 50 + 51 + Tasks as notes... 52 + - How can we attack this? 53 + - Do we store note data in notes? 54 + - What about searching? 55 + 56 + For now lets just keep tasks as mostly in database but that are also linked to 57 + notes. 58 + 59 + So for now let's get a basic notes set up. 60 +