fhir-crucible / crucible

🔥 Crucible web application for testing FHIR servers
77 stars 25 forks source link

Dashboard details #156

Closed okeefm closed 8 years ago

okeefm commented 8 years ago

Added #{title}: #{description} to Dashboard pages, as pulled from a Dashboard object within Crucible. If no Dashboard object is present for a given tag, the title <div> will not be displayed, so this is a backwards-compatible change if no title/description objects have been added.

In the Dashboard object:

okeefm commented 8 years ago

screen shot 2016-06-30 at 2 49 23 pm

andrequina commented 8 years ago

this pull request should be against DSTU2 as well as master

okeefm commented 8 years ago

I'll cherry-pick these commits over to a branch off of DSTU2.

arscan commented 8 years ago

Looks good. We'll just have to hop in the rails console in production and manually add that argonaut dashboard in mongo. Did it on my dev machine and it worked as expected.