This feature is not considered mandatory for the MVP milestone.
When more information is desired via the button on the business card view that opens up when you click on a marker, open a detailed overview on the right-hand side of the screen. (Reference)
This view should GET all information we have on published a location and display it on top of the main map in a sidebar-style format (see reference above).
I started working on this a little bit. Right now when you click on a marker you get a pretty ugly popup that shows you some infos. Check out the BusinessPage branch to see the current state.
To Do:
Add more content and make it look better
Make markers something else than ugly buttons
Implement data handling with backend (how to save and fetch data)
This feature is not considered mandatory for the MVP milestone. When more information is desired via the button on the business card view that opens up when you click on a marker, open a detailed overview on the right-hand side of the screen. (Reference)
This view should GET all information we have on published a location and display it on top of the main map in a sidebar-style format (see reference above).