ctrl k
  • README.md
    ■ ■ ■ ■ ■
    skipped 126 lines
    127 127   
    128 128  ### Sprint retrospective
    129 129   
     130 +In our project, we had strengths in communication, time-management, and adaptability within the team. We communicated well as the project neared the deadline, we had good time-management to complete most of the implementation of the code within the first two weeks, and adapted quite well to any bugs or problems encountered as we integrated both extensions into the simulation. Overall, we could improve in early communication and planning for future projects. Though we had pretty strong communication near the middle/end, we could have communicated earlier to have a better time integrating both extensions together. We also did not make much use of Jira for planning; we communicated with Discord, which was good enough for our goals. However, planning might’ve gone smoother if we used Jira.
     131 + 
    130 132  ---
    131 133   
    132 134  ## Docker link
    skipped 4 lines
    137 139   
    138 140  ## Video presentation link
    139 141   
    140  -[Video Presentation](https://www.youtube.com)
     142 +[Video Presentation](https://youtu.be/a7HkonZaUc8)
     143 + 
     144 +[Presentation Slides](./pdf/CSCI_3081W_Final_Project.pdf)
    141 145   
    142 146  ---
    143 147   
    144 148  ## UML
    145 149   
     150 +### Battery Packs UML
    146 151  ![Battery Packs UML](./png/BatteryPacks.png)
    147 152   
     153 +### Double Delivery UML
    148 154  ![Double Delivery UML](./png/DoubleDelivery.png)
    149 155   
  • pdf/CSCI_3081W_Final_Project.pdf
    Binary file.
  • png/DoubleDelivery.png
  • service/include/simulationmodel/entity/RechargeStation.h
    ■ ■ ■ ■ ■
    skipped 10 lines
    11 11   */
    12 12  class RechargeStation : public IEntity {
    13 13   public:
    14  - 
    15 14   /**
    16 15   * @brief Construct a new Recharge Station object
    17 16   *
    skipped 27 lines
Page is in error, reload to recover