Simba-Avionic / Simba-Avionic/srp
Platform Config Manager
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 1
- Forks
- 3
- Avg merge
- 34m
- Merged PRs (30d)
- 1
Description
User Story:
Mamy dużo konfiguracji które są zapisane w różnych plikach jako constexpr i ich zmiana wymaga rekompilacji programu. Warto by było przeanalizować takie zmienne i w razie potrzeby wyciągnąć je do jakiejś wspólnej (per komputer) konfiguracji. Najlepiej gdyby były one wczytywane z jakiegoś pliku w systemie (json) przy starcie oraz dostępne dla aplikacji które ich potrzebują np LoggerApp (inwerwał zapisu) (czas oczekiwania w engine app etc.)
ToDo:
-Stworzyć menager konfiguracji per komputer wczytywany z pliku json
- plik json nie powinien być zbędnie wczytywany
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.
Research direction
Start by inventorying the constexpr configuration variables mentioned in the issue and identify which applications consume them, including LoggerApp and the engine app. Define the configuration file location, loading and reuse behavior, and the set of values that must be available to consumers; the work is done when those requirements are specified and verified without unnecessary file reads.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100