Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consolidate config into single external resource #7

Open
devunwired opened this issue Apr 6, 2018 · 1 comment
Open

Consolidate config into single external resource #7

devunwired opened this issue Apr 6, 2018 · 1 comment

Comments

@devunwired
Copy link
Member

Currently, event-specific config data spans the following locations:

  • js/config.js
  • js/factories.js
  • .firebaserc

Consolidate everything specific to a single event into one external source that is not committed to the repository.

Side Note: We should probably remove event logo images as well.

@rharter
Copy link
Contributor

rharter commented Apr 6, 2018

Agreed.

My initial idea for this, and why the data is structured under an events/event_name level is that you could host multiple events (like all 360 events) from a single instance. Ideally, to support that, the logos would be part of the config, served from cloud storage, and configurable from the admin panel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants