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
49 stars 88 forks source link

feature(ui): ui and formdata implementation for the `add user` page #229

Closed krishna9304 closed 2 years ago

krishna9304 commented 2 years ago

Signed-off-by: Krishna Mahato krishhtrishh9304@gmail.com

Description

Ui and API Implementation is done for the Add User page.

Screenshots and UI Demo

https://user-images.githubusercontent.com/71918441/188308143-a586c90c-f093-41b9-8f0d-5476b6e228d8.mov

How to test

In the UI Go to Admin > Users > Add User

This closes #224 . PTAL : @shaheemazmalmmd @sjha2048 @GMishx @Shruti3004

GMishx commented 2 years ago

Please update the commit message to be compliant with convention.

feat(ui): ui and formdata implementation for the add user page

krishna9304 commented 2 years ago

Please update the commit message to be compliant with convention.

feat(ui): ui and formdata implementation for the add user page

On it!

krishna9304 commented 2 years ago

Added REST API, Need to install the api from this PR https://github.com/fossology/fossology/pull/2256 to test. @GMishx Please have a look.