chore: TODO

This commit is contained in:
cha0s 2022-08-12 07:11:25 -05:00
parent 3e5a90db64
commit 2ff0782d11

View File

@ -12,23 +12,20 @@
- [x] `flecks.invokeComposed()` and `flecks.invokeMiddleware()` should not fatal on a missed lookup - [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 should have a `platforms` setting, so auto-lookups of `/client`, `/server` are less magical
- [x] `flecks.expandedFlecks()` should use `platforms` - [x] `flecks.expandedFlecks()` should use `platforms`
- [ ] config validation
- [ ] hints for hook types
- [x] localConfig discovered by hook - [x] localConfig discovered by hook
- [x] renamed to 'build/config'? - [x] renamed to 'build/config'?
- [x] automatically generated list of build config - [x] automatically generated list of build config
- [ ] static documentation site generator
- [x] autogenerated config dox page - [x] autogenerated config dox page
- [x] remove `invokeParallel()` - [x] remove `invokeParallel()`
- [x] Specialize `invokeReduce()` with `invokeMerge()`. - [x] Specialize `invokeReduce()` with `invokeMerge()`.
- [x] Rename all hooks to dot-first notation; rewrite `lookupFlecks()`. - [x] Rename all hooks to dot-first notation; rewrite `lookupFlecks()`.
- [x] ensureUniqueReduction moved into invokeMerge - [x] ensureUniqueReduction moved into invokeMerge
- [x] `bootstrap({without: ['badplatform']})` should be handled by passing `{platforms: ['!badplatform']}` - [x] `bootstrap({without: ['badplatform']})` should be handled by passing `{platforms: ['!badplatform']}`
- [ ] static documentation site generator
- [ ] config validation
- [ ] hints for hook types
- [ ] user redux server hydrate fails if no user in req - [ ] user redux server hydrate fails if no user in req
- [ ] governor fails if not in server up - [ ] governor fails if not in server up
- [ ] redux store provider fails if not in request - [ ] 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
- [ ] add building to publish process ... - [ ] add building to publish process ...
- [ ] @babel/register@7.18.x has a bug - [ ] @babel/register@7.18.x has a bug