You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IMO adding further code to the app-starter folder for demonstration purpose is not a great solution. This will overload the templates on the long run, which are primarily used for bootstrapping your application. What do you think about refactoring things in the following way:
I propose to resemble the folder structure we have under app-starter for all the specific examples. app-starter itself will be stripped down to only contain a single app-conf (maybe even just the minimal one?!). All specific static resources (e.g. shops-dannstadt.geojson, 2012_Earthquakes_Mag.kml, etc.) will be moved to the respective examples they are used for. Then a user could run the examples e.g. by an app-init script in a similar fashion like we do now. Quite a bunch of work but probably more future proof :)
The text was updated successfully, but these errors were encountered:
My bad. I thought Github had some dependency management between issues, such as you could mark "A as blocked by B". But apparently that's not the case. "Blocker" is a little bit confusing, I would rather label this one "blocked" because #276 is the potential blocker :)
relates to #265 and #272
quote from @fschmenger in #265:
The text was updated successfully, but these errors were encountered: