Course description
In this lesson, you will implement a new employee dialog. This dialog will create new employees and save them to MySQL database.
I don’t want to let any employee to create new employees. Only admin (or CTO) should have access to this function. So before we do anything, I want to check if current employee is an admin.
Your bot will ask you for all required information and save it to database.