Added the history of last 10 scans by storing scans in SQLite database table and retrieving the top 10 records from table.
First need to compile create_db.py once to create history table.
python2 create_db.py
Fixes #64
Type of change
[x] New feature (non-breaking change which adds functionality)
[x] This change requires a documentation update
Checklist:
[x] My code follows the style guidelines of this project
[x] I have performed a self-review of my own code
[x] I have commented my code, particularly in hard-to-understand areas
[x] My changes generate no new warnings
[x] I have added tests that prove my fix is effective or that my feature works
Description
Added the history of last 10 scans by storing scans in SQLite database table and retrieving the top 10 records from table. First need to compile create_db.py once to create history table.
python2 create_db.py
Fixes #64
Type of change
Checklist:
@vinitshahdeo, @kashish121 @ishika1727 Please review😀