Commit graph

8 commits

Author SHA1 Message Date
bbb9c193ce feat: add processor service with Redis-backed job queue
- Introduced a new `processor` service in the Docker Compose setup to handle face matching jobs.
- Configured Redis as a job queue and state management system for processing searches.
- Updated the backend to enqueue jobs and manage user locks using Redis.
- Added environment variables for Redis configuration and runtime paths.
- Created technical design documentation for the processor service outlining architecture, queue model, and search lifecycle.
- Updated package.json and package-lock.json to include dependencies for BullMQ and ioredis in the processor workspace.
- Added sample PKL files for local testing in the `test_pkl` directory.
2026-04-11 17:53:22 +02:00
599daf7547 Workflow for publishing
All checks were successful
Publish FaceAI Container / publish (push) Successful in 3m16s
2026-04-11 16:01:09 +02:00
f4d9772bd3 Site promotion tools 2026-04-11 15:57:35 +02:00
5188145a27 Address update 2026-04-07 20:36:46 +02:00
93fd036240 refactor: Update content and improve clarity in various JSP files 2026-04-07 20:02:06 +02:00
97e53353c4 feat: Add FaceAI integration with handoff and return functionality
- Introduced a new workspace for FaceAI in package.json.
- Implemented FaceAI handoff logic in faceai_handoff.php, including identity verification and token signing.
- Created faceai_return.php to handle return requests from FaceAI, validating tokens and forwarding results.
- Developed faceai_simulator.php and faceai_simulator_view.php for simulating the FaceAI interface with demo photos.
- Enhanced rus-ecom-240621.js to support new FaceAI features, including dynamic URL building and button integration.
- Added faceai_config.php for configuration management, including environment variable handling and utility functions.
- Updated HTML structure and styles in simulator view for better user experience.
2026-04-07 19:53:40 +02:00
cc69770608 First commit 2026-04-07 18:02:17 +02:00
cf97b64877 first commit 2026-03-14 20:04:39 +01:00