GS Projects

Two main sites that we are working

Functionalities

MCC

ARO

Backend

[MCC Only] Command Flow (From frontend to backend)

  1. Choose command as inputs
  2. Sent as a post request to backend via API
  3. The command fills a packet by assigning it and ID and putting it into packet (this step was updated this sync, previously commands would be added when there was enough to fill)
  4. When the packet is filled with commands, it is stored
    1. Packets can have the following states (named command status): Pending, Sent, Scheduled, Cancelled, Failed, Complete
      1. Pending: The packet is not completely filled with commands yet
      2. Fill in rest