feat: scaffold travel-memories Flask app and test infrastructure
Adds services/travel-memories/ with Flask factory (create_app), stub route blueprints, pytest/playwright smoke test infra (httpserver session fix, pytest.ini pythonpath), phase2–6 fixture JSONs, Dockerfile, and docker-compose service entry. Smoke test (test_health) passes. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"album_id": "album-1",
|
||||
"album_name": "Central Asia 2023",
|
||||
"grav_trip_slug": "central-asia-2023",
|
||||
"phase": "triage",
|
||||
"phases_completed": [],
|
||||
"phase_stale": [],
|
||||
"photos": [
|
||||
{"id": "asset-1", "original_filename": "IMG_001.jpg",
|
||||
"local_datetime": "2023-09-05T09:03:00", "tag": "untagged", "order": 0},
|
||||
{"id": "asset-2", "original_filename": "IMG_002.jpg",
|
||||
"local_datetime": "2023-09-05T14:30:00", "tag": "untagged", "order": 1},
|
||||
{"id": "asset-3", "original_filename": "IMG_003.jpg",
|
||||
"local_datetime": "2023-09-06T10:00:00", "tag": "untagged", "order": 2}
|
||||
],
|
||||
"groups": [],
|
||||
"notes": ""
|
||||
}
|
||||
Reference in New Issue
Block a user