KSDunne / statement_beauty

Here is a hair and makeup blog, called Statement Beauty. This is a full stack website built using the Django web framework. In addition to the blog app there is an app for booking a makeover appointment with a beautician. The overall theme of the website is, statement looks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

User story 27: Superusers can mark collaboration requests as read, so that superusers can see how many still need to be processed

KSDunne opened this issue · comments

As a superuser I can mark collaboration requests as read so that superusers can see how many still need to be processed

Task:

  • Implement boolean logic for this in the about > CollaborationRequest model (e.g. read = models.BooleanField(default=False))

Acceptance criteria:

  • Acceptance criteria 1: Superusers can view a list of collaboration requests received in the Django admin panel.
  • Acceptance criteria 2: Superusers can mark individual collaboration requests as "read" providing a visual indicator to distinguish them from unread requests