-
Notifications
You must be signed in to change notification settings - Fork 153
Sorting activity in Details column. #331
Comments
We could disable sorting on columns with buttons in general. Or if we want to be able to sort, we could define the criteria to "has details" or "has custom conf", etc. |
For this issue to be actionable, we should settle on what's expected. I propose the following: @yanokwa, @lognaturel, any comments? |
I like your proposal, @ggalmazor, but I do think it's nice to be sort by the columns with icons. For example, if you want to see which forms have custom configurations, a sort would be super useful. I think the challenge is fitting header text, but in this case, I don't think header text is a must. |
I'll try to keep track of the different suggestions... Summary table:
|
@kkrawczyk123 Now that we have settled an expected behavior, could you add the table to the original issue description? This way we can tag this one as "contributor friendly" This is the code for the table: | Type of column | Text on column | up chevron ▲ | down chevron ▼ |
| --- | --- | --- | --- |
| Selection checkbox col | Empty |selected rows first | selected rows last |
| Details button col | Empty |rows with status history first | rows with status history last |
|Custom conf button bol | Empty |rows with custom conf first | rows with custom conf last |
| Rest of columns | Column name | a-z sorting direction | z-a sorting direction | |
@opendatakit-bot claim |
Welcome to Open Data Kit, @jay4kelly! We just sent you an invite to collaborate on this repository at https://github.com/opendatakit/briefcase/invitations. Please accept this invite in order to claim this issue and begin a fun and rewarding experience contributing to Open Data Kit! Here are some tips to get you off to a good start:
See you on the other side (that is, the pull request side)! |
Hello @jay4kelly, you have been unassigned from this issue because you have not updated this issue or any referenced pull requests for over 15 days. You can reclaim this issue or claim any other issue by commenting Thanks for your contributions, and hope to see you again soon! |
Software versions
Briefcase v1.9.beta, Java v1.8.x, operating system: Ubuntu, MacOs, Windows
Problem description
I was just wondering if sorting activity in Details column is needed at all?
There are also differences in behavior according to operating system:
-on Mac and Windows column has a clickable header with arrow but without any sorting activity
-on Ubuntu you can sort items which are present in table but no idea what is the subject of the order.
Issue update:
Expected behavior of sorting activity of columns headers:
The text was updated successfully, but these errors were encountered: