Skip to main content

Week 7

  • Added reusable function for error handling

  • Fixed Eslint warnings in copyright script

  • Updated logout function to accept error message as a parameter

  • Updated home page to display the error message from URL query parameter

  • Replaced react-helmet with react-helmet-async to fix console warning

  • Added reuse_report and reuse_copyright boolean option

  • Created dropdown to select reuse group from the list of accessible groups Displayed option to select reuse folder within the selected group (Updates whenever reuse group changes)

  • Gave an option to select an upload within the previously selected folder (Updates whenever reuse group or reuse folder changes)

  • Fixed prop type check error for the reuse_upload field. A number was expected but event.target.value was returning a string

Screenshot of added pages

error passing

reuse options

Pull requests