fix: correct homepage structured-data identity - #89
Closed
sarthakagrawal927 wants to merge 2 commits into
Closed
Conversation
Consolidate exact clone groups and lower duplication/complexity baselines for issue #78. Behavior-preserving refactors only; all 213 tests pass. - Extract shared PageSkeleton (stars + discover) — 64-line clone removed - Extract shared ErrorActions (root + discover + stars error.tsx) - Extract buildEmbeddingFromRow helper (embed-pending + seed-embeddings + seed-popular) — 3 identical row-to-text mappings consolidated - Extract GitHubRepoResponse interface + upsertRepoFromGitHub helper (repos/[repoId] route + resolve.ts) — interface + upsert SQL deduped - Lower duplication baseline: 34->27 clones, 532->369 lines, 2.70%->1.88% - Lower complexity baseline: 35->34 violations Progress on #78
Member
Author
|
Closing — used stale snippet. Will reopen with correct WebSite identity. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Closes #85