Amlan Kumar Nandy
Amlan Kumar Nandy
**Is your feature request related to a problem? Please describe.** There should be a separate section in the Readme on how to set up a rooted device for data extraction....
# Description Fixed the cases list and count routes to show info from the 'data' folder instead of db, similar to other case routes. Fixes #153 ## Type of change...
**Describe the bug** Currently, the cases list and count routes are trying to fetch data using the Case SQL Model which hasn't been setup yet. We can change it directly...
**Is your feature request related to a problem? Please describe.** Password strength validation should be added while creating users to enhance the security. **Describe the solution you'd like** A clear...
# Description 1. Fixed the open case, open folder routes to return data in JSON-friendly format. 2. Fixed the file path to work with all systems. Fixes #149 ## Type...
**Describe the bug** Some routes in the cases section directly return the iles, which is not accepted as a response, and hence errors occur. The plan is to return the...
# Description 1. Implemented the Extractor section, where you can view the live connected devices and extract data from them. 2. The extract data route in the backend was trying...
**Is your feature request related to a problem? Please describe.** Routes for handling cases are already present in the flask server. The plan is to implement those routes in the...
**Is your feature request related to a problem? Please describe.** Routes for handling extraction are already present in the flask server. The plan is to implement those routes in the...
# Description Implemented loadUser method which runs when the app starts and fetches the profile if the user was already authenticated, otherwise redirects to login. This is also related to...