Tinder for Review [Version 0.1.0]
Labeling dataset the tinder way π₯ (Now even cooler π)
Features
- Removed the single logout button and replaced it with a settings tab which includes new features like
undo
,log out
,andexport to JSON
. - New file user_config.py to store all your database configurations.
- Added
examples
,tests
, anddemoDB
for user understanding. - Auto create new users table within
database
folder to remove updating the given database in user_config with unnecessary table. - Added feature to export your entire database into JSON file. The JSON file(s) are zipped together.
- Each JSON file will have at max 15,000 elements. If the database contains more than that, multiple JSON files will be created based on the database size.
- Added ASWD key press support for faster processing of data.
PRs
- feat/keybinding ASWD for speed π by @krishsharma0413 in #3
- Feat/json export by @krishsharma0413 in #4
- Update Side Branch by @krishsharma0413 in #6
- Feat/user config.py by @krishsharma0413 in #7
Future Updates
- To be able to change the background to static color or custom background image via
user_config.py
.
Full Changelog: v0.0.1...v0.1.0