dev #12

Merged
k1nq merged 30 commits from dev into master 2025-12-01 12:03:22 +00:00
Owner
No description provided.
k1nq added 30 commits 2025-12-01 12:03:05 +00:00
ede064cc11 feat: add initial implementation of Kitchen CRM with authentication and dashboard features
- Create global styles and theme management
- Implement app shell layout with sidebar navigation
- Add authentication layout and pages for login and registration
- Develop dashboard page with placeholder content
- Introduce routing guards for guest-only and authenticated routes
- Set up Zustand for state management of authentication and theme
- Create API types and structures for CRM entities
- Configure Vite with PWA support and Tailwind CSS
8718df9686 feat: add deals, tasks, and organizations pages with CRUD functionality
- Implemented DealsPage with deal creation, updating, and filtering features.
- Added OrganizationsPage to manage and switch between organizations.
- Created TasksPage for task management, including task creation and filtering.
- Updated router to include new pages for navigation.
Build and deploy / build (push) Failing after 28s Details
Build and deploy / deploy (push) Has been skipped Details
Test / test (push) Successful in 15s Details
16479ba85b
feat: enhance CI/CD workflow for frontend build and deployment
Build and deploy / build (push) Failing after 26s Details
Build and deploy / deploy (push) Has been skipped Details
765721b582
fix: update Node.js version in CI workflow from 24 to 22
Build and deploy / build (push) Failing after 26s Details
Build and deploy / deploy (push) Has been skipped Details
971e8a63bc
feat: add compiler options and path mappings to TypeScript configuration
Build and deploy / build (push) Failing after 33s Details
Build and deploy / deploy (push) Has been skipped Details
5ce5556232
fix: update Node.js version in CI workflow from 22 to 24 and add peer dependencies in package-lock.json
Build and deploy / build (push) Failing after 28s Details
Build and deploy / deploy (push) Has been skipped Details
916882f205
fix: ensure CI environment variable is set correctly during frontend build
Build and deploy / build (push) Failing after 25s Details
Build and deploy / deploy (push) Has been skipped Details
c89d9c8a7d
fix: enable CI environment variable for frontend build and update build script
Build and deploy / build (push) Failing after 24s Details
Build and deploy / deploy (push) Has been skipped Details
16746e075c
fix: correct import path for createQueryClient in AppProvider
Build and deploy / build (push) Successful in 45s Details
Build and deploy / deploy (push) Successful in 19s Details
ffb4b1b2fe
feat: implement API client, query client, storage, token parsing, and utility functions
Build and deploy / build (push) Successful in 37s Details
Build and deploy / deploy (push) Successful in 24s Details
c427c8390d
fix: update API_URL to use production endpoint
Test / test (push) Successful in 15s Details
dcd8bd30f6
Merge branch 'frontend' into dev
Test / test (push) Successful in 15s Details
5fcb574aca
Refactor code for improved readability and consistency
- Reformatted function signatures in `organization_service.py` and `task_service.py` for better alignment.
- Updated import statements across multiple files for consistency and organization.
- Enhanced test files by improving formatting and ensuring consistent use of async session factories.
- Added type hints and improved type safety in various service and test files.
- Adjusted `pyproject.toml` to include configuration for isort, mypy, and ruff for better code quality checks.
- Cleaned up unused imports and organized existing ones in several test files.
Test / test (push) Successful in 15s Details
e92d22baa5
fix docker-compose-dev.yml
k1nq merged commit 9b31d924f4 into master 2025-12-01 12:03:22 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: k1nq/test_task_crm#12
No description provided.