booleanbites / houzi-support

Support forum repo for issues & bugs reported for Houzi Flutter App.
4 stars 0 forks source link

Is it possible to have map instead of filter? #11

Closed halkawt-mahdi closed 1 year ago

halkawt-mahdi commented 1 year ago

Thank you for the app, and good job. I want to replace. the filter screen with map, and if the user wanted to search via the filter switch to it like the way I open the map?

AdilSoomro commented 1 year ago

This isn't pre-programmed, but this can be done by coding against the search field click. If you could explain more, I would be able to better help.

For example, what happens when the map is opened, which criteria will it use to show the properties against.

halkawt-mahdi commented 1 year ago

for now we have a way to surfing over the map when we submit the filter. I want the map with all properties in the system in a screen.

AdilSoomro commented 1 year ago

As mentioned earlier. This will need to be programmed.

We've included an option to show properties on map, instead of list view when Search is pressed in filter.

Additionally showing all properties in a system isn't a good practice, as there won't be any way of pagination and we'll be querying lot of unnecessary data (ie listings). Again, this can be programmed however.

Marking this closed. Please open new ticket if required.