mjbrown / pfmobile

0 stars 0 forks source link

Make the filter in FilterSelect work #2

Closed mjbrown closed 11 years ago

mjbrown commented 11 years ago

The "type filter" textbox in FilterSelect does nothing right now.

  1. Make it so that typing in the box actually filters the choices.
  2. Add a prerequisites checkbox which filters out things you don't meet prereqs for.
  3. Add a Information button which shows the list of prerequisites required for the selection.
mjbrown commented 11 years ago

Need dictionaries for proficiencies and feats in order to determine if the prereqs are met.

mjbrown commented 11 years ago

AND prerequisites are nested inside of each other. OR prerequisites are comma separated values within the type, name, comparator, and value.

String prerequisites use the "name" attribute. Statistic (i.e. numbers) prereqs use the type/comparator/value attributes.

mjbrown commented 11 years ago

Added filtering by prerequisites, which solidifies the prerequisite XML schema. Filtering is less important with prerequisites limiting choices, so I am moving on.