boolean-uk / team-dev-frontend-client

1 stars 11 forks source link

[EPIC] Home page (posts feed) #94

Open dogezen opened 1 year ago

dogezen commented 1 year ago

Homepage - posts feed

Whenever a user logs in, they should be redirected to the home page which will present the logged in user with:

The path for the home page is /posts

Creating posts

Posts feed

Post comments

Liking posts and comments

Sidebar details

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

For logged in students, it will present:

For logged in teachers, it will present:

Student list sidebar

This is only visible if the logged in user is a student.

Teacher list sidebar

This is visible by any user.

Cohort List sidebar

Wireframes

Student wireframe

Here's an example wireframe for the student view.

NOTE: this is a concept, you can choose a different layout

team_dev_client_student_homepage

Teacher wireframe

Here's an example wireframe for the teacher view.

NOTE: this is a concept, you can choose a different layout

team_dev_client_teacher_homepage