Skip to content

Releases: DentallApp/back-end

v1.0.0-alpha.4

28 Dec 00:05
c40fb7e
Compare
Choose a tag to compare
v1.0.0-alpha.4 Pre-release
Pre-release

v1.0.0-alpha.3

17 Dec 17:56
123a287
Compare
Choose a tag to compare
v1.0.0-alpha.3 Pre-release
Pre-release
  • Added SoftDelete method to the generic repository to make it easier to use in other layers. (#101)
  • Added the models in the Models layer to have it in one place. (#102)
  • Use the term Entity instead of Model. (#103)
  • Added namespace for storing base classes in Entities layer. (#104)
  • Throw exception when the Entity is not a subtype of SoftDeleteEntity. (#105)
  • Added the generic repository in the DataAccess layer. (#106)
  • Added child layer to the parent layer. (#107)
  • Fixed warning: The using directive for 'DentallApp.DataAccess' appeared previously in this namespace. (#108)
  • Removed some global using to take advantage of implicit usings. (a15582e)
  • Change namespace to Personal Information to improve readability. (#109)
  • Removed ISoftDeleteDto interface. (#111)

v1.0.0-alpha.2

14 Dec 16:26
26f87e6
Compare
Choose a tag to compare
v1.0.0-alpha.2 Pre-release
Pre-release
  • Set ASPNETCORE_ENVIRONMENT from the .env file. (#99)
  • Added new seed data for testing the chatbot. (#100)

v1.0.0-alpha.1

13 Dec 14:03
Compare
Choose a tag to compare
v1.0.0-alpha.1 Pre-release
Pre-release
  • Removed EnvKey attribute from AppSettings. (#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 the Appointment 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)

v0.1.0

23 Nov 22:52
ee3fd89
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
Change license to AGPL v3.0