NGN
NGN copied to clipboard
A systems development platform. A revamped portal is coming soon at:
Some remote services require more metadata about the library (for code shaking, bundle sizing, etc). This can be supported using an export map in the `package.json` file. See https://webpack.js.org/guides/package-exports/
When following the link in this project's description to ngn.js.org, neither the GitHub link (which, I guess, should link back here) nor the documentation link are working. Where to find...
Various events within NGN are not named in a consistent way. I'd like to suggest a naming syntax to be used as standard for all events within NGN, JET, and...
From ngn-core created by [coreybutler](https://github.com/coreybutler) : ngnjs/ngn-core#23 - [x] Utilize B-Tree Indexing for Dates & Numbers - [ ] Ability to export Store to IndexedDB (proxy) --> Move to NGNX...
From ngn-core created by [coreybutler](https://github.com/coreybutler) : ngnjs/ngn-core#6 ### New Features - [x] Field Input Modifiers/Model Input Modifiers (for cleaning input data) - [ ] Data Representations (i.e. restrict attributes via...
When web requests receive a redirect response (301, 302, etc), either to another domain or another endpoint, the endpoint should be cached for future use. In other words: 1) Request...
The link to the docs from http://ngn.js.org/ (http://coreybutler.github.com/NGN/docs) gives 404 error.
From ngn-core created by [coreybutler](https://github.com/coreybutler) : ngnjs/ngn-core#19 In read-only or read-heavy data sets, views may offer a more performant way to work with data. Views would simplify processing logic while...
From ngn-core created by [coreybutler](https://github.com/coreybutler) : ngnjs/ngn-core#15 Add JSON Schema/XSD support (import and export). Validation by schema, remote loading (ideally), & index identification.
From ngn-core created by [coreybutler](https://github.com/coreybutler) : ngnjs/ngn-core#14 When loading a store with models that contain models/stores as related fields, the ID of each record is not being passed as part...