-
Notifications
You must be signed in to change notification settings - Fork 28
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
Reduce the cost of change #11
Comments
One possible solution is to build out CI/CD to enable a PR-based workflow. For example, imagine things worked like this.... New report
Change to the areas of contribution
At the end, everyone's feedback forms now include the new skill in the correct page. |
A couple of side-effects of reducing the cost of making and propagating changes to consider:
Possible solution:
|
We did it 🎉 |
Just to elaborate a bit:
|
Currently, our CI system is very rudimentary and doesn't yet provide the level of confidence that is proposed in my earlier comment #11 (comment) |
Currently, there is no automatic way for a change to this repo to propagate to the feedback forms that managers use to collect feedback for their reports.
In other words, if a PR is merged here, that change is only reflected here. In order for that change to affect how feedback is collected, individual managers would need to individually modify the feedback forms for each of their reports. This is a very high cost for change.
This issue is to track efforts related to reducing the cost of change to our feedback forms and heatmaps.
The text was updated successfully, but these errors were encountered: