The idea is to create a rails scheduling app that allows teachers to create appointments (USER C) and students to book appointments (USER B).
For details see the pdf attachment.
Requirements:
-Meet requirements listed in attachment
-Build using Ruby on Rails (version: Rails 3.2.1, Ruby 1.9.2p290)
-Implement the ‘full_calendar’ plugin ( https://github.com/bokmann/rails3_fullcalendar )
-Implement the ‘devise’ authentication plugin ( https://github.com/plataformatec/devise )
-Will eventu…
