It would be nice to have a page to view who stars a repo, similar to how GitHub works. This should be pretty easy to implement since we should be able to just check backlinks for star records pointing to a given repo.
Monorepo for Tangled
tangled.org
feature request: page for viewing who stars a repo #427
open
opened by
pdewey.com
pdewey.com
(author)
most welcome to! the way i'd want the UI bits around this to work:
- the star button has two components now: one to star the project itself, the other to view "Starred By"
- the second links to a page like
/{user}/{repo}/stars - this page constructs the list of starrers using
select * from stars where subject_at = ? - this page is a grid of users that have starred this repo, in reverse chronological order perhaps, the grid can be designed similar to the collaborator grid we have in the
pages/templates/repo/settings/access.html
Labels
None yet.
area
None yet.
assignee
None yet.
Referenced by
I'd also be happy to take a swing at implementing this if there is interest