-
Notifications
You must be signed in to change notification settings - Fork 400
Closed
Labels
Description
Is your feature request related to a problem? Please describe.
Currently, there is no option at the time of tutorial creation to select tags for a tutorial.
No options here.
Neither here.
Describe the solution you'd like
What I am thinking?
Will add an option to select tags from some already presented tags ( some famous one ) while creating a tutorial, store it in firestore and then render it in the Cards.
For more flexibility -
- We can have an edit options for tags while editing or writing tutorial - so, if user wants to update the Tags-Set midway
- User can add more tags according to their needs which are not present in already presented tags.
Additional context
I am thinking of adding a new collection for tags and tutorial_id or somewhat similar, so can filter the tutorial based on tags. Will create a differ. issue for it.