Cleanup process_group_manager directory
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 72/100
- Issue type
- Refactor
- Clarity
- Clearly specified
- Activity status
- Quiet
- Tech stack
- cpp
- Domain
- operating-systems
Research direction
Review PR #370 and inspect score/launch_manager/src/daemon/src/component_manager, especially details/process, icomponent.hpp, and run_target.hpp. Separate component-specific files from process-specific files so the directory structure matches the abstraction layers, then verify all component-specific code is distinct from process-specific code.
Written by the indexing model from the issue text.
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.
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
- Dominant language
- C++
- Stars
- 6
- Forks
- 34
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 83
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from eclipse-score/lifecycle
-
documentation
Difficulty 2/5 1-3 hours Newbie friendliness 70/100
eclipse-score/lifecycle#407 ·
-
Feature Req Open
Difficulty 3/5 1-2 days Newbie friendliness 55/100
eclipse-score/lifecycle#664 ·
-
Difficulty 3/5 1-2 days Newbie friendliness 66/100
eclipse-score/lifecycle#652 · 1 comment ·
-
Difficulty 4/5 3-5 days Newbie friendliness 35/100
eclipse-score/lifecycle#649 · 1 comment ·
-
Difficulty 4/5 3-5 days Newbie friendliness 55/100
eclipse-score/lifecycle#648 ·
All issues in eclipse-score/lifecycle
Similar issues
-
Difficulty 1/5 Under an hour Newbie friendliness 90/100
AXERA-TECH/ax-llm#77 ·
-
Difficulty 1/5 Under an hour Newbie friendliness 90/100
games-on-whales/wolf#509 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
-
bug-unconfirmed
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
NVIDIA/cuda-samples#453 ·