andrewcmyers / multilist

An Android checklist app that allows arbitrary acyclic dependencies
GNU General Public License v3.0
0 stars 1 forks source link

Add linked items #11

Open andrewcmyers opened 7 years ago

andrewcmyers commented 7 years ago

This is an item that when checked, checks other items without being 'underneath' it in the graph. Maybe the graph structure is enough here.

andrewcmyers commented 7 years ago

Linked items would act like children with respect to dependencies, except that they 1. wouldn't be shown as children and 2. completing the parent would automatically complete them. This is useful for recipes and shopping lists.

andrewcmyers commented 7 years ago

The item they are linked to would also not keep them "alive" since the link is invisible.

andrewcmyers commented 6 years ago

Maybe add as selection menu option?