Skip to content

v1.0.0-alpha.7

Pre-release
Pre-release
Compare
Choose a tag to compare
@MrDave1999 MrDave1999 released this 01 Feb 17:28
· 467 commits to dev since this release
  • Fixed signature validation failed. (#135, #136)
  • Load bot credentials from an .env file. (#137, #138)
  • Added a custom endpoint for generate a Direct Line token. (#139, #142)
    • Fixed FormatException exception thrown by the bot. (#150)
  • Reduced code in POST/PUT operations of controllers. (#141, #143)
  • Removed child layer repositories: Kinship, Gender and Appointment Status. (#140, #144)
    • Fixed InvalidOperationException thrown by container DI. (#151)
  • Added classes to represent the bot queries and appointment reminders. (#145)
  • Added adaptive cards in the Chatbot module. (#146)
  • Added filters in the choices set. (#147, #148)
  • Changed test project name to DentalApp.UnitTests. (#153)
  • Added new unit tests for the bot. (#154)
  • Added a mechanism so that the user cannot use the chatbot if he is not authenticated. (#48, #155)
    • Added unit tests for issue 48. (#156)