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

Updating Global Search UI #29

Open
wants to merge 8 commits into
base: feature/update-lob
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
update
sakthi-aot committed Feb 21, 2024
commit 15e5542789e4717ae3c47b7c36c44eb6c04dec37
4 changes: 2 additions & 2 deletions app/caseflow_core/microservices/dms/src/schema.gql
Original file line number Diff line number Diff line change
@@ -85,7 +85,7 @@ input CreateDocumentInput {
documentref: String!
desc: String
addedbyuserid: Float
creationdate: DateTime! = "2024-02-09T19:07:08.733Z"
creationdate: DateTime! = "2024-02-16T17:34:14.087Z"
dmsprovider: Float!
name: String!
latestversion: String!
@@ -100,7 +100,7 @@ input UpdateDocumentInput {
documentref: String!
desc: String
addedbyuserid: Float!
creationdate: DateTime! = "2024-02-09T19:07:08.734Z"
creationdate: DateTime! = "2024-02-16T17:34:14.088Z"
dmsprovider: Float!
name: String!
latestversion: String!
14 changes: 7 additions & 7 deletions app/caseflow_core/microservices/server/src/schema.gql
Original file line number Diff line number Diff line change
@@ -164,7 +164,7 @@ input CreateCaseInput {
statusid: Int!
typeid: Float
linkedcases: [Int!]
creationdate: DateTime = "2024-02-09T19:06:39.678Z"
creationdate: DateTime = "2024-02-16T17:32:19.374Z"
completiondate: DateTime
lastmodificationdate: DateTime
penduntildate: DateTime
@@ -184,9 +184,9 @@ input UpdateCaseInput {
statusid: Int!
typeid: Float
linkedcases: [Int!]
creationdate: DateTime = "2024-02-09T19:06:39.675Z"
creationdate: DateTime = "2024-02-16T17:32:19.291Z"
completiondate: DateTime
lastmodificationdate: DateTime = "2024-02-09T19:06:39.675Z"
lastmodificationdate: DateTime = "2024-02-16T17:32:19.291Z"
penduntildate: DateTime
archivedate: DateTime
startuserid: Int
@@ -201,7 +201,7 @@ input RemoveCaseArgs {
}

input CreateCaseHistoryInput {
datetime: DateTime = "2024-02-09T19:06:39.684Z"
datetime: DateTime = "2024-02-16T17:32:19.718Z"
outcome: String = "sucess"
userid: Float
caseId: [Int!]!
@@ -211,7 +211,7 @@ input CreateCaseHistoryInput {
}

input UpdateCaseHistoryInput {
datetime: DateTime = "2024-02-09T19:06:39.684Z"
datetime: DateTime = "2024-02-16T17:32:19.718Z"
outcome: String = "sucess"
userid: Float
caseId: [Int!]
@@ -266,14 +266,14 @@ input UpdateCaseTypeInput {

input CreateCaseNoteInput {
caseid: Float!
creationdate: DateTime = "2024-02-09T19:06:39.759Z"
creationdate: DateTime = "2024-02-16T17:32:24.499Z"
userid: Float
notetext: String
}

input UpdateCaseNoteInput {
caseid: Float
creationdate: DateTime = "2024-02-09T19:06:39.759Z"
creationdate: DateTime = "2024-02-16T17:32:24.499Z"
userid: Float
notetext: String
id: Int!
2 changes: 1 addition & 1 deletion app/caseflow_web/.env
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@ REACT_APP_CASEFLOW_GRAPHQL_API_URL=https://caseflow-gateway.aot-technologies.com


#default DMS
REACT_APP_CASEFLOW_DMS=3
REACT_APP_CASEFLOW_DMS=1

#application name
APPLICATION_NAME=caseflow.ai