Equalify Hub
Sign Up for Updates
EqualifyEverything
/
equalify
Code
/
Commits
/ 4d621e4
feat(blockers): added duplicate grouping, hiding, & unique blocker counts
Christopher Aitken
committed on Sep 1, 2026, 07:22 PM
Showing
12
changed files
+532 additions
-54 deletions
M
apps/backend/routes/auth/exportAuditTable.ts
+51
-1
M
apps/backend/routes/auth/getAuditSummaryFast.ts
+15
M
apps/backend/routes/auth/getAuditTable.ts
+99
-8
M
apps/backend/routes/auth/getMostCommonBlockers.ts
+59
-15
M
apps/backend/routes/auth/getMostCommonUrls.ts
+50
-1
M
apps/frontend/src/components/BlockersTable.module.scss
+18
M
apps/frontend/src/components/BlockersTable.tsx
+146
-23
M
apps/frontend/src/components/BlockersTableSummary.module.scss
+5
M
apps/frontend/src/components/BlockersTableSummary.tsx
+54
-5
M
db/hasura-metadata.json
+3
A
db/migrations/add_ignored_blockers_content_hash.sql
+30
M
db/schema.sql
+2
-1
Browse files at this commit →