v1.0.0-alpha.1
Pre-release
Pre-release
·
676 commits
to dev
since this release
- Removed
EnvKey
attribute fromAppSettings
. (#81) - Change a configuration key to
MAX_DAYS_IN_CALENDAR
. (#82) - Register types of the business and repository layer with a scoped lifetime. (#79, #83)
- Removed single-line methods from the service layer. (#78, #84)
- Avoid initializing the integration of LINQ To DB with EF Core in each class. (#76, #85)
- Removed coupling with the data provider. (#71, #86)
- Removed two appointment status: in process and in consultation. (#87)
- Added the kinship in the choices. (#68, #88)
- Send requests to the database once a day to remind appointments. (#69, #89)
- Fixed a spelling error in the word
appoinment
. (#73, #90) - Added support for .NET 7.0 and EF Core 7.0. (#67, #92)
- Added support for top-level statements. (#75, #93)
- Added an
Appointment Cancellation
module so as not to delegate so much responsibility to theAppointment
module. (#91, #94) - Added a module to send appointment information to the patient. (#95)
- Added the ability for admin and superadmin to change other users' passwords. (#96)
- Removed DbSets from the
AppDbContext
class. (#72, #97) - Added default user accounts for development and test environments. (#77, #98)