Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Rename incidentDate to occurredDate in service layer [TECH-1665] #15685

Merged
merged 2 commits into from
Nov 15, 2023

Conversation

enricocolasante
Copy link
Contributor

@enricocolasante enricocolasante commented Nov 14, 2023

occurredAt field in Enrollment was internally translated to incidentDate.
This PR aims to replace all occurrences of incidentDate in the service layer to occurredDate.
The general rule that we are using is that date fields are suffixed with At in the API and then suffixed with Date in the service and the DB layer.

Next PRs

  • Rename completedAt in DB layer
  • Rename occurredAt in DB layer

Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

@enricocolasante enricocolasante merged commit 0adbc6a into master Nov 15, 2023
16 checks passed
@enricocolasante enricocolasante deleted the TECH-1665 branch November 15, 2023 08:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants