scorelab / Codelabz

Codelabz
Apache License 2.0
144 stars 410 forks source link

[ Feat : Select, Edit And Display Tags For Tutorials ] #1210

Open rohitPandey469 opened 6 months ago

rohitPandey469 commented 6 months ago

Description

  1. Added a new field called tags which is an array and holds the selected tags for specific tutorial.
  2. Changed the Cards to show Chip mapped over tags array.
  3. Allowing users to edit the tags while writing the tutorial - see video.
  4. Created two actions updateTutorialTags and fetchTutorialTags to update tags and fetch the selected tags in Modal.
  5. So, when the modal opens, and the already selected tags are shown, selected and then can change the array - allowing more flexibility for users while creating tutorials.
  6. Currently, the tagOptions is fixed and limited just to 6-7 tags, I am thinking whether it would be a good idea to give users flexibility to create their own tags or we can create, some limited tagOptions at the time of organisation creation

Related Issue

Fixes #1209

Motivation and Context

There is no option to select tags.

How Has This Been Tested?

Locally on my machine

Video:

Here, in this video I selected the tags at the time of tutorial creation and editing those tags array in tutorial edit mode.

https://github.com/scorelab/Codelabz/assets/123815256/55e860de-6ba5-412b-950f-f84ff0291089

Then here the tags are updated in Cards as well.

https://github.com/scorelab/Codelabz/assets/123815256/ee64c913-e255-4efd-a4c9-c4cd42fc1867

Types of changes

Checklist: