#    -*- mode: org -*-

* TODO CustomFields mapping
  http://stackoverflow.com/questions/1958219/convert-sqlalchemy-row-object-to-python-dict
  /!\ Customfields.__hash__ to check
* TODO Set correctly the height of source-code in details.html
  Iceweasel doesn't like the 100% (parent <td> height is not set)
  However it works fine with Chromium
* TODO social
  thumbs up/down
  comments on results
  authentication: http://wiki.debian.org/DebianSingleSignOn
* TODO bug: uniquify
  when trying to uniquify a list of results:
  <failure>
  <issue1>
  <issue2>
  with issue1 == issue2,
  SQLAlchemy tries to compare an issue with a failure (??), which fails
* TODO infra: debuild.me -> sync with Paul & Léo
* TODO failureid & info id mapping to testid
  Y THIS NO WORK??
  shell.py:
  from firewoes.bin.firewoes_fill_db import insert_analysis
  insert_analysis(session,
  "/home/matthieu/work/debian/firewoes/cache/test.xml")
  <analysis><metadata><generator name="dgcca" /></metadata>
  <results>
  <failure failure-id="CACA"><location><file given-path="LOOOL"/></location>
  </failure></results></analysis>
* TODO filters.py: decorators to activate filters
* TODO package reports -> on home? elsewhere?
* TODO bug: with results_all_count, we get results_range = [1,0]
