scorelab / OpenMF

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

List all common word/data between two cases #200

Closed swapnalshahil closed 3 years ago

swapnalshahil commented 3 years ago

Description

List all common word/data between two cases Create API which will give all the common words between two cases. (this will help in the front-end part) API : http://127.0.0.1:5000/common/case1/case2 method : ["POST"] { "case1": "case_name_one", "case2": "case_name_two" }

Fixes #199

Type of change

How Has This Been Tested?

POSTMAN

2021-07-06

Checklist:

swapnalshahil commented 3 years ago

@shivanshu1333 sir! Please review!

swapnalshahil commented 3 years ago

Description

Maximum common word/data between two cases. This API is responsible for getting common words with their frequencies between the two cases present in the database. I will use this API as per need(depends how much I want to show ) when working on the front end. API : http://127.0.0.1:5000/common/words/case1/case2 method : ["POST"] { "case1": "case_name_one", "case2": "case_name_two" }

Fixes #198

Type of change

How Has This Been Tested?

POSTMAN

2021-07-07 (2) 2021-07-09

Checklist: