Skip to content

[Feature] Add SuggestionTag to checklist #67

Description

@Wottrich

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions