repowiserepowise
Sign in
danielsoftwaree/data-room-app
OverviewDocsArchitectureKnowledge GraphFilesCode HealthRefactoring

People & History

CommitsContributorsDecisions
ChatPro
Stats
repowiserepowise
ExplorePricingDocs
Sign inIndex repoIndex your repo free
repowisedanielsoftwaree/data-room-app

Commits

Every commit scored for change-risk against this repo's own history, so 'elevated' means elevated here rather than on some global curve.

Needs review

17of 54 scored

17 commits sit in this repo's top risk tercile, which is 31% of the 54scored. The cut is drawn against this codebase's own history rather than a global curve, so a quiet repo still fills its top band, and here it starts at 9.3 out of 10. What pushes a commit up is size and spread together: a large change confined to one area scores below a smaller one scattered across a dozen files.

Fix commits47%Commits whose subject reads as a bug fix rather than new work.Written by an agent12%Read from commit trailers, so it counts what was declared.Change diffusion1.99bitsShannon entropy of a commit's churn across its files. Zero is a single file, and every extra bit is a doubling of how widely the change spread.Review threshold9.3out of 10Score a commit has to clear to land in this repo's top tercile.

How the work changed shape

Commit categories over time, read off the subject line. Fixes carry the accent because that is the series this chart exists to show.

Consistently feature-driven across its history.

Feature61%
Fix7%
Refactor6%
Docs13%
Test4%
Chore6%
Other4%
2%of indexed commits are agent-attributed(1 of 54)
claude (1)

Review-priority queue

Ranked by change-risk, highest first. Priority is a tercile of this repo's own distribution, so a quiet repo still fills its top band.

