ember-nexus / api

Knowledge Graph API
https://ember-nexus.github.io/api
GNU Affero General Public License v3.0
9 stars 1 forks source link

Rename old term "userUuid" to "userId" #292

Closed Syndesi closed 2 months ago

Syndesi commented 2 months ago

The term userUuid for variables is deprecated because it contains the variable's type, which is superfluous as the variables themself are already typed.

On the other hand, the term userId is also used in the Web SDK and describes its content better.

Similar terms like parentUuid, childUuid, relatedUuid etc. should also be updated.