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

Adds Case Page, Signal Graph, and supporting components #3974

Merged
merged 60 commits into from
Nov 29, 2023

Conversation

kevgliss
Copy link
Contributor

No description provided.

@kevgliss kevgliss added the enhancement New feature or request label Nov 13, 2023
@@ -46,7 +46,7 @@ export const publicRoute = [
},
{
path: "/implicit/callback",
name: "PKCEImplicityCallback",
name: "PKCEImplicitlyCallback",
Copy link
Contributor

Choose a reason for hiding this comment

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

Looks like linters caught a typo here. I don't know what the effect of this might be but highlighting it so we don't forget.

@wssheldon wssheldon changed the title [WIP] Enhancement/full width case page kglisson Adds Case Page, Signal Graph, and supporting components Nov 29, 2023
@wssheldon wssheldon added UI/UX javascript Pull requests that update Javascript code labels Nov 29, 2023
summary="Retrieves a minimal list of case participants.",
dependencies=[Depends(PermissionsDependency([CaseViewPermission]))],
)
def get_case_participants_minimal(
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Is the minimal here to denote we don't fetch sub objects for each participant? If so, we may want to follow a similar pattern to /cases and /incidents and return the minimal object by default and allow for the ?expand=True parameter if we need it.

src/dispatch/static/dispatch/src/case/EditSheet.vue Outdated Show resolved Hide resolved
src/dispatch/static/dispatch/src/case/Page.vue Outdated Show resolved Hide resolved
src/dispatch/static/dispatch/src/case/TimelineTab.vue Outdated Show resolved Hide resolved
src/dispatch/static/dispatch/src/components/Tiptap.vue Outdated Show resolved Hide resolved
@wssheldon wssheldon merged commit 89d5824 into master Nov 29, 2023
7 of 8 checks passed
@wssheldon wssheldon deleted the enhancement/full-width-case-page-kglisson branch November 29, 2023 22:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants