Skip to content

Commit ba0ce4f

Browse files
authored
Merge pull request #171 from Riyad-Murad/staging
Staging
2 parents 44045fc + 2e4c23a commit ba0ce4f

File tree

21 files changed

+38
-32
lines changed

21 files changed

+38
-32
lines changed

README.md

Lines changed: 34 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -20,22 +20,12 @@
2020
<img src="./readme/demo/Diagrams/ERD.png"/>
2121
</center>
2222

23-
### System Architect Diagram
23+
### Component Diagram
2424

2525
<center>
26-
<img src="./readme/demo/Diagrams/System Architect Diagram.png"/>
26+
<img src="./readme/demo/Diagrams/Component Diagram Light.png"/>
2727
</center>
2828

29-
### Project Box Design
30-
31-
This box is a demostration of a power room that contain elecrical wire lines and the microcontroller is connected to the circuit.
32-
33-
I used for this project ESP32 DevKit V1. It is based on the ESP32 microcontroller that boasts Wifi, Bluetooth, Ethernet and Low Power support all in a single chip.
34-
35-
| Power Box 1 | Power Box 2 | Power Box 3 |
36-
| --------------------------------------- | ------------------------------------- | ------------------------------------- |
37-
| ![PowerBox](./readme/demo/Project_Box/Power_Room_1.jpg) | ![PowerBox](./readme/demo/Project_Box/Power_Room_2.jpg) | ![PowerBox](./readme/demo/Project_Box/Power_Room_3.jpg) |
38-
3929
<br><br>
4030

4131
<!-- Project Highlights -->
@@ -49,7 +39,7 @@ I used for this project ESP32 DevKit V1. It is based on the ESP32 microcontrolle
4939

5040
- <b>Personalized AI Optimization Plans:</b> Clients receive intelligent, data-driven strategies to optimize energy usage, reduce costs, and promote sustainability based on their consumption behaviors.
5141

52-
### Remarkable Features
42+
### Features Highlight
5343

5444
<center>
5545
<img src="./readme/demo/Highlights/Highlight Section.png"/>
@@ -60,34 +50,49 @@ I used for this project ESP32 DevKit V1. It is based on the ESP32 microcontrolle
6050
<!-- Demo -->
6151
<img src="./readme/title5.svg"/>
6252

63-
### Client Screens (Web)
53+
### Landing Screens
6454

65-
| Login screen | Register screen |
55+
| Landing Screen | Login screen |
6656
| --------------------------------------- | ------------------------------------- |
67-
| ![Landing](./readme/demo/1440x1024.png) | ![fsdaf](./readme/demo/1440x1024.png) |
57+
| ![Landing](./readme/demo/Landing/Landing%20Page.gif) | ![Login](./readme/demo/Landing/Login.gif) |
6858

59+
### Client Screens
6960

70-
71-
### Provider Screens (Web)
72-
73-
| Login screen | Register screen |
61+
| Client Dashboard screen | Client Report screen |
7462
| --------------------------------------- | ------------------------------------- |
75-
| ![Landing](./readme/demo/1440x1024.png) | ![fsdaf](./readme/demo/1440x1024.png) |
63+
| ![ClientDashboard](./readme/demo/Client/Client%20Dashboard.gif) | ![ClientReport](./readme/demo/Client/Client%20Report.gif) |
7664

65+
| Client Profile screen |
66+
| --------------------------------------- |
67+
| ![ClientProfile](./readme/demo/Client/Client_Profile.png) |
7768

7869

79-
### Admin Screens (Web)
70+
### Provider Screens (Web)
8071

81-
| Login screen | Register screen |
72+
| Provider Dashboard screen | Provider Report screen |
8273
| --------------------------------------- | ------------------------------------- |
83-
| ![Landing](./readme/demo/1440x1024.png) | ![fsdaf](./readme/demo/1440x1024.png) |
74+
| ![ProviderDashboard](./readme/demo/Provider/Provider%20Dashboard.gif) | ![ProviderReport](./readme/demo/Provider/Provider%20Report.gif) |
75+
76+
| Provider Show Users screen | Provider Edit Profile screen |
77+
| --------------------------------------- | ------------------------------------- |
78+
| ![ProviderUsers](./readme/demo/Provider/Provider_Users.png) | ![ProviderProfile](./readme/demo/Provider/Provider_Profile.png) |
8479

