fossology / FOSSologyUI

Repository to hold the new UI framework for FOSSology built with React
https://fossology.github.io/FOSSologyUI/
GNU General Public License v2.0
47 stars 85 forks source link

feat(UI): Import CSV-license file PAGE #259

Open dushimsam opened 2 years ago

dushimsam commented 2 years ago

Signed-off-by: dushimsam dushsam@gmail.com

Description

Added a new page for handling the upload of the CSV-license file.

Changes

  1. Added a new file [src/pages/Admin/Group/License/Import/index.jsx]
  2. Introduced a new route in src/Routes.jsx
  3. Introduced new API callers for the UI integration.

How to test

  1. Go to the project's main directory.
  2. run command `npm start
  3. Visit the page at http://localhost:PORT/admin/license/import
  4. The page should look as follows

image

Related Issue

Closing #257

cc: @shaheemazmalmmd @GMishx

github-actions[bot] commented 2 years ago

This pull request has conflicts, please rebase to resolve those before we can evaluate the pull request.