Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Student CSFA Accomodation Section to Student Application Endpoint Response #30

Closed
klondikemarlen opened this issue Aug 14, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@klondikemarlen
Copy link
Member

klondikemarlen commented Aug 14, 2023

Relates to icefoganalytics/student-financial-aid#2

Context

As part of the "view submitted applications and their current status" project, this task covers returning the student CSFA accommodations data. Depending on how that goes I might add in other sections such as:

other-fields.json
{
  "csfaIncome": { "incomes": [] },
  "csfaExpenses": { "expenses": [] },
  "parents": {},
  "parentDependants": {},
  "spouse": {},
  "documents": {}
}

Data Format

{
  "id": "some-application-id",
  "csfaAccomodation": {},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant