snu-quiqcl / iquip

Ion trap Quantum computing User Interface Project
GNU General Public License v3.0
7 stars 0 forks source link

Plan for updating data viewer #230

Open BECATRUE opened 10 months ago

BECATRUE commented 10 months ago

Feature you want to implement

As @kangz12345 suggested, we need to update data viewer for supporting remote H5 file, dataset list viewer, table viewer, etc.

For this, I separated them into three sub-projects below:

Additional context

The overall arrangement is as below.

design

BECATRUE commented 10 months ago

Please check this plan! @kangz12345

kangz12345 commented 10 months ago

I think we should re-design the whole structure, instead of extend the current version. For example, one selects a dataset, then chooses the viewer type to visualize the dataset (e.g., plot style or table) and configure it (which axes to show).

BECATRUE commented 10 months ago

Oh, I see. Then, I will do that.