-
Notifications
You must be signed in to change notification settings - Fork 18
Introduce new smart lists #39
Comments
|
|
Question 4. Also the transition between TaskPage and ListPage seems a little unnatural. It would be better off to go from the ListPage to the right (or forth) to the TaskPage with some task list and to go from the TaskPage to the left (or back) to the ListPage. |
Hm. The reason I did it this way is, that the task page is the main page of the app (first page after start, first page after coming back from cover, menus to get to settings and about page and so on) and the page where the most actions are taken place in the app. The list page is more like a sub page which is only used sometimes. As you can see on the SailfishOS design guide (https://sailfishos.org/design/navigation/), sub pages are aligned on the right side. So swiping to the right from task to list page and swiping to the left to go back seems to be the normal Sailfish way. All other applications work this way I think. The only thing we could discuss is, that the list page could be the main page of the app, but I don't see arguments for this at the moment. |
I think transitions between ListPage, TagPage and TaskPage could be done better, if we change hierarchy. They can go as ListPage -> TaskPage or ListPage -> TagPage -> TaskPage. And it doesn't mean that ListPage should be the first page. TaskPage with the default list could be shown at start, but ListPage should be located to the left. |
fixed by pull request #46 |
Today
- all tasks with a due date not exceeding today's date,Tomorrow
- all tasks that should be done til tomorrow,#tag
- all tasks with some specified tag, one can get there after tap in the list of all tags.New
: why does a user want to know about creation dates after all?P.S. I don't want to sound harsh, it is just some questions to discuss 😄
The text was updated successfully, but these errors were encountered: