-
-
Notifications
You must be signed in to change notification settings - Fork 202
DevIndex: Include Repo Owner in Top Repo Logic #9171
Copy link
Copy link
Closed
Labels
Description
The Updater service currently stores the top repo as ["name", count]. This is insufficient for linking to the repo or displaying it correctly if the name is ambiguous. We need to store ["owner/name", count].
Tasks:
- Update
fetchUserDatainapps/devindex/services/Updater.mjsto fetchowner { login }in the GraphQL query. - Update the
repoMapaggregation logic to use${owner}/${name}as the key.
Reactions are currently unavailable