BetsyRowley / menstrual-tracker

A full-stack application created for University of St. Thomas course SEIS739.
0 stars 1 forks source link

As a User, I want to view what I entered for a specific day so that I can refer to historical data. #8

Closed BetsyRowley closed 4 months ago

BetsyRowley commented 6 months ago

Feature Description

Use Case

User Action Action Result
Click on a date displayed in the dashboard Calendar View Detailed View on dashboard displays data for that date

Noun Extraction

Class Name: DailyRecord
Responsibilities Collaborators
Knows (Variables): date, health values, and comments. Can (Methods): can get & set Date, Health Values, and comments HormonePhase, Cycle

Narration

User: Viewer, I'd like to see the values I entered yesterday. Viewer: Controller, send me yesterday's health values. Controller: Model, retrieve the health values corresponding to yesterday's date. Model: Here are the values you asked for. Controller: Viewer, please display the values. Viewer: User, here are the values you requested.