Skip to content

Tutorial: Your First Project#

Introduction#

This tutorial will walk you through creating your first SysGit project, from initial setup through creating requirements, building a simple system model, and setting up verifications.

Scenario: Simple Drone Project#

In this tutorial, we'll create a basic project for a small delivery drone with the following high-level requirements: - Maximum payload capacity - Flight range - Maximum speed - Battery capacity

Step 1: Creating the Project#

[Content to be added - project creation steps]

Step 2: Adding Requirements#

[Content to be added - creating first requirements]

Step 3: Creating System Model#

[Content to be added - defining drone parts]

Step 4: Setting Up Verifications#

[Content to be added - creating verification artifacts]

Step 5: Establishing Traceability#

[Content to be added - linking requirements to parts and verifications]

Step 6: Running Your First Review#

[Content to be added - creating a branch and review]

Next Steps#

[Content to be added - where to go from here]

See Also#