mirror of
https://github.com/azaion/gps-denied-desktop.git
synced 2026-04-23 02:26:36 +00:00
put rest and sse to acceptance criteria. revise components. add system flows diagram
This commit is contained in:
@@ -350,7 +350,7 @@ ProcessingStatus:
|
||||
```
|
||||
|
||||
**Processing Flow**:
|
||||
1. Get flight state via F02 Flight Processor.get_flight_state(flight_id)
|
||||
1. Get flight state via F03 Flight Database.get_flight(flight_id).status
|
||||
2. Combine with internal queue status
|
||||
3. Return ProcessingStatus
|
||||
|
||||
@@ -402,8 +402,7 @@ ProcessingStatus:
|
||||
|
||||
### Internal Components
|
||||
- **H08 Batch Validator**: For validation logic
|
||||
- **F03 Flight Database**: For metadata persistence
|
||||
- **F02 Flight Processor**: For flight state information
|
||||
- **F03 Flight Database**: For metadata persistence and flight state information
|
||||
|
||||
### External Dependencies
|
||||
- **opencv-python**: Image I/O
|
||||
|
||||
Reference in New Issue
Block a user