Week 8 meeting and activities
(July 16,2024)
Attendees
Discussion
- Discussed the implementation of
/jobs
,/jobs/{id}
,/jobs/all
endpoints. - Following suggestions/improvements were discussed:
- The
/jobs/history
endpoint can be safely deprecated in V2, since the same functionality can be achieved by using the/jobs?upload=<id>
endpoint. - The
startTime
andendTime
fields in thejobQueue
do not contain the timezone information. It was suggested to add the timezone information to these fields and make the format consistent with thequeueDate
field. - The output should be sorted by the
queueDate
field 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.