boolean-uk / team-dev-frontend-client

1 stars 11 forks source link

Create component - Teachers List && Teacher List Item #114

Closed Haroogle closed 1 year ago

Haroogle commented 1 year ago

Create list of teacher list items

-Pass props from cohorts student page {users} -Map though the Users returned from Database and render the component {TeacherListItem} with its necessary prop teacher (is the iterated value out of the map)

Teacher list item

-Receives prop teacher from the {TeachersList} component -Render teacher name -Render the Cohort ID that the teacher belongs to -Render initials of the teacher -When clicked, go to the profile page of the user (teacher)

Image

Image

dogezen commented 1 year ago

Please see comments to this issue, very similar questions apply here as well: https://github.com/boolean-uk/team-dev-frontend-client/issues/113

Auenc commented 1 year ago

Looks good to me, great job!