-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sort by "done" first then by "work in progress" #38
Comments
That would be nice indeed. I don't think tablesort.js supports sorting by multiple criteria. What works (manually, atm) is: Sorting them first by wip, then by testing and then by done: You could try to get this to work programmatically. 😄
I think having more metadata would be nice, but it would bloat up our table even more. (See #40). |
Yeah, manually sorting works right now, but that's not so nice. Actually we don't need three columns, it could be replaced by just one column "status". And I think the status should be in the form "date done" or "date wip" and then we do the default sort on that. |
Come to think of it: You're completely right! It might be hard to get accurate dates of "Work in Progress" or "Testing", but I'd like to see your idea. Want to give it a go? |
I'm happy to give it a go :) |
Let me know if you run into problems setting up the site locally. 😺 |
FWIW, I like the three column approach. |
@LeSpocky I think we can still keep the 3-column look (kind of like a progress bar) while still having a combined state in one field of the data file :) |
@LeSpocky Could you elaborate what you like about the three column approach? What do you think about my proposal? Maybe something like a progressbar in the field would work? |
I have created PR #42 which would keep the design and fix the issue. What do you guys think? |
@ReneVolution @LeSpocky @ReneVolution Can we close this issue? |
You can probably close it. https://omemo.top/ looks good for me.
|
Yep 👍. Looks good for me too. |
Is it possible to have the list sorted first by "done" and then by "work in progress", because it would be nice to see the finished ones first.
Or maybe include a date of publication/latest update and sort by that? Then we could attribute conversations to being the first one :)
I would do the work it if you think it's a good idea.
The text was updated successfully, but these errors were encountered: