by v1l on 4/24/23, 5:57 PM with 5 comments
I know many of you will say this is a communication problem and not a tools problem. While that's largely true, I believe that tools can make this better visible.
I have an idea for a tool that connects the dev team's code repos to the project tool they use and in a neat dashboard answer the above questions. I also have ideas for how to abstract one level up from just tickets.
I need help understanding if I'm thinking of a solution looking for a problem or if something like this could actually help deliver value to some stakeholders -- especially non-prod/eng folks in a company, execs, and possibly even customers.
by vivegi on 4/24/23, 6:21 PM
VSCode is a good example. After the latest updates, the Recent Changes are surfaced when we open the editor.
That combined with a What's New? link should answer this question any time.
If the issue is customer/end-user view versus internal view of changes, you could put them in a separate section of the Recent Changes release note.
For status tracking in the pre-release/dev/testing stages (for eg., to answer your when is featureX shipping? question, wouldn't something like GitHub tags suffice?