comments gekregen op mijn github pull-request van curtis:

"I am bit confused here -- I would like to see you demo how this is working on your local because I am getting an error (probably configuration). But it looks like you combined sorting and filtering here. And not in the way that the other components use it.

What i mean is that all the options I see for the options in the filters are "Ascending" and "Descending". That is sorting, not filtering. The filter panel is for filtering on a specific type. So for example you would be able to say filter on Platform and choose Steam and then you would see only releases that have Steam as a platform option. And then within that you can return the items in a sorted order.

But right now it seems that the filter panels are only returning sorting and that is all.

Also one additional comment, all the models are in the component itself and then exported and used elsewhere. The models should definitely go in their own model file ideally.
"

Deze feedback snap ik en ik heb laten weten dat ik de filtering ga weghalen en alleen sorting ga gebruiken. Maar dit dan wel met een api call, zodat er andere data wordt opgehaald uit de hele database.

Ik moet het laten weten als Curtis weer kan reviewen als ik de aanpassingen heb gemaakt. 

Ik heb aanpassingen gemaakt, de filters wegghaald en opnieuw een review gevraagd aan Curtis. Hij gaat deze later bekijken.


