Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data Model & Store Updates #68

Open
8 of 30 tasks
coreybutler opened this issue Aug 26, 2018 · 0 comments
Open
8 of 30 tasks

Data Model & Store Updates #68

coreybutler opened this issue Aug 26, 2018 · 0 comments

Comments

@coreybutler
Copy link
Member

coreybutler commented Aug 26, 2018

From ngn-core created by coreybutler : ngnjs/ngn-core#23

  • Utilize B-Tree Indexing for Dates & Numbers
  • Ability to export Store to IndexedDB (proxy) --> Move to NGNX
  • Move Feature
    • Active/Inactive Records
    • Insert Before/After
  • Force Purge (compact)
  • Next/Prev() on models (Doubly-linked list)
  • Accept functions/expressions as default value for typed model fields.
  • JSON Pointer Support
  • XPATH support?
  • Clearing a store should update the audit handler.
  • Model.remove() method (convenience function) to delete itself from a parent store.
  • Filtering w/ new indexing system
  • Memory usage event emitter (estimated disk/RAM usage) OR query capability.
  • Store.find() -> Store.query, Store.get
  • Retrieve model from store via OID
  • Sorting
  • Proxy?
    • Remote connections?
    • Connection pooling?
  • Model AutoID
  • Record Expiration (autopurge, events, index updates, restoration)
  • Field Mapping
  • Transformations
  • Guides for History/Changelog Control
  • Updated Data Load
    • Bulk Operations
    • Reload
    • Common Loader
  • Migrate Deduplication
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant