ShayHav / Workshop

0 stars 0 forks source link

fix filter implementation #27

Closed shaharlankry closed 2 years ago

shaharlankry commented 2 years ago

allow default constructor which creates a filter with default values and in practice does no filtering

shaharlankry commented 2 years ago

fixed, need to decide whether to send filter instance from presentation (and by that reveal internal impl to gui) or only send the parameters needed for the filter and create it's instance at market system. affects the acceptance tests

shaharlankry commented 2 years ago

TODO: implement the filters in gui, send actual and not empty. DONE.