jam-cloud/admin
Nuwan Chaturanga 316cbdab83 Merged in VRFS-5146-school_user_form (pull request #16)
new admin form to quickly add school user

* new admin form to quickly add school user

* add required: true to all form fields in quick add school user
2021-04-23 17:10:01 +00:00
..
app Merged in VRFS-5146-school_user_form (pull request #16) 2021-04-23 17:10:01 +00:00
bin wip 2020-10-13 21:05:08 -05:00
config Merged in VRFS-5146-school_user_form (pull request #16) 2021-04-23 17:10:01 +00:00
db
doc
lib
log Pin more gems, fix CSS bugs, and fix many tests 2021-02-01 17:24:08 -06:00
script
spec change database migrations to be natural rails db migrations. 2021-02-13 20:17:18 -06:00
test
vendor
.gitignore use Gemfile.lock 2017-12-17 20:26:20 -06:00
.rspec
.rvmrc
.simplecov
Gemfile Update Affliate Code and Reports to 2021 spec 2021-03-11 19:36:14 -06:00
Gemfile.lock Update Affliate Code and Reports to 2021 spec 2021-03-11 19:36:14 -06:00
README.md onboarding settings done 2018-02-17 10:12:38 -06:00
README.rdoc
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
jenkins
migrate.sh * adding migrate script to admin 2014-07-27 12:22:35 -05:00
run.sh
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