-
Notifications
You must be signed in to change notification settings - Fork 117
Open
Description
Meta-issue to keep track of smaller things to do.
fortune
- String literals in types Support string literals in type definition #260
- Improve
includesyntax to allow querying at any level, like:[['user', {...}], 'pets'] - Hide denormalized inverse fields in change events.
- Transactions per request Initiate transaction on requests with include #262
-
Multiple instances in browser Multiple instances in browser environment #263 - Update and delete queries (should be hidden behind feature flag) Adapter improvements #226
-
Add option to disable writing inverse updates - Improve comment messages
- Add custom Promise option again, ES6 Promise too slow
- Remove usage of
!= null, this is not performant - Remove dependencies badge in readme, there are close to none
-
Remove some of the things innot worth doing this micro-optimization for nowcommonsuch asassign,map, etc. They can be done faster withforloops and no function calls. - Try to drop usage of
WeakMap -
Investigate and document how the various adapters can be used independently of Fortune.js (!)non-goal for now - MOONSHOT: rewrite the graph update algorithms in some language that can output LLVM/asm.js/wasm and run on separate thread. This would make writes super fast.
fortune-http
-
Range header for HTTP Support Range header fortune-http#3 - Radio input for booleans in HTML serializer Use radio input for boolean type in HTML serializer fortune-http#2
- Add instructions on how to use uWS HTTP implementation (currently blocked by http method support upstream)
fortune-json-api
- Adapter implementation Implement adapter fortune-json-api#38
- Remove dependency on
booleanin favor of hard-coded list of strings
fortune-micro-api
- Update serializer to accomodate spec changes Alignment with JSON-LD best practices micro-api/micro-api#10
- Require
entryPointto be specified, relative IRIs for@vocabare not allowed. - Fix
@idinvocabby prefixing with/#.
fortune-solid
- Investigate if this is doable https://github.com/solid/solid
fortune-feed
- IDEA: serialize feeds for RSS / Atom.