LowerEarthOrbiters / Lower_Earth_Orbiters

Template for capstone projects
https://lower-earth-orbiters-frontend.vercel.app
MIT License
1 stars 1 forks source link

Scheduling - Update Scheduled Command Sequence #119

Closed Umang-Rajkarnikar closed 9 months ago

Umang-Rajkarnikar commented 9 months ago

Create an endpoint that allows an operator to update an existing command sequence.

Input: scheduleId, satelliteId, userId, commandSequence

Validation: Make sure that the date of the scheduled overpass is in the future

Functionality: Update a record in the Command table for the specified schedule and satellite

Output: Newly created record in the Command table