The following goals and subsequent activities arose from VR's Sprint 8 planning session. Please review them in order to inform your work over the next Sprint/week. (Sprint 8 will be a one-week sprint.)

Immediate Goals

Continue working on tickets which rolled over from Sprint 7


Ongoing Goal


Notes for next sprint

Developers can’t currently write automated tests for code which relies on other services. This is because:

A) Such tests cannot be run by the CI server, given that the server is not responsible for launching the dependent services

B) We have not yet required service-authors to provide mocks which can be used as a substitute for the existence of their service.

Currently, the best a developer can do is thus to ensure that their code works on their machine, within the ecosystem of services they've manually launched. This isn't ideal, and should be something we address soon in an upcoming sprint.