This app helps you keep track of your schedules. Enter your schedule and it will display them on a calendar for easy viewing.
Technologies used in this application.
Ember - front end
Rails - back end
ember-calendar - for the calendar
ember-power-select - for dropdown selectors
This project I decided to start on the back-end first. I downloaded the rails template and added a schedule model and controller with the fields title, start, end, and day; all as strings. Then I moved to ember, the front end, and created simple CRUD actions for schedules using ember-power-select. Then I included the ember-calendar to show the schedules.
- As a user I want to save my schedules
- As a user I want to see my schedules on a calendar
- As a user I want to edit my schedules
- As a user I want to delete my schedules
I had some issues trying to use ember-calendar, I didn't fully read their instructions and I didn't know that the calendar needed an array of occurances to display things. Also, the calendar needed dates in a format that I was not using, so I need to either throw away my back-end and remake it or use computed properties to convert my dates to the dates the calendar wanted. I chose to use computed properties b/c I didn't want to scrap my back-end.
- All content is licensed under a CCBYNCSA 4.0 license.
- All software code is licensed under GNU GPLv3. For commercial use or alternative licensing, please contact [email protected].

