eclipse-score / eclipse-score/lifecycle
Cleanup process_group_manager directory
- Dominant language
- C++
- Stars
- 6
- Forks
- 34
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 80
Description
### What
After PR https://github.com/eclipse-score/lifecycle/pull/370 we should organize the directories as the directory names don't respect the abstraction layers.
```bash
score/launch_manager/src/daemon/src/component_manager
├── details
│ └── process // Each implementation of a component has a separate sub folder
│ ├── process.hpp
│ └── process_monitor.hpp
├── icomponent.hpp // All files need to be on the component level
└── run_target.hpp
```
### Acceptance Criteria (DoD)
- All component specific code is in a different directory to all process specific code.
### How
_No response_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.