fridaysforfuture / fridaysforfuture.org

Repo for the fridaysforfuture.org website - WIP
http://fridaysforfuture.github.io/fridaysforfuture.org
6 stars 1 forks source link

Separation of Concern for the event map #15

Open linahanner opened 5 years ago

linahanner commented 5 years ago

As a Developer I want the map to be hosted under a separate subdomain So that the technical decisions for the international website does not have to be influenced by the dependencies of the map

A great suggestion by Simon which would adhere to common development principles such as Single-Responsibility Principle, Separation of Concern and modularity. If the map could be hosted as a separate site under a subdomain such as map.fridaysforfuture.org (only a suggestion) the technical decisions made for the international site would not have to consider the technical requirements for the map. Links could of course still be provided on the international website in the navigation to the map.

Additional advantages to separating the concerns is that further development of the map and event information would be easier to deal with in the future.