fhir-crucible / crucible

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

Dashboard #232

Closed conordowling closed 7 years ago

conordowling commented 7 years ago

Dashboard for landing page.

arscan commented 7 years ago

Crazy how long it take for those rake tasks take to run on my system. It is shipping gigs of data out of TestResult from mongo to ruby for processing. I don't think it should be a problem on our production machine since it is just being run once... in the future this might type of work might be better suited for ruby's internal map/reduce or aggregation pipeline functionality though.

I made a few update to make sure that the system handles the no Statistics collection gracefully in the last commit. I'm going to make a few tweaks to the styles now and then I'll merge.

arscan commented 7 years ago

I made some style updates, cleaned up the code a little, made sure all the graphs had labels etc. Here's what it looks like now.

screen shot 2017-03-10 at 3 43 27 pm

jawalonoski commented 7 years ago

Looks great.