You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is just an idea, but it could be a nice feature for this app.
It might be nice to have a repo_browse view in django-anyvcs, maybe something not defaultly in the django_anyvcs.urls but could be imported and used. There's a lot of nitpicky stuff that goes into writing this kind of view and it'd be nice to reuse it.
Inevitably there will be some application-specific changes that need to be made, but there's no reason there couldn't be a decorator view written in the client application which eventually makes a subsequent call to the one in django-anyvcs.
I think browsing is the primary concern for this issue. We may also consider including:
User/Group rights management (in Buffet, this is very tightly coupled to the django_anyvcs API)
Any of the Buffet-inspecific user endpoint views in Buffet
This is just an idea, but it could be a nice feature for this app.
It might be nice to have a
repo_browse
view in django-anyvcs, maybe something not defaultly in thedjango_anyvcs.urls
but could be imported and used. There's a lot of nitpicky stuff that goes into writing this kind of view and it'd be nice to reuse it.Inevitably there will be some application-specific changes that need to be made, but there's no reason there couldn't be a decorator view written in the client application which eventually makes a subsequent call to the one in django-anyvcs.
I think browsing is the primary concern for this issue. We may also consider including:
The text was updated successfully, but these errors were encountered: