codeforcauseorg / edu-client

Product focuses on 100% education as well as upskilling developing countries and rural areas.
https://educlient.codeforcause.org/
MIT License
128 stars 148 forks source link

Added Tag Search On Course Chip #411

Open Bhavesh0301 opened 2 years ago

Bhavesh0301 commented 2 years ago

Issue Number

Fixes #410

Describe the changes you've made I have Added a tag Search page where user is directed, if it clicks either tags on Mediacard or explicitly searches for tags by tags drop-down button. for this, I have created another route "/tags?q=" where all the courses related to this tag will be shown. the tag search page is the almost same as the search page the only difference is the part where the code searches for queries in the name of AllCourseDetail I tweak it a bit to search for tags.

Describe if there is any unusual behavior (Any Warning) of your code(Write NA if there isn't) NA Additional context (OPTIONAL)

Test plan (OPTIONAL)

A good test plan should give instructions that someone else can easily follow.

Checklist

Provide a Deployed link of route/page that needs to review Preview: Deploy preview link here with the appropriate route