-
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
Design proposal ReneVolution #42
Conversation
Do you have a preview? |
Thank you! I agree that a single timestamp is not enough, that's why my suggestion is status + timestamp. |
Indeed, a progress bar sounds promising, though even that does not give all the info i'd like to see there, e.g. stalled, not-gonna-happen, etc. 😄 For the data structure though, i'd propose a 0 => Not gonna happen ... add missing. |
Maybe even better for sorting by status: 0 => Done |
Ok, no ... this seems better: 0 => Not gonna happen That fits much better the standard progress bar scale. |
I think a status in integers is a good idea, yes. How about 1 to 10? |
Way nicer! Is it sortable? (doesn't look like it). |
It is sortable ... but has a bug when sorting for some unknown reason. Will need to debug it. |
It looks very nice -- I still would find it nice if Conversations would be on the first position, and Gajim on the second, to give them their deserved fame... |
Hmm, how about release date? fg |
Implementing something only to make sure some specific messengers are always on top feels like some hidden advertisement. Not entirely sure how i feel about that. They both deserve their fame 😸, but maybe this site is not the right place for such advertisement. |
Well, it's not only about the two, I see omemo.top also as an information page that goes beyond done/not done. And having an overview of the history is quite nice imho. |
@ReneVolution @dreamflasher So – how about I merge this branch so we have the progress bars & I add the details in #40 ? |
Good with me 😺 |
works for me :) So will you add a date column to sort on? g |
@drea I might consider it later ;) |
@bascht that's a no ;) |
@dreamflasher It's a rather diplomatic way of saying »I'd like to keep the complexity of the front page at a minimum. 😏 Dates might make it into #40. |
I do prefer a no with a reason over diplomatic BS ;) |
As I said: I want to keep the complexity of the frontpage at a minimum. So: I don't want it to have a date column, whereas I'm perfectly fine with dates in the detail pages. |
? I didn't disagree on what you said. I just wanted to point out that it's better to directly say things instead of diplomatic BS :) |
I think you made your point. |
As i liked the design very much before, here is an alternative approach to initially sort by Done, Testing and WIP in sequence. Even it is a little "hacky", it maintains the nice design 😸