-
Notifications
You must be signed in to change notification settings - Fork 37
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
Remove inspection findings functionality #2025
Remove inspection findings functionality #2025
Conversation
🔔 Changes in database folder detected 🔔 |
using Newtonsoft.Json; | ||
using Newtonsoft.Json.Linq; |
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.
Could we replace these with default JSON handlers while we're at it? Shouldn't be a big change :)
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.
I can, but then i have to rewrite the current notification system on teams when there are issues with the robot telemetery
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.
Which is a bit of scope creep but makes sense to sdress it now
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.
nw, we can do it in another PR if we make an issue on it
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.
adressed
Could we add the csharpier commit to the previous commit? |
2230104
to
81ee9e7
Compare
@@ -117,8 +117,6 @@ or InspectionStatus.Successful | |||
|
|||
public DateTime? EndTime { get; private set; } | |||
|
|||
public List<InspectionFinding> InspectionFindings { get; set; } |
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.
Remember to add a migration as well before merging
c6a1ea1
to
59ffc28
Compare
Closes #1543 |
59ffc28
to
51a2b79
Compare
🔔 Migrations changes detected 🔔 |
/UpdateDatabase |
👀 Running migration command... 👀 |
❌ Migration failed, please see action log below for details ❌ |
✨ Successfully ran migration command! ✨ |
Ready for review checklist: