Skip to main content

Week 4

  • Added the separate button widget related to our theme and replaced the react-bootstrap button with our custom component.
  • Fixed the login button style.
  • Added the InputContainer in the widget for all the types which can be reusable by all the components.
  • Added the search page.
  • Added the Upload File page for which created the reusable components of IgnoreScm, AccessLevel, Optional Analysis and Upload Reuse which can be reused by the other uploads page of server, vcs, url and schedule analysis in Jobs.
  • On creating the upload, we are simultaneously doing three processes, creating the upload and checking that it got unpacked or not, and scheduling the analysis.
  • Created the custom component for Alert and Tooltip.
  • Replaced the login alert with the custom component.
  • Added all the pages for the routes and linked them.
  • Added the prototype for the browse page.
  • Added the delete Uploads page. Created the getFolders page from where it is fetching all the folders. Created the organizeUploads which contains deleteUploadFile and getUploadsById.
  • Added the move or copy page in the organize/uploads.
  • Added the additional information for the components with Tooltip widget.
  • Added the fossology website target attribute, updated the Move Folder title and updated the styling of search page.

Screenshots

Home

fix-home

search

file-search

Upload File

upload-file-error

uploaded-file

upload-file-reusable-options

Custom Alert

custom-alert

Browse Page Prototype

browse-page-prototype

Move Uploads

move-uploads

Copy Uploads

copy-uploads

Delete Uploads

delete-uploads

Tooltip

tooltip

Contributions