Skip to content

Commit

Permalink
Merge pull request #58 from CS222-UIUC/aden/fixreadme
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
akrakman authored Dec 4, 2022
2 parents c51ead3 + aa9f6b7 commit e3b6f8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

## About the Project

![Move Securely](src/demo.png)
![Move Securely](images/demo.png)

Students have limited knowledge about living in a new city. They can find mixed information on Facebook groups, Reddit, online group chats, and discussions with others. By centralizing ratings and information about specific dorms and apartments, our application makes decisions more straightforward and the process of moving to a new city smoother.

Expand Down Expand Up @@ -77,7 +77,7 @@ Minh worked on the front end, Samuel worked on the backend, and Aden did the use
### Diagram

<div align="center">
<img src="src/diagram.png" alt="Diagram" width="500" height="400">
<img src="images/diagram.png" alt="Diagram" width="500" height="400">
</div>

## Installation and Usage
Expand Down

3 comments on commit e3b6f8b

@github-actions
Copy link

Choose a reason for hiding this comment

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

Coverage

Coverage Report
FileStmtsMissCover
app.py1450100%
auth.py90100%
config.py10100%
decorators.py270100%
dataholders
   apt.py90100%
   mainpage_get.py150100%
   review.py70100%
   user.py80100%
pages
   login.py290100%
   mainpage.py1000100%
   userpage.py530100%
TOTAL4030100%

Tests Skipped Failures Errors Time
49 0 💤 0 ❌ 0 🔥 1.043s ⏱️

@github-actions
Copy link

Choose a reason for hiding this comment

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

Coverage

Coverage Report
FileStmtsMissCover
app.py1450100%
auth.py90100%
config.py10100%
decorators.py270100%
dataholders
   apt.py90100%
   mainpage_get.py150100%
   review.py70100%
   user.py80100%
pages
   login.py290100%
   mainpage.py1000100%
   userpage.py530100%
TOTAL4030100%

Tests Skipped Failures Errors Time
49 0 💤 0 ❌ 0 🔥 1.033s ⏱️

@github-actions
Copy link

Choose a reason for hiding this comment

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

Coverage

Coverage Report
FileStmtsMissCover
app.py1450100%
auth.py90100%
config.py10100%
decorators.py270100%
dataholders
   apt.py90100%
   mainpage_get.py150100%
   review.py70100%
   user.py80100%
pages
   login.py290100%
   mainpage.py1000100%
   userpage.py530100%
TOTAL4030100%

Tests Skipped Failures Errors Time
49 0 💤 0 ❌ 0 🔥 1.186s ⏱️

Please sign in to comment.