Felipe Cardoso cardosofelipe
  • Joined on 2025-01-09
cardosofelipe closed issue cardosofelipe/syndarix#53 2026-01-03 00:41:00 +00:00
feat(frontend): Implement main Dashboard as authenticated homepage
cardosofelipe closed issue cardosofelipe/syndarix#54 2026-01-03 00:40:51 +00:00
feat(frontend): Implement Projects list page with filtering and search
cardosofelipe pushed to dev at cardosofelipe/syndarix 2026-01-03 00:06:24 +00:00
e0739a786c fix(frontend): move dashboard to /dashboard route
64576da7dc chore(frontend): update exports and fix lint issues
4a55bd63a3 test(frontend): add E2E tests for Dashboard and Projects pages
a78b903f5a test(frontend): add unit tests for Projects list components
c7b2c82700 test(frontend): add unit tests for Dashboard components
Compare 7 commits »
cardosofelipe pushed to main at cardosofelipe/fast-next-template 2026-01-01 12:21:34 +00:00
0646c96b19 Add semicolons to mockServiceWorker.js for consistent style compliance
cardosofelipe pushed to main at cardosofelipe/fast-next-template 2026-01-01 12:21:29 +00:00
62afb328fe Upgrade dependencies in package-lock.json
b9a746bc16 Refactor component props formatting for consistency in extends usage across UI and documentation files
Compare 2 commits »
cardosofelipe pushed to main at cardosofelipe/fast-next-template 2026-01-01 12:15:32 +00:00
de8e18e97d Update GitHub repository URLs across components and tests
cardosofelipe opened issue cardosofelipe/syndarix#54 2026-01-01 12:04:41 +00:00
feat(frontend): Implement Projects list page with filtering and search
cardosofelipe opened issue cardosofelipe/syndarix#53 2026-01-01 12:04:14 +00:00
feat(frontend): Implement main Dashboard as authenticated homepage
cardosofelipe pushed to dev at cardosofelipe/syndarix 2026-01-01 11:40:52 +00:00
0ceee8545e test(frontend): improve ActivityFeed coverage to 97%+
62aea06e0d chore(frontend): add istanbul ignore to routing.ts config
24f1cc637e chore(frontend): add istanbul ignore to agentType.ts constants
8b6cca5d4d refactor(backend): simplify ENUM handling in alembic migration script
c9700f760e test(frontend): improve coverage for low-coverage components
Compare 5 commits »
cardosofelipe pushed to dev at cardosofelipe/syndarix 2026-01-01 11:17:36 +00:00
6f509e71ce test(frontend): add coverage improvements and istanbul ignores
f5a86953c6 chore(frontend): add istanbul ignore comments for untestable code paths
246d2a6752 test(frontend): expand AgentTypeForm test coverage to ~88%
36ab7069cf test(frontend): add comprehensive ErrorBoundary tests
a4c91cb8c3 refactor(frontend): clean up code by consolidating multi-line JSX into single lines where feasible
Compare 7 commits »
cardosofelipe pushed to dev at cardosofelipe/syndarix 2026-01-01 10:27:00 +00:00
5c35702caf test(frontend): comprehensive test coverage improvements and bug fixes
cardosofelipe pushed to dev at cardosofelipe/syndarix 2025-12-31 17:32:44 +00:00
7280b182bd fix(backend): race condition fixes for task completion and sprint operations
cardosofelipe pushed to dev at cardosofelipe/syndarix 2025-12-31 16:16:09 +00:00
06b2491c1f fix(backend): critical bug fixes for agent termination and sprint validation
b8265783f3 fix(agents): prevent issue assignment to terminated agents and cleanup on termination
Compare 2 commits »
cardosofelipe pushed to dev at cardosofelipe/syndarix 2025-12-31 13:32:13 +00:00
63066c50ba test(crud): add comprehensive Syndarix CRUD tests for 95% coverage
ddf9b5fe25 test(sprints): add sprint issues and IDOR prevention tests
c3b66cccfc test(syndarix): add agent_types and enhance issues API tests
896f0d92e5 test(agents): add comprehensive API route tests
2ccaeb23f2 test(issues): add comprehensive API route tests
Compare 10 commits »
cardosofelipe pushed to dev at cardosofelipe/syndarix 2025-12-31 11:49:29 +00:00
f0b04d53af test(frontend): update tests for type changes
35af7daf90 fix(frontend): align project types with backend enums
5fab15a11e fix(frontend): align issue types with backend enums
ab913575e1 feat(frontend): add ErrorBoundary component
82cb6386a6 fix(backend): regenerate Syndarix migration to match models
Compare 6 commits »
cardosofelipe deleted branch feature/50-project-wizard from cardosofelipe/syndarix 2025-12-31 11:07:57 +00:00
cardosofelipe deleted branch feature/41-agent-configuration from cardosofelipe/syndarix 2025-12-31 11:07:57 +00:00
cardosofelipe deleted branch feature/42-issue-management from cardosofelipe/syndarix 2025-12-31 11:07:57 +00:00
cardosofelipe deleted branch feature/43-activity-feed from cardosofelipe/syndarix 2025-12-31 11:07:57 +00:00
cardosofelipe deleted branch feature/40-project-dashboard from cardosofelipe/syndarix 2025-12-31 11:07:57 +00:00