scorelab / OpenMF

An Open Source Mobile Forensics Investigation Tool for Android Platform
Apache License 2.0
150 stars 97 forks source link

[Backend] Implemented role request feature #129

Open amlannandy opened 3 years ago

amlannandy commented 3 years ago

Description

This PR creates a Blueprint for handling role change requests. It has 4 routes and implements the following features -

  1. A user with an extractor or management role can submit a request to change their role to something else.
  2. An admin can view all the role change requests submitted by its created users.
  3. The admin can either approve or reject these role change requests.

Fixes #127

Type of change

How Has This Been Tested?

Shown in Demo Video

Test Configuration:

screen-capture (1)

Checklist: