Arrowana / merlin_robot

0 stars 0 forks source link

Timetable Task Manager #1

Open virajranjankumar opened 8 years ago

virajranjankumar commented 8 years ago

A timetable interface to allow managers to plan the tasks for the week or day.

This component is mainly a calendaring system which will allow them to use their existing outlook/google calendaring system to arrange tasks, and the calendar will be stored in a calendar server. (eg. http://calendarserver.org/).

This way we can integrate this core feature, without forcing them to use a website, instead they can use a calendaring system they already use. Most mangers need and use a calendar for their work, that is why all mail clients always come with a calendar.

Robot Scheduler Given a list of schedules for a time period, along with their dynamically changing priorities and a list of platforms and their current task states (ie: free or percentage of work done or time till free). Assign the next task for the robots to perform, such that robots are used fully to complete the tasks designed by the manager.

virajranjankumar commented 8 years ago

Obtain the calendar data from the server and pass it onto the core scheduler system