2.2 KiB
2.2 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
CLOCK: [2022-06-01 Wed 16:47]
[@bs.module "react"]
external useReducer:
([@bs.uncurry] (('state, 'action) => 'state), 'state) =>
('state, (. 'action) => unit) =
"useReducer";
TODO Headline content parser
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