You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Discussed the implementation of `/jobs`, `/jobs/{id}`, `/jobs/all` endpoints.
26
+
- Following suggestions/improvements were discussed:
27
+
1. The `/jobs/history` endpoint can be safely deprecated in V2, since the same functionality can be achieved by using the `/jobs?upload=<id>` endpoint.
28
+
2. The `startTime` and `endTime` fields in the `jobQueue` do not contain the timezone information. It was suggested to add the timezone information to these fields and make the format consistent with the `queueDate` field.
29
+
3. The output should be sorted by the `queueDate` field in descending order, so that the latest jobs are displayed first.
30
+
4. For the failing tests, it was suggested to cut out additional data from the mid-function calls and mock the object as a whole.
31
+
- Briefly discussed and reviewed the test case development for the REST API with [Valens](https://github.com/valens200).
32
+
33
+
## Activities
34
+
35
+
- Implemented all the suggestions and improvements discussed in the meeting.
36
+
37
+
-[feat(api): modify /jobs and related endpoints](https://github.com/fossology/fossology/pull/2781)
38
+
39
+
- Worked on documenting some improvements in the REST API implementation.
0 commit comments