You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Fixes
#23. Backlog Item: Can't add a checkbox custom field.
#24. Backlog Item: On deleting 1 related item all get wiped out.
#26. Removed waiting on rebuilding the indexes when mutating a record.
Earlier, on creating/updating/deleting a record, the API didn't return a 20x response until the indexes get up-to-date.
To optimise back-end performance, the API doesn't hold up and returns 20x as soon as the request was accepted and validated by RavenDB
#25. Isolate the database entities to avoid accidental over exposure on WebAPI
Earlier, the database entities (aka "collections") were defined in "Domain" project (along with consumer facing DTOs) that could lead to accidental overexposure of some DB data objects (fully or partially) on the API.