codeforcauseorg / edu-client

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

Develop Mentor Rating and Review Page #219

Closed sakshi-choudhary closed 3 years ago

sakshi-choudhary commented 3 years ago

ISSUE #206

Describe the changes you've made Create Mentor Rating Page.

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

Additional context (OPTIONAL) Route- /ratementor

Checklist

Preview of work done

sakshi-choudhary commented 3 years ago

@Abhishek-kumar09 Could you please review and let me know for any changes required or anything more to add?

sakshi-choudhary commented 3 years ago

@sakshi-choudhary it LGTM but I want to suggest a minor change that can you please add a link named 'feedback' in the profile footer section, it will help user to redirect to the page as you already implemented it in routes.js you just need to edit the footer text and need to add a redirect link to the text:

for ref here: profile-footer

for implementing this you just need to add general code like this

 {
    id: 5,
    link: "/ratementor",
    title: "FEEDBACK",
  },

you can find code for this here src\pages\ProfilePage\ProfileComponent\FooterComponent.js just follow this folder hierarchy.

it is good that you made a mentor feedback page but can we also implement a general app feedback section? As I don't know that the feedback text field you implement in CFC feeds is for the mentors only or for the App.

what are your thoughts on this can you implement a separate section for App review or feedback?

Thanks, for the suggestions but I have made this page a/c to given in the Figma design. I suppose this page is only for the feedback of the particular course mentor like there will be an option in a course to rate its mentor and give feedback to the mentor's teaching.

@Abhishek-kumar09 Please let me know if I am wrong?

Abhijay007 commented 3 years ago

Thanks, for the suggestions but I have made this page a/c to given in the Figma design. I suppose this page is only for the feedback of the particular course mentor like there will be an option in a course to rate its mentor and give feedback to the mentor's teaching.

oh ok, thanks for letting me know about it !!