-
Notifications
You must be signed in to change notification settings - Fork 14
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
Model SDPR API #3981
Labels
Comments
Joshua-Lakusta
added
Dev & Architecture
Development and Architecture
and removed
Business
Items under Business Consideration
labels
Nov 26, 2024
After discussion, calling by SIN only is sufficient. |
github-merge-queue bot
pushed a commit
that referenced
this issue
Dec 5, 2024
- Created a new module for SIMS API from external access; - Created a segregated swagger for external endpoints: http://localhost:3000/external/swagger ; ![image](https://github.com/user-attachments/assets/0bb70598-679e-4799-a749-d17b328df0e9) - Created Postman collection to authenticate and request a student by SIN (Teams folder); ![image](https://github.com/user-attachments/assets/984503b9-8097-4d7b-9e99-092d9c2092c4) ![image](https://github.com/user-attachments/assets/282dcbe3-dbb2-485c-bce7-d5d1dacd9bdf) - Documented on: https://github.com/bcgov/SIMS/wiki/Keycloak-Config#external-api-access-service-accounts
github-merge-queue bot
pushed a commit
that referenced
this issue
Dec 6, 2024
- Querying the id is necessary for TypeOrm to bring multiple numbers for the `applications` array. Otherwise, it brings only one application in the array in the `student` object. ![image](https://github.com/user-attachments/assets/487a0e1e-97ab-4e4e-b974-f2d92898fc09)
github-merge-queue bot
pushed a commit
that referenced
this issue
Dec 6, 2024
- Added conditions to query only applications with an applicationNumber; - Added order clause,
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
User Story: As StudentAidBC, we need to a mechanism to provide information for shared clients with SDPR, for program eligibility purposes.
Acceptance Criteria:
Additional Context
Will need to add more data within the applications in future including data like dependent/independent & CRA income. Possibly allowing for an optional search by program year.
Technical
The text was updated successfully, but these errors were encountered: