sydevs / Atlas

Central database of worldwide meditation classes
6 stars 5 forks source link

adding osm based autocomplete, more dynamic js based rendering #32

Closed rohitverma007 closed 4 years ago

rohitverma007 commented 4 years ago

Completes #7 Major part in terms of being able to search and populate results is done. The only big part remaining would be showing the appropriate results/panels when clicked on markers. Created a separate issue for that: #31

Autocomplete/Maploading related remaining items:

rohitverma007 commented 4 years ago

perhaps don't show events on the right in initial loading? We should probably set it to only show the right-hand events on load if a search query has been provided via URL parameter. For example, if you were rendering the map on a national website, you probably would want an unblocked view of the whole country - but for example on WeMeditate the map will always be loaded with a preset initial search query (because the map will be a redirect from another page with a search box).

Also, just to check. Have you implemented the mobile views (just cause some of the comments above almost sounded like maybe not)

ah i see, yea theres some mobile/responsive views but they don't match the the designs..updating them and yes the mobile view of clicking on marker and showing result isnt there either

rohitverma007 commented 4 years ago

updating mobile views, added the list view:

Screen Shot 2019-10-25 at 10 51 29 PM Screen Shot 2019-10-25 at 10 51 40 PM

next to work on is the clicking on each marker view/ logic, and then wrap up the remaining pages ,i.e, the registration / more info / privacy / share pages

Ardnived commented 4 years ago

👍