Open makampos opened 2 weeks ago
A question, i created the visibility, i need additional the variable in the methods "put" and "get" ?
A question, i created the visibility, i need additional the variable in the methods "put" and "get" ?
Yes, once you add a new property in WorkoutEntity
you will need also to update the mappers in FitSync.Application.Extensions
for each WorkoutViewModel
.
Some extra steps are needed;
AddWorkoutDto
to include it)UpdateWorkoutDto
to include it)
User Story
As a: User
I want: Create a custom workout. Then Set as a field 'visibility' as public(community) or private. So that: I can search for the workout created previously by filtering for public, private (created by my own).
Tips
Acceptance Criteria
Test Scenarios
Outline the scenarios that will be tested to ensure this user history is implemented correctly. Include both positive and negative test cases.
Scenario 1: Success.
Scenario 2: Success.
Definition of Done
Clearly define what it means for this user history to be considered complete. Include criteria such as coding standards, testing requirements, and documentation.