xtypebee / rietveld

Automatically exported from code.google.com/p/rietveld
Apache License 2.0
0 stars 0 forks source link

Add a "Project" field to the issues, add possiblity to show all reviews for a project #202

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This is actually a feature request.

Currently, a review can only have a Base URL (which is not used at all with 
git-cl...), but apart from that, there is no way to specify to which open 
source project a patch belongs. There should be a field "Project", which 
specifies the project.

Furthermore, it would be very helpful it one could show a list of all reviews 
assigned to a particular project. Currently, it is for example not possible to 
display all reviews for a given base URL (which wouldn't even help for 
git-based projects using git-cl). 
For centralized projects with one maintainer, it is possible to add him/her as 
reviewer and list all patches reviewable by him/her, but for decentralized 
projects without one particular maintainer, even this is not possible.

So, having a "Project" field and the possibility to list all reviews for a 
given project is the only way I see to prevent several patches from being lost 
(which happens frequently, if the URL to the review is only posted to a mailing 
list)

Original issue reported on code.google.com by reinhold...@gmail.com on 13 Jun 2010 at 2:42

GoogleCodeExporter commented 9 years ago

Original comment by albrecht.andi on 6 Apr 2012 at 7:45

GoogleCodeExporter commented 9 years ago
Issue 58 has been merged into this issue.

Original comment by albrecht.andi on 6 Apr 2012 at 7:49

GoogleCodeExporter commented 9 years ago

Original comment by albrecht.andi on 5 Feb 2013 at 2:26

GoogleCodeExporter commented 9 years ago
Currently, the code reviews are primary. How do we define 'a project'?

I would define a project by an URL. The URL should define the main entrypoint 
to the project for the interested developer. For example, pyglet has a site - 
http://pyglet.org but the project interesting for developers is at 
http://code.google.com/p/pyglet

In future it might be possible to define a list of additional URLs for the 
project:
- tracker URL
- contributing guide URL
- communication URL
- review related feed URL

Original comment by techtonik@gmail.com on 14 Feb 2013 at 10:40