Feature/migrate sprint2#9
Open
Jusypablo13 wants to merge 33 commits into
Open
Conversation
Updated the Frontend UI Developer agent with detailed mission, scope, working rules, UI expectations, data integration, and done criteria.
Added a comprehensive project overview detailing the platform's objectives, user groups, architecture, and MVP focus.
Removed redundant instructions for checking files before making changes.
propagate .github
…ail modals, and filters Agent-Logs-Url: https://github.com/bernardosantiago44/talos_oci_devops_project/sessions/e230285c-35dc-4860-b9c9-a10c2761acb6 Co-authored-by: bernardosantiago44 <63428964+bernardosantiago44@users.noreply.github.com>
…text color helper, deterministic assignee IDs Agent-Logs-Url: https://github.com/bernardosantiago44/talos_oci_devops_project/sessions/e230285c-35dc-4860-b9c9-a10c2761acb6 Co-authored-by: bernardosantiago44 <63428964+bernardosantiago44@users.noreply.github.com>
Emphasize using viewModel for complex pages to manage state effectively.
…iewModels/useWorkItemsViewModel.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…iewModels/useWorkItemsViewModel.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…ervices/work-item.service.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…d-ui-work-item-management feat(dashboard): work item management dashboard with list/kanban views
…API controllers - Models: AppUser, Sprint, WorkItem, WorkItemAssignment (JPA entities for CHATBOT_USER schema) - Repositories: JPA repos for all new entities - Controllers: WorkItemController, SprintController, AppUserController, AnalyticsController, TimeEntryController - All endpoints use JdbcTemplate for direct Oracle queries
…tem integration - OracleConfiguration: use DbSettings pattern - ToDoItemBotController: add JdbcTemplate injection for WorkItem queries - BotActions: query WORK_ITEM table instead of TODOITEM only - application.properties: sanitize hardcoded paths, externalize secrets - env.sh: add OCI_USER_OCID - containerengine.tf: upgrade K8s to v1.34.2
- NEW: api-client.ts — generic HTTP client replacing mockApi - REWRITE: work-item.service.ts — real fetch to /workitems with UPPER_CASE→camelCase mapper - REWRITE: foundation.service.ts — real fetch to /appusers and /sprints - UPDATE: work-item-status.enum.ts — add 'NEW' status + normalizer - UPDATE: useWorkItemsViewModel.ts — load users/sprints dynamically - UPDATE: work-item-dashboard-page.tsx — use viewModel.users instead of mockUsers - UPDATE: dashboard-ui.ts — dynamic sprint labels + NEW status support - UPDATE: package.json — add proxy to Spring Boot backend
…w local REST API testing
Author
|
Resolve issues |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.