research - folder containinng research documents conducted/written by spacedecentral community members. Documents in this folder can be used to inform the development of the mission and system design.
mission - folder containing official high-level mission statement and (qualitative) mission objectives. The contents within shall drive the system design.
system - folder containing (quantitative) requirements and specifications of the system design. This folder can be further subdivided according to the "4 pillars" of of SysML (structure, behavior, requirements, and parametrics), to be used to drive development of the source code.
src - folder containing source code, to be directly compiled (or manufactured) into flight-hardware.
Note: this directory structure is designed to be working-group -agnostic, as working groups may change or overlap in discipline as the project evolves overtime.
Task: Create a directory structure for organizing work & research in Github.
I'm proposing the following directory structure:
research
- folder containinng research documents conducted/written by spacedecentral community members. Documents in this folder can be used to inform the development of the mission and system design.mission
- folder containing official high-level mission statement and (qualitative) mission objectives. The contents within shall drive the system design.system
- folder containing (quantitative) requirements and specifications of the system design. This folder can be further subdivided according to the "4 pillars" of of SysML (structure, behavior, requirements, and parametrics), to be used to drive development of the source code.src
- folder containing source code, to be directly compiled (or manufactured) into flight-hardware.Note: this directory structure is designed to be working-group -agnostic, as working groups may change or overlap in discipline as the project evolves overtime.