Skip to content

Latest commit

 

History

History
71 lines (45 loc) · 2.45 KB

sdd.md

File metadata and controls

71 lines (45 loc) · 2.45 KB

Arrow Banner

Software Design Document (SDD) - svc-FIXME

🔭 Overview

This document details the software implementation of FIXME.

This service is responsible for FIXME

Metadata

Attribute Description
Maintainer(s) Services Team
Stuckee
Status Draft

📚 Related Documents

Document Description
High-Level Concept of Operations (CONOPS) Overview of Arrow microservices.
High-Level Interface Control Document (ICD) Interfaces and frameworks common to all Arrow microservices.
[Requirements - svc-FIXME](FIXME - generate a link specifically for this module's view in NocoDB) Requirements and user stories for this microservice.
Concept of Operations - svc-FIXME Defines the motivation and duties of this microservice.
Interface Control Document (ICD) - svc-FIXME Defines the inputs and outputs of this microservice.

🧬 Module Attributes

Attribute Applies Explanation
Safety Critical Yes/No
Realtime Yes/No

🌐 Global Variables

Statically Allocated Queues

FIXME

⚙️ Logic

Initialization

FIXME Description of activities at init

Control Loop

FIXME Description of activities during loop As a GRPC server, this service awaits requests and executes handlers.

All handlers require the following environment variables to be set:

  • FIXME

For detailed sequence diagrams regarding request handlers, see REST Handlers. For detailed sequence diagrams regarding request handlers, see gRPC Handlers.

Cleanup

FIXME Description of activities at cleanup

📫 REST Handlers

FIXME flowcharts for rest handlers

💬 gRPC Handlers

FIXME flowcharts for gRPC handlers