uberVU / elasticboard

Dashboard that aggregates relevant metrics for Open Source projects.

Home Page:http://elasticboard.mihneadb.net/landing.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Graph/widget for issues_assigned_to

mihneadb opened this issue · comments

Some list widget with an input in which you can enter a user's name.
The widget should call API_BASE/gabrielfalcao/lettuce/{{ login}}/issues_assigned to get the necessary data and then display those issues.

Unfortunately there aren't many assigned issues in lettuce, so just return a fake array of issue ids when testing -- return [1, 2, 3] here https://github.com/uberVU/elasticboard/blob/master/data_processor/queries.py#L144

@piatra have a look at this?

This might also be a good time to use some handlebars templates for our list widgets.