From 642105d04f2360a28bdb85bd40e0763cbc2e2f65 Mon Sep 17 00:00:00 2001 From: Divij Sharma Date: Thu, 8 Aug 2024 18:38:52 +0530 Subject: [PATCH] chore(report): REST APIs week 9 report Signed-off-by: Divij Sharma --- docs/2024/rest/updates/Divij/2024-07-23.md | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 docs/2024/rest/updates/Divij/2024-07-23.md diff --git a/docs/2024/rest/updates/Divij/2024-07-23.md b/docs/2024/rest/updates/Divij/2024-07-23.md new file mode 100644 index 000000000..9ce5ed4d0 --- /dev/null +++ b/docs/2024/rest/updates/Divij/2024-07-23.md @@ -0,0 +1,32 @@ +--- +title: Week 9 +author: Divij Sharma +tags: [gsoc24, rest] +--- + + + +# 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.