scorelab / OpenMF

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

[Backend]: Creating RESTAPIs related to Admin #190

Closed sachinsom93 closed 3 years ago

sachinsom93 commented 3 years ago

Description

This PR aims to creating APIs related to Admin, for user management, task management and case management.

Fixes #188

Type of change

Screenshots

1. Creating Task for a member (Access by only admin)

image

2. Get All assigned tasks of an admin

image

3. Todo tasks

image

4. Completed tasks

image

5. Mark a task as completed

image

6. Update a task

image

7. All extracted cases(for admin)

image

8. Extracted cases(For extractor)

image

Checklist:

sachinsom93 commented 3 years ago

@shivanshu1333 sir, these are the REST APIs that we need to create for Admin. Please have a look.