-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into Correct_One
- Loading branch information
Showing
415 changed files
with
3,175 additions
and
1,596 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 20 additions & 7 deletions
27
docs/2023/ABDM/Discovery and Linking Workflows/updates/2023-08-04.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,29 @@ | ||
--- | ||
title: Week 5 | ||
author: Manika Jain | ||
-- | ||
Title: Week 5 | ||
Author: Manika Jain | ||
--- | ||
|
||
## Milestones | ||
- [ ] Give the description about Milestone 1 | ||
- [ ] Give the description about Milestone 2 | ||
- [ ] Give the description about Milestone 3 | ||
- [ ] Give the description about Milestone 4 | ||
- [x] Implement the ABDM APIs specific to "Discovery and Linking Workflows" and handle the output data based on the application's needs. | ||
- [x] Continue the implementation of the service layer for the HRP (Health Repository Provider). This layer plays a pivotal role in making calls to the Wrapper and ABDM to retrieve and invoke patient data and information. | ||
- [x] Testing out "Discovery and Linking" APIs using Mock HIP on the ERM portal. | ||
- [x] Complete the ABDM APIs for linking (User Authentication) in Postman and fetch data on the local machine (designed the Gateway Controllers, Unit test cases using JUnit and Mockito, etc). | ||
- [x] End to End testing of Discovery APIs (care-context/on-discover and care-context/discover) on Postman. | ||
- [x] Understand and create the bridge URL tunnel using Ngrok and other port-rendering alternatives. | ||
|
||
## Screenshots / Videos | ||
### Calling endpoints for Linking APIs | ||
![Calling endpoints for Linking APIs](https://github.com/manikajain11/c4gt-milestones/assets/72864182/76469129-3188-450c-836b-da2af1366256) | ||
|
||
### Flowchart for Discovery and Linking calling Endpoints | ||
![image](https://github.com/manikajain11/c4gt-milestones/assets/72864182/8953dcd6-38c5-4440-856c-ce9b68e181da) | ||
|
||
## Contributions | ||
- Completed and tested Discovery and Linking APIs from ABDM Sandbox on Postman and my local machine. | ||
- Link to PR: https://github.com/atulai-sg/abdm-sdk/pull/7 | ||
|
||
## Learnings | ||
- Learned and implemented unit testing frameworks like JUnit and Mockito which helped me ensure the correctness of my code and its individual components. | ||
- Started working on my midpoint Presentation Feedback to accommodate the changes that have been established in the project so far in a more descriptive manner. | ||
- Started working on the documentation for my work to facilitate in the easier handover of the project. | ||
- Learnt and implemented Gateway Controller for calling endpoints of Discovery and Linking in my local machine and addressing any blockers while accessing the patient records. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 17 additions & 6 deletions
23
docs/2023/ABDM/Discovery and Linking Workflows/updates/2023-08-18.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,27 @@ | ||
--- | ||
title: Week 7 | ||
author: Manika Jain | ||
Title: Week 7 | ||
Author: Manika Jain | ||
--- | ||
|
||
## Milestones | ||
- [ ] Give the description about Milestone 1 | ||
- [ ] Give the description about Milestone 2 | ||
- [ ] Give the description about Milestone 3 | ||
- [ ] Give the description about Milestone 4 | ||
- [x] Continue the implementation of the service layer for the HRP (Health Repository Provider). This layer plays a pivotal role in making calls to the Wrapper and ABDM to retrieve and invoke patient data and information. | ||
- [x] Test out the implementation of authentication of the user via the Postman channel and create a demo for the same. | ||
- [x] Running the spring boot application on the 4200 port in debug mode and checking if you are hitting the break-point in the API (care-context/discover) implemented. | ||
- [x] End to End testing of Discovery APIs (care-context/on-discover and care-context/discover) on Postman. | ||
- [x] Understanding localtunnel library which looks promising as an alternative for Ngrok. | ||
|
||
## Screenshots / Videos | ||
### Bahmini Environment for API testing | ||
![Bahmini](https://github.com/manikajain11/c4gt-milestones/assets/72864182/737e9dad-0aab-4828-9134-4ef1b94d0168) | ||
|
||
## Contributions | ||
- Completed and tested Discovery and Linking APIs from ABDM Sandbox on Postman and my local machine - Springboot Application working. | ||
- Link to PR: https://github.com/atulai-sg/abdm-sdk/pull/16 | ||
|
||
## Learnings | ||
- Learned and implemented unit testing frameworks like JUnit and Mockito which helped me ensure the correctness of my code and its individual components. | ||
- Started working on my midpoint Presentation Feedback to accommodate the changes that have been established in the project so far in a more descriptive manner. | ||
- Started working on the documentation for my work to facilitate the easier handover of the project. | ||
- Explored the integration of authentication mechanisms with the Postman channel through a practical demo, highlighting the security features of the application. | ||
- Learning the advantages and use cases of using local tunnelling for exposing locally hosted applications to the internet. | ||
- Understanding how to set breakpoints within the API codebase and verifying if they are being hit during API execution. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,4 +13,4 @@ author: Manas Sivakumar | |
|
||
## Contributions | ||
|
||
## Learnings | ||
## Learnings |
Oops, something went wrong.