When the comments on MRs or Issues fail to load, there is no way to recover
Problem to solve
Sometimes the request to load the comments (discussions.json
) will fail and we only provide an error message without a way to retry only that.
This causes users to reload the whole page, which will cause even more load on servers instead of retrying only the discussions.json request.
Intended users
- All users of Issues and MRs
User experience goal
Recovering nicely from failure to load comments on Issues and MRs.
Proposal
Some possibilities:
- Add a link to Retry in the error message.
or
- Move the error message to the Comments area + add a link to retry.
Question: should it limit the amount of retries?
Further details
Permissions and Security
Documentation
Availability & Testing
What does success look like, and how can we measure that?
What is the type of buyer?
Is this a cross-stage feature?
This feature crosses between devopscreate and devopsplan.