Opened 15 years ago
Closed 15 years ago
#8 closed enhancement (fixed)
Reimbursement list shouldn't show all requests
Reported by: | adehnert | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | The Distant Future |
Keywords: | treasurer, ui, basic django | Cc: |
Description
Currently, every reimbursement request ever gets displayed. Really, there should be an option (probably the default) to show only pending requests --- not rejected or approved requests. Otherwise, it gets progressively harder to understand the page.
Change History (4)
comment:1 Changed 15 years ago by adehnert
- Priority changed from major to minor
comment:2 Changed 15 years ago by adehnert
- Milestone set to The Distant Future
comment:3 Changed 15 years ago by adehnert
- Keywords basic django added
comment:4 Changed 15 years ago by adehnert
- Resolution set to fixed
- Status changed from new to closed
commit 5e6ab7165cad779e91b46ed64a12b67b60f3244a Author: Alex Dehnert <adehnert@mit.edu> Date: Mon May 31 05:45:02 2010 -0400 Allow filtering by approval_status (Trac: #8)
Note: See
TracTickets for help on using
tickets.
This is greatly improved by:
I think it's at the point where this isn't actually urgent --- it can wait until it starts affecting people for *performance* reasons, since it's now easy to skim and see what's been handled.