DiamondLightSource / SynchWeb

ISPyB web application
http://diamondlightsource.github.io/SynchWeb/
Apache License 2.0
15 stars 31 forks source link

LIMS-1206: Remove stacked usage bar chart from visit page #743

Closed ndg63276 closed 3 months ago

ndg63276 commented 6 months ago

JIRA ticket: LIMS-1206

Summary:

At the top of each visit page, there is a coloured bar showing how time was used. The same info is shown on the Visit Stats page as a pie chart. Showing it on the visit page just makes the page look busier and is an extra call to the API.

Changes:

To test:

gfrn commented 5 months ago

I don't think we can do it in this commit because this branch was forked from an older commit in the prerelease branch, but the only mention of /modules/stats/views/stack remaining is usage-stack.vue in one of the EM modules.

With the removal of EM, now I believe this file (/modules/stats/views/stack) can be safely deleted as well (possibly in a new branch off "post-EM" prerelease)

ndg63276 commented 5 months ago

Good idea, I have merged the newer prerelease in and deleted the file, I think that's ok?