Files
org-parser/TODO.org
Florian Schroedl a8ed752d7f Update
2022-06-10 13:51:49 +02:00

2.2 KiB
Raw Permalink Blame History

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

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