Commit review-priority queue
#CommitAuthorWhenLinesRiskTop driver
1
ea8c333cfeat: complete refactor of datarooms module and UI
Danielclaudeassisted
1mo ago+66.3K -1.1K
98%Elevated
more lines added than baseline
2
f0dd4fd6docs: init skills
Daniel
1mo ago+59.3K -0
98%Elevated
more lines added than baseline
3
d8ab4d3efeat: add trash, favorites, member roles and owner display
Daniel
1mo ago+5.1K -907
94%Elevated
more lines added than baseline
4
736d3a52feat: improve code
Daniel
1mo ago+6.9K -1.4K
94%Elevated
more lines added than baseline
5
0eda37eafeat: implement password-protected public share links end to end
Daniel
4w ago+2.3K -49
92%Elevated
more lines added than baseline
6
ef5dbaa9refactor: update component imports and file structures across features
Daniel
1mo ago+1.6K -1.3K
90%Elevated
more lines added than baseline
7
2ef2f2aafeat(share): add implementation of sharing folders and files
Daniel Dev
4w ago+1.1K -681
84%Elevated
more lines added than baseline
8
7c03ddc3feat: add share link functionality with password protection
Daniel
4w ago+1.3K -20
84%Elevated
more lines added than baseline
9
e34ab0cffeat(api): extract BlobStorage abstraction with db and s3 drivers
Daniel
1mo ago+881 -117
84%Elevated
more lines added than baseline
10
630de1e6feat(ui): Tailwind v4 + shadcn/ui design system in packages/ui
Daniel
1mo ago+1.4K -110
84%Elevated
more lines added than baseline
11
22063751chore: monorepo base (Bun workspaces + Turborepo)
Daniel
1mo ago+2.1K -0
84%Elevated
more lines added than baseline
12
51940e0cfeat(dataroom-browser): add move dialog, pdf viewer, room header, and toolbar components
Daniel
1mo ago+724 -48
76%Elevated
more lines added than baseline
13
2f97b235test(domain,api): add unit tests for domain rules and datarooms service; wire bun test into turbo
Daniel
1mo ago+948 -31
76%Elevated
more lines added than baseline
14
f7ef5ce5docs: add design file
Daniel
1mo ago+591 -0
76%Elevated
more lines added than baseline
15
a9cf4325feat: typed api pipeline (nest swagger -> openapi -> orval -> tanstack query)
Daniel
1mo ago+1.3K -41
76%Elevated
more lines added than baseline
16
7fc5b1fffeat(api): implement transaction runner for database operations
Daniel
4w ago+804 -201
70%Elevated
more lines added than baseline
17
158eabe0feat(web): add Discord design-system showcase page
Daniel
1mo ago+725 -12
70%Elevated
more lines added than baseline
18
b3258785feat(shares): improve feature
Daniel Dev
4w ago+549 -318
66%Typical
more lines added than baseline
19
9cde1fd7feat(api,db): commit PostgreSQL/Drizzle foundation and docs
Daniel
1mo ago+850 -131
66%Typical
more lines added than baseline
20
6d787826test(api): add HTTP e2e suite over the real Nest app
Daniel
1mo ago+511 -17
66%Typical
more lines added than baseline
21
37dd89cbfeat(dataroom-browser): add DocumentGrid and DocumentTable components for improved file management
Daniel
1mo ago+305 -0
61%Typical
more lines added than baseline
22
7ad26f40docs: add SPEC.md and expand PLAN.md (PostgreSQL + Drizzle plan)
Daniel
1mo ago+365 -14
61%Typical
more lines added than baseline
23
ccf94110feat(shares)
Daniel Dev
4w ago+182 -72
58%Typical
more lines added than baseline
24
7f9f722afeat(docker): add Dockerfiles and nginx configuration for API and web services
Daniel
1mo ago+233 -185
55%Typical
more lines added than baseline
25
cfa4adacfeat: add LandingScreen component for signed-out users and update AppProviders
Daniel
1mo ago+234 -10
55%Typical
more lines added than baseline
26
1a22cc07feat: integrate Clerk authentication and update theme management
Daniel
1mo ago+266 -36
55%Typical
more lines added than baseline
27
a9a66a83feat(workspace): implement user provisioning and upsert functionality
Daniel
1mo ago+180 -15
49%Typical
more lines added than baseline
28
ef98a5e0chore: upgrade stack to latest (TS 6, React 19, Vite 8, Nest 11, ESLint 10, Orval 8, Turbo 2.10)
Daniel
1mo ago+393 -846
49%Typical
more lines added than baseline
29
34dd898fdocs: fill AGENTS.md with repo-specific agent rules
Daniel
1mo ago+153 -0
49%Typical
more lines added than baseline
30
2057e031feat(api): harden HTTP layer
Daniel
1mo ago+193 -3
45%Typical
more lines added than baseline
31
cdc194affeat: implement drag-and-drop file upload functionality in dataroom browser
Daniel
4w ago+149 -58
44%Typical
more lines added than baseline
32
8855c85cfeat: enhance frontend architecture documentation and improve import paths across features
Daniel
1mo ago+132 -35
42%Typical
more lines added than baseline
33
217eeccbfeat(database): update unique index for datarooms and clean seed data
Daniel
1mo ago+105 -37
39%Typical
more lines added than baseline
34
da803e22refactor: vertical feature modules in api and web
Daniel
1mo ago+117 -22
39%Typical
more lines added than baseline
35
4469ef42style(web): make app and design-system showcase light-only
Daniel
1mo ago+76 -90
36%Typical
more lines added than baseline
36
98bfff86docs: update PLAN.md to reflect implemented monorepo base
Daniel
1mo ago+29 -22
34%Typical
more lines added than baseline
37
0451b713feat: refactor PDF content handling to use stable object URL and improve caching
Daniel
4w ago+30 -10
32%Below typical
more lines added than baseline
38
d1279917feat: add end-to-end testing workflow with PostgreSQL service and artifact upload
Daniel
4w ago+39 -0
31%Below typical
more lines added than baseline
39
1d92e4a0fix(e2e): retry opening the row menu when a refetch closes it mid-click
Daniel
4w ago+26 -4
29%Below typical
more lines added than baseline
40
4e0e4e99docs: update PLAN.md to reflect typed api pipeline decision
Daniel
1mo ago+18 -9
27%Below typical
more lines added than baseline
41
99674173feat(dataroom-browser): refactor components and improve imports for better organization
Daniel
1mo ago+20 -657
25%Below typical
more lines added than baseline
42
2eb80eb9feat: integrate Clerk user data and enhance sign-out functionality in UserMenu
Daniel
1mo ago+13 -4
23%Below typical
more lines added than baseline
43
50b8e0b9fix: refine theme application logic and exclude current user from member seeding
Daniel
1mo ago+9 -7
21%Below typical
fewer lines added than baseline
44
02895179feat(tests): update Playwright config to use repo-root-relative paths
Daniel
4w ago+7 -0
19%Below typical
fewer lines added than baseline
45
c59f38e4fix(tests): update assertions for trash item deletion and rename functionality
Daniel
4w ago+4 -2
18%Below typical
fewer lines added than baseline
46
38fcdc78feat: update app name to data-room-app and add deploy configuration in railway.json
Daniel
1mo ago+4 -1
16%Below typical
fewer lines added than baseline
47
fdbdcbc4docs: align AGENTS.md with vertical feature modules layout
Daniel
1mo ago+3 -2
14%Below typical
fewer lines added than baseline
48
0f2bc657feat: add zustand dependency for state management
Daniel
1mo ago+3 -0
12%Below typical
fewer lines added than baseline
49
5c03b1a5git
Daniel
1mo ago+2 -0
10%Below typical
fewer lines added than baseline
50
8bf85fabchore: remove outdated documentation for Auth and Drive features
Daniel
4w ago+0 -271
7%Below typical
fewer lines added than baseline
  • ea8c333cfeat: complete refactor of datarooms module and UI
    Author
    Daniel
    When
    1mo ago
    Lines
    +66.3K -1.1K
    Risk
    98%Elevated
  • f0dd4fd6docs: init skills
    Author
    Daniel
    When
    1mo ago
    Lines
    +59.3K -0
    Risk
    98%Elevated
  • d8ab4d3efeat: add trash, favorites, member roles and owner display
    Author
    Daniel
    When
    1mo ago
    Lines
    +5.1K -907
    Risk
    94%Elevated
  • 736d3a52feat: improve code
    Author
    Daniel
    When
    1mo ago
    Lines
    +6.9K -1.4K
    Risk
    94%Elevated
  • 0eda37eafeat: implement password-protected public share links end to end
    Author
    Daniel
    When
    4w ago
    Lines
    +2.3K -49
    Risk
    92%Elevated
  • ef5dbaa9refactor: update component imports and file structures across features
    Author
    Daniel
    When
    1mo ago
    Lines
    +1.6K -1.3K
    Risk
    90%Elevated
  • 2ef2f2aafeat(share): add implementation of sharing folders and files
    Author
    Daniel Dev
    When
    4w ago
    Lines
    +1.1K -681
    Risk
    84%Elevated
  • 7c03ddc3feat: add share link functionality with password protection
    Author
    Daniel
    When
    4w ago
    Lines
    +1.3K -20
    Risk
    84%Elevated
  • e34ab0cffeat(api): extract BlobStorage abstraction with db and s3 drivers
    Author
    Daniel
    When
    1mo ago
    Lines
    +881 -117
    Risk
    84%Elevated
  • 630de1e6feat(ui): Tailwind v4 + shadcn/ui design system in packages/ui
    Author
    Daniel
    When
    1mo ago
    Lines
    +1.4K -110
    Risk
    84%Elevated
  • 22063751chore: monorepo base (Bun workspaces + Turborepo)
    Author
    Daniel
    When
    1mo ago
    Lines
    +2.1K -0
    Risk
    84%Elevated
  • 51940e0cfeat(dataroom-browser): add move dialog, pdf viewer, room header, and toolbar components
    Author
    Daniel
    When
    1mo ago
    Lines
    +724 -48
    Risk
    76%Elevated
  • 2f97b235test(domain,api): add unit tests for domain rules and datarooms service; wire bun test into turbo
    Author
    Daniel
    When
    1mo ago
    Lines
    +948 -31
    Risk
    76%Elevated
  • f7ef5ce5docs: add design file
    Author
    Daniel
    When
    1mo ago
    Lines
    +591 -0
    Risk
    76%Elevated
  • a9cf4325feat: typed api pipeline (nest swagger -> openapi -> orval -> tanstack query)
    Author
    Daniel
    When
    1mo ago
    Lines
    +1.3K -41
    Risk
    76%Elevated
  • 7fc5b1fffeat(api): implement transaction runner for database operations
    Author
    Daniel
    When
    4w ago
    Lines
    +804 -201
    Risk
    70%Elevated
  • 158eabe0feat(web): add Discord design-system showcase page
    Author
    Daniel
    When
    1mo ago
    Lines
    +725 -12
    Risk
    70%Elevated
  • b3258785feat(shares): improve feature
    Author
    Daniel Dev
    When
    4w ago
    Lines
    +549 -318
    Risk
    66%Typical
  • 9cde1fd7feat(api,db): commit PostgreSQL/Drizzle foundation and docs
    Author
    Daniel
    When
    1mo ago
    Lines
    +850 -131
    Risk
    66%Typical
  • 6d787826test(api): add HTTP e2e suite over the real Nest app
    Author
    Daniel
    When
    1mo ago
    Lines
    +511 -17
    Risk
    66%Typical
  • 37dd89cbfeat(dataroom-browser): add DocumentGrid and DocumentTable components for improved file management
    Author
    Daniel
    When
    1mo ago
    Lines
    +305 -0
    Risk
    61%Typical
  • 7ad26f40docs: add SPEC.md and expand PLAN.md (PostgreSQL + Drizzle plan)
    Author
    Daniel
    When
    1mo ago
    Lines
    +365 -14
    Risk
    61%Typical
  • ccf94110feat(shares)
    Author
    Daniel Dev
    When
    4w ago
    Lines
    +182 -72
    Risk
    58%Typical
  • 7f9f722afeat(docker): add Dockerfiles and nginx configuration for API and web services
    Author
    Daniel
    When
    1mo ago
    Lines
    +233 -185
    Risk
    55%Typical
  • cfa4adacfeat: add LandingScreen component for signed-out users and update AppProviders
    Author
    Daniel
    When
    1mo ago
    Lines
    +234 -10
    Risk
    55%Typical
  • 1a22cc07feat: integrate Clerk authentication and update theme management
    Author
    Daniel
    When
    1mo ago
    Lines
    +266 -36
    Risk
    55%Typical
  • a9a66a83feat(workspace): implement user provisioning and upsert functionality
    Author
    Daniel
    When
    1mo ago
    Lines
    +180 -15
    Risk
    49%Typical
  • ef98a5e0chore: upgrade stack to latest (TS 6, React 19, Vite 8, Nest 11, ESLint 10, Orval 8, Turbo 2.10)
    Author
    Daniel
    When
    1mo ago
    Lines
    +393 -846
    Risk
    49%Typical
  • 34dd898fdocs: fill AGENTS.md with repo-specific agent rules
    Author
    Daniel
    When
    1mo ago
    Lines
    +153 -0
    Risk
    49%Typical
  • 2057e031feat(api): harden HTTP layer
    Author
    Daniel
    When
    1mo ago
    Lines
    +193 -3
    Risk
    45%Typical
  • cdc194affeat: implement drag-and-drop file upload functionality in dataroom browser
    Author
    Daniel
    When
    4w ago
    Lines
    +149 -58
    Risk
    44%Typical
  • 8855c85cfeat: enhance frontend architecture documentation and improve import paths across features
    Author
    Daniel
    When
    1mo ago
    Lines
    +132 -35
    Risk
    42%Typical
  • 217eeccbfeat(database): update unique index for datarooms and clean seed data
    Author
    Daniel
    When
    1mo ago
    Lines
    +105 -37
    Risk
    39%Typical
  • da803e22refactor: vertical feature modules in api and web
    Author
    Daniel
    When
    1mo ago
    Lines
    +117 -22
    Risk
    39%Typical
  • 4469ef42style(web): make app and design-system showcase light-only
    Author
    Daniel
    When
    1mo ago
    Lines
    +76 -90
    Risk
    36%Typical
  • 98bfff86docs: update PLAN.md to reflect implemented monorepo base
    Author
    Daniel
    When
    1mo ago
    Lines
    +29 -22
    Risk
    34%Typical
  • 0451b713feat: refactor PDF content handling to use stable object URL and improve caching
    Author
    Daniel
    When
    4w ago
    Lines
    +30 -10
    Risk
    32%Below typical
  • d1279917feat: add end-to-end testing workflow with PostgreSQL service and artifact upload
    Author
    Daniel
    When
    4w ago
    Lines
    +39 -0
    Risk
    31%Below typical
  • 1d92e4a0fix(e2e): retry opening the row menu when a refetch closes it mid-click
    Author
    Daniel
    When
    4w ago
    Lines
    +26 -4
    Risk
    29%Below typical
  • 4e0e4e99docs: update PLAN.md to reflect typed api pipeline decision
    Author
    Daniel
    When
    1mo ago
    Lines
    +18 -9
    Risk
    27%Below typical
  • 99674173feat(dataroom-browser): refactor components and improve imports for better organization
    Author
    Daniel
    When
    1mo ago
    Lines
    +20 -657
    Risk
    25%Below typical
  • 2eb80eb9feat: integrate Clerk user data and enhance sign-out functionality in UserMenu
    Author
    Daniel
    When
    1mo ago
    Lines
    +13 -4
    Risk
    23%Below typical
  • 50b8e0b9fix: refine theme application logic and exclude current user from member seeding
    Author
    Daniel
    When
    1mo ago
    Lines
    +9 -7
    Risk
    21%Below typical
  • 02895179feat(tests): update Playwright config to use repo-root-relative paths
    Author
    Daniel
    When
    4w ago
    Lines
    +7 -0
    Risk
    19%Below typical
  • c59f38e4fix(tests): update assertions for trash item deletion and rename functionality
    Author
    Daniel
    When
    4w ago
    Lines
    +4 -2
    Risk
    18%Below typical
  • 38fcdc78feat: update app name to data-room-app and add deploy configuration in railway.json
    Author
    Daniel
    When
    1mo ago
    Lines
    +4 -1
    Risk
    16%Below typical
  • fdbdcbc4docs: align AGENTS.md with vertical feature modules layout
    Author
    Daniel
    When
    1mo ago
    Lines
    +3 -2
    Risk
    14%Below typical
  • 0f2bc657feat: add zustand dependency for state management
    Author
    Daniel
    When
    1mo ago
    Lines
    +3 -0
    Risk
    12%Below typical
  • 5c03b1a5git
    Author
    Daniel
    When
    1mo ago
    Lines
    +2 -0
    Risk
    10%Below typical
  • 8bf85fabchore: remove outdated documentation for Auth and Drive features
    Author
    Daniel
    When
    4w ago
    Lines
    +0 -271
    Risk
    7%Below typical
Showing 50 of 54 commits

How the score behaves here

Change risk →

Two views of the same model: where the cuts fall, and what commit shape lands you above them.

Score distribution

Every scored commit, binned on the raw 0 to 10 score rather than the percentile. Percentile ranks are uniform by construction, so that axis has no shape to draw. The dashed lines are the tercile cuts behind each row's priority pill.

011typical ↑↑ elevated0.05.010.0Change-risk score →
Below typical
Typical
Elevated

Size against diffusion

The 54 most recent commits, on their own recency sample rather than the feed above: that defaults to risk-sorted, so reusing it would plot only the top tercile and call it the spread. Big and scattered is what the model penalises. Click a dot to open it.

1101001,00010,000Lines changed (log) →0.05.8Diffusion →
Below typical18
Typical19
Elevated17

Commit history for danielsoftwaree/data-room-app

danielsoftwaree/data-room-app has 54 commits in its history from 2 contributors, the first of them Jul 4, 2026. In the last 90 days 290 files were touched, 579 times in total, most often app.module.ts. Every commit is scored for change risk from its size, spread and the history of the files it touches.