Lesson 22

[Sprint Four] - Feedback Dates

Adding a timestamp to feedback submissions

PRO

Lesson Outline

Feat: See the dates that feedback forms were submitted

One feedback item raised in the last review was that the links to each client feedback form all had the name of "Client Feedback". Although we don't want to use the names of the clients for the feedback, something a bit more descriptive was desired.

User story: As a massage therapist, I want to be able to see the dates that feedback forms were submitted, so that I can distinguish one feedback form from another


Project management

Remember to move the card for this task to the Test column, and create a new task branch to work on.


If we take a look at the interface for our Feedback in clients.store.ts currently it looks like this:

export interface Feedback {
  id: string;
  response: string;
}
PRO

Thanks for checking out the preview of this lesson!

You do not have the appropriate membership to view the full lesson. If you would like full access to this module you can view membership options (or log in if you are already have an appropriate membership).