From 9a91560c27de51d158acdcb41acf84738f3b4140 Mon Sep 17 00:00:00 2001 From: Divij Sharma Date: Thu, 11 Jul 2024 19:55:12 +0530 Subject: [PATCH] chore(report): REST APIs week 6 report Signed-off-by: Divij Sharma --- docs/2024/rest/updates/Divij/2024-07-02.md | 101 +++++++++++++++++++++ static/img/reactUI/api/newJobs.png | Bin 0 -> 100796 bytes 2 files changed, 101 insertions(+) create mode 100644 docs/2024/rest/updates/Divij/2024-07-02.md create mode 100644 static/img/reactUI/api/newJobs.png diff --git a/docs/2024/rest/updates/Divij/2024-07-02.md b/docs/2024/rest/updates/Divij/2024-07-02.md new file mode 100644 index 000000000..34871dbd9 --- /dev/null +++ b/docs/2024/rest/updates/Divij/2024-07-02.md @@ -0,0 +1,101 @@ +--- +title: Week 6 +author: Divij Sharma +tags: [gsoc24, rest] +--- + + + +# Week 6 meeting and activities + +_(July 02,2024)_ + +## Attendees + +- [Divij Sharma](https://github.com/dvjsharma) +- Katharina Ettinger +- [Shaheem Azmal M MD](https://github.com/shaheemazmalmmd) + +## Discussion + +- Gave updates and demo on previous week's work. +- Discussed on the endpoint requirements for the Jobs API. + +## Activities + +- Modified `/jobs`, `/jobs/{id}`, `/jobs/all` endpoints considering the following points: + + 1. Currently, the structure of the `jobs` object returned by these endpoints is as follows: + ```json + [ + { + "id": , + "name": , + "queueDate": , + "uploadId": , + "userId": , + "groupId": , + "eta":