8580

8681
<br><br>
8782

8883
<!-- Development & Testing -->
8984
<img src="./readme/title6.svg"/>
9085

86+
### Project Box Design
87+
88+
This box is a demostration of a power room that contain elecrical wire lines and the microcontroller is connected to the circuit.
89+
90+
I used for this project ESP32 DevKit V1. It is based on the ESP32 microcontroller that boasts Wifi, Bluetooth, Ethernet and Low Power support all in a single chip.
91+
92+
| Power Box 1 | Power Box 2 | Power Box 3 |
93+
| --------------------------------------- | ------------------------------------- | ------------------------------------- |
94+
| ![PowerBox](./readme/demo/Project_Box/Power_Room_1.jpg) | ![PowerBox](./readme/demo/Project_Box/Power_Room_2.jpg) | ![PowerBox](./readme/demo/Project_Box/Power_Room_3.jpg) |
95+
9196
#### Postman API Documentation
9297

9398
- You can check the full API documentation using this [link](https://documenter.getpostman.com/view/42830816/2sB2qXji4H).
@@ -154,6 +159,11 @@ I used for this project ESP32 DevKit V1. It is based on the ESP32 microcontrolle
154159
| --------------------------------------- | ------------------------------------- | ------------------------------------- |
155160
| ![PipelineSample](./readme/demo/Deployment/Deployment%20Pipeline%201.png) | ![PipelineSuccess](./readme/demo/Deployment/GitHub_Deploy_Staging_Pipeline.png) | ![EC2Deployed](./readme/demo/Deployment/Node_Server_Docker_Deployed.png) |
156161

162+
163+
| AWS S3 Bucket React files | S3 bucket public IP website |
164+
| --------------------------------------- | ------------------------------------- |
165+
| ![Landing](./readme/demo/Deployment/S3_React_Deployed.png) | ![fsdaf](./readme/demo/Deployment/S3_Website_Deployed.png) |
166+
157167
<br>
158168

159169
#### To test the website, here are some initial default data stored in the database:

amp-client/src/Components/AdminComponents/AdminSidebar/AdminSidebar.jsx

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,14 @@ const AdminSidebar = () => {
2222
</Link>
2323
</div>
2424
<nav className="sidebar-nav">
25-
<Link to="/admin/navigation-page" className="sidebar-link">
26-
<FontAwesomeIcon icon={faFileAlt} className="sidebar-icon" />
27-
<span className="link-text">Navigation Page</span>
25+
<Link to="/admin/view-providers" className="sidebar-link">
26+
<FontAwesomeIcon icon={faEye} className="sidebar-icon" />
27+
<span className="link-text">View Providers</span>
2828
</Link>
2929
<Link to="/admin/edit-provider" className="sidebar-link">
3030
<FontAwesomeIcon icon={faUserEdit} className="sidebar-icon" />
3131
<span className="link-text">Edit Provider</span>
3232
</Link>
33-
<Link to="/admin/view-providers" className="sidebar-link">
34-
<FontAwesomeIcon icon={faEye} className="sidebar-icon" />
35-
<span className="link-text">View Providers</span>
36-
</Link>
3733
<Link to="/admin/contact-messages" className="sidebar-link">
3834
<FontAwesomeIcon icon={faEnvelope} className="sidebar-icon" />
3935
<span className="link-text">Contact Messages</span>

amp-client/src/Pages/ProviderPages/ProviderPowerPrediction/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
margin: auto;
66
border-radius: 12px;
77
margin-top: 30px;
8-
margin-left: 300px;
8+
margin-left: 400px;
99
}
1010

1111
.provider-header {
382 KB
Loading
3.13 MB
Loading
74 KB
Loading
113 KB
Loading
963 KB
Loading
1.05 MB
Loading
1.07 MB
Loading

0 commit comments

Comments
 (0)