I am starting a new embedded software project. I am going to use Enterprise Architect to capture the requirements and to design the software architecture.
How should I structure/organize the project in Enterprise Architect?
My idea is to do something like (edited, thanks to Aleks):
ProjectName
|
+-Analysis
| +-Deployment (ECU HW, External Devices)
| +-Actors
| +-Use Cases
| +-Requirements
|
+-Design
| +-Static Views
| | +-Component Diagrams
| | +-Class Diagrams
| +-Dynamic Views
| +-Activity Diagrams
|
+-Testing
+-Test Cases
+-Sequence Diagrams
Does it make sense?