Standardise catalogue provider names to match Supabase registry - #18
Merged
Conversation
The homepage "Solution Providers" stat comes from the Supabase provider registry while the catalogue groups projects by their `provider` field. Two orgs were spelled differently between the two sources, so they didn't reconcile: - "ATREE" -> "Ashoka Trust for Research in Ecology and the Environment (ATREE)" (2 projects) - "Association for Parivartan of Nation (APNA)" -> "Association for Parivartan of Nation" (1 project) Both now match the Supabase names exactly. Scoped to the `provider:` field only; project descriptions that mention these orgs are untouched. Catalogue still has 53 projects across 23 distinct providers; parse verified. Remaining (genuine, not naming — out of scope for this PR): - "Design Co:Lab" (catalogue project #53) has no Supabase provider record. - "Centre for Environment Education" and "Circular Living Private Limited" are Supabase providers with no catalogue project. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Why
During a platform sync check, the homepage "Solution Providers" stat (24, from the Supabase provider registry) didn't reconcile with the catalogue's 23 distinct
providernames. The gap was naming variants for the same orgs, so the two sources couldn't be joined.Change
Standardised two provider names in
catalog/catalog-data.jsto match Supabase exactly:ATREEAshoka Trust for Research in Ecology and the Environment (ATREE)Association for Parivartan of Nation (APNA)Association for Parivartan of NationScoped to the
provider:field only — project descriptions that mention these orgs are untouched. Provider names are proper nouns, not i18n strings, so no locale files change.Verified:
catalog-data.jsparses, still 53 projects across 23 distinct providers, and both renamed names now match the Supabase registry.Not addressed here (genuine gaps, not naming — need a data decision, not a rename)
Design Co:Lab— catalogue project #53 (Thiruvanmiyur), but no matching Supabase provider record → add it in admin if it should count as a solution provider.Centre for Environment Education,Circular Living Private Limited— Supabase providers with no catalogue project yet.🤖 Generated with Claude Code