feat(childManage): add enums and model for goal management
📝 Description
This PR introduces the Goal management domain model as part of the implementation for the ticket IA-694.
Included in this PR:
-
Goalentity:- Linked to
ChildandSubjectvia@ManyToOneassociations - Contains attributes like
title,description,startDate,endDate,priority,status, andprogressPercentage
- Linked to
- Enums:
-
PriorityLevelwith values:LOW,MEDIUM,HIGH -
GoalStatuswith values:IN_PROGRESS,COMPLETED,NOT_STARTED
-
Closes IA-694
