Commit Graph

20 Commits

Author SHA1 Message Date
09794bdefd feat: add progression tracking to game sessions and implement tutorial modal
All checks were successful
Migrate supabase / migrate (push) Successful in 15s
2026-03-08 19:59:58 +01:00
fbdf6bc27c feat: remove unused import from completion page
All checks were successful
Migrate supabase / migrate (push) Successful in 15s
2026-03-08 19:44:41 +01:00
4c44d98444 feat: remove play again link and adjust layout in completion page
All checks were successful
Migrate supabase / migrate (push) Successful in 15s
2026-03-08 19:38:34 +01:00
2455c75732 feat: add puzzle component and image upload functionality
All checks were successful
Migrate supabase / migrate (push) Successful in 16s
- Introduced a new Puzzle component for interactive puzzle gameplay.
- Updated StepForm to include fields for puzzle image and number of pieces.
- Implemented image upload handling in the server-side logic for steps.
- Enhanced database schema to store image URLs and puzzle piece counts.
- Added file upload utilities for managing uploaded images.
- Created routes for serving uploaded images securely.
- Updated game play routes to handle puzzle completion logic.
- Improved error handling for image uploads and puzzle configurations.
2026-03-08 19:37:57 +01:00
8cda97a2f0 feat: remove unused GPS sample and debug information to streamline location tracking
All checks were successful
Migrate supabase / migrate (push) Successful in 15s
2026-03-08 18:41:29 +01:00
4897513689 feat: add geographic properties to displayed step record
All checks were successful
Migrate supabase / migrate (push) Successful in 15s
2026-03-08 18:37:31 +01:00
5e8b341733 feat: remove debug logging and streamline location tracking display
All checks were successful
Migrate supabase / migrate (push) Successful in 15s
2026-03-08 18:27:29 +01:00
989f114cc4 feat: add detailed GPS sample tracking with accuracy, speed, and timestamp
All checks were successful
Migrate supabase / migrate (push) Successful in 15s
2026-03-08 18:18:27 +01:00
5fc1093a79 feat: enhance location and orientation tracking with detailed debug logging
All checks were successful
Migrate supabase / migrate (push) Successful in 15s
2026-03-08 18:15:08 +01:00
811ac1964e feat: streamline location and orientation tracking by consolidating start functions
All checks were successful
Migrate supabase / migrate (push) Successful in 16s
2026-03-08 18:10:18 +01:00
143742b5c1 feat: add device orientation permission request and integrate with location tracking
All checks were successful
Migrate supabase / migrate (push) Successful in 14s
2026-03-08 18:00:52 +01:00
b2f686f782 fix: remove DATABASE_URL display step from migration workflow
All checks were successful
Migrate supabase / migrate (push) Successful in 15s
2026-03-08 17:40:28 +01:00
f39885a1b9 chore: remove obsolete Dockerfile and entrypoint script; update migration workflow to display DATABASE_URL
Some checks failed
Migrate supabase / migrate (push) Failing after 15s
2026-03-08 16:48:30 +01:00
0dd5de4319 feat: add GitHub Actions workflow for Supabase migration
Some checks failed
Build Docker Image / build (push) Failing after 41s
Migrate supabase / migrate (push) Failing after 15s
2026-03-08 16:36:10 +01:00
a9b7b88bca fix: update auth:schema script and remove duplicate migrate command
Some checks failed
Build Docker Image / build (push) Failing after 41s
2026-03-08 16:31:09 +01:00
444ffc4fba fix: provide default secret for better-auth configuration
Some checks failed
Build Docker Image / build (push) Failing after 41s
2026-03-08 16:08:40 +01:00
0e2e7e8756 fix: remove extraneous yaml dependency and update tsconfig for node types
Some checks failed
Build Docker Image / build (push) Failing after 32s
2026-03-08 15:44:42 +01:00
05b29a62bb feat: add Dockerfile and entrypoint script for containerized application
Some checks failed
Build Docker Image / build (push) Failing after 33s
2026-03-08 15:37:59 +01:00
efeea1ae19 feat: complete outdoor escape game platform with location-based steps
- Initialize SvelteKit project with authentication and database
- Implement multilingual support (English/French)
- Add authentication system with login, signup, and logout
- Create admin panel with games and sessions management
- Implement game and step management (CRUD operations)
- Add soft delete for escape games
- Create player game flow with step progression
- Implement inventory and collected items system
- Add location-based steps with GPS tracking and proximity validation
- Create compass arrow indicator pointing to destinations
- Add session management with code-based access
- Implement edit session and delete session functionality
- Add terms and conditions page
- Create completion screens with time tracking
- Add tutorial navigation guide
2026-03-08 15:34:24 +01:00
fe8cfdd3f1 feat: initialize SvelteKit project with authentication and database setup
- Add package.json with necessary dependencies and scripts
- Create app.d.ts for type definitions related to authentication
- Set up basic HTML structure in app.html
- Implement server hooks in hooks.server.ts for session management
- Add favicon.svg for branding
- Create index.ts for library imports
- Set up authentication logic in auth.ts using better-auth
- Define database schema in auth.schema.ts and schema.ts for user, session, and game entities
- Create layout and page components with basic content
- Add Tailwind CSS integration in layout.css
- Include robots.txt for web crawling instructions
- Configure SvelteKit with Vercel adapter in svelte.config.js
- Set up TypeScript configuration in tsconfig.json
- Configure Vite with Tailwind CSS and SvelteKit plugins in vite.config.ts
2026-03-07 21:29:45 +01:00