Simba-Avionic / Simba-Avionic/srp

Platform Config Manager

Open
#398 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.