Actions
Refactor #32344
openRemove DB model usage from fact parsers
Status:
New
Priority:
Normal
Assignee:
-
Category:
Facts
Target version:
-
Description
Currently the FactParser returns database models (Architecture, Domain, Environment, Model) while I think that a FactParser should only return an abstraction over a datastructure. This means it should return the domain name which another layer can then use to get a model instance.
Updated by Ewoud Kohl van Wijngaarden over 3 years ago
- Blocked by Refactor #32345: Provide non-DB model methods and deprecate DB model methods in FactParser added
Actions