You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to refactor exporting the hosts from the application. Currently the exported data go into a HTTP response, in the near future it’s going to be put on a message queue. The big goal is to have a separate module that handles the serialization. This can be split into rather atomic subtasks:
Removed the subtask of using nameduple to internally represent canonical facts. That is currently not possible as the Host model properties are direct database field values. That can be solved as a part of #309.
We need to refactor exporting the hosts from the application. Currently the exported data go into a HTTP response, in the near future it’s going to be put on a message queue. The big goal is to have a separate module that handles the serialization. This can be split into rather atomic subtasks:
All this can be done without touching the logic inside of the methods. Further steps would then be:
The Host class is a DB model. Decoupling the database model from the logic is subject of another task #309.
The text was updated successfully, but these errors were encountered: