mikehostetler / amplify

AmplifyJS
http://amplifyjs.com
GNU General Public License v2.0
1.44k stars 144 forks source link

Consider reordering or refactoring prefilters to allow greater control #79

Open dcneiner opened 11 years ago

dcneiner commented 11 years ago

The current use case for having the data prefilter before the url parsing prefilter is that it would allow you to create temporary keys for use in the URL prefilter. If the URL prefilter runs first, it removes data and you cannot reuse those keys in the dataMap. However, I'd also like to see greater control over being able to turn off/replace prefilters easily without having to do anything crazy with amplify unsubscribe.