• Joined on 2025-11-21
k1nq pushed to main at k1nq/micro_mpc_kmk 2025-12-26 09:24:04 +00:00
7a455bd6ec Refactor IR polling parameters for improved performance
k1nq pushed to main at k1nq/micro_mpc_kmk 2025-12-26 05:06:39 +00:00
5521d8da5d Enhance IR control functionality and configuration
k1nq pushed to main at k1nq/micro_mpc_kmk 2025-12-22 08:56:10 +00:00
cf2eac04bf Merge branch 'main' of git.k1nq.tech:k1nq/micro_mpc_kmk
34294a86e8 Add initial project files including configuration and LED control scripts
Compare 2 commits »
k1nq created repository k1nq/micro_mpc_kmk 2025-12-22 08:41:01 +00:00
k1nq pushed tag v.0.0.2 to k1nq/test_task_crm 2025-12-01 12:03:46 +00:00
k1nq pushed to master at k1nq/test_task_crm 2025-12-01 12:03:23 +00:00
9b31d924f4 Merge pull request 'dev' (#12) from dev into master
236cc4c50c fix: update uvicorn command to use 10 workers for improved performance
e92d22baa5 fix docker-compose-dev.yml
eb67223fc0 fix: update test command in README for correct usage of uvicorn
093510c0aa refactor: remove redundant import of TypeEngine for cleaner code
Compare 31 commits »
k1nq merged pull request k1nq/test_task_crm#12 2025-12-01 12:03:22 +00:00
dev
k1nq created pull request k1nq/test_task_crm#12 2025-12-01 12:03:05 +00:00
dev
k1nq pushed to dev at k1nq/test_task_crm 2025-12-01 12:02:46 +00:00
236cc4c50c fix: update uvicorn command to use 10 workers for improved performance
k1nq pushed to dev at k1nq/test_task_crm 2025-12-01 11:59:51 +00:00
e92d22baa5 fix docker-compose-dev.yml
eb67223fc0 fix: update test command in README for correct usage of uvicorn
093510c0aa refactor: remove redundant import of TypeEngine for cleaner code
688ade0452 refactor: enhance type hinting and casting for improved type safety across multiple files
f234e60e65 refactor: reorganize import statements for consistency across multiple files
Compare 7 commits »
k1nq pushed to dev at k1nq/test_task_crm 2025-12-01 11:28:09 +00:00
1dd7c2f2b8 refactor: improve code readability by formatting arguments across multiple files
k1nq pushed to dev at k1nq/test_task_crm 2025-12-01 11:27:04 +00:00
dc0046c730 refactor: improve variable naming and add comments for clarity in models and services
k1nq pushed to dev at k1nq/test_task_crm 2025-12-01 11:21:58 +00:00
1039fba571 fix: add missing commas for syntax correctness across multiple files
ed6c656963 fix: update CORS allowed origins for better security
Compare 2 commits »
k1nq pushed to dev at k1nq/test_task_crm 2025-12-01 11:20:43 +00:00
5fcb574aca Refactor code for improved readability and consistency
k1nq pushed to dev at k1nq/test_task_crm 2025-12-01 11:12:38 +00:00
eecb74c523 feat: add .env.example file with environment variable configurations
k1nq deleted branch frontend from k1nq/test_task_crm 2025-12-01 10:57:36 +00:00
k1nq pushed to dev at k1nq/test_task_crm 2025-12-01 10:57:23 +00:00
dcd8bd30f6 Merge branch 'frontend' into dev
bcb56ad7dd fix: remove frontend branch from push triggers in build workflow
c427c8390d fix: update API_URL to use production endpoint
ffb4b1b2fe feat: implement API client, query client, storage, token parsing, and utility functions
16746e075c fix: correct import path for createQueryClient in AppProvider
Compare 16 commits »
k1nq pushed to frontend at k1nq/test_task_crm 2025-12-01 10:56:26 +00:00
bcb56ad7dd fix: remove frontend branch from push triggers in build workflow
k1nq pushed to frontend at k1nq/test_task_crm 2025-12-01 10:47:27 +00:00
c427c8390d fix: update API_URL to use production endpoint
k1nq pushed to frontend at k1nq/test_task_crm 2025-12-01 10:30:07 +00:00
ffb4b1b2fe feat: implement API client, query client, storage, token parsing, and utility functions