From a8ed752d7fd12059aeced2c571bcf65721ecf5c0 Mon Sep 17 00:00:00 2001 From: Florian Schroedl Date: Fri, 10 Jun 2022 13:51:49 +0200 Subject: [PATCH] Update --- TODO.org | 45 +++++++++++++++++++++++++++++++++------------ 1 file changed, 33 insertions(+), 12 deletions(-) diff --git a/TODO.org b/TODO.org index 14dba41..0fd72b2 100644 --- a/TODO.org +++ b/TODO.org @@ -1,25 +1,37 @@ #+TITLE: Todo +* Use Cases + +** Fast Shoppinglist + +- Sync offline +- Easy to use mobile interface +- Possibly sync with local server at first only? + + * Todos -** ACTIVE Creating a server :BACK_END: +** NEXT Build Redux :FRONT_END: +:PROPERTIES: +:CREATED: [2022-05-16 Mon 22:12] +:END: :LOGBOOK: -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 +CLOCK: [2022-06-01 Wed 16:47] :END: -- [[https://nim-lang.org/docs/asynchttpserver.html][std/asynchttpserver]] -- [[https://github.com/h3rald/nimhttpd/blob/master/src/nimhttpd.nim][nimhttpd/nimhttpd.nim at master · h3rald/nimhttpd]] +#+begin_src reason + [@bs.module "react"] + external useReducer: + ([@bs.uncurry] (('state, 'action) => 'state), 'state) => + ('state, (. 'action) => unit) = + "useReducer"; +#+end_src + + +- [[https://blog.bitsrc.io/build-our-own-react-redux-using-usereducer-and-usecontext-hooks-a5574b526475][Build Your Own React-Redux Using useReducer and useContext Hooks | by Chidume Nnamdi | Bits and Pieces]] ** TODO Headline content parser ** TODO Store the line numbers :PARSER: ** TODO Tag parser :PARSER: -** TODO Build Redux :FRONT_END: -:PROPERTIES: -:CREATED: [2022-05-16 Mon 22:12] -:END: - -- [[https://blog.bitsrc.io/build-our-own-react-redux-using-usereducer-and-usecontext-hooks-a5574b526475][Build Your Own React-Redux Using useReducer and useContext Hooks | by Chidume Nnamdi | Bits and Pieces]] - ** TODO Creating hot reload :DEV_ENVIRONMENT: - [ ] [[https://dev.to/alemagio/implement-your-own-hot-reload-2435][Implement your own hot-reload - DEV Community]] @@ -29,6 +41,15 @@ CLOCK: [2022-05-29 Sun 11:24]--[2022-05-29 Sun 16:44] => 5:20 https://hub.docker.com/r/xurei/docker-cordova +** DONE Creating a server :BACK_END: +:LOGBOOK: +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 +:END: + +- [[https://nim-lang.org/docs/asynchttpserver.html][std/asynchttpserver]] +- [[https://github.com/h3rald/nimhttpd/blob/master/src/nimhttpd.nim][nimhttpd/nimhttpd.nim at master · h3rald/nimhttpd]] + ** DONE A nim compiler with watcher for js files :PROPERTIES: :CREATED: [2022-05-18 Wed 14:22]