snu-quiqcl / iquip

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

Result RID sorting order in `result_explorer` #165

Closed kangz12345 closed 1 year ago

kangz12345 commented 1 year ago

Feature you want to implement

It would be better to sort the RIDs in descending order, to show the recent data at the top.

BECATRUE commented 1 year ago

Oh, I strongly agree with it. In current system, the proxy server offers the RIDs in ascending order. Then which is better 1. sorting it in IQUIP or 2. making the proxy server offer the RIDs in descending order?

kangz12345 commented 1 year ago

Since the proxy server needs a convention of the returned RID list order, so I think the server should sort it in descending order.

BECATRUE commented 1 year ago

Now, this issue is responsible for ARTIQ-RROXY, so I created snu-quiqcl/artiq-proxy#77 and closed this issue.