umts / jobapps

Rails app for job application, interview scheduling, demographic reporting, and application resource configuration.
https://transit-jobapps.admin.umass.edu/
MIT License
5 stars 4 forks source link

Get rid of snappconfig #617

Open werebus opened 2 months ago

werebus commented 2 months ago

And our ApplicationConfiguration wrapper. That gem hasn't been updated in 8 years (save for one README edit).

Values we have in the application.yml fall into four categories:

  1. Actual application configuration, which we can replace with Rails' built-in method
  2. Things that should be an attribute on Position #259
  3. A few site-wide strings, which could be moved into I18n
  4. Things removed in #613