Replies: 4 comments 1 reply
Server API SpecsAPIs needed to complete the tasks are:
Challenges:
|
0 replies
0 replies
|
Only the frontend remains? |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Problem
Want to have a way to plan my day trough koal.
Planing is a series of steps you do before starting the day
to have your todo list and manage your time.
This is an example of a planning routine
http://glyphack.com/blog/planning-my-day/
Boundaries
We can start off with a very minimal planning feature that
will not force any routine to you, and customize it later as
we get some feedback from using it.
For the start it can have:
Focus time: Helps to put aside some time for todos that require uninterrupted focus in that day.
For example if you want to write something down you need an hour to think and write down.
But a todo like follow up a PR review or merging does not require focus.
So we can plan when to do different tasks to save the days focus time on important stuff.
All reactions