-
Notifications
You must be signed in to change notification settings - Fork 0
Backlog
This is an estimation of my priority queue. Things can be moved up or down by short notice. Any requests for features/fixes will also affect this list.
- Small feature additions
- UpdateMany by query
-
Backup of entities when doing batch operations. Make it configurable for each entity if
-
Before and After callbacks for Update,Insert,Delete (proably not the batch operations)
-
Exposing the javascript api to enable modifying/saving entites using the console in the web-browser
-
Create "recepies" that users can define. For example a recepie might be: If this entity has a property called Deleted and it is set to true the "Undelete" command should be available.
Another example might be: If this entity has the propery OwnerId the "Go to owner" command should be available.
These recepies will be built in javascript. Exactly how this will be done remains to be seen.