Code Monkey home page Code Monkey logo

xkdl's People

Contributors

rtens avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

cebe

xkdl's Issues

refactor storage lib

Reading and writing of tasks needs to be refactored. The current solution is a crutch.

Either use something Repository-like or even pomf-ish

archive done tasks

The task might get a little bit crowded with time so maybe there should be an option to move completed tasks to a different folder

import google calendar

In order to produce a realistic schedule, appointments need to be considered. Let's import them as tasks with a fitted window and deadline.

  • We could map different calendars to parent tasks.
  • Logging should be possible
  • Not sure about synchronization though

Dependence

Tasks should be able to depend on other tasks. This dependence need to be scheduled before the depending task can be scheduled. Also, the dependence should inherit the depending task's priority and deadline (if higher) so it's doesn't block it.

Create task

It should be possible to create a new task in the web app with duration, deadline and description

completion date

To answer What did I complete today?, the date of completions should be saved so it can also be shown in the logs.

Currently logged tasks

Highlight the currently logged task and add stop/cancel action.

Also Stop logging if task is marked as done.

import github issues

It should be possible to import github issued as tasks. Only reading but logging should be possible.

Milestones should bee mapped to parent tasks and the description.

Not sure how to do caching and synchronisation yet.

better repetition

Repetitions of tasks and windows are still very basic. This should be broken down.

First of all they need to be described in the files. Also the names of repeated tasks are not optimal. And repetitions need to permit patterns and exceptions.

Duration of parents

Parents should be able to be scheduled if they have duration.
The sum of durations of all children is subtracted from the duration of the parent.

Window quota considering logs

Currently the scheduling only considers the full duration when filling the quota of a window. Instead the remaining duration needs to be considered. Including logs of sub tasks.

day separator

For multi-days schedules, the days need to be separated since only the time is shown in the slots.

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.