3
0
Fork 0
The all-in-one basecamp for DC automation. Known as DC Hub. https://aka.ms/dchub
  • Go 61.5%
  • JavaScript 20.2%
  • CSS 12.7%
  • HTML 5.6%
Find a file
mapiedra34 133c9a43e2 changemanagement: revamp into shift-handover log
Replace the ticket/approval/workgroup system with a simple handover log
aimed at manager shift-change handoffs. Entries have a title, body, and
category; any manager can toggle resolve (confirmed prompt); authors can
edit or delete their own entries; every entry supports a comment thread.

Highlights
- New backend: models, schemas, migrations, store, handlers, archive
  worker (resolved entries archive after 7 days when not in debug).
- New 'New since last visit' banner powered by per-user last-seen
  tracking (POST /api/last-seen returns previous timestamp, bumps to now).
- Author-only edit/delete; any-manager toggle-resolve with confirmation.
- 9 default categories spanning operations and admin: Production,
  Inventory, Shipping/Receiving, Quality, Maintenance, Announcement,
  Escalation, Handoff, Kudos.
- Legacy cm_* tables (tickets, approvals, workgroups, watchers, reviews,
  bookmarks, tags, team_members, teams, etc.) dropped on migration.
- Dashboard widget 'assigned_tickets' replaced with 'recent_changes';
  dashboard.js renders the new simpler list.
- Reminders: dead /changes/ticket/:id deep links now point at /changes.
- Seed rewritten for the new schema (9 categories + sample entries +
  comments).
- Filter bar: narrower search input, 'Show archived' toggle right-aligned.
- tools/: one-shot helpers (reset_cm_categories, seed_entries,
  list_cm_tables) guarded with //go:build ignore.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-04-24 09:15:34 -05:00
cmd seed: support split-DB layout (HUB_USERS_DB + HUB_DB + per-app overrides) 2026-04-18 17:27:29 -05:00
docs Cut over app DB defaults to main 2026-04-18 09:00:40 -05:00
internal changemanagement: revamp into shift-handover log 2026-04-24 09:15:34 -05:00
ref Rebuild Templates app as inline fillable NoteGen 2026-03-19 18:47:57 -05:00
tools changemanagement: revamp into shift-handover log 2026-04-24 09:15:34 -05:00
web changemanagement: revamp into shift-handover log 2026-04-24 09:15:34 -05:00
.editorconfig Add git config, internal rule files, and move database to data/ directory 2026-03-27 11:37:21 -05:00
.gitattributes Add git config, internal rule files, and move database to data/ directory 2026-03-27 11:37:21 -05:00
.gitignore harden auth: bcrypt passwords, secure cookies, gate dev sessions 2026-04-11 18:15:34 -05:00
go.mod Add admin access management and workflow updates 2026-04-16 18:02:30 -05:00
go.sum Add admin access management and workflow updates 2026-04-16 18:02:30 -05:00