CityWebConsultants / Iris

Modular content management and web application framework built with Node.js and MongoDB
http://irisjs.org
Other
9 stars 7 forks source link

Add path field to every entity type #348

Closed FilipNest closed 7 years ago

FilipNest commented 7 years ago

We currently have a strange usability issue where to add a path onto an entity a user has to:

Every entity already has a dynamic path at /entitytype/eid and entities have access permissions so it seems to make no sense to have the path field as a reserved word and not put it in every schema automatically.

It doesn't have to be used but this makes the process make a lot more sense.