flecks/TODO.md
2022-03-19 16:11:39 -05:00

33 lines
1.6 KiB
Markdown

- [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
- [x] flecks should have a `platforms` setting, so auto-lookups of `/client`, `/server` are less magical
- [x] `flecks.expandedFlecks()` should use `platforms`
- [ ] config validation
- [ ] hints for hook types
- [x] localConfig discovered by hook
- [x] renamed to 'build/config'?
- [x] automatically generated list of build config
- [ ] static documentation site generator
- [x] autogenerated config dox page
- [x] remove `invokeParallel()`
- [x] Specialize `invokeReduce()` with `invokeMerge()`.
- [x] Rename all hooks to dot-first notation; rewrite `lookupFlecks()`.
- [ ] ensureUniqueReduction moved into invokeMerge
- [x] `bootstrap({without: ['badplatform']})` should be handled by passing `{platforms: ['!badplatform']}`
- [ ] user redux server hydrate fails if no user in req
- [ ] governor fails if not in server up
- [ ] redux store provider fails if not in request
- [ ] client hooks will run on server if they're explicit in `flecks.yml`. Should there be an implicit `!client` when bootstrapping the server?
- [ ] rename `@flecks/web` to `@flecks/web`
- [ ] simultaneous babel compilation across all compiled flecks