Skip to content
Extraits de code Groupes Projets
Pour retrouver l'état du dépôt de ce projet au moment de chacune de ses versions, extrayez-en les étiquettes.
CHANGELOG.md 2.95 Kio

[0.0.48]

  • email sending after driver creation

[0.0.47]

  • feat(Candidature): return only pending driver candidates

[0.0.45]

  • add validation endhours in workinghours request

[0.0.46]

[0.0.45]

  • Add getActiveDriverCandidatesInPeriod in CandidateService to retrieve active driver candidates within a specific date range
  • Add getWorkingHoursByEmailsList in WorkingHoursService to fetch and group working hours by employee emails

[0.0.44]

  • fix filters and createDriver from employe

[0.0.43]

  • Use AddressDTO for address

[0.0.42]

[0.0.41]

[0.0.40]

  • change createDate type from LocalDateTime to LocalDate
    • Add createEmployeeFromValidatedCandidate method
  • Création chauffeur et affichage dans Salarié

[0.0.39]

[0.0.38]

  • Implement Reschedule Appointment
  • remove corss from controllers

[0.0.37]

  • add backend APIs for CRUD, filters module Salrie
  • WorkingHours Employee

[0.0.36]

  • fix url AdminService

[0.0.35]

  • enable RDV replanification for all candidate

[0.0.34]

  • convertion candidate validate to driver

[0.0.33]

  • remove logic from controller

[0.0.32]

[0.0.31]

  • fix send form to candidat
  • add external service communication
  • fix remaining issue

[0.0.30]

  • Implement getting Candidates by type && Alter candidate form link parameter
  • Add appointment management for candidate table

[0.0.29]

  • feat(email): add S3EmailService for dynamic template-based email sending via S3
  • Fix hr service down

[0.0.28]

[0.0.27]

[0.0.26]

  • sourceCandidat fix
  • fix filter candidat

[0.0.25]

  • add candidate filter and export

[0.0.24]

  • Add forms filtering and pagination

[0.0.23]

  • Send email and form to sedentary candidate / export candidature

[0.0.22]

[0.0.22]

  • List Sedentary Candidatures by status implementations
  • [0.0.21]

  • Get sedentary candidatures List
  • [0.0.20]

  • Get sedentary candidature by id
  • [0.0.19]

  • Sedentary candidature modification logic

[0.0.18]

  • New sedentary candidature logic Implementation
  • Add complete candidate management system
  • [0.0.17]

  • Fix Driver communication

[0.0.10]

[0.0.6]

  • Implemented Annual appointment backend code
  • Fix build issue

[0.0.5]

[0.0.4]

  • update DTO entities for calendar event
  • duplicate calendar event guard
  • update of the calendar event put method

[0.0.1-RELEASE]

Added

  • Initial release of the Forms Management Service.
  • Implemented CRUD operations for HR forms.
  • Added error handling with try-catch blocks for robust exception management.
  • Integrated ModelMapper for entity-DTO mapping to support data transfer between layers.
  • crud methods for calendar events

Changed

  • Modification Related to Forms Creating
  • Hiding Sensitive data in config server
  • Modification on prerec profile context
  • update method of event calendar

Deprecated

Removed

  • Sensitive data related to database and AWS Configuration

Fixed

Security