Depending on the storage model etc it could either make sense to re-implement this or possibly to have an integration with git-appraise.
Especially on the UI part.
So one approach could be to add a git-appraise view in the webui.
Yurii Rashkovskii (yrashk) commented
In SIT, we're just including git format-patch files into issues to do merge requests and discussions can go on there. We don't have a way to comment on specific lines, but this is just a matter of designating some kind of referencing convention for comment records.
Maybe this can be of some use/inspiration here?
hab25 (hab25) commented (edited)
In SIT, we're just including git format-patch files into issues to do merge requests
@yrashk, did you have CI/CD and automate the enforcement of constraints such as required minimum number of approvals? If so, how?