王刚 18307996893

18307996893 repositori dibuat 18307996893/test-01

4 hari lalu

18307996893 didorong ke master di nkkj/yss-project

2 minggu lalu

18307996893 didorong ke master di nkkj/yss-project

3 minggu lalu

18307996893 didorong ke master di nkkj/yss-project

  • 0ce16177e8 Merge branch 'master' of http://git.fmode.cn:3000/nkkj/yss-project
  • eb75c6c181 ``` feat: enhance message sending with image-only mode and batch operations - Added sendImageOnly toggle to allow sending images without text content - Implemented validation logic to ensure either content or images are present before sending - Added openMessageModalWithFiles method to send stage-specific files to group chat - Added sendSpaceAllImages method to send all images from a space's delivery stages - Enhanced sendMessage to properly handle image and text message creation via deliveryMessageService - Auto
  • 49586267b0 Merge branch 'master' of http://git.fmode.cn:3000/nkkj/yss-project
  • 521bdcf9dc ``` refactor: remove old delivery stage component files - Deleted stage-delivery-new.component.html (319 lines) - Deleted stage-delivery-new.component.scss (562 lines) - Removed legacy delivery UI with space cards, stage grids, and revision task management - Cleaned up old drag-and-drop upload modal, stage gallery, and message sending interfaces ```
  • Lihat perbandingan dari komit ini 4 »

3 minggu lalu

18307996893 didorong ke master di nkkj/yss-project

3 minggu lalu

18307996893 didorong ke master di nkkj/yss-project

3 minggu lalu

18307996893 didorong ke master di nkkj/yss-project

3 minggu lalu

18307996893 didorong ke master di nkkj/yss-project

  • 4790106113 Merge branch 'master' of http://git.fmode.cn:3000/nkkj/yss-project
  • 3a8cd9ca4f ``` refactor: redesign employee detail panel with modern card-based layout - Replaced traditional header with avatar placeholder and user role display - Reorganized overview section into grid layout with workload and capability cards - Enhanced workload card with larger metrics, mini project list, and status badges - Added capability card with skill tags cloud and mini stats (weekly capacity, urgent orders) - Simplified leave records to compact alert banner instead of full table - Moved full survey
  • Lihat perbandingan dari komit ini 2 »

3 minggu lalu

18307996893 didorong ke master di nkkj/yss-project

3 minggu lalu

18307996893 didorong ke master di nkkj/yss-project

3 minggu lalu

18307996893 didorong ke master di nkkj/yss-project

  • 5087a498bb Merge branch 'master' of http://git.fmode.cn:3000/nkkj/yss-project
  • 93db4dc137 ``` refactor: optimize dashboard layout and enhance timeline visualization - Removed test page routes (atmosphere preview, wxwork activation, data cleanup) - Increased modal widths: smart-match (800px→900px), stagnation-reason (520px→700px) - Enhanced todo section tag filter styling with larger buttons, improved spacing, and hover effects - Added updatedAt field to Project model and enhanced time field retrieval logic in dashboard.ts - Unified updatedAt type to Date in interfaces.ts - Refactored project
  • Lihat perbandingan dari komit ini 2 »

3 minggu lalu

18307996893 didorong ke master di nkkj/yss-project

  • fdda9940f2 ``` refactor: remove project selector dropdown from dashboard filter bar - Removed project selector dropdown and its associated onProjectSelect() method - Cleaned up unused viewProject event emission logic - Simplified filter bar component by removing redundant project selection functionality ```

4 minggu lalu

18307996893 didorong ke master di nkkj/yss-project

  • be1d62a958 ``` docs: add stagnation/modification implementation guide and enhance project marking workflow - Created STAGNATION-MODIFICATION-IMPLEMENTATION.md with comprehensive technical documentation covering data flow, component methods, UI templates, and user experience workflows - Enhanced project-kanban component to prioritize stagnation/modification status over regular stage mapping in getProjectsByCorePhase() method - Added StagnationReasonModalComponent integration to dashboard with modal controls
  • 982dfdb655 ``` docs: add comprehensive stagnation/modification feature documentation and guides - Created STAGNATION-MODIFICATION-FEATURE-SUMMARY.md with detailed technical implementation overview including component architecture, data models, UI components, and priority sorting algorithm - Created STAGNATION-MODIFICATION-QUICK-GUIDE.md with user-friendly operation guide covering marking workflows, viewing options, and usage tips - Removed unused urgency filter dropdown from dashboard filter bar component
  • Lihat perbandingan dari komit ini 2 »

4 minggu lalu

18307996893 didorong ke master di nkkj/yss-project

  • 3b26cd8ab5 ``` refactor: enhance workload gantt visualization and calendar display - Updated workload gantt legend labels to show project count ranges (正常 1-2, 超负荷 3+) - Redesigned gantt chart styling with smaller dots (12px), solid colors for busy/overload states, and striped pattern for leave status - Improved tooltip design with color-coded headers, project list with stage badges, and better visual hierarchy - Changed workload calculation to use today's active projects instead of total projects for

