Course description
Today we are going to implement a very interesting part of our HR bot – it’s a sick day request.
To implement a sick day request, I am going to use a hero card.
A hero card is a card that typically contains a single large image, one or more buttons, and text.
Before we can confirm a sick day for any employee, we need to check if employee has sick days available. You will learn how to implement it in your application.