Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.38 KB

File metadata and controls

26 lines (19 loc) · 1.38 KB

Ngrx Offline Concurrency Control

An extendable offline data management module for any Angular application. Multi-version concurrency to manage the client's database versus the master database. Uses evolutionary timeline methodologies to sequence offline changes to data, to only send the most up-to-date reference of an object to your master database.

Note: WIP do not use this yet.

Roadmap

  • Connection Monitoring - WiFi / 3G / None
  • Data Persistence Layer
  • Decorators(?) for tagging @Offline() effects
  • Sync Persistence Layer
  • Transaction Manager
  • Http Middleware
  • Hooks for database of choice

Contributors

Sean perkins
Sean Perkins