Oh mine! There was lots of work done in the background to support the features below.
The whole framework now implemented backend database to maintain both its users and robots. With this in place, these features are now possible:
1. User login
Now support User Authentication. For now, with lean approach, we only store minimum info about users. This includes: user name, email, and password, and session tokens. A user is required to login before training robots. Limited functionality includes:
- Log in. Required once per device.
- Log out from all devices. This will effectively clear all session tokens for this user. A new login is required before training a robot.
- Change password
2. Robot Database
Robots information is now stored on server's database. In addition to robot's details, these are also maintained:
- Likes
- Number of requests (reply count) to a robot
As usual, thank you for your support. Please let me know if you have any question.
Peace ✌️
No comments:
Post a Comment