Commit Graph

61 Commits

Author SHA1 Message Date
EENE Dashboard
fb2956b0ac feat: team org panel, admin CRUD, local deploy tools, bidirectional data sync
Add TeamMember model and APIs, team status UI, /admin page, local server bats,
and scripts to sync data between local PostgreSQL and Render.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-06 01:41:00 +09:00
EENE Dashboard
d14ff1997c feat: implement multi-select status filter logic from reference hub
Support combined active chips for all/progress/hold/done and restore prior filters when toggling issue view.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-06 00:33:58 +09:00
EENE Dashboard
288e05f691 fix: match side-polygon-stats curved corners to reference hub
Correct pseudo-element border-radius direction and allow header overflow so side curves render.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-06 00:24:21 +09:00
EENE Dashboard
6ab2dae634 feat: replace header emoji buttons with reference Lucide-style icons
Add users, plus, and dual-monitor SVG icons with matching 32px circular button styles from Design Planning Hub.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-06 00:19:45 +09:00
EENE Dashboard
64d0314873 fix: align stat chip layout with reference JS inline styles
Match poly-stat-item gap/font-size, chip padding via inline style, and 27px chip height from line-height 21px.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-06 00:16:22 +09:00
EENE Dashboard
ecb897009a fix: match center stats bar dimensions to reference F12
Apply exact 40px bar height, 48px padding, inline-flex chips, and span-based stat controls.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-06 00:09:08 +09:00
EENE Dashboard
3415286425 fix: keep stat number and unit colors when filter is active
Only the label text turns white on click; accent colors on values and 건 opacity stay unchanged.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-06 00:03:42 +09:00
EENE Dashboard
600a730750 fix: match stat bar bullet and divider placement to reference
Use middle dot after quarter label and vertical dividers only after total and completed chips.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-05 23:58:32 +09:00
EENE Dashboard
e6f117efbf style: match poly-click-stat active state from reference hub
Apply default, hover, and selected styles for stat filter chips including white text when active.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-05 23:55:48 +09:00
EENE Dashboard
273f50edd3 style: match central stats bar to F12 poly-stat-item specs
Apply reference gap, colors, pipe separator, dividers, text-shadow, and click-stat padding.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-05 23:48:20 +09:00
EENE Dashboard
7a3b2c5dfe style: match dashboard header bar to F12 aside.side specs
Apply exact padding, border, shadow, and space-between layout from the reference Design Planning Hub header.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-05 23:45:07 +09:00
EENE Dashboard
239d680170 style: set dashboard title gap to 10px
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-05 23:40:50 +09:00
EENE Dashboard
bef40c65ad style: set dashboard title gap to 12px
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-05 23:39:19 +09:00
EENE Dashboard
42acbe4bb0 style: double title divider spacing in dashboard header
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-05 23:37:41 +09:00
EENE Dashboard
fb1248db75 style: apply exact F12 DevTools values from Design Planning header
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-05 23:30:09 +09:00
EENE Dashboard
dd404d3fe8 style: match dashboard header theme to Design Planning Hub
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-05 23:23:17 +09:00
EENE Dashboard
fa1a6aa117 fix: sync work content with selected milestone stage
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-05 23:15:00 +09:00
EENE Dashboard
4a90ea096e refine: feedback and stage actions via right-click menu only
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-05 23:08:20 +09:00
EENE Dashboard
b8975098ae feat: feedback edit/delete buttons and author name on edit
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-05 23:04:55 +09:00
EENE Dashboard
c93df1ae40 fix: persist uploads on Render disk and show missing file notice
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-05 23:01:00 +09:00
EENE Dashboard
4960fe7352 fix: feedback author display, sidebar scroll, stage sort by start date
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-05 22:55:11 +09:00
EENE Dashboard
fa8ed76e22 fix: file preview URLs and milestone web link saving
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-05 22:44:52 +09:00
EENE Dashboard
0ee52cf35f fix: restore popup opening on user click for detail window
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-05 22:29:27 +09:00
EENE Dashboard
d53f82b044 fix: detail panel not opening after task selection
Open detail window synchronously to avoid popup blocking, persist selected task, and show API errors on the detail page.
2026-06-05 22:21:10 +09:00
EENE Dashboard
6066b5682d fix: production save errors and import HR dashboard data
Resolve invalid task creator IDs, fix API routing and file uploads on Vercel, and replace dummy seed data with HR_Dashboard import.
2026-06-05 22:08:56 +09:00
EENE Dashboard
9abb58e5c8 feat: detail page attachments, preview, and file metadata
Add file displayName/sortOrder APIs, result preview with Excel/video support,
unified attachment/link editing, feedback modal, and AuthProvider fix.
Run prisma migrate deploy on Render builds.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-05 18:32:56 +09:00
EENE Dashboard
c3f620a7ac fix: stage save errors and add milestone progress field
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-05 17:10:41 +09:00
EENE Dashboard
2c4ad9c4b4 feat: redesign detail page with stage modal and milestone APIs
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-05 17:08:12 +09:00
EENE Dashboard
2307f69d19 feat: add detail layout mock page at /detail-mock
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-05 10:58:53 +09:00
EENE Dashboard
e81fa29ce4 fix: resolve TS build error for async detail window handler
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-05 10:28:50 +09:00
EENE Dashboard
0da56b505c fix: open detail popup on right monitor using Window Management API
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-05 10:27:14 +09:00
EENE Dashboard
7c600b2176 style: refine header center capsule from reference CSS
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-05 10:19:27 +09:00
EENE Dashboard
0587370c81 style: match reference header measured dimensions
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-05 10:09:21 +09:00
EENE Dashboard
84da36516d style: align header with reference center capsule layout
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-05 10:06:14 +09:00
EENE Dashboard
c55494f2aa style: increase header scale to match planning hub reference
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-05 10:04:42 +09:00
EENE Dashboard
83f11073fe style: match planning hub header text and scale
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-05 10:01:51 +09:00
EENE Dashboard
0b701e95b1 style: update dashboard header green hub theme
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-05 09:58:22 +09:00
EENE Dashboard
e562356fd2 fix: Vercel SPA rewrite for /detail route
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-02 18:23:29 +09:00
EENE Dashboard
849897b141 feat: showProgress toggle and auto display flags on task type move
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-02 16:53:57 +09:00
EENE Dashboard
395680ea20 fix: column-level context menu capture for all departments
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-02 13:01:27 +09:00
EENE Dashboard
2f60ec6ab1 fix: context menu via wrapper div, normalize taskType old/new values
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-02 09:20:32 +09:00
EENE Dashboard
67144d6a30 feat: cross-column DnD, fix context menu, rename task types to 실행과제/기반업무
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-02 09:11:11 +09:00
EENE Dashboard
f07874e8fe fix build error and rename to People Growth Hub 2026-06-02 08:51:53 +09:00
EENE Dashboard
b5d3ef8ee4 fix: remove unused progressColor variable in TaskModal 2026-06-01 18:16:56 +09:00
EENE Dashboard
aeb2f29d4d Update task schema with show toggles and keywords
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-01 17:56:18 +09:00
EENE Dashboard
0a1cb3efe7 style: apply soft dashboard card visual design
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-01 15:42:14 +09:00
EENE Dashboard
f86fd00674 feat: showDate toggle on card via task modal checkbox
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-01 14:36:57 +09:00
EENE Dashboard
c578fbc324 fix: label text black, remove rotation
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-01 14:32:10 +09:00
EENE Dashboard
fd181c29de feat: left label column 실행과제/기반업무
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-01 14:29:36 +09:00
EENE Dashboard
289dca19e2 sketch: 실행과제/기반업무 left side labels
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-01 14:24:47 +09:00