-
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.
* week 9 updates * added a pr
- Loading branch information
Showing
2 changed files
with
19 additions
and
11 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
docs/2023/Sunbird RC/Starter pack location master/updates/2023-08-11.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,4 +1,4 @@ | ||
# Week 6 Progress Report | ||
# Week 6 | ||
**Author: Anmol Agrawal** | ||
|
||
## Milestones | ||
|
28 changes: 18 additions & 10 deletions
28
docs/2023/Sunbird RC/Starter pack location master/updates/2023-09-01.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,24 @@ | ||
--- | ||
title: Week 9 | ||
author: Anmol Agrawal | ||
--- | ||
# Week 9 | ||
**Author:** Anmol Agrawal | ||
|
||
## 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] Optimized and expanded the API functionality. | ||
- [x] Implemented a new schema and applied authentication techniques. | ||
- [x] Completed the core concept of my project. | ||
|
||
## Screenshots / Videos | ||
## Screenshots / Videos | ||
Here are some screenshots of the APIs in action: | ||
|
||
![API Screenshot 1](https://github.com/anmode/demo-location-registry/assets/88332977/889b96c9-1506-4dab-b46e-e5ea26276100) | ||
|
||
![API Screenshot 2](https://github.com/anmode/demo-location-registry/assets/88332977/17cd319d-7e58-4aaf-9ed6-fca0107c5923) | ||
|
||
## Contributions | ||
You can find the complete codebase in my GitHub repository: [Demo Location Registry](https://github.com/anmode/demo-location-registry) | ||
|
||
- Pull Request: [PR #4](https://github.com/anmode/demo-location-registry/pull/4) | ||
|
||
## Key Learnings | ||
During this week, I gained valuable experience working with Sunbird and implementing a Node.js layer to connect with Sunbird APIs. I created wrapper APIs in JavaScript to streamline the interaction with Sunbird's APIs. | ||
|
||
## Learnings | ||
One of the main challenges was handling the logic to include all sources, hierarchies, and file types effectively. I successfully implemented a parser to handle various file types and config schemas to address the complexities of multiple hierarchies and sources. |