Skip to content
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 due date #12

Closed
gferreroferri opened this issue Feb 26, 2021 · 14 comments
Closed

Sort by due date #12

gferreroferri opened this issue Feb 26, 2021 · 14 comments
Labels
enhancement New feature or request

Comments

@gferreroferri
Copy link

Add an option to sort by due date, instead of grouping by lists

@DamascenoRafael DamascenoRafael added the enhancement New feature or request label Feb 28, 2021
@DamascenoRafael
Copy link
Owner

Good idea!! 👏

I don't know exactly how you imagined it, but since not every reminder has a due date, I thought of a list of "Upcoming reminders" at the beginning with only reminders that have a due date (regardless of the list/calendar).

Perhaps in this list there could be an option to show only the reminders for the day, week, month or all (as long as it has a due date).

Can you tell me if you imagined anything other than that?

Without thinking about a list of "Upcoming reminders" I don't know exactly how we could order mixed lists of reminders with and without a due date.

@gferreroferri
Copy link
Author

There could be an option to show today’s due or this week’s due for instance on the top. Ore one section for the ones with due date ant another for the ones with no due date

@DamascenoRafael
Copy link
Owner

@gferreroferri But this split into two lists (reminders with due date and no due date) would be helpful to you? If you are interested we can think about it too.

At first what seems most necessary would be a list of upcoming reminders (or smart lists as discussed in #13).

Here's a picture of what I was working on:

Screen Shot 2021-03-07 at 16 33 13

In the top button it would be possible to change which reminders would be displayed:
But I think that these options could have an easier text to understand.

Screen Shot 2021-03-07 at 16 46 00

What do you think so far?

@adamlurie
Copy link

This is fantastic, @DamascenoRafael! This is exactly what I was thinking and would be very useful!

@gferreroferri
Copy link
Author

This looks very good idea!

@DamascenoRafael
Copy link
Owner

Great!! I made the following changes:

  • I changed the options for the upcoming reminders to: "Today", "In a Week", "In a Month" and "All".

Screen Shot 2021-03-15 at 21 54 12

  • I added an option on the bottom left button to show or not the list of upcoming reminders.

Screen Shot 2021-03-15 at 21 59 53

@DamascenoRafael
Copy link
Owner

Some points that we can still think about:

1 - Reminders with due date continue to appear in lists (such as “Study” and “To Do”) even though they are appearing in the "Upcoming reminders" list.. I don't see this as a problem.

2 - In lists outside of "Upcoming reminders" the reminders appear sorted by their creation date (which can be applied to all reminders). As a result, reminders with due date may appear out of order according to their due dates in these lists. I'm still thinking about how to solve it.

@adamlurie
Copy link

For 1: Agreed. I think this is standard for to do/reminder applications (at least it is in Todoist). This is the expected behavior.

For 2: "Creation date" is kind of arbitrary for sorting (basically, the random order I remembered the items in the list). What about: (1) items that have a priority applied, then (2) items with day/time, then (3) all other items. Thoughts, @DamascenoRafael?

@gferreroferri
Copy link
Author

1: wouldn't they appear doubled if the Upcoming and the list are both selected? In that case they should only show in Upcoming

2: I think they should appear by due date

@DamascenoRafael
Copy link
Owner

@adamlurie I think it's a great idea!! I will try to organize this and also add the priority indication in the reminders.
A reminder with day/time can also have a priority so I think we can generalize this idea to:
(1) Reminders are ordered according to priority (high to none);
(2) Then, for each priority: (a) first the reminders with day/time (sorted by due date - the earliest date first) and then (b) the reminders without day/time (sorted by creation date - most recent first).

@gferreroferri in fact reminders with day/time may appear duplicated if "Upcoming Reminders" and the corresponding reminder list are selected. But I think that the user can be confused if the fact of displaying in "Upcoming Reminders" disappears with that item from the corresponding list.
To solve this I think it would be better to create a visualization like the smart list "Scheduled" from Apple's Reminders app (image below), where we are no longer concerned with the reminder list but only with its due date. What do you think?
It would be similar to keeping only "Upcoming Reminders" selected, but it could have a split by date. In addition, reminders without day/time would not appear.

Screen Shot 2021-03-18 at 21 47 52

@gferreroferri
Copy link
Author

Yes, that solution for Scheduled sounds good :)

@DamascenoRafael
Copy link
Owner

Sorry for taking so long.
I'm a little busy these days so I released version 1.4.0 now with "Upcoming Reminders" 📦
For the next versions we can create a visualization like the "Scheduled" smart list :)

@gferreroferri
Copy link
Author

wow, new release looks really good!

@DamascenoRafael
Copy link
Owner

Closing this issue since the reminders are sorted according to the rules discussed here 📆
If necessary, we can open a new issue about other sorting rules.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants