What?
I will add SuggestionTag associate to N checklists and taks of those checklists will be used as suggestion to other or new checklist in the feature.
Why?
To improve user experience, thinking that this user use application to go to the market more than one time for month, for example.
Rules
- When a SuggestionTag is associate to a checklist, all tasks of the checklist will be added to this SuggestionTag database.
- When a SuggestionTag is associate to a checklist, user will see all suggestions available into this SuggestionTag.
- User is able to manage all HashTags created and we need add a flag to enabled/disable the SuggestionTag.
Propose
The SuggestionTag will have N to N relationship with checklists, than N checklist could have N SuggestionTag.
SuggestionTag must have those properties:
- uuid: String - Primary Key
- name: String - Not Null
- suggestions: List
- isEnabled: Boolean
How SuggestionTag and Checklist will have N to N relationship it be necessary create ChecklistSuggestionTagCrossRef:
- uuidChecklist: String
- uuidSuggestionTag: String
What?
I will add SuggestionTag associate to N checklists and taks of those checklists will be used as suggestion to other or new checklist in the feature.
Why?
To improve user experience, thinking that this user use application to go to the market more than one time for month, for example.
Rules
Propose
The SuggestionTag will have N to N relationship with checklists, than N checklist could have N SuggestionTag.
SuggestionTag must have those properties:
How SuggestionTag and Checklist will have N to N relationship it be necessary create ChecklistSuggestionTagCrossRef: