-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Feature/PI-320] Device created on and deleted on date #195
Conversation
516872f
to
b3bceeb
Compare
src/layers/domain/core/device.py
Outdated
@@ -46,6 +51,9 @@ class DeviceUpdatedEvent(Event): | |||
product_team_id: UUID | |||
ods_code: str | |||
status: "DeviceStatus" | |||
created_on: str | |||
updated_on: Optional[str] = None |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, good spot
b3bceeb
to
ae7e2c1
Compare
Quality Gate passedIssues Measures |
No description provided.