Comment 0 for bug 1522733

Revision history for this message
Vincent Françoise (vincent-francoise) wrote :

As we can see in the codebase, we have 3 "Status" enums which are located at:

- watcher/objects/action.py
- watcher/objects/action_plan.py
- watcher/objects/audit.py

The objective would be to prefix each one of them (e.g. ActionStatus) as they are meant to be different although it looks like duplicated code.
Adding a docstring to each one of them would be appreciated.