flecks/TODO.md

26 lines
1.2 KiB
Markdown
Raw Normal View History

2022-03-07 02:49:19 -06:00
- [x] multi-build lint is broken
- [x] @flecks/db
- [x] @flecks/governor
- [x] @flecks/react
- [x] Use aliasing for self-referential flecks context
- [x] @flecks/redis
- [x] @flecks/redux
- [x] @flecks/socket
- [x] @flecks/user
- [x] flecks aliasing must ensure webpack aliasing and de-externalization into bundles
- [x] `flecks.invokeMiddleware()` should not build every invocation
- [x] `flecks.invokeComposed()` and `flecks.invokeMiddleware()` should not fatal on a missed lookup
2022-03-10 14:32:51 -06:00
- [x] flecks should have a `platforms` setting, so auto-lookups of `/client`, `/server` are less magical
2022-03-07 02:49:19 -06:00
- [x] `flecks.expandedFlecks()` should use `platforms`
2022-03-07 02:55:29 -06:00
- [ ] config validation
- [ ] hints for hook types
2022-03-09 07:25:58 -06:00
- [x] localConfig discovered by hook
- [x] renamed to 'build/config'?
2022-03-09 08:51:10 -06:00
- [x] automatically generated list of build config
2022-03-07 02:55:29 -06:00
- [ ] static documentation site generator
2022-03-09 14:43:54 -06:00
- [x] autogenerated config dox page
2022-03-08 14:42:34 -06:00
- [x] remove `invokeParallel()`
2022-03-08 14:50:16 -06:00
- [x] Specialize `invokeReduce()` with `invokeMerge()`.
2022-03-09 17:25:27 -06:00
- [x] Rename all hooks to dot-first notation; rewrite `lookupFlecks()`.
- [ ] ensureUniqueReduction moved into invokeMerge
2022-03-10 14:32:51 -06:00
- [x] `bootstrap({without: ['badplatform']})` should be handled by passing `{platforms: ['!badplatform']}`