idvoretskyi / horizon-cloud

An operations service to deploy, manage, and scale Horizon apps
0 stars 0 forks source link

Add a `DisplayName` field to projects #148

Closed mglukhovsky closed 8 years ago

mglukhovsky commented 8 years ago

In the current implementation, Name is in the format: <uuid>/<project_name>.

The DisplayName field would just show project_name.

mlucy commented 8 years ago

We've changed project IDs to be an array of [user, project], which I think supersedes this issue because you can just read the project.id[1] to get the data we'd be putting into DisplayName.