Let user customize content showing in lists.
Opened this issue · 0 comments
letelete commented
The user should be able to customize lists content by select types of alarms that he is interested in. Selection could be placed in settings (sharedPreferences) fragment.
For example:
The user wants to get an information only about alarms which duration makes them healthy for him, so he opens up settings fragment and unselecting every option but healthy.
Proposal customization dialog:
Title: Alarms preferences
Option 1: Show unhealthy alarms {switch (default true)}
Option 2: Show optimal alarms {switch (default true)}
Option 3: Show healthy alarms {switch (default true)}
Option 4: Show not recommended alarms {switch (default true)}