katherinefernandes / ProjectAOOSD

Project for a DTU course.
0 stars 0 forks source link

CurrentClient #22

Open munz11 opened 4 years ago

munz11 commented 4 years ago

The mandatory methods for this class are:

  1. addJourney -> to register containers for journeys. (port of origin, destination, content, company) The Journey ID should be created in collaboration with Security. Select a container in collaboration with ActiveContainer. Send the Journey to AccessContainer
  2. getInfo -> collaborate with Search and AccessContainer to view the internal status of a container for a journey.
  3. getInfo -> collaborate with Search and AccessClient to view its own information
  4. updateInfo -> collaborate with AccessClient to update its own information

refer to the following issues while writing the methods: #11 , #15, #18, (#10 but not necessary for v1, assume that the client only has the IDs of its own journeys/itself) #6, #5, #4