Week 8 meeting and activities
(July 16,2024)
Attendees
Discussion
- Discussed the implementation of
/jobs,/jobs/{id},/jobs/allendpoints. - Following suggestions/improvements were discussed:
- The
/jobs/historyendpoint can be safely deprecated in V2, since the same functionality can be achieved by using the/jobs?upload=<id>endpoint. - The
startTimeandendTimefields in thejobQueuedo not contain the timezone information. It was suggested to add the timezone information to these fields and make the format consistent with thequeueDatefield. - The output should be sorted by the
queueDatefield in descending order, so that the latest jobs are displayed first. - For the failing tests, it was suggested to cut out additional data from the mid-function calls and mock the object as a whole.
- The
- Briefly discussed and reviewed the test case development for the REST API with Valens.
Activities
-
Implemented all the suggestions and improvements discussed in the meeting.
-
Worked on documenting some improvements in the REST API implementation.