VRFS-5128 report for ad campaigns * Ad campaign report add new admin report for monitor and analyze the results from a variety of paid campaigns * reload report after updating values using best_in_place * add users first_subscribed_plan_code use this new column in ad campaigns report to filter by subscription plan * set first_subscribed_plan_code in recurly subscription creation * set correct value for first_subscribed_plan_code |
||
|---|---|---|
| .. | ||
| app | ||
| bin | ||
| config | ||
| db | ||
| doc | ||
| lib | ||
| log | ||
| script | ||
| spec | ||
| test | ||
| vendor | ||
| .gitignore | ||
| .rspec | ||
| .rvmrc | ||
| .simplecov | ||
| Gemfile | ||
| Gemfile.lock | ||
| README.md | ||
| README.rdoc | ||
| Rakefile | ||
| build | ||
| config.ru | ||
| jenkins | ||
| migrate.sh | ||
| run.sh | ||
| scratch.js.jsx.coffee | ||
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