<div>Hello,</div>
<div> </div>
<div>I'm looking at creating a bundle that can be used to provide peer code reviews making use of TextMate for the majority if not all of the process. I'm looking for high level input/suggestions. Does anyone else think this would be helpful to them? Anyone else want to work on this with me?
</div>
<div> </div>
<div>The high level process of this goes like this:</div>
<div>( A database is used to store a code file for review and all comments submitted against that file. This allows metrics to be reported on as well as allowing any number of people to review the same code at the same time from many different locations. This also allows the status of comments to be tracked and changed and what not. I think I can push and pull data from a database pretty easily from TM. I'm looking at targeting PostgreSQL.)
</div>
<div> </div>
<div>0. Code creator submits a file to be reviewed via TM.(Submitting actually inserts the code into the database)</div>
<div>1. Reviewer/s retrieves the stored file from the database and the file contents are displayed in TM(This is all done via TM).</div>
<div>2. Reviewer/s comments on a line by line basis or select multiple lines and comment via TM. Each comment should have a status such as BUG, STANDARDS BROKEN, GENERAL, etc.  I'm thinking of using GUI integration to allow data input.
</div>
<div>3. Code creator can comment on the comments left by a reviewer/s via TM. Example "I did this because of XYZ".</div>
<div>4. Code creator makes fixes in their code via TM based on reviewer/s comments.</div>
<div>5. Code creator submits changed code.</div>
<div>6. Reviewer/s can then flag a comment as FIXED, COMPLETED, CLOSED etc. These would be user configurable values I'm just showing these ones as an example.</div>
<div>7. Repeat 0 to 6 until all comments are in a FIXED/COMPELTE/CLOSED state.</div>
<div>8. Mark review in the database as completed. This will keep anyone from adding new comments. But the process above will all be in the database for future reporting and what not if it's needed.</div>
<div> </div>
<div>Things I wish I could do, but not sure that I can:</div>
<div>0. I can't mark a line in TextMate with a little graphic in the left gutter to indicate that line has a comment on it.  I do see maybe using the HTML viewer like the TODO bundle does as an alternative.  Is it possible to highlight a line with a specific color on the fly? Say mark a line with a BUG comment and the line will turn red and lines with comments marked as GENERAL are yellow etc etc?
</div>
<div> </div>
<div>Thanks in advance for any input</div>
<div>Bob</div>