Posted by patrickd on March 6, 2012 at 7:18pm
Dunno how usefull it is, but it gives a nice overview:
// edit: added a shortlink
http://ventral.org/paissues
It is based on the rocketship module of Gábor Hojtsy, modified to work on the project application queue.

Comments
Sweet!
I'd love to see something like this built into drupal.org ... can you share the implementation details (i.e. how it was accomplished)?
Rocketship
I think most of that is accomplished with the referenced sandbox project:
http://drupal.org/sandbox/goba/1470484
yep
goba created this sandbox just today
he actually wasn't very happy about publishing it because its not very good implemented but it does its job great and is very well commented
It indexes an issue queue using regular expressions, puts the data into nodes and prints them out raw.. (no views)
A lot to enhance.. (I'd love to see this using views + views quicksand ;D)
Anyway, Great module!
This is great, I think it is
This is great, I think it is really useful. I think it should be nice to have it done with EFQ istead of Views, so it is not depended on the backend, I will have the look at that.
/* Mikke Schirén, https://digitalist/ */
@MiSc: swentel and I added
@MiSc: swentel and I added some patches to http://drupal.org/node/1471406 to allow integration with views and to only update the nodes if they are changed. We're using this to track our own isssues in combination with views and searchapi/facets
But I guess http://drupal.org/project/entity_list_display is as good as views for this ;p