Compare commits
144 Commits
cdaf79ac71
...
668ee46ba6
| Author | SHA1 | Date | |
|---|---|---|---|
| 668ee46ba6 | |||
| c984c14085 | |||
| f58ae2c5f7 | |||
| 21ebb9667b | |||
| 746868d720 | |||
| 4d1daa3910 | |||
| e34dfc397c | |||
| c8fc15be86 | |||
| 2f7123af21 | |||
| 69b28be77c | |||
| 248d73a619 | |||
| 5cefb4d161 | |||
| 8b0793c42f | |||
| b585d851dd | |||
| 7c42800245 | |||
| a3b8593133 | |||
| 3a679eb03c | |||
| cf575afc3f | |||
| a94d938131 | |||
| d230e88bd1 | |||
| 467fcbffb7 | |||
| 5c391f3dee | |||
| 7e06f7f63a | |||
| 35956d2849 | |||
| 7b3cfb5178 | |||
| 9ca29e13de | |||
| a58b0f7cdb | |||
| c340cd2eaf | |||
| b2a3e5d605 | |||
| 962201975b | |||
| 5053cbcf44 | |||
| e4240d3f02 | |||
| cdd8ccb0e5 | |||
| 72e9de96e4 | |||
| 91885d5ff5 | |||
| b8c8a1a45f | |||
| 74aa30636c | |||
| 07b83c7ae8 | |||
| 721bf65ed3 | |||
| 0505f0a641 | |||
| 5c936b2b53 | |||
| 29b1e92ea9 | |||
| a0a184236c | |||
| c02e7fb4b6 | |||
| 1da82489c6 | |||
| ce6f48f5a4 | |||
| ae529862e6 | |||
| 5011812385 | |||
| 33a665294c | |||
| be017ded2b | |||
| 9951904e6d | |||
| b4da98f40d | |||
| 5cbc7c1190 | |||
| c2476135ff | |||
| f7dab87c76 | |||
| d444bbb49a | |||
| 8253b53b6f | |||
| eaf3bd55f0 | |||
| ad6effd470 | |||
| 507d085093 | |||
| 9aa20b0da0 | |||
| 2a07aca10a | |||
| 3b52b90e5c | |||
| 861d281db4 | |||
| 278d152fc1 | |||
| 2532f69e74 | |||
| 17388229b4 | |||
| e53040d55f | |||
| f2f6397deb | |||
| 0560db4318 | |||
| f21e29dd2a | |||
| 4c81c904b1 | |||
| 6769af994f | |||
| f433386f6a | |||
| e6b2014783 | |||
| 0f8383f0a3 | |||
| 126f7b05f1 | |||
| ac2e0b75b2 | |||
| 637242021f | |||
| ae77418596 | |||
| 07c57999b3 | |||
| 6462d153e4 | |||
| 40c422c9e4 | |||
| f15aac5f17 | |||
| c83490d4c9 | |||
| dee52d9b0c | |||
| 160370eb93 | |||
| fa6a499de8 | |||
| 3e895307d9 | |||
| 0ce88f7961 | |||
| d77d46d358 | |||
| 7245e97034 | |||
| fa1e2ba5ff | |||
| 6304066cd6 | |||
| cf995f2e80 | |||
| 6e09f0a32c | |||
| ec1897f247 | |||
| 50aed702fa | |||
| 81039f5bcf | |||
| f6141b0047 | |||
| a2549ff7db | |||
| 664c95820f | |||
| 58a3275a49 | |||
| 797acae974 | |||
| 0fb4e0af5c | |||
| 537487924b | |||
| e47e495911 | |||
| b60e1044e1 | |||
| 169d1977b4 | |||
| d656f79bf2 | |||
| d019a24c3d | |||
| 681569e5b3 | |||
| 3208b58067 | |||
| c0634c0971 | |||
| a880d6bc8a | |||
| 8da66e71a9 | |||
| e74a75e3a4 | |||
| 70560553cc | |||
| aa627267cf | |||
| 75d827d912 | |||
| a8db026382 | |||
| eb203fe365 | |||
| 9302d65dcf | |||
| 2723aea2a3 | |||
| d44eb04a5a | |||
| 97d68cc5ba | |||
| 4db9d12743 | |||
| b940a47c0d | |||
| 72b5d0da7a | |||
| 95d2cbfccb | |||
| f2e1d0ea12 | |||
| 69b83e0e87 | |||
| 7148dcbe0b | |||
| 53e717fedc | |||
| 37d7563b69 | |||
| a0734d27c9 | |||
| 9400e3607e | |||
| 9faf973d03 | |||
| b3f940074f | |||
| 033addb7d8 | |||
| 759c4efeed | |||
| 34ec1f04a9 | |||
| 80126d1b36 | |||
| 82b0c8b0b0 |
22
.gitignore
vendored
@ -1,17 +1,22 @@
|
||||
# dependencies
|
||||
# Dependencies
|
||||
node_modules/
|
||||
.pnp
|
||||
.pnp.js
|
||||
|
||||
# Next.js build output
|
||||
.next/
|
||||
out/
|
||||
# Next.js
|
||||
estore/.next/
|
||||
estore/out/
|
||||
|
||||
# Runtime data (persisted config — keep data/ but ignore any secrets)
|
||||
# data/ is intentionally tracked (hours.json, overrides, etc.)
|
||||
# Runtime data
|
||||
estore/data/catalog-cache.json
|
||||
estore/data/item-overrides.json
|
||||
|
||||
# Environment variables — never commit these
|
||||
# Environment variables — never commit
|
||||
.env
|
||||
.env.local
|
||||
.env*.local
|
||||
*/.env
|
||||
*/.env.local
|
||||
|
||||
# OS / editor
|
||||
.DS_Store
|
||||
@ -25,7 +30,4 @@ npm-debug.log*
|
||||
|
||||
# Misc
|
||||
.eslintcache
|
||||
|
||||
# Raw/duplicate image files — use public/images/ directly
|
||||
public/images/pics/
|
||||
*.heic
|
||||
|
||||
@ -1,46 +0,0 @@
|
||||
{
|
||||
"PMCN5EKJ7BFR7SGQ3THNDCST": {
|
||||
"hidden": false,
|
||||
"hiddenModifierIds": [],
|
||||
"colorMax": 4,
|
||||
"chromeSurchargePerColor": 500,
|
||||
"categoryOverride": "graduation",
|
||||
"categoryLabelOverride": "Graduation"
|
||||
},
|
||||
"BKKWWP2F7GNYSNM2CQF22HFS": {
|
||||
"hidden": false,
|
||||
"hiddenModifierIds": [],
|
||||
"colorMax": 2,
|
||||
"chromeSurchargePerColor": 25
|
||||
},
|
||||
"GDWTO7IIB5F6WFRYPVOIQCLM": {
|
||||
"hidden": false,
|
||||
"hiddenModifierIds": [],
|
||||
"colorMax": 10,
|
||||
"chromeSurchargePerColor": 25
|
||||
},
|
||||
"Z3P76LDJLFGJK6IF55DKM5KB": {
|
||||
"hidden": false,
|
||||
"hiddenModifierIds": [],
|
||||
"chromeSurchargePerColor": 25
|
||||
},
|
||||
"5WHYHPFM23LABMAEM4V5A6HS": {
|
||||
"hidden": false,
|
||||
"hiddenModifierIds": [],
|
||||
"categoryOverride": "graduation",
|
||||
"categoryLabelOverride": "Graduation"
|
||||
},
|
||||
"QRPT3VBPGKT4XZWUT6N2HPNL": {
|
||||
"hidden": false,
|
||||
"hiddenModifierIds": [],
|
||||
"categoryOverride": "birthday",
|
||||
"categoryLabelOverride": "Birthday"
|
||||
},
|
||||
"46WOMDVNJXX4TUBBJT2ZGQSM": {
|
||||
"hidden": false,
|
||||
"hiddenModifierIds": [],
|
||||
"colorMax": 6,
|
||||
"chromeSurchargePerColor": 300,
|
||||
"quantityUnit": "ft"
|
||||
}
|
||||
}
|
||||
32
estore/.gitignore
vendored
Normal file
@ -0,0 +1,32 @@
|
||||
# dependencies
|
||||
node_modules/
|
||||
|
||||
# Next.js build output
|
||||
.next/
|
||||
out/
|
||||
|
||||
# Runtime data — cache and item overrides change at runtime, don't track them
|
||||
data/catalog-cache.json
|
||||
data/item-overrides.json
|
||||
|
||||
# Environment variables — never commit these
|
||||
.env
|
||||
.env.local
|
||||
.env*.local
|
||||
|
||||
# OS / editor
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
|
||||
# Misc
|
||||
.eslintcache
|
||||
|
||||
# Raw/duplicate image files — use public/images/ directly
|
||||
public/images/pics/
|
||||
*.heic
|
||||
@ -8,11 +8,6 @@ services:
|
||||
volumes:
|
||||
- ./docker/osrm/data:/data
|
||||
command: osrm-routed --algorithm mld /data/connecticut-latest.osrm
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "echo > /dev/tcp/localhost/5000"]
|
||||
interval: 30s
|
||||
timeout: 5s
|
||||
retries: 3
|
||||
|
||||
balloons-shop:
|
||||
build: .
|
||||
@ -23,8 +18,7 @@ services:
|
||||
- .env
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
osrm:
|
||||
condition: service_healthy
|
||||
- osrm
|
||||
healthcheck:
|
||||
test: ["CMD", "wget", "-qO-", "http://localhost:3000/api/catalog"]
|
||||
interval: 30s
|
||||
0
next-env.d.ts → estore/next-env.d.ts
vendored
|
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.4 KiB |
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 228 KiB After Width: | Height: | Size: 228 KiB |
|
Before Width: | Height: | Size: 149 KiB After Width: | Height: | Size: 149 KiB |
|
Before Width: | Height: | Size: 160 KiB After Width: | Height: | Size: 160 KiB |
|
Before Width: | Height: | Size: 136 KiB After Width: | Height: | Size: 136 KiB |
|
Before Width: | Height: | Size: 143 KiB After Width: | Height: | Size: 143 KiB |
|
Before Width: | Height: | Size: 2.4 MiB After Width: | Height: | Size: 2.4 MiB |
|
Before Width: | Height: | Size: 134 KiB After Width: | Height: | Size: 134 KiB |
|
Before Width: | Height: | Size: 114 KiB After Width: | Height: | Size: 114 KiB |
|
Before Width: | Height: | Size: 164 KiB After Width: | Height: | Size: 164 KiB |
|
Before Width: | Height: | Size: 130 KiB After Width: | Height: | Size: 130 KiB |
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
|
Before Width: | Height: | Size: 180 KiB After Width: | Height: | Size: 180 KiB |
|
Before Width: | Height: | Size: 149 KiB After Width: | Height: | Size: 149 KiB |
|
Before Width: | Height: | Size: 85 KiB After Width: | Height: | Size: 85 KiB |
|
Before Width: | Height: | Size: 123 KiB After Width: | Height: | Size: 123 KiB |
|
Before Width: | Height: | Size: 146 KiB After Width: | Height: | Size: 146 KiB |
|
Before Width: | Height: | Size: 225 KiB After Width: | Height: | Size: 225 KiB |
|
Before Width: | Height: | Size: 521 KiB After Width: | Height: | Size: 521 KiB |
|
Before Width: | Height: | Size: 213 KiB After Width: | Height: | Size: 213 KiB |
|
Before Width: | Height: | Size: 126 KiB After Width: | Height: | Size: 126 KiB |
|
Before Width: | Height: | Size: 143 KiB After Width: | Height: | Size: 143 KiB |
|
Before Width: | Height: | Size: 137 KiB After Width: | Height: | Size: 137 KiB |
|
Before Width: | Height: | Size: 109 KiB After Width: | Height: | Size: 109 KiB |
|
Before Width: | Height: | Size: 515 B After Width: | Height: | Size: 515 B |
|
Before Width: | Height: | Size: 515 B After Width: | Height: | Size: 515 B |
|
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 32 KiB |
|
Before Width: | Height: | Size: 80 KiB After Width: | Height: | Size: 80 KiB |
|
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 29 KiB |
|
Before Width: | Height: | Size: 738 B After Width: | Height: | Size: 738 B |
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 932 KiB After Width: | Height: | Size: 932 KiB |
|
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 1.2 MiB |
|
Before Width: | Height: | Size: 1.5 MiB After Width: | Height: | Size: 1.5 MiB |
|
Before Width: | Height: | Size: 877 KiB After Width: | Height: | Size: 877 KiB |
|
Before Width: | Height: | Size: 2.2 MiB After Width: | Height: | Size: 2.2 MiB |
|
Before Width: | Height: | Size: 827 KiB After Width: | Height: | Size: 827 KiB |
|
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 32 KiB |
|
Before Width: | Height: | Size: 80 KiB After Width: | Height: | Size: 80 KiB |
|
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 29 KiB |
|
Before Width: | Height: | Size: 738 B After Width: | Height: | Size: 738 B |
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 689 KiB After Width: | Height: | Size: 689 KiB |
|
Before Width: | Height: | Size: 2.8 MiB After Width: | Height: | Size: 2.8 MiB |
|
Before Width: | Height: | Size: 3.2 MiB After Width: | Height: | Size: 3.2 MiB |
|
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 1.3 MiB |
|
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 1.1 MiB |
|
Before Width: | Height: | Size: 1.7 MiB After Width: | Height: | Size: 1.7 MiB |
|
Before Width: | Height: | Size: 890 KiB After Width: | Height: | Size: 890 KiB |
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 83 KiB After Width: | Height: | Size: 83 KiB |
|
Before Width: | Height: | Size: 41 KiB After Width: | Height: | Size: 41 KiB |
|
Before Width: | Height: | Size: 890 KiB After Width: | Height: | Size: 890 KiB |
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 83 KiB After Width: | Height: | Size: 83 KiB |
|
Before Width: | Height: | Size: 41 KiB After Width: | Height: | Size: 41 KiB |
|
Before Width: | Height: | Size: 519 KiB After Width: | Height: | Size: 519 KiB |
|
Before Width: | Height: | Size: 739 KiB After Width: | Height: | Size: 739 KiB |
|
Before Width: | Height: | Size: 2.0 MiB After Width: | Height: | Size: 2.0 MiB |
|
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 1.2 MiB |
|
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 3.8 KiB |
|
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 4.5 KiB |
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 8.3 KiB After Width: | Height: | Size: 8.3 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.4 KiB |