layerindex-web/rrs
Aníbal Limón a7ede0d126 rrs: Add initial support of recipes page
templates/rrs/base_toplevel.html: Add support for display statistics by
Milestone.
templates/rrs/recipes.html: Add initial page that display Recipe
status by Milestone also details of every recipe.
rrs/views.py: Add RecipeLitView for support recipes page.
rrs/models.py: Add helper functions.
rrs/static/*: Add css and js resources.

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
2018-05-04 23:57:51 +12:00
..
fixtures rrs: Add application 2018-05-04 23:57:51 +12:00
migrations rrs: Add support for store RecipeUpstreamHistory 2018-05-04 23:57:51 +12:00
static rrs: Add initial support of recipes page 2018-05-04 23:57:51 +12:00
__init__.py rrs: Add application 2018-05-04 23:57:51 +12:00
admin.py rrs: Add support for store RecipeUpstreamHistory 2018-05-04 23:57:51 +12:00
context_processors.py rrs: Add application 2018-05-04 23:57:51 +12:00
models.py rrs: Add initial support of recipes page 2018-05-04 23:57:51 +12:00
urls.py rrs: Add milestone selection bar for recipes and milestone. 2018-05-04 23:57:51 +12:00
views.py rrs: Add initial support of recipes page 2018-05-04 23:57:51 +12:00