Skip to content

Improved Performance - #60

Open
bikashJMV wants to merge 9 commits into
devfrom
main
Open

Improved Performance#60
bikashJMV wants to merge 9 commits into
devfrom
main

Conversation

@bikashJMV

Copy link
Copy Markdown
Owner

No description provided.

bikashJMV and others added 6 commits August 2, 2026 02:57
…migration

- Asset tags: JMV-{ALIAS}-##### per category (alias + tag_seq); QR batches use JMV-GEN-;
  drop legacy AST-; reject all-zero sequence.
- Assets: status defaults to in_stock on create (bulk/QR/direct); no-op edits no longer
  audit-logged; status column NOT NULL.
- Avatar GET /me/avatar returns 200/data:null when unset (was 404).
- Employees: per-row "Set department" quick action; dept-follows-holder cascade + audit;
  warranty notifications scoped by role.
- Unused-QR single-click PDF; employee list mobile cards; assets toolbar wraps;
  circular-reveal theme toggle; idle auto-logout (10m warn + 2m logout).
- Removed employee create/bulk-import; deleted unused files; README trimmed with data-flow
  diagram + 500-user load-test results.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…x avatar empty-state

- Remove duplicate /api/v1/assets/assign|return routes + asset_service delegators; keep
  canonical /api/v1/assignments/*. Repoint legacy api.ts callers.
- api.ts: drop 33 dead functions/helpers (1163 -> 802 lines); all replaced by services/*.
- GET /me/avatar returns 200/data:null when unset (was 404); client + tests updated.
- Tests: dept-cascade + avatar assertions aligned; assign/return tests use owWorkAdmin only.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Dedupe endpoints, retire dead api.ts, avatar empty-state fix
…rules to repo root)

The bare 'logs' / 'logs/' ignore rules matched src/components/logs/, so LogTerminal.tsx,
LogsToolbar.tsx, logLevel.ts (imported by LogViewer) were never committed — a fresh clone/CI
build would fail on the missing imports. Anchored the rules to /logs/ (repo-root server logs).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Fix: commit Client logs source (was gitignored)
@vercel

vercel Bot commented Aug 2, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
assetmanager Ready Ready Preview Aug 6, 2026 9:19am
assetmanager-backend Ready Ready Preview Aug 6, 2026 9:19am

typescript-eslint pulled in brace-expansion@5.0.5 via typescript-estree
-> minimatch@10, vulnerable to a large-numeric-range DoS bypass. Scoped
override forces >=5.0.6 for that path only, leaving eslint's unrelated
minimatch@3 -> brace-expansion@1 line untouched.

Fixes #96
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant