hackforla / brigade-project-index-statusboard

A "statusboard" web app that is designed to display ongoing realtime information about each brigade's project-indexing opportunities.
https://projects.brigade.network
Apache License 2.0
4 stars 15 forks source link

Add sorting to the project tables #86

Closed k3KAW8Pnf7mkmdSMPHz27 closed 3 years ago

k3KAW8Pnf7mkmdSMPHz27 commented 3 years ago

Describe the bug

The order of the elements in the table changes when they are being filtered.

To Reproduce

At the time of writing, the default first two entries in the table are

a2downvoting
a2water

If we filter this column on a, the first two entries will be

ancElectionHistory
ACLU

i.e., the order of the elements changes when filtered. This shouldn't happen.

Expected behavior

The order of the elements shouldn't change based on the filter. This can be addressed by adding sorting.

giosce commented 3 years ago

OK to track here the whole sorting enhancement?

k3KAW8Pnf7mkmdSMPHz27 commented 3 years ago

OK to track here the whole sorting enhancement?

Let's do that! Refs. #133