Skip to content

Commit 61f4da5

Browse files
Merge remote-tracking branch 'origin/main' into iteration-3-deliverables
2 parents 3c26457 + b811c76 commit 61f4da5

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ MyMedic is a personal medical system designed to help patients by giving them se
2121
### Essential
2222
- User Registration & Login
2323
- View and Edit Personal Information
24+
- Schedule and Add Appointments
25+
- Multi-Factor Authentication
26+
- Reset Password for safety
27+
- Download Medical Records
2428

2529
### Desirable
2630
- Family Accounts
@@ -36,7 +40,7 @@ MyMedic is a personal medical system designed to help patients by giving them se
3640

3741
## Technology Stack
3842

39-
- Frontend: JavaScript (React)
43+
- Frontend: JavaScript
4044
- Backend: Python (Django)
4145
- Database: SQLite
4246
- Authentication: OAuth 2.0
@@ -82,4 +86,6 @@ Risks Identified:
8286
- Testing and deployment scripts implemented
8387

8488
### Next Steps
89+
90+
- Essential features are all implemented.
8591
- Implement Doctor Features

code/Readme.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ cp .env.example .env
1717
```
1818

1919
Edit `.env` and add a DJANGO_SECRET_KEY generated from [Django Secret Key Generator](https://djecrety.ir/).
20-
Add the email and app passwords for the Gmail account.
20+
21+
You will need to have another email account ready (not the one you sign up with), along with it's [app password](https://support.google.com/accounts/answer/185833?hl=en), in order for MFA/Reset password to work.
22+
They will need to be set in the .env file. The .env file can be provided for the purposes of the demo.
2123

2224
---
2325

@@ -44,4 +46,4 @@ This binds the local website code into the container and serves it at `http://lo
4446
docker compose down -v --remove-orphans
4547
```
4648

47-
---
49+
---

0 commit comments

Comments
 (0)