camicroscope / caMicroscope

Digital pathology image viewer with support for human/machine generated annotations and markups.
BSD 3-Clause "New" or "Revised" License
255 stars 295 forks source link

Create visualization dashboard #1032

Closed YukaUU closed 3 months ago

YukaUU commented 3 months ago

Created a dashboard for visualizations of annotation information A new ViewerGraph button was added to the info page. info_topPage When the button is pressed, the following dashboard page is displayed dashboard_full Clicking the button in the upper right corner of the graph will display a modal with a more magnified view of the graph. modal_full Responsive support is available. iphonePro iphone_pro

Summary

Create a button to go to the new dashboard screen. Create a dashboard

Motivation

To visualize annotation information

Testing

- annotation: 0, user:0

Dashboard anno_0_pre_0 DB anno_0

- annotation: 2, user:1

Viewer anno_1_pre_1 Dashboard aano_1_pre_1_dashboard DB anno_1_pre_1_db

- annotation: 4, user:2

Viewer user2_anno_1_pre_1 Dashboard user2_anno_1_pre_1_dashboard DB user2_anno_1_pre_1_dashboard_db

Questions