lightblue-platform / lightblue-applications

GNU General Public License v3.0
5 stars 9 forks source link

Configure default environments for client #108

Closed jewzaam closed 9 years ago

jewzaam commented 9 years ago

So they don't have to. For someone unfamiliar with lightblue it is very easy to misconfigure the data management application. Could we have optional configuration for the app on the server side that would pre-populate some environments for everybody using the app? Probably want to have them be immutable in the client as well.

alechenninger commented 9 years ago

This is an interesting issue since there isn't actually a service side component to the application other than a basic HTTP server. Maybe we could do something where you can optionally bundle an environment config with the application (server side), and client-side makes an AJAX request for this config, and if found.

Also opened #106 which might be another way to improve the user experience.

alechenninger commented 9 years ago

I think this is a duplicate of #64 actually,

jewzaam commented 9 years ago

Well look at that... thanks.