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

Add attachments, and incident updates onto incidents stream #9

Merged
merged 1 commit into from
Oct 19, 2023

Conversation

rliddler
Copy link
Contributor

@rliddler rliddler commented Oct 19, 2023

The attachments API is per incident, so makes sense to nest this information into the incident schema itself as we go.

The updates we have a separate table but we can also insert them nested into the incident itself - you can literally basically do 1 query for everything then!

Shot of an attachment on an incident:

Screenshot 2023-10-19 at 12 56 37

Shot of some updates:
Screenshot 2023-10-19 at 14 51 05

@rliddler rliddler force-pushed the rob/add-attachments-on-incidents branch from 5733a85 to 66b082f Compare October 19, 2023 12:35
This API is per incident, so makes sense to nest this information into
the incident schema itself as we go.

The updates we have a separate table but we can also insert them nested
into the incident itself - you can literally basically do 1 query for
everything then!
@rliddler rliddler force-pushed the rob/add-attachments-on-incidents branch from 66b082f to fc1f5e2 Compare October 19, 2023 12:50
@rliddler rliddler changed the title Add attachments onto incidents stream Add attachments, and incident updates onto incidents stream Oct 19, 2023
@rliddler rliddler merged commit 2a88a45 into master Oct 19, 2023
@rliddler rliddler deleted the rob/add-attachments-on-incidents branch October 19, 2023 12:58
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