ArangoDB-Community / ArangoBnB

16 stars 3 forks source link

Added map component to the results #34

Closed cw00dw0rd closed 3 years ago

cw00dw0rd commented 3 years ago

The map features uses:

Opted for displaying results to the left and having the map always visible. Results is a big enough component that it may be worthwhile to break it up into smaller ones.

cw00dw0rd commented 3 years ago

I like the event log and I think it will make sense in the long term to have a hideable third column to the left of results, that shows this along with #31

cw00dw0rd commented 3 years ago

I started splitting up some components that were getting large and added in the first GEO query to get results for listings in an area. These listings should display on the map with the newly created arangoIcon.

A larger change was the addition of Vuex but it was becoming necessary to have state management.

couds commented 3 years ago

Can we merge the api part? So we can also work the react frontend in parallel =)

cw00dw0rd commented 3 years ago

Can we merge the api part? So we can also work the react frontend in parallel =)

Merged 😄 sorry for delay, the PR went on a little long.