feat(goals): enhance child goals management with CRUD operations
- Added
fetchGoalsByChild
,deleteGoal
, andupdateGoal
methods inChildGoalsStore
for managing child goals. - Updated
ChildAccount
component to fetch and display goals dynamically. - Refactored
EditObjectiveScreen
to utilize the new goal update functionality. - Cleaned up unused code and improved state management for better performance.
This update improves the user experience by allowing comprehensive management of child goals within the application.
Closes IA-712