Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 479 Bytes

models.md

File metadata and controls

3 lines (2 loc) · 479 Bytes

Models

Some parts of CoV-Spectrum use very different data then the main application. An example is the analysis of wastewater samples. The code for these sorts of things is stored separately from the of the application in src/models. These "models" combine code that is normally found in src/widgets, src/components and src/data. Note that models are not very strictly separated from the rest of the application.