RADAR-base / RADAR-RestApi

RESTful interface to access near real-time data
Apache License 2.0
2 stars 0 forks source link

Study project name improvement #98

Closed herkulano closed 6 years ago

herkulano commented 6 years ago

The Study object could be improved by having a property with the "pretty" name of the project that allows spaces and keeps the text casing, while also improving the slug to be always lowercase and replacing spaces with hyphens.

Proposal:

export interface Study {
  id: number | string
  projectName: string // "pretty" name: "Radar BioIT Demo"
  projectId: string // slug: "radar-bioit-demo"
  ...
}

//cc @kerzmaximilian @blootsvoets

nivemaham commented 6 years ago

Valid request. But it should be taken care at the MP side. I will create an issue there