Description
1.) We need a fully functional example workflow for the HUGS tutorial. The workflow needs to have:
- Data Parser Module
- Data Prep Module
- Model Module
- Analysis Module
2.) For each module there has to be a proof of:
- Issue
- branch
- unit-test
- pull-request
3.) A good practice is to capture code-development, updates or any work in the issues. For example: "Started to implement module XYZ. Faced problem with so und so. Going to pause and run a quick literature search". This helps to keep everything transparent. Ideally, an issue tells the entire story of the work that has been done.
4.) The issues for each module should be linked to this. If we for example decide to use the CSVToPandasParser , then we should link the corresponding issue here. Same goes for wiki-pages
5.) For the sake of efficiency and time management, we should follow KIS (Keep It Simple), regarding code development.