Decouple the status information
Simply007 opened this issue · 0 comments
Simply007 commented
Motivation
status.json
could be decoupled.
Proposed solution
Default implementation should stay the same.
Introduce a customization interface to be able to store data in i.e. local DB/maybe Kontent storage.
Additional context
The plugin functionality would work -> i.e. module with specific Data.
Think about the testability -> the test could be prepared for the interface for better DX.