2.7 KiB
Todo
Use Cases
Fast Shoppinglist
- Sync offline
- Easy to use mobile interface
- Possibly sync with local server at first only?
Todos
NEXT Build Redux FRONT_END
[@bs.module "react"]
external useReducer:
([@bs.uncurry] (('state, 'action) => 'state), 'state) =>
('state, (. 'action) => unit) =
"useReducer";
TODO Headline content parser
CLOCK: [2022-08-09 Tue 17:51]–[2022-08-09 Tue 19:51] => 2:00
So I've had some heavy misconceptions while working on the content, I would preparse all content tokens, just to work over them, but that doesn't make sense. Now w
Currently I have a big problem that newline is not pure and interferes with the other function builders
This doesnt work because newline is "impure"
Gonna convert everything to funcs…..
TODO Store the line numbers PARSER
TODO Tag parser PARSER
TODO Creating hot reload DEV_ENVIRONMENT
TODO Cordova App
DONE Creating a server BACK_END
CLOCK: [2022-05-30 Mon 07:52]–[2022-05-30 Mon 09:00] => 1:08 CLOCK: [2022-05-29 Sun 11:24]–[2022-05-29 Sun 16:44] => 5:20
DONE A nim compiler with watcher for js files
CLOCK: [2022-05-18 Wed 14:24]–[2022-05-18 Wed 15:24] => 1:00
Linking the static c librar with --passL:alib.a
Linking static C library - Nim forum
We're using fswatch with nim-fswatch: Nim wrapper for the fswatch library