ucdev / ce-platform

A platform for administering and delivering ce credit (mainly Continuing Medical Education) through a single user experience for both the learner and the provider.
1 stars 2 forks source link

Advanced Activity/Person Filtering #7

Open slamkajs opened 12 years ago

slamkajs commented 12 years ago

Upgrade current activity/person search to filter using Backbone Paginator requestPager. Integrate more filter options.

jfrux commented 12 years ago

We might not need paging in this collection. The views won't be large enough EVER for us to need paging.

I'm thinking our request filtering will only take place if no results are presented based on the pre-filtered lists such as

This should get them significantly closer to finding activities they're wanting to reference.

Doing a "client side filter" at this point would probably get them the activity they are looking for quickly without ever asking the database for another query.

Just better for performance.