optimize code
All checks were successful
Deploy stAndrews / deploy (push) Successful in 41s

This commit is contained in:
2026-03-13 08:51:28 -04:00
parent d8f1bc3110
commit eb18ba4115
5 changed files with 7 additions and 0 deletions

3
.gitignore vendored
View File

@@ -31,3 +31,6 @@ data/venice.rds
data/venice_facts.rds
data/beaches.rds
.Renviron
.aider*
.env
.env

3
app.R
View File

@@ -17,6 +17,9 @@ source("./R/config.R")
source("./R/app_ui.R")
source("./R/app_server.R")
# Load data needed at UI construction time
sbdvn <- sf::st_read(app_config$data_paths$plats)
# Create the app
ui <- create_ui()
server <- create_server

BIN
data/listings.rds Normal file

Binary file not shown.

View File

@@ -1 +1,2 @@
"submitted_at","address","price","sqft","name","email","cell"
"2026-03-09 21:45:25","863 Tartan",325000,1800,"Cuba Gooding Jr.","khuon68@gmail.com","2708695112"
1 submitted_at address price sqft name email cell
2 2026-03-09 21:45:25 863 Tartan 325000 1800 Cuba Gooding Jr. khuon68@gmail.com 2708695112

BIN
data/sales.rds Normal file

Binary file not shown.