-
Notifications
You must be signed in to change notification settings - Fork 483
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 Patient Filter for Review Missed #7328
Merged
Merged
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
05d7f8f
Add Patient Filter for Review Missed
jainvedant392 9e55676
Merge branch 'develop' into issue6745
jainvedant392 7db9626
Merge branch 'develop' into issue6745
jainvedant392 d60bbfa
Merge branch 'develop' into issue6745
jainvedant392 2022bfd
Merge branch 'develop' into issue6745
jainvedant392 a5d51e4
removed dotenv
jainvedant392 7134554
Merge branch 'develop' into issue6745
jainvedant392 e564a36
Merge branch 'develop' into issue6745
jainvedant392 2ef4102
Merge branch 'develop' into issue6745
jainvedant392 01237df
modified vite.config.mts
jainvedant392 79f4417
Merge branch 'develop' into issue6745
jainvedant392 16c314c
Merge branch 'develop' into issue6745
jainvedant392 d46038a
Merge branch 'develop' into issue6745
jainvedant392 ca24d3c
Merge branch 'develop' into issue6745
jainvedant392 0e3cc09
Merge branch 'coronasafe:develop' into issue6745
jainvedant392 c8e802c
Merge branch 'develop' into issue6745
jainvedant392 5e63294
Merge branch 'develop' into issue6745
jainvedant392 82055a1
Merge branch 'develop' into issue6745
jainvedant392 12c9c26
Merge branch 'develop' into issue6745
nihal467 0c10474
Merge branch 'develop' into issue6745
nihal467 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Why was this added? Context?
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.
Actually, I don't know why using env variables wasn't working in vite.config.mts, when I used "import 'dotenv/config'", it worked. That's the reason.
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.
that was onw of the reasons why I was unable to connect to the local care backend.
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.
We are using direnv in this repository to load environment variables as configured here
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.
You could also connect to your local backend using:
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.
Also, after removing dotenv, when I am using
process.env.CARE_API
, invite.config.mts
, its not working, but working when I am explicitly mentioning https://127.0.0.1:9000/.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.
You shouldn't add that to the
.env
Instead use that to run in the terminal directly.
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.
OK, if that's the thing, will try to do 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.
Hey, I have pushed some changes, could you please review them and suggest if any modification is required.
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.
Also all the tests are now passing successfully.