Hi,
I have some doubts with response model in clean architecture and dictionary values.
Lets imagine web page where user prepare computer. There are few options with dictionary values - cpu types, memory etc. Should dictionary values be in response model or maybe there should be "inject" in view in other way, for example separate method with @ModelAttribute in Spring.
Regards,
Stefan