Skip to content

Commit 99b549b

Browse files
committed
Add portfolio module styles, data export script, and initial JSON data
- Created a new CSS file for the portfolio module with minimal styling for various sections including KPI cards, property cards, and booking tables. - Implemented a Python script to export property operations data from the Day 09 database to a JSON format for visualization in the portfolio module. - Generated initial JSON data for the portfolio overview, revenue by day, occupancy by day, and detailed property performance metrics.
1 parent 6b9581a commit 99b549b

File tree

17 files changed

+4120
-30
lines changed

17 files changed

+4120
-30
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,3 +213,4 @@ Thumbs.db
213213
# Streamlit
214214
.streamlit/secrets.toml
215215
.streamlit/config.toml
216+
day19/data/raw/AIS_2024_01_01.csv

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Each one ships with full code and documentation.
4242
| 17 | Dashboards | Rafael - Multi-Jurisdictional Asset Compliance Dashboard | Wealth Management / Legal Compliance | ✅ Complete | [Day 17](./day17) |
4343
| 18 | Dashboards | Google Arts & Culture Experiment MVP | TBD | 🚧 In Progress | [Day 18](./day18) |
4444
| 19 | Dashboards | Maritime Underwater Noise Mapping (Geospatial Analytics MVP) | Environmental Marine Science / Ocean Policy | ✅ Complete | [Day 19](./day19) |
45-
| 20 | Dashboards | TBD | TBD | 🚧 Planned | [Day 20](./day20) |
45+
| 20 | Dashboards | TBD | TBD | 🚧 In Progress | [Day 20](./day20) |
4646
| 21 | AI Insights | TBD | TBD | 🚧 Planned | [Day 21](./day21) |
4747
| 22 | AI Insights | TBD | TBD | 🚧 Planned | [Day 22](./day22) |
4848
| 23 | AI Insights | TBD | TBD | 🚧 Planned | [Day 23](./day23) |

0 commit comments

Comments
 (0)