Releases: krishsharma0413/tinder-for-reviews
Releases · krishsharma0413/tinder-for-reviews
V 0.1.0
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
V 0.0.1
Tinder for Review [Version 0.0.1]
Labeling dataset the tinder way 🔥
Features
- login system.
- undo recent review to re-review it.
- 3 buttons (positive, negative, neutral)
Future Updates (Version 0.0.2)
- Custom background image option.
- Custom button names.
- Export Data from SQL to JSON.
- More user-friendly to setup.
What's Changed
- Enhancement/revamp website by @krishsharma0413 in #1
- Fixed issues with UI when displayed on smaller resolution screens.
- Added dialog box for undo, export JSON and close button.
- Feature/add undo swipe by @krishsharma0413 in #2
Full Changelog: https://github.com/krishsharma0413/tinder-for-reviews/commits/
Demo video of UNDO