Skip to main content

Week 8

  • Added the create new license page for candidate.
    • Added the endpoint and route for createCandidateLicense in constant folder.
    • Created the function for it in services and api.
    • Shifted the listing of license page in organize/license folder.
  • Fixed the groups error which leads to logout the user again and again.
  • Added the upload server page and the required state variables for it. Currently, upload from server api is unavailable.
  • Code is getting broken if no upload is selected to delete. Added the error checks in deleteUploads.
  • Fixed the analysis options in vcs. Added the defaultAgentsList function instead of hard coded analysis options.
  • Fixed the user experience for uploads page since uploads page are longer than one page so on clicking the upload button user have to manually scroll to see the snackbar that whether the file is uploaded or not and for the first time user it may be bit confusing.
  • Created the separate repository for fossology rest apis.
  • Added the open pull requests of rest api in the new repository. Added prs are: #2064 and #2038
  • Opened the issues for required rest apis.
    • Pagination feature request in the Search api.
    • Single request for the upload and analysis.
    • Edit request for the Uploads.
    • Upload from URL api has missing dependencies.
    • Jobs api is not giving complete data.

Screenshots

Add new Candidate License

add-new-candidate-license

add-new-candidate-success

Upload From Server

upload-from-server

Fix Delete Uploads

fix-delete-uploads

Contributions