Ana-Niko-byte / zenlist

This is a fullstack Django framework project aimed at improving task tracking.
1 stars 0 forks source link

User Story : View Customer Reviews #22

Open Ana-Niko-byte opened 2 months ago

Ana-Niko-byte commented 2 months ago

As a non-registered user, I would like to view reviews about Zenlist.

AC1 Display a minimalist carousel-like frame showing one review at a time. AC2 For admins, implement review approval functionality prior to displaying.

Ana-Niko-byte commented 1 month ago

General configuration complete, but reviews are not in a carousel (diverging from design slightly), and approval has not yet been implemented.

Reviews are filtered and displayed as standalone containers - will likely implement some sort of conveyor-structure.

Ana-Niko-byte commented 1 month ago

A single standalone page has been implemented instead of the carousel. Five star reviews are displayed on the home page with a button directing to an all reviews page. This page is not in the navigation bar.