-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #269 from dvjsharma/chore/report/week9
chore(report): REST APIs week 9 report
- Loading branch information
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
title: Week 9 | ||
author: Divij Sharma | ||
tags: [gsoc24, rest] | ||
--- | ||
|
||
<!-- | ||
SPDX-License-Identifier: CC-BY-SA-4.0 | ||
SPDX-FileCopyrightText: 2024 Divij Sharma <[email protected]> | ||
--> | ||
|
||
# Week 9 meeting and activities | ||
|
||
_(July 23,2024)_ | ||
|
||
## Attendees | ||
|
||
- [Divij Sharma](https://github.com/dvjsharma) | ||
- Katharina Ettinger | ||
- [Shaheem Azmal M MD](https://github.com/shaheemazmalmmd) | ||
|
||
## Discussion | ||
|
||
- Shaheem shared the updates on the JSON export/import of licenses and obligations. The implementation is almost done and is in the final stages of testing. | ||
- The same JSON export/import feature needs to be implemented over the REST API. | ||
- Discussed the integration test-case development for the REST API. | ||
|
||
## Activities | ||
|
||
- Worked on making improvements in the REST API implementation. | ||
- Understood the implementation of JSON export/import of licenses and obligations. |