scorelab / OpenMF

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

[Backend] Expand User model with class methods to reduce repeated code #103

Open amlannandy opened 3 years ago

amlannandy commented 3 years ago

Is your feature request related to a problem? Please describe. There is some repeated code in the User routes, which can be reduced by adding class methods to the User model, also making the code more readable.

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context I'll soon submit a PR for this.