DHBern / swiss-sculptures

repository for the exhibition Schweizer Plastiken Ausstellung
0 stars 0 forks source link

create basic structure of the app #4

Closed flicksolutions closed 3 months ago

flicksolutions commented 4 months ago

Create a basic structure of the app. this includes:

ZEDz318 commented 3 months ago

For now i am thinking of two svelte components, a Map component and a Popup component.

flicksolutions commented 3 months ago

Sounds good! How is the flow of data? Is your input a .xslx that you will convert to CSV or JSON?

Then where is the data read and interpreted? On the page that holds the two components? Is the popup getting information via props, or is it reading out of a store?