GSE-Project / SS2016-group2

2 stars 3 forks source link

Implement the filtering of the stops #73

Closed skaldo closed 8 years ago

skaldo commented 8 years ago

It would be great if we could make the search field on the stop list page working.

The event handlers of the search field of the controller are already present, we need to implement the filtering only.

Do the #74 first.

tim284 commented 8 years ago

I would try to implement it. Is it really only the filtering, e. g i type "a" and it shows all stops starting with "a"?

themetalone commented 8 years ago

For the start I would implement just that, although case insensitive

tim284 commented 8 years ago

All right

skaldo commented 8 years ago

Please, wait with this one. We should define a way how are we going to deal with UI related logic,so that we do not end up with spaghetti code. Let's discuss it after spsm in person.

Please note that the release and system test do have higher priority now, as we have to be done until tomorrow.

themetalone commented 8 years ago

Solved in #74