Open Yemaneab100 opened 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.
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.
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)
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
The code for the component will live in a
Sidebar.js
file in the folder: /src/components/sidebarAll relevant styles will be added to the
style.css
in the same folderWireframe
For Students and teachers
Search for people
For Students
My cohort
Ther should be 'My cohort' section that shows the student's current cohort.
Design a cohort should have the following content:
There should be a section that displays the list of students in the current 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.