hasgeek / kharcha

Expense tracker
6 stars 7 forks source link

Make a user summary page #5

Open jace opened 12 years ago

jace commented 12 years ago

Kharcha needs a /<workspace>/users/<user> page that shows a summary of the user's reports within the workspace.

jace commented 12 years ago

To implement this, the <user> bit must be either a userid, which is ugly but straightforward, or a username falling back to a userid, which requires new functionality in coaster.views.load_models. It's not capable of advanced filters at the moment.

jace commented 11 years ago

As discussed in coaster's #17