The thing with very new code is that there's so much to do at same time, so it doesn't really matter in which end you beat at it, everything needs to be done anyway.
So most of today went to finishing first set of features on transfer page - all the buttons in bottom-bar now function, and the filter-bar mostly works as well - filtering by multiple categories at once doesn't work yet tho.
Usability testing brought out one somewhat important issue - namely the tester was on transfer page, and was intending to perform a search, so he entered the search string into the 'filter text' box instead and clicked 'clear filter' button, before realizing the need to switch to search page first. This is an offset of having multiple pages look very similar. The current proposed solution is to slightly tone the background of each page differently - search as light blue, transfer as green etc, to provide visual hints on where the user is located at. Icons at nav-bar will also help towards that end.
On search-page, we need some kind of progress indicator, and I figured that we'll simply reuse the search input box for the progress indicator (draw it transparently on top of it), and switch the "search" button to "cancel" button while search is in progress. That way the progress of the operation is displayed near/at the location where the operation was started.
Madcat, ZzZz