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

[Feature/PI-320] Device created on and deleted on date #195

Merged
merged 15 commits into from
May 23, 2024

Conversation

jameslinnell
Copy link
Contributor

No description provided.

@jameslinnell jameslinnell force-pushed the feature/PI-320-device_created_on_date branch from 516872f to b3bceeb Compare May 17, 2024 09:18
@@ -46,6 +51,9 @@ class DeviceUpdatedEvent(Event):
product_team_id: UUID
ods_code: str
status: "DeviceStatus"
created_on: str
updated_on: Optional[str] = None
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isnt a device updated event always going to have an updated_on date?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, good spot

@jameslinnell jameslinnell force-pushed the feature/PI-320-device_created_on_date branch from b3bceeb to ae7e2c1 Compare May 21, 2024 08:12
Copy link

sonarcloud bot commented May 21, 2024

Quality Gate Passed Quality Gate passed

Issues
4 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@jameslinnell jameslinnell changed the base branch from main to release/2024-05-23 May 23, 2024 10:27
@jameslinnell jameslinnell merged commit a95950a into release/2024-05-23 May 23, 2024
17 of 19 checks passed
@jameslinnell jameslinnell deleted the feature/PI-320-device_created_on_date branch May 23, 2024 10:27
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