simonsobs / acondbw

Product DB front-end web app
MIT License
0 stars 1 forks source link

[Product DB] add sorting to each product page #15

Closed TaiSakuma closed 4 years ago

TaiSakuma commented 4 years ago

add sorting to each product page

so that users can sort product entries in descending or ascending orders of a field or a combination of fields.

This feature will be necessary when the number of entries on a page exceeds about 40.

This feature becomes complicated after the pagination is implemented https://github.com/simonsobs/acondbw/issues/2 because the product entries on each page change with sorting.

TaiSakuma commented 4 years ago