LowerEarthOrbiters / Lower_Earth_Orbiters

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

Scheduling - Create Scheduled Request Endpoint #118

Closed Umang-Rajkarnikar closed 7 months ago

Umang-Rajkarnikar commented 8 months ago

Create an endpoint that allows an operator to schedule a command sequence execution.

Input: scheduleId, satelliteId, userId, commandSequence

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

Output: Newly created record in the Command table