As user, I want to create a FELV vaccine with status NEW when we apply RABIES vaccine and the going_out_often flag is true so that I can easily indentify next vaccinations for this pet.
Acceptance Criteria
- When we change vaccination status from
PENDING to APPLIED and the vaccination type is RABIES, and the pet type is a cat, and the pet's flag going_out_often is true, we should also create a new vaccination record as follow:
FELV with status NEW
FELV 21 days after current date
- I can see test cases added/modified accordingly
- All tests passing
References
As user, I want to create a FELV vaccine with status
NEWwhen we applyRABIESvaccine and thegoing_out_oftenflag is true so that I can easily indentify next vaccinations for this pet.Acceptance Criteria
PENDINGtoAPPLIEDand the vaccination type isRABIES, and the pet type is a cat, and the pet's flaggoing_out_oftenis true, we should also create a new vaccination record as follow:FELVwith statusNEWFELV21 days after current dateReferences