v1.0.0-alpha.4
Pre-release
Pre-release
MrDave1999
released this
28 Dec 00:05
·
534 commits
to dev
since this release
- UnitOfWork added in
DataAccess
layer. (#112) - Create
DbTransactions
namespace inDataAccess
layer. (#113) - Create
Repositories
namespace inDataAccess
layer. (#114) - Change private property to a private field. (#115)
- Added
Attributes
layer to provide declarative information. (#116) - Create
WebHostEnvironment
class to check if current environment is dev, prod or stage. (#117) - Added the Features layer in the test project. (de7bdc1)
- Added application dependencies. (7f3fa5a)
- Resolve ambiguous reference 'DbContext'. (f6d840d)
- Added feature to manage public holidays. (#118)
- Validate the days that are public holidays in the calendar displayed by the chatbot. (#119, #120)
- Move two modules from the
Features
layer toHelpers
. (#121) - Move some classes from the
Helpers
to theResponses
layer. (#123) - Added the feature of assigning dental services (specialties) to dentists. (#124)
- If the dentist has no assigned specialties, the system "assumes" that the dentist is a specialist in all dental services (this is the default behavior).
- Returns JSON response with the ID of the record inserted in the database. (#125)