rest-for-physics / rest-for-physics/framework
Implement automatic parameter loading for all the metadata classes
Open
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 19
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
It is time to implement automatic parameter loading from rml text to all the class data members. We shall verify each metadata classes that:
- All the data members are named following our naming convention
- The method
InitFromConfigFile()has only simple logic of parameter reading:fXXX=StringToDouble(GetParameter("xXX","10")) - The data members have default values
Contributor guide
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 locating the metadata classes and their InitFromConfigFile() methods, then inspect how parameters are read from RML text. Done means every metadata class follows the naming convention, uses simple parameter-reading logic, and gives its data members default values.
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
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100