Changeset [0a681b253ea2e3db8d2996fdbfe7a8075b9d363f] by Jonathan Hoyt

December 13th, 2008 @ 02:21 AM

Ok, I've built my basic models for the monitoring stuff, some views and controllers for setting up Goggles and Schedules, moved all setup type stuff to a Settings section of Suite, and tested posting to my events controller [#17] http://github.com/jonmagic/suite...

Committed by Jonathan Hoyt

  • M app/controllers/events_controller.rb
  • M app/controllers/goggles_controller.rb
  • M app/controllers/schedules_controller.rb
  • M app/controllers/sentries_controller.rb
  • M app/controllers/settings_controller.rb
  • M app/helpers/schedules_helper.rb
  • M app/models/event.rb
  • M app/models/goggle.rb
  • M app/models/notification_queue.rb
  • M app/models/schedule.rb
  • M app/models/sentry.rb
  • M app/views/goggles/_form.html.erb
  • M app/views/goggles/edit.html.erb
  • M app/views/goggles/index.html.erb
  • M app/views/goggles/new.html.erb
  • M app/views/layouts/settings.html.erb
  • M app/views/schedules/_form.html.erb
  • M app/views/schedules/edit.html.erb
  • M app/views/schedules/index.html.erb
  • M app/views/schedules/new.html.erb
  • M db/migrate/20081212173924_create_notification_queues.rb
  • M db/migrate/20081212174207_create_schedules.rb
  • M db/migrate/20081212174343_create_goggles.rb
  • M db/migrate/20081212174511_create_events.rb
  • M db/migrate/20081212174923_create_sentries.rb
  • M public/stylesheets/settings.css
  • M test/fixtures/events.yml
  • M test/fixtures/goggles.yml
  • M test/fixtures/notification_queues.yml
  • M test/fixtures/schedules.yml
  • M test/fixtures/sentries.yml
  • M test/unit/event_test.rb
  • M test/unit/goggle_test.rb
  • M test/unit/notification_queue_test.rb
  • M test/unit/schedule_test.rb
  • M test/unit/sentry_test.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.