Skip to content
This repository has been archived by the owner on Sep 13, 2018. It is now read-only.

cleanup a few sections of uber-development.ini.erb #24

Open
binary1230 opened this issue Feb 2, 2015 · 1 comment
Open

cleanup a few sections of uber-development.ini.erb #24

binary1230 opened this issue Feb 2, 2015 · 1 comment

Comments

@binary1230
Copy link
Contributor

badge_prices and badge_enums are examples of how to do this right.

interest_list, donation_tier are sloppily coded and we need to replace them with the way that badge_prices and badge_enums are setup.

i.e. it looks like this currently:

 donation_tier:
                    - "'No thanks' = 0"
                    - "'Supporter Package' = SUPPORTER_LEVEL"

instead if should look something like this:

donation_tier:
                    - "No thanks": 0
                    - "Supporter Package": SUPPORTER_LEVEL
@EliAndrewC
Copy link
Contributor

I agree, but I'm actually planning something a bit broader when it comes to this puppet stuff, FWIW. I'll ticket it out in advance of doing it so everyone has a chance to digest/react/agree/complain/etc.

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

No branches or pull requests

2 participants