jam-cloud/admin
Seth Call ee306770e3 switch to other machine 2026-01-12 07:07:53 -06:00
..
app Commit changes 2026-01-12 07:07:42 -06:00
bin Better reporting for quarterly payments 2025-03-23 13:54:53 -05:00
config Commit changes 2026-01-12 07:07:42 -06:00
db merging jam-admin into admin 2013-09-16 03:15:31 +00:00
doc merging jam-admin into admin 2013-09-16 03:15:31 +00:00
lib * icecast working locally on my mac (VRFS-1002) 2014-01-21 14:51:03 +00:00
script * VRFS-1403 - maxmind single step import done 2014-07-19 21:11:16 -05:00
spec switch to other machine 2026-01-12 07:07:53 -06:00
test merging jam-admin into admin 2013-09-16 03:15:31 +00:00
vendor merging jam-admin into admin 2013-09-16 03:15:31 +00:00
.gitignore wip admin latency api 2021-10-29 15:07:40 +05:30
.rspec merging jam-admin into admin 2013-09-16 03:15:31 +00:00
.ruby-version Updated bundler/ruby to latest 2026-01-10 14:52:59 -06:00
.rvmrc merging jam-admin into admin 2013-09-16 03:15:31 +00:00
.simplecov * VRFS-1103 - coverage for all projects. need to figure out how to merge all 2014-02-13 22:11:30 -06:00
Gemfile switch to other machine 2026-01-12 07:07:53 -06:00
Gemfile.alt for modern O/S setup use Gemfile.alt instead of default Gemfile 2021-05-22 15:24:00 +05:30
Gemfile.lock switch to other machine 2026-01-12 07:07:53 -06:00
README.md onboarding settings done 2018-02-17 10:12:38 -06:00
README.rdoc merging jam-admin into admin 2013-09-16 03:15:31 +00:00
Rakefile change database migrations to be natural rails db migrations. 2021-02-13 20:17:18 -06:00
build change database migrations to be natural rails db migrations. 2021-02-13 20:17:18 -06:00
config.ru merging jam-admin into admin 2013-09-16 03:15:31 +00:00
jenkins * VRFS-1016 2014-01-31 14:25:17 -06:00
migrate.sh * adding migrate script to admin 2014-07-27 12:22:35 -05:00
run.sh merging jam-admin into admin 2013-09-16 03:15:31 +00:00
scratch.js.jsx.coffee wip 2020-04-29 15:51:50 -05:00

README.md

Jam-Admin

jam-admin is a rails-based administrator portal.

Immediately the focus is on using active_scaffolding that provides visibility into our data model, and rudimentary CRUD control.

Overtime we can add more administrative functions and views, but initially this is one of the easiest ways to give 'powertools' behind the scenes with an entirely separate authentication model.

Examples of:

  • Button on Show Page of Item: 'Send Client Update Notice' in jam_ruby_artifact_updates.rb
  • Batch Updates in View page: onboarding.rb (CurrentlyOnboarding)

Stuff that is probably breaky: activeadmin_addons https://github.com/platanus/activeadmin_addons