sasjs / server

Build Apps on Base SAS
https://server.sasjs.io
MIT License
20 stars 3 forks source link

feat: replace ID with UID #363

Open sabhas opened 1 year ago

sabhas commented 1 year ago

BREAKING CHANGE: remove auto incremental ids from user, group and permissions and add a virtual uid property that returns string value of documents object id

Issue

closes #361

Intent

replace ID with UID

Implementation

add a virtual property to models that returns string value of _id

Checks