Closed rodolforpr88 closed 2 years ago
app/commands/generate_timeslots_commands
app/models/timeslot
app/services/timeslot_service
spec/*
observation.: the failed test was solved in the branch #13
app/commands/generate_timeslots_commands
add the reader for status and update the creates adding the status attribute for itapp/models/timeslot
add new field status type enum and add validation for itapp/services/timeslot_service
update the instance adding the attribute statusspec/*
update the tests 'commands/generate_timeslots_commands', 'factory/timeslots' and 'app/models/timeslot' adding the new field 'status'"Rspec Screenshot
observation.: the failed test was solved in the branch #13