{"id":50454158,"url":"https://github.com/mizcausevic-dev/compliance-workflow-hub","last_synced_at":"2026-06-01T01:05:42.574Z","repository":{"id":357458098,"uuid":"1232169646","full_name":"mizcausevic-dev/compliance-workflow-hub","owner":"mizcausevic-dev","description":"React + TypeScript hub for audit queues, policy exceptions, SLA-aware approvals, and remediation workflow visibility","archived":false,"fork":false,"pushed_at":"2026-05-12T21:39:00.000Z","size":255,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-12T22:28:35.927Z","etag":null,"topics":["audit","compliance","frontend","governance","internal-tools","react","typescript","vite","workflow"],"latest_commit_sha":null,"homepage":"https://mizcausevic.com/skills/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mizcausevic-dev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-07T16:54:35.000Z","updated_at":"2026-05-12T21:39:03.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/mizcausevic-dev/compliance-workflow-hub","commit_stats":null,"previous_names":["mizcausevic-dev/compliance-workflow-hub"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/mizcausevic-dev/compliance-workflow-hub","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizcausevic-dev%2Fcompliance-workflow-hub","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizcausevic-dev%2Fcompliance-workflow-hub/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizcausevic-dev%2Fcompliance-workflow-hub/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizcausevic-dev%2Fcompliance-workflow-hub/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mizcausevic-dev","download_url":"https://codeload.github.com/mizcausevic-dev/compliance-workflow-hub/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizcausevic-dev%2Fcompliance-workflow-hub/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33755379,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-31T02:00:06.040Z","response_time":95,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["audit","compliance","frontend","governance","internal-tools","react","typescript","vite","workflow"],"created_at":"2026-06-01T01:05:42.485Z","updated_at":"2026-06-01T01:05:42.564Z","avatar_url":"https://github.com/mizcausevic-dev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Compliance Workflow Hub\n\n\u003e **React + TypeScript portfolio project** demonstrating audit queue operations, policy exception workflow design, SLA-aware approvals, and operator-grade compliance tooling.\n\n**Recruiter takeaway:** *\"This person understands that compliance is an operational system with ownership pressure, escalation logic, and execution risk — not just a control spreadsheet.\"*\n\n---\n\n## Project Overview\n\n| Attribute | Detail |\n|---|---|\n| **Frontend Stack** | React 19 + Vite + TypeScript |\n| **Domain** | Compliance operations, approvals, exceptions, audit workflow |\n| **Audience** | Compliance, security, audit, governance, platform leadership |\n| **Signal Areas** | SLA posture · remediation tracking · queue pressure · exception routing |\n| **Portfolio Role** | Governance-focused internal tool with premium control-plane UX |\n| **Validation** | Vitest + Testing Library |\n\n---\n\n## Executive Summary\n\nCompliance Workflow Hub is a recruiter-ready internal-tool concept built to show how audit, governance, and exception management can be productized into a high-trust operational interface. Instead of spreading ownership across tickets, approvals, spreadsheets, and static reports, it centralizes workflow posture in one operator-facing surface.\n\nThis repo is designed to feel like a real compliance operations product used by audit, IAM, security, and policy teams during active review cycles.\n\n---\n\n## Business Problem\n\nCompliance programs often suffer from the same problems as other internal operations:\n\n- review ownership is fragmented\n- exception handling lacks clear prioritization\n- SLA pressure is hard to visualize\n- remediation work gets buried behind status reporting\n- leadership only sees the problem after escalation already happened\n\nThat produces unnecessary audit friction and weakens trust in control execution.\n\n---\n\n## Solution\n\nCompliance Workflow Hub turns governance into an operational workspace for:\n\n- open workflow visibility\n- reviewer and queue pressure\n- policy exception prioritization\n- remediation progress tracking\n- executive posture and escalation awareness\n\n---\n\n## Architecture\n\n```text\nCompliance and audit datasets\n    |\n    v\nStatic TypeScript workflow model\n    |\n    v\nReact control-plane shell\n    |\n    +--\u003e queue metrics\n    +--\u003e throughput and remediation charts\n    +--\u003e exception review panel\n    +--\u003e SLA and escalation views\n```\n\n### Workflow Map\n\n```mermaid\nflowchart LR\n  A[\"Evidence Intake\"] --\u003e B[\"Control Mapping\"]\n  B --\u003e C[\"Reviewer Assignment\"]\n  C --\u003e D[\"Approval or Exception\"]\n  D --\u003e E[\"Remediation Tracking\"]\n  E --\u003e F[\"Audit Closeout\"]\n  D -. escalated .-\u003e G[\"Leadership Review\"]\n  C -. sla risk .-\u003e H[\"Queue Intervention\"]\n```\n\n---\n\n## Screenshots\n\n### Hero Capture\n\n![Compliance Workflow Hub hero](screenshots/01-hero.png)\n\n### Throughput and SLA View\n\n![Throughput and SLA view](screenshots/02-throughput.png)\n\n### Queue and Exceptions View\n\n![Queue and exceptions](screenshots/03-queue-exceptions.png)\n\n### Validation Proof\n\n![Validation proof](screenshots/04-proof.png)\n\n---\n\n## Tech Stack\n\n[![React](https://img.shields.io/badge/React-19-111827?style=for-the-badge\u0026logo=react\u0026logoColor=61DAFB\u0026labelColor=111827)](https://react.dev/)\n[![Vite](https://img.shields.io/badge/Vite-7-4C1D95?style=for-the-badge\u0026logo=vite\u0026logoColor=FACC15\u0026labelColor=111827)](https://vite.dev/)\n[![TypeScript](https://img.shields.io/badge/TypeScript-5.x-2563EB?style=for-the-badge\u0026logo=typescript\u0026logoColor=white\u0026labelColor=111827)](https://www.typescriptlang.org/)\n[![CSS](https://img.shields.io/badge/CSS-Control%20Plane%20UI-60A5FA?style=for-the-badge\u0026logo=css\u0026logoColor=white\u0026labelColor=111827)](https://developer.mozilla.org/en-US/docs/Web/CSS)\n[![Vitest](https://img.shields.io/badge/Vitest-Tested-A855F7?style=for-the-badge\u0026logo=vitest\u0026logoColor=white\u0026labelColor=111827)](https://vitest.dev/)\n[![License](https://img.shields.io/badge/License-MIT-84CC16?style=for-the-badge\u0026logo=opensourceinitiative\u0026logoColor=white\u0026labelColor=111827)](https://opensource.org/license/mit)\n\n---\n\n## Key Design Decisions\n\n| Decision | Rationale |\n|---|---|\n| **Operator-first framing** | Makes compliance feel like a live internal system rather than a static governance document |\n| **SLA and queue emphasis** | Shows workflow risk and intervention timing clearly |\n| **Exception pressure as first-class signal** | Reflects how real governance teams prioritize remediation |\n| **Distinct compliance palette** | Gives the project a separate visual identity from revenue and AI control-plane work |\n| **Mermaid workflow mapping** | Keeps escalation and approval logic visible directly in GitHub |\n\n---\n\n## Local Setup\n\n```bash\nnpm install\nnpm run dev\n```\n\n---\n\n## Validation\n\n```bash\nnpm test\nnpm run build\n```\n\n---\n\n## What This Demonstrates\n\n- internal tool UX for governance-heavy workflows\n- queue and ownership design for compliance operations\n- risk-aware exception handling\n- SLA and remediation pressure visibility\n- frontend product judgment beyond generic dashboard templates\n\n---\n\n## Future Enhancements\n\n- evidence artifact detail drawers\n- reviewer assignment simulation\n- exception aging filters and ownership drilldowns\n- automated escalation policy editor\n- case-study pages linked from badge targets on `mizcausevic.com`\n\n---\n\n## Portfolio Links\n\n- [Kinetic Gain](https://kineticgain.com/)\n- [Skills / Portfolio](https://mizcausevic.com/skills/)\n- [LinkedIn](https://www.linkedin.com/in/mirzacausevic)\n- [Medium](https://medium.com/@mizcausevic)\n- [GitHub](https://github.com/mizcausevic-dev)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmizcausevic-dev%2Fcompliance-workflow-hub","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmizcausevic-dev%2Fcompliance-workflow-hub","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmizcausevic-dev%2Fcompliance-workflow-hub/lists"}