rauldpm / ChatbotTFG

This project houses a chatbot built with the Open Source Rasa software.
GNU General Public License v3.0
0 stars 0 forks source link

Add basic booking functionality #18

Closed rauldpm closed 2 years ago

rauldpm commented 2 years ago

This PR adds the basic functionality so that the user can make a table reservation, specifying the day they want, the time and the number of guests.

In addition, this PR includes a general code rework, improving the functionality and simplicity of the code.

Closes #13