gw-cs-sd / sd-2017-assignment-scheduler

sd-2017-assignment-scheduler created by GitHub Classroom
0 stars 0 forks source link

Week 10: Breaks down input from Google calendar into new objects for each event #1

Open walkerthomp opened 8 years ago

walkerthomp commented 8 years ago

@twood02

A majority of my work has been done in the MainActivity.java located at https://github.com/gw-cs-sd/sd-2017-assignment-scheduler/tree/master/app/src/main/java/com/example/calendarquickstart

Originally the information came in an array for strings of the titles, starting time, duration of the events in the calendar. Utilizing Google's API i was able to extract a list of events from the calendar. The information fomr the events is then cast to new objects so that the can be manipulated locally as well as make it simpler to process the available times to schedule new events.

twood02 commented 8 years ago

Demo: basic calendar and data input

Next: figure out first steps of algorithm and how to evolve it into something more complex.

What will be the stages of the algorithm? What does it need to answer?