Changeset [f61a414207a31cb919f69343f6de5eb27c189449] by Jonathan Hoyt

March 24th, 2009 @ 05:13 PM

adding tests and migrating some changes over from LH_23 http://github.com/jonmagic/suite...

Committed by Jonathan Hoyt

  • M app/models/radcheck.rb
  • M config/environment.rb
  • M test/factories/addresses.rb
  • M test/factories/checklists.rb
  • M test/factories/clients.rb
  • M test/factories/devices.rb
  • M test/factories/emails.rb
  • M test/factories/events.rb
  • M test/factories/goggles.rb
  • M test/factories/phones.rb
  • M test/factories/roles.rb
  • M test/factories/schedules.rb
  • M test/factories/sentries.rb
  • M test/factories/things.rb
  • M test/factories/tickets.rb
  • M test/factories/users.rb
  • M test/fixtures/roles.yml
  • M test/fixtures/roles_users.yml
  • M test/fixtures/users.yml
  • M test/functional/checklist_templates_controller_test.rb
  • M test/functional/checklists_controller_test.rb
  • M test/functional/clients_controller_test.rb
  • M test/functional/device_types_controller_test.rb
  • M test/functional/devices_controller_test.rb
  • M test/functional/events_controller_test.rb
  • M test/functional/goggles_controller_test.rb
  • M test/functional/iphone/clients_controller_test.rb
  • M test/functional/iphone/devices_controller_test.rb
  • M test/functional/iphone/tickets_controller_test.rb
  • M test/functional/report/time_sheet_controller_test.rb
  • M test/functional/reports_controller_test.rb
  • M test/functional/schedules_controller_test.rb
  • M test/functional/sentries_controller_test.rb
  • M test/functional/sessions_controller_test.rb
  • M test/functional/settings_controller_test.rb
  • M test/functional/things_controller_test.rb
  • M test/functional/ticket_entries_controller_test.rb
  • M test/functional/tickets_controller_test.rb
  • M test/functional/users_controller_test.rb
  • M test/helpers/application_helper_test.rb
  • M test/helpers/checklists_helper_test.rb
  • M test/helpers/clients_helper_test.rb
  • M test/helpers/schedules_helper_test.rb
  • M test/helpers/sentries_helper_test.rb
  • M test/helpers/ticket_entries_helper_test.rb
  • M test/helpers/tickets_helper_test.rb
  • M test/helpers/users_helper_test.rb
  • M test/performance/browsing_test.rb
  • M test/test_helper.rb
  • M test/unit/address_test.rb
  • M test/unit/checklist_item_test.rb
  • M test/unit/checklist_template_question_test.rb
  • M test/unit/checklist_template_test.rb
  • M test/unit/checklist_test.rb
  • M test/unit/client_test.rb
  • M test/unit/device_test.rb
  • M test/unit/device_type_test.rb
  • M test/unit/email_test.rb
  • M test/unit/event_test.rb
  • M test/unit/goggle_test.rb
  • M test/unit/notification_mailer_test.rb
  • M test/unit/notification_queue_test.rb
  • M test/unit/password_mailer_test.rb
  • M test/unit/password_test.rb
  • M test/unit/phone_test.rb
  • M test/unit/role_test.rb
  • M test/unit/schedule_test.rb
  • M test/unit/sentry_test.rb
  • M test/unit/thing_test.rb
  • M test/unit/ticket_entry_test.rb
  • M test/unit/ticket_test.rb
  • M test/unit/user_test.rb
  • M vendor/plugins/use_db/MIT-LICENSE
  • M vendor/plugins/use_db/README
  • M vendor/plugins/use_db/Rakefile
  • M vendor/plugins/use_db/init.rb
  • M vendor/plugins/use_db/install.rb
  • M vendor/plugins/use_db/lib/migration.rb
  • M vendor/plugins/use_db/lib/override_fixtures.rb
  • M vendor/plugins/use_db/lib/override_test_case.rb
  • M vendor/plugins/use_db/lib/test_model.rb
  • M vendor/plugins/use_db/lib/use_db.rb
  • M vendor/plugins/use_db/lib/use_db_test.rb
  • M vendor/plugins/use_db/tasks/use_db_tasks.rake
  • M vendor/plugins/use_db/test/use_db_test.rb
  • M vendor/plugins/use_db/uninstall.rb
New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

Suite is software for small service based businesses. The workflow in Suite is fairly simple. There are 3 ways one can approach a problem in Suite. From the client, from a ticket, or from a device. Tickets and devices are tied to clients. Clients can belong to other clients (i.e. people inside a company). The clients section is modeled after Apple Address Book. Most of my UI is modeled after the applications that ship with OSX (Address Book, Mail, iTunes). To make Suite more accessible there is an iPhone interface as well.