boolean-uk / team-dev-frontend-client

1 stars 11 forks source link

Homepage: implement sidebar detail html/css using grid #118

Open Yemaneab100 opened 1 year ago

Yemaneab100 commented 1 year ago

A sidebar next to the posts should present the user with additional information.

For logged in students, it will present:

a list of other students in my cohort a list of teachers For logged in teachers, it will present:

a list of cohorts a list of teachers

Requirements

Code structure

Wireframe

Sidebar-grid

For Students and teachers

Search for people

For Students

My cohort

For each student in the cohort, the following points should be included.

For Teachears

Cohorts

Students -there should be a section to list all students in the cohorts. -The teacher should see the list of all students.

For each student in the cohort, the following points should be included.

Teachers -there should be a section to list all teachers in the cohorts. -the teacher should see the list of all teachers.

For each teacher in the cohort, the following points should be included.

Auenc commented 1 year ago

Excellent detail! I think the only thing you're missing is to say where the data for the students/teachers etc is coming from. Will they be props? Will you be fetching data, etc.

georgeroth commented 1 year ago

This issue is only about the HTML + CSS design, we are planning to create different tickets for the functionality that should include the aspects you are mentioning.

Auenc commented 1 year ago

Ah perfect! Yeah that makes sense. It might be good if you can create placeholders for each of those tickets and link them here (just for the paper trail)

georgeroth commented 1 year ago

Here we go!

https://github.com/boolean-uk/team-dev-frontend-client/issues/126 https://github.com/boolean-uk/team-dev-frontend-client/issues/125 https://github.com/boolean-uk/team-dev-frontend-client/issues/124