1 bulan lalu

18307996893 didorong ke master di nkkj/yss-project

  • 5927b0e4d6 ``` refactor: extract dashboard navbar into standalone component - Created DashboardNavbarComponent with user profile, date display, and title - Moved navbar template and styles from dashboard.html/scss to new component - Added currentUser and currentDate as @Input properties - Created dashboard.constants.ts with PROJECT_STAGES and CORE_PHASES definitions - Removed navbar-related styles from dashboard.scss (120+ lines) - Updated dashboard.html to use new app-dashboard-navbar component ```

1 bulan lalu

18307996893 didorong ke master di nkkj/yss-project

  • 789bbc140b ``` refactor: move todo section component above monitoring section in dashboard - Repositioned app-todo-section component to appear before monitoring-section for improved layout priority - No functional changes, only reordering of template elements ```

1 bulan lalu

18307996893 didorong ke master di nkkj/yss-project

  • 96fa45398e ``` feat: add scrollable todo list and overdue reason tracking - Added scrollable container to todo section with max-height of 520px and custom scrollbar styling - Implemented overdue reason detection based on project stalled days (3+ days indicates customer delay, otherwise designer delay) - Updated urgent event descriptions to include overdue reasons for review, delivery, and phase deadline events - Fixed stalledDays calculation to always return days since update instead of conditional 0 - Added flex

1 bulan lalu

18307996893 didorong ke master di nkkj/yss-project

  • a4053c11e5 ``` docs: add comprehensive dashboard component API reference and implementation checklist - Created DASHBOARD-COMPONENT-API-REFERENCE.md with detailed API documentation for 7 dashboard sub-components including props, events, usage examples, and type definitions - Created DASHBOARD-IMPLEMENTATION-CHECKLIST.md tracking completed component extraction work and remaining template migration tasks - Documented component interfaces for DashboardMetricsComponent, DashboardFilterBarComponent, ProjectKanbanComponent, TodoSectionComponent
  • 576b9f1a00 ``` feat: refactor dashboard with component extraction and label updates - Extracted dashboard alerts into standalone DashboardAlertsComponent with overdue project warnings and urgent pinned tasks display - Extracted filter bar into standalone DashboardFilterBarComponent with search, dropdowns, and time window buttons - Extracted project list into standalone DashboardProjectListComponent with sorting, grouping, and item rendering - Extracted statistics cards into standalone DashboardStatsComponent with metrics
  • Lihat perbandingan dari komit ini 2 »

1 bulan lalu

18307996893 didorong ke master di nkkj/yss-project

  • 88c760b8e2 Merge branch 'master' of http://git.fmode.cn:3000/nkkj/yss-project
  • be54dba92d feat: enhance urgent tasks dashboard with customer alert features - Added new badge styles for task statuses (overdue, upcoming, stagnant, customer) to improve visual feedback. - Implemented customer alert functionality in the urgent tasks dashboard, allowing for better tracking of customer-related events. - Updated HTML and TypeScript logic to support filtering and displaying customer service alerts. - Introduced follow-up tips and action buttons for managing urgent tasks effectively.
  • Lihat perbandingan dari komit ini 2 »

1 bulan lalu

18307996893 didorong ke master di nkkj/yss-project

  • f38e513535 feat: add tag filtering functionality for urgent tasks - Implemented a tag filter bar in the dashboard to categorize urgent tasks by type (all, customer, phase, review, delivery). - Added corresponding styles for the tag filter bar and buttons to enhance user interaction. - Introduced logic to filter urgent events based on selected tags, improving task management and visibility. - Included an empty state message for scenarios where no tasks match the selected filter.

1 bulan lalu