One challenge with registering many plugins on the same stage/message is having a wholistic view and understanding in what order they execute. This is of course viewable in the PRT, but I would like to see it in the codebase.
It would be great if post-registration, the tool could optionally output a report that shows all the registrations in two ways:
- By message and then by entity
- By Entity and then by message
- Within each message tier, it should group plugins by those with an execution order listed in order and those without an execution order with a warning that the order these run in cannot be determined.
Ideally, the report would be output in both Markdown and CSV.
One challenge with registering many plugins on the same stage/message is having a wholistic view and understanding in what order they execute. This is of course viewable in the PRT, but I would like to see it in the codebase.
It would be great if post-registration, the tool could optionally output a report that shows all the registrations in two ways:
Ideally, the report would be output in both Markdown and CSV.