Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explicitly create log of events related to each request #46

Closed
pwalsh opened this issue Feb 7, 2022 · 1 comment
Closed

Explicitly create log of events related to each request #46

pwalsh opened this issue Feb 7, 2022 · 1 comment
Assignees

Comments

@pwalsh
Copy link
Member

pwalsh commented Feb 7, 2022

We have a number of state changes to requests that do not have data about the change persisted.

For example: change status, change assignee.

We should have a record of every change made to a request, including what the change was, and who made the change.

We can do this in a simple manner by "abusing" the RequestComment data and writing additional events. This maps well with how we display such data in the UI we have.

For these new "automated" comments we will add as records of change, we can write them to a request comment using one or several templates.

@pwalsh pwalsh mentioned this issue Feb 7, 2022
@pwalsh pwalsh self-assigned this Feb 8, 2022
@pwalsh
Copy link
Member Author

pwalsh commented Feb 16, 2022

This is now implemented in #47

@pwalsh pwalsh closed this as completed Feb 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant