Skip to content

Commit

Permalink
STYLE: reword and add links
Browse files Browse the repository at this point in the history
  • Loading branch information
powersaudrey25 authored and mbrzus committed May 2, 2024
1 parent f9cb466 commit 4b64aba
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,24 @@
# Image Processing Backend Project
# ImageInsights Project

## Overview

This project is developed as part of ECE:5830 Software Engineering Project in the Department of Electrical and Computer Engineering at The University of Iowa.

- **Group ID:** 002_ImagePro
- **Project Title:** Image Processing Backend
- **Project Title:** ImageInsights

## Project Description

The **Image Processing Backend** project is a collaborative effort aimed at developing an enterprise-level software solution for a medical imaging company. This project addresses the complex needs of the healthcare industry by providing a comprehensive system that includes the following key features:
The **ImageInsights** project is a collaborative effort aimed at developing an enterprise-level software solution for a medical imaging company. This project addresses the complex needs of the healthcare industry by providing a comprehensive system that includes the following key features:

- **AWS Hosted System:** We have created a robust and scalable system hosted on Amazon Web Services (AWS), ensuring high availability and reliability.

- **Order Processing:** Our software enables the efficient processing of orders, streamlining the workflow for the medical imaging company.
- **Study Processing:** Our software enables the efficient processing of medical studies, streamlining the workflow for the medical imaging company.

- **Compute Node Management:** We've implemented a compute node management system that hosts the company's products, allowing for efficient computation and data processing.
- **Compute Node Management:** We've implemented a compute node management system that hosts the company's imaging products, allowing for efficient computation and data processing.

- **Automated Records Organization:** The system automates the organization of medical records, making data retrieval and management more efficient.

- **Billing Integration:** We've integrated a billing system that automates invoicing and payment processing, reducing administrative overhead.

- **Front-End Visualization:** Our software offers a user-friendly front-end interface, providing access to crucial metrics and visualization tools for easy data interpretation.

- **Data Security:** We prioritize data security and have implemented measures to ensure compliance with Patient Health Information (PHI) standards, safeguarding sensitive patient data.
Expand All @@ -30,8 +28,6 @@ This project represents a significant step forward in the field of medical imagi
## Authors

This project was created by the following contributors:

# Authors
- **Michal Brzus**
- email: [email protected]
- **Ivan Johnson**
Expand All @@ -43,7 +39,7 @@ This project was created by the following contributors:

## Getting Started

Coming soon
View our comprehensive [User and Developer Guide](https://github.com/uiowaSEP2024/002_ImagePro/wiki/User-and-Developer-Manual)

## License

Expand Down

1 comment on commit 4b64aba

@github-actions
Copy link

Choose a reason for hiding this comment

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

Jest Coverage

Summary

Lines Statements Branches Functions
Coverage: 72%
73.25% (515/703) 56.8% (96/169) 66.05% (144/218)

Junit Summary

Tests Skipped Failures Errors Time
37 0 💤 0 ❌ 0 🔥 3.967s ⏱️
Coverage Report (72%)
File% Stmts% Branch% Funcs% LinesUncovered Line #s
All files73.2556.866.0572.04 
fixtures100100100100 
   hospitalFixture.tsx100100100100 
   kidneyStudyFixture.tsx100100100100 
   providerFixture.tsx100100100100 
src/components90.9944.4489.6591.17 
   ErrorMessageBox.tsx100100100100 
   EventTimeline.tsx71.42007579–83
   Metadata.tsx85.7108084.6174–75
   Navbar.tsx90.475010090150, 163
   StackedChart.tsx10066.6610010072–85
   withAuthenticated.tsx100100100100 
src/contexts9010058.3389.28 
   authContext.tsx9010058.3389.2872, 90, 104
src/data30.9315.3833.8720 
   index.ts30.9315.3833.872017–27, 38–48, 59–69, 80–90, 98–108, 118–128, 140–149, 161–171, 181–190, 200–205, 217–240, 251–259, 269–274, 287–326, 335–345, 355–365, 370–380, 385–395, 411–412
src/hooks100100100100 
   useAuthContext.ts100100100100 
src/pages81.7267.2780.3982.01 
   analytics.tsx96.1510088.889690
   dashboard.tsx100100100100 
   index.tsx100100100100 
   login.tsx83.8788.8885.7183.3352–57, 109
   profile.tsx77.561.538080.5559–61, 83–86
   signup.tsx71.6255.5566.6671.2389–91, 98–100, 116–140, 224–231, 270–287
src/pages/apikeys73.2154.5464.2871.69 
   index.tsx73.2154.5464.2871.6974–77, 89, 94–99, 104–108, 195
src/pages/studies79.5657.1474.3581.74 
   [id].tsx69.0137.557.8971.8785, 94–108, 112–114, 125–126, 130, 134, 143, 219
   index.tsx90.971.879091.9349, 64, 141, 150, 157

Please sign in to comment.