In addition to my list of issues with Firefox, here is a list of issues/feedback that is also relevant for Chrome:
-
The main/profile menu does not close when an item is clicked.
-
If a KPI jumps from "no value" to "some value", the dashboard reports +Infinity% from last submission.
-
When I switch from the BIIGLE service to the GitHub Statistics service, the dashboard keeps the "Storage Usage" card of BIIGLE. Testing it with other services, it seems to always append the third card of the previously selected service.
-
The "Consortia picker" in the service registration form feels a little unintuitive. Maybe a <select multiple> could be an alternative?
-
The Administration menu item appears in the main menu although I am not authorized to access the area.
-
The "Report" tab of the dashboard seems to report the average values at the bottom but this is not explained anywhere. I was wondering at first why I could not find any value reported there in the table above.
-
Often, the application logo at the top is a link to the dashboard. Maybe consider this here, too?
-
Input fields in the KPI submission form allow negative values. Is there any KPI where this would make sense? If not, add min="0". In the future you could even store the type for each KPI (e.g. integer, float) and add appropriate validation rules and input attributes.
Otherwise this feels like a great improvement to v1, well done 👍
In addition to my list of issues with Firefox, here is a list of issues/feedback that is also relevant for Chrome:
The main/profile menu does not close when an item is clicked.
If a KPI jumps from "no value" to "some value", the dashboard reports
+Infinity% from last submission.When I switch from the BIIGLE service to the GitHub Statistics service, the dashboard keeps the "Storage Usage" card of BIIGLE. Testing it with other services, it seems to always append the third card of the previously selected service.
The "Consortia picker" in the service registration form feels a little unintuitive. Maybe a
<select multiple>could be an alternative?The Administration menu item appears in the main menu although I am not authorized to access the area.
The "Report" tab of the dashboard seems to report the average values at the bottom but this is not explained anywhere. I was wondering at first why I could not find any value reported there in the table above.
Often, the application logo at the top is a link to the dashboard. Maybe consider this here, too?
Input fields in the KPI submission form allow negative values. Is there any KPI where this would make sense? If not, add
min="0". In the future you could even store the type for each KPI (e.g. integer, float) and add appropriate validation rules and input attributes.Otherwise this feels like a great improvement to v1, well done 👍