Skip to content
  • Daniel P. Berrangé's avatar
    Initial commit of a bare bones PoC · bf61ce70
    Daniel P. Berrangé authored
    
    
    It is currently just capable of
    
     - displaying a list of merge reviews from the current project
     - displaying a list of patches within a merge review
     - comments on the merge review
    
    Much much much more work is needed to become viable as a tool,
    at a minimum:
    
     - Ability to display the patch diffs
     - Ability to display comments inline to the right context
       of the diff
     - Ability to add comments to patches / reviews
    
    while strongly desired is:
    
     - Aggressive local caching of all data from the REST UI
     - Support for customization of the UI features / colours
     - Support for running hooks at key points in the UI
    
    Signed-off-by: default avatarDaniel P. Berrangé <berrange@redhat.com>
    bf61ce70