Celery list of async tasks with status

Hi, i'm using collective.celery for asynchronous tasks and want to have a list of running and/or completed tasks. I'm wondering how to do that and if we can build a generic view for that in collective.celery.

@vangheem, @ebrehault any ideas opinions?