github-chrome-fullname
github-chrome-fullname copied to clipboard
Also support replacing user IDs with names in Reviewable (Web-based GitHub review tool)
We are using this plugin with GitHub and it works well. However, almost 100% of code reviews in our team are done using Reviewable.io (via our internal instance at SAP - https://hdb-review.wdf.sap.corp/), since GitHub review workflow is simply unusable. Would it be possible to replace user ID links with user names there as well?
I didn't look into the source code of the plugin much, since I'm not familiar with Chrome extension programming. From the issues I've seen here, though, it looks like it's basically doing a search and replace after determining the list of IDs and its mapping to list of names.
If it really is just such a simple search & replace, would it be possible to extend the list of hosts to work on with hdb-review.wdf.sap.corp to test whether it's sufficient?
If not, would it be possible to extend the plugin appropriately? Aside from our internal instance, it can be tested on any repository on public GitHub via public reviewable.io integration.
Thanks in advance.