Giter Site home page Giter Site logo

autoagenda's People

Contributors

alexbrucek avatar dsctt avatar mirdaki avatar

Watchers

 avatar  avatar  avatar

autoagenda's Issues

Set up a calander sync

Copy and update an existing calendar (at least a Google Calendar) with the generated schedule

Create event class

Include: name, ID, day, start time, end time, repeating, description, location, and notification time. In Java library.

Create schedule

Include time and ID for each task and event. In Java library.

Data validation

Have a way to check the data (like the date) to see if it's valid. It should be called every time a task/event/time fence/ is created in the use case layer, and should be available for higher layers to call and also check before trying to create (to show an error in the UI for instance).

This should be related to message passing between the layers.

Initial scheduling algorithm

Schedules tasks around events using time fences for different types

Some suggestions

  • An RR scheduler with different levels of queues and some sort of due date override might be a good starting point
  • Or could try combining a Combining a Fixed priority preemptive with an RR scheduler

Create tasks class

Include: name, ID, due date, repeat information, amount of time needed, type of event, priority, notification time, and description. In a Java library.

Load and save data

Define interfaces and adapters for loading from databases, calendars, etc

Hook up domain layer with use case layer for tasks

This could either be done with separate folders or a new module. Create functions for: add task, modify task, get task info.

Would also have a load/save tasks function that would be integrated with a database or text file later.

Create reminders

Similar to events, but has no end time. An example would be to take out the trash at 9:00am.

Create time fence

Include: type, ID, start time, stop time, day. In Java Library

PS: Come up with a better name

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.