Skip to content

Commit b367506

Browse files
authored
Update README.md (#53)
# *Name of the PR* ## ♻️ Current situation & Problem *Link any open issues or pull requests (PRs) related to this PR. Please ensure that all non-trivial PRs are first tracked and discussed in an existing GitHub issue or discussion.* ## ⚙️ Release Notes *Add a bullet point list summary of the feature and possible migration guides if this is a breaking change so this section can be added to the release notes.* *Include code snippets that provide examples of the feature implemented or links to the documentation if it appends or changes the public interface.* ## 📚 Documentation *Please ensure that you properly document any additions in conformance to [Spezi Documentation Guide](https://github.com/StanfordSpezi/.github/blob/main/DOCUMENTATIONGUIDE.md).* *You can use this section to describe your solution, but we encourage contributors to document your reasoning and changes using in-line documentation.* ## ✅ Testing *Please ensure that the PR meets the testing requirements set by CodeCov and that new functionality is appropriately tested.* *This section describes important information about the tests and why some elements might not be testable.* ## 📝 Code of Conduct & Contributing Guidelines By submitting creating this pull request, you agree to follow our [Code of Conduct](https://github.com/CS342/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/CS342/.github/blob/main/CONTRIBUTING.md): - [ ] I agree to follow the [Code of Conduct](https://github.com/CS342/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/CS342/.github/blob/main/CONTRIBUTING.md).
1 parent 78f325a commit b367506

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ NeutroFeverGuard is using the [Spezi](https://github.com/StanfordSpezi/Spezi) ec
3030
## User Interface and Key Features
3131
| Onboarding | Dashboard | Adding Data Manually |
3232
|----------|----------|----------|
33-
| ![](https://github.com/CS342/2025-NeutroFeverGuard/blob/sixian-readme/Documentation/Images/onboarding.PNG#gh-light-mode-only) ![](https://github.com/CS342/2025-NeutroFeverGuard/blob/sixian-readme/Documentation/Images/onboarding~dark.PNG#gh-dark-mode-only) | ![](https://github.com/CS342/2025-NeutroFeverGuard/blob/sixian-readme/Documentation/Images/dashboard.PNG#gh-light-mode-only) ![](https://github.com/CS342/2025-NeutroFeverGuard/blob/sixian-readme/Documentation/Images/dashboard~dark.PNG#gh-dark-mode-only) | ![](https://github.com/CS342/2025-NeutroFeverGuard/blob/sixian-readme/Documentation/Images/adddata.PNG#gh-light-mode-only) ![](https://github.com/CS342/2025-NeutroFeverGuard/blob/sixian-readme/Documentation/Images/adddata~dark.PNG#gh-dark-mode-only) |
33+
| ![](./Documentation/Images/onboarding.PNG#gh-light-mode-only) ![](./Documentation/Images/onboarding~dark.PNG#gh-dark-mode-only) | ![](./Documentation/Images/dashboard.PNG#gh-light-mode-only) ![](./Documentation/Images/dashboard~dark.PNG#gh-dark-mode-only) | ![](./Documentation/Images/adddata.PNG#gh-light-mode-only) ![](./Documentation/Images/adddata~dark.PNG#gh-dark-mode-only) |
3434

3535

3636
| View Records | Connect to Sensor | Contact Care Provider |
3737
|----------|----------|----------|
38-
| ![](https://github.com/CS342/2025-NeutroFeverGuard/blob/sixian-readme/Documentation/Images/lab.PNG#gh-light-mode-only)![](https://github.com/CS342/2025-NeutroFeverGuard/blob/sixian-readme/Documentation/Images/lab~dark.PNG#gh-dark-mode-only) | ![](https://github.com/CS342/2025-NeutroFeverGuard/blob/sixian-readme/Documentation/Images/bluetooth.PNG#gh-light-mode-only) ![](https://github.com/CS342/2025-NeutroFeverGuard/blob/sixian-readme/Documentation/Images/bluetooth~dark.PNG#gh-dark-mode-only) | ![](https://github.com/CS342/2025-NeutroFeverGuard/blob/sixian-readme/Documentation/Images/contacts.PNG#gh-light-mode-only) ![](https://github.com/CS342/2025-NeutroFeverGuard/blob/sixian-readme/Documentation/Images/contacts~dark.PNG#gh-dark-mode-only) |
38+
| ![](./Documentation/Images/lab.PNG#gh-light-mode-only)![](./Documentation/Images/lab~dark.PNG#gh-dark-mode-only) | ![](./Documentation/Images/bluetooth.PNG#gh-light-mode-only) ![](./Documentation/Images/bluetooth~dark.PNG#gh-dark-mode-only) | ![](./Documentation/Images/contacts.PNG#gh-light-mode-only) ![](./Documentation/Images/contacts~dark.PNG#gh-dark-mode-only) |
3939

4040

4141
### I. Health Record Tracking

0 commit comments

Comments
 (0)