Skip to content

[Backend] Orchestrate Goal Initialization POST /goals #423

@Olowodarey

Description

@Olowodarey

Background & Context: Users declare intentions specifying exactly how much money they want to target and by when explicitly via dynamic forms in the Phase 2 UI implementations.
Description: Consume HTTP requests structuring validation checking strictly binding specific goal arrays inside DB configurations attached to users natively.
Acceptance Criteria:

  • Create explicit DTO using class-validator validating targetDate executes strictly locally in the future mapping string iso dates seamlessly.
  • Execute save() generating an active SavingsGoal entry mapped uniquely to the user ID.
    Target Files: backend/src/modules/savings/savings.controller.ts.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions