Tutorial:Simple To Do List Enhancements: Difference between revisions

From Memento Database Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 3: Line 3:
This tutorial page walks through implementation of enhancements to the Simple To Do List.
This tutorial page walks through implementation of enhancements to the Simple To Do List.


== Show only tasks that are not yet completed ==
== Show only incomplete tasks ==


This enhancement is done by a user viewing the list of tasks to be done, not by the library editor.
This enhancement is done by a user viewing the list of tasks to be done, not by the library editor. It can be done two ways. The first is simpler.
 
=== Group the tasks by Done? ===


While viewing the list of tasks, open the Right-Side Menu by swiping from the right side of the screen to the left.
While viewing the list of tasks, open the Right-Side Menu by swiping from the right side of the screen to the left.


Select the Filters option from the menu.
Select the '''Group''' option from the menu.


A card entitled '''New filter''' will appear, with a blank containing "User filter" for the filter name.
A card will be displayed showing a list of fields in the library as radio buttons. Select the '''Done?''' field, saying to group together tasks whose Done? boxes have the same value. The card will exit right away.


Enter a filter name, such as "Incomplete tasks" and press '''OK'''.
Now, only group bars are shown, one for each value of Done? in at least one entry of the library. Touch the '''No''' bar to see tasks that are not yet done, and touch the '''Yes''' bar to see completed tasks. To see all the tasks, either open both bars or select the Group option again and select the '''No grouping''' option.


A card will be displayed showing a list of fields in the library. Select the Done? field and uncheck the box, saying to show only tasks whose Done? boxes are unchecked. Press the checkmark in the upper-left corner to save the filter and exit the card.
=== Filter the Tasks by Done? unchecked ===


Now, only incomplete tasks tasks are shown, and as they are checked as done, they will disappear from the list. To once again see all the tasks, select the Filters option again and select the '''No filter''' option.
The following accomplishes more or less the same thing.


=== Alternatively ===
This enhancement is done by a user viewing the list of tasks to be done, not by the library editor.


The following accomplishes more or less the same thing.
While viewing the list of tasks, open the Right-Side Menu by swiping from the right side of the screen to the left.
 
Select the Filters option from the menu.


While viewing the list of tasks, open the Right-Side Menu by swiping from the right side of the screen to the left. Press the '''Filters''' option and select '''No filter''' from the submenu. This clears anything you might have left over after trying the previous technique. Subsequently, you can skip this step.
A card entitled '''New filter''' will appear, with a blank containing "User filter" for the filter name.


This time, select the '''Group''' option from the menu.
Enter a filter name, such as "Incomplete tasks", and press '''OK'''.


A card will be displayed showing a list of fields in the library as radio buttons. Select the '''Done?''' field, saying to group together tasks whose Done? boxes have the same value; the card will exit right away.
A card will be displayed showing a list of fields in the library. Select the Done? field and uncheck the box, saying to show only tasks whose Done? boxes are unchecked. Press the checkmark in the upper-left corner to save the filter and exit the card.


Now, only group bars are shown, one for each value of Done? in at last one entry of the library. Touch the '''No''' bar to see tasks that are not yet done, and touch the '''Yes''' bar to see completed tasks. To see all the tasks, either open both bars or select the Group option again and select the '''No grouping''' option.
Now, only incomplete tasks tasks are shown, and as they are checked as done, they will disappear from the list the next time the list is generated. To once again see all the tasks, select the Filters option again and select the '''No filter''' option.


[[Category:Tutorial]]
[[Category:Tutorial]]

Revision as of 02:44, 28 September 2016

« Page as of 2016-09-28, editions Mobile 3.9.7, Desktop 1.0.3 »

This tutorial page walks through implementation of enhancements to the Simple To Do List.

Show only incomplete tasks

This enhancement is done by a user viewing the list of tasks to be done, not by the library editor. It can be done two ways. The first is simpler.

Group the tasks by Done?

While viewing the list of tasks, open the Right-Side Menu by swiping from the right side of the screen to the left.

Select the Group option from the menu.

A card will be displayed showing a list of fields in the library as radio buttons. Select the Done? field, saying to group together tasks whose Done? boxes have the same value. The card will exit right away.

Now, only group bars are shown, one for each value of Done? in at least one entry of the library. Touch the No bar to see tasks that are not yet done, and touch the Yes bar to see completed tasks. To see all the tasks, either open both bars or select the Group option again and select the No grouping option.

Filter the Tasks by Done? unchecked

The following accomplishes more or less the same thing.

This enhancement is done by a user viewing the list of tasks to be done, not by the library editor.

While viewing the list of tasks, open the Right-Side Menu by swiping from the right side of the screen to the left.

Select the Filters option from the menu.

A card entitled New filter will appear, with a blank containing "User filter" for the filter name.

Enter a filter name, such as "Incomplete tasks", and press OK.

A card will be displayed showing a list of fields in the library. Select the Done? field and uncheck the box, saying to show only tasks whose Done? boxes are unchecked. Press the checkmark in the upper-left corner to save the filter and exit the card.

Now, only incomplete tasks tasks are shown, and as they are checked as done, they will disappear from the list the next time the list is generated. To once again see all the tasks, select the Filters option again and select the No filter option.