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 edit and delete previously recorded symptoms so that I can correct any errors or add anything I forgot to add. #9

Closed BetsyRowley closed 6 months ago

BetsyRowley commented 7 months ago

Feature Description

User Case

User Action Action Result
Click 'Edit Daily Observation' Modal form opens on screen
Edit Observation values Values Reflected in Modal form
Click 'Submit Observations' Daily Observation modified in DB & Modal confirmation shows on screen
Closes Confirmation Modal Modal Confirmation closes, Dashboard displayed

Noun Extraction

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

Narration

User: Actually, Viewer. I need to update Daily Record for today, I forgot to add a comment. Viewer: Controller, can you help me modify the Daily Record for today? Controller: Model, request for you to modify today's Daily Record. Model: My pleasure. Today's Daily Record retrieved and edited. Controller: Thank you! Viewer, please relay that the update has been made. Viewer: User, thanks for the update. Today's record has been corrected. Now, go enjoy your day! User: Thank ye kindly, Viewer. I appreciate the speedy and reliable assistance.

cklukas16 commented 6 months ago

@BetsyRowley Ok. I'm pretty content with where this story is at. Accomplished:

Not Accomplished:

You ok if I merge with the main branch?

BetsyRowley commented 6 months ago

Awesome, thank you!