21 Commits

Author SHA1 Message Date
Najjar\NajjarV02
0793a650fb feat: add Robot Doctor and Security Guard personas with pricing and model paths
Some checks are pending
CI/CD / test-and-build (push) Waiting to run
CI/CD / deploy (push) Blocked by required conditions
2026-04-17 10:10:54 +04:00
Najjar\NajjarV02
f53b2d3cb8 feat: update seed script to TypeScript and add tsx dependency
Some checks failed
CI/CD / test-and-build (push) Has been cancelled
CI/CD / deploy (push) Has been cancelled
2026-04-15 10:53:51 +04:00
Najjar\NajjarV02
2397bf7f71 feat: add seed.js for database seeding functionality
Some checks are pending
CI/CD / test-and-build (push) Waiting to run
CI/CD / deploy (push) Blocked by required conditions
2026-04-15 10:49:04 +04:00
Najjar\NajjarV02
22387dbfe1 feat: compile and use seed.js for database seeding in entrypoint script
Some checks are pending
CI/CD / test-and-build (push) Waiting to run
CI/CD / deploy (push) Blocked by required conditions
2026-04-15 10:46:42 +04:00
Najjar\NajjarV02
61f1e0f589 fix: rename middleware function to proxy for clarity
Some checks are pending
CI/CD / test-and-build (push) Waiting to run
CI/CD / deploy (push) Blocked by required conditions
2026-04-15 10:42:24 +04:00
Najjar\NajjarV02
dc99abad37 feat: update Dockerfile to include Prisma seed script and enhance entrypoint for seeding
Some checks are pending
CI/CD / test-and-build (push) Waiting to run
CI/CD / deploy (push) Blocked by required conditions
feat: migrate middleware logic to new proxy.ts file for improved structure
2026-04-15 10:39:41 +04:00
Najjar\NajjarV02
45ffd33d39 feat: remove --skip-generate option from Prisma db push in entrypoint script
Some checks are pending
CI/CD / test-and-build (push) Waiting to run
CI/CD / deploy (push) Blocked by required conditions
2026-04-15 10:30:13 +04:00
Najjar\NajjarV02
4924593b40 feat: consolidate Prisma CLI dependencies in Dockerfile for cleaner build
Some checks are pending
CI/CD / test-and-build (push) Waiting to run
CI/CD / deploy (push) Blocked by required conditions
2026-04-15 10:25:09 +04:00
Najjar\NajjarV02
7227d0d10f feat: simplify Dockerfile by consolidating Prisma dependencies copy commands
Some checks are pending
CI/CD / test-and-build (push) Waiting to run
CI/CD / deploy (push) Blocked by required conditions
2026-04-15 10:21:40 +04:00
Najjar\NajjarV02
c34e565132 feat: update Dockerfile to copy additional Prisma dependencies from deps stage
Some checks are pending
CI/CD / test-and-build (push) Waiting to run
CI/CD / deploy (push) Blocked by required conditions
2026-04-15 10:17:47 +04:00
Najjar\NajjarV02
2b2198dfcb feat: set output configuration to standalone in Next.js config
Some checks are pending
CI/CD / test-and-build (push) Waiting to run
CI/CD / deploy (push) Blocked by required conditions
2026-04-15 10:12:14 +04:00
Najjar\NajjarV02
138e8377a6 feat: update environment configuration for production and add Docker support
Some checks are pending
CI/CD / test-and-build (push) Waiting to run
CI/CD / deploy (push) Blocked by required conditions
2026-04-15 10:04:07 +04:00
Najjar\NajjarV02
3fbdc3b187 feat: add snapshot caching functionality to PricingEngine and implement snapshot store
Some checks are pending
CI/CD / test-and-build (push) Waiting to run
CI/CD / deploy (push) Blocked by required conditions
2026-04-14 10:47:27 +04:00
Najjar\NajjarV02
bb3b1f25f2 refactor: remove order synchronization logic from admin page and streamline order loading
Some checks are pending
CI/CD / test-and-build (push) Waiting to run
CI/CD / deploy (push) Blocked by required conditions
2026-04-14 10:45:27 +04:00
Najjar\NajjarV02
9a1a562fc6 feat: implement order synchronization with Stripe and enhance order management features
Some checks are pending
CI/CD / test-and-build (push) Waiting to run
CI/CD / deploy (push) Blocked by required conditions
2026-04-14 10:34:19 +04:00
Najjar\NajjarV02
a501d94645 feat: implement GLB file synchronization and add API for listing models
Some checks are pending
CI/CD / test-and-build (push) Waiting to run
CI/CD / deploy (push) Blocked by required conditions
2026-04-14 10:16:56 +04:00
Najjar\NajjarV02
51671b85b8 feat: Integrate Stripe payment processing and enhance admin settings management
Some checks are pending
CI/CD / test-and-build (push) Waiting to run
CI/CD / deploy (push) Blocked by required conditions
- Removed the previous demo payment system and implemented a real integration with Stripe for handling payments.
- Added new API routes for creating payment intents and handling webhooks from Stripe.
- Updated the database schema to include an Order model for storing payment details.
- Enhanced the admin page to manage pricing items, including the ability to upload 3D models.
- Introduced a settings management feature for the admin panel, allowing for dynamic key-value pairs.
- Improved the RobotModel component to support dynamic attire based on uploaded models.
- Added error handling and validation for file uploads and settings management.
2026-04-14 10:14:18 +04:00
Najjar\NajjarV02
dc42aeb72a feat: implement snapshot capture and storage for robot configurations
Some checks failed
CI/CD / test-and-build (push) Has been cancelled
CI/CD / deploy (push) Has been cancelled
2026-04-13 18:00:12 +04:00
Najjar\NajjarV02
05b540997e feat: add admin authentication and management features
Some checks are pending
CI/CD / test-and-build (push) Waiting to run
CI/CD / deploy (push) Blocked by required conditions
- Implemented Prisma schema with models for AdminUser, AppSettings, and Snapshot.
- Created seed script to initialize the database with an admin user and JWT secret.
- Developed admin login page with form handling and error management.
- Added API routes for admin login, logout, change password, and JWT verification.
- Integrated Stripe for payment intent management in admin orders.
- Established middleware for protecting admin routes with JWT authentication.
- Created Zustand stores for managing persona and snapshot states.
2026-04-13 17:57:59 +04:00
Yjoz
ec0f991a30 first
Some checks failed
CI/CD / test-and-build (push) Has been cancelled
CI/CD / deploy (push) Has been cancelled
2026-04-10 15:31:59 +04:00
87d2688eeb Add readme.md 2026-04-10 11:30:16 +00:00