Difference between revisions of "Google Summer of Code 2019/Web UI improvements"

From Software Heritage Wiki
Jump to: navigation, search
m
m
Line 13: Line 13:
 
* '''Work highlights'''
 
* '''Work highlights'''
 
** Security testing : Various XSS vulnerabilities were fixed in the website.
 
** Security testing : Various XSS vulnerabilities were fixed in the website.
** End-to-end Testing : End-to-end tests were written for the website in Cypress (JavaScript framework). 71 percent JavaScript code coverage was achieved. These are end-to-end test are being already being executed for each swh-web diff.
+
** End-to-end Testing : End-to-end tests were written for the website in Cypress (JavaScript framework). 71 percent JavaScript code coverage was achieved. These are end-to-end test are already being being executed for each swh-web diff.
 
** Other Improvements : Language select option, improve responsiveness, some UI enhancements, redirection for uppercase hash
 
** Other Improvements : Language select option, improve responsiveness, some UI enhancements, redirection for uppercase hash
  

Revision as of 21:34, 23 August 2019

Title: Web UI improvements

  • Description: Software Heritage can be accessed through a beautiful and rich Web UI, developed in Django. This project was aimed at improving the web interface (swh-web).
  • Mentors:
    • Antoine Lambert
    • Valentin Lorentz


  • Work highlights
    • Security testing : Various XSS vulnerabilities were fixed in the website.
    • End-to-end Testing : End-to-end tests were written for the website in Cypress (JavaScript framework). 71 percent JavaScript code coverage was achieved. These are end-to-end test are already being being executed for each swh-web diff.
    • Other Improvements : Language select option, improve responsiveness, some UI enhancements, redirection for uppercase hash


Links