Feature Component
Below, you’ll find a description of all services (svc-xxxx) that will be used to deliver the application functionality.
For each feature listed, identify and note the corresponding service in the “feature-component” table.
Your task is to complete this table by linking each feature with its associated service (svc).
<aside>
âš™ svc-authentication (authentication service)
- Manages user logins and access rights based on role.
- Stores and verifies user ID data.
</aside>
<aside>
âš™ svc-configuration (configuration service)
- Provides user interfaces for configuring rocket parameters.
- Stores and retrieves rocket configuration parameters.
</aside>
<aside>
âš™ svc-dataAnalysis (data analysis service)
- Analyzes and visualizes the test data.
</aside>
<aside>
âš™ svc-reportGeneration (report generation service)
- Converts test data into structured reports to facilitate reading and analysis.
</aside>
<aside>
âš™ svc-userManagement (user management service)
- Manages user profiles, roles, and access rights.
</aside>
<aside>
âš™ svc-notificationSystem (notification service)
- Informs users and affected parties about alerts or specific events, such as an emergency situation.
</aside>
<aside>
âš™ svc-emergency (emergency service)
- Contains protocols and actions to take in emergency situations.
- Enables secure mode to be activated in the event of critical problems.
</aside>
<aside>
âš™ svc-simulation (simulation service)
- Performs launch simulations based on defined parameters.
</aside>
<aside>
âš™ svc-testExecution (test execution service)
- Manages the rocket testing execution process under real-world conditions.
</aside>
<aside>
âš™ svc-dataLogger (data logging service)
- Records and stores rocket testing data outputs in real time.
</aside>
<aside>
âš™ svc-dataStore (data storage service)
- Manages secure data storage and retrieval for authentication, configuration, simulation, and test data.
</aside>
Use the “Functional Description” column to help guide you through this task. The underlined keywords in this column will help you to understand which services are used.
feature-component