Alexa Skill Project for an Electronics Repair Service. The language used was JavaScript. The chosen database was DynamoDB, a NoSQL key-value database.
This skill allows the registration of the product name, ID, status, registration date, price, customer name, and customer phone number.
This skill allows viewing product details by providing the respective ID.
This skill allows deleting a product by providing the respective ID.
The skill allows updating the product status by providing the respective ID. Possible status options are "Open", "Under Repair" and "Completed".
This skill integrates with an API that, by providing an ID, sends a message to the customer's phone to notify them of the repair completion.
Caution
Except for the 'CadastrarProdutoIntent' skill, the other skills include handling cases where the product has not been created or found in the database.