-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
23 lines (18 loc) · 726 Bytes
/
about.html
File metadata and controls
23 lines (18 loc) · 726 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<h3> Workload </h3>
<p>This program was created to help
with task organization and prioritizing them.
<p><b>Currently working features:</b>
<p><b>+</b> create task from input box(either type or drag&drop)
<p><b>+</b> edit task data
(it's not checking if tasks have same name,
will check in some time..)
<p><b>+</b> set task end date
(no notifications yet.)
<p><b>+</b> create/remove contexts - now you can manage tasks in different contexts(eg. work, home, shopping.. etc.)
<p><b>Planned features:</b>
<p><b>+</b> synchronize tasks with Android App
<p><b>+</b> import/export tasks to/from file
<p><b>+</b> regular expressions on input
<p><b>+</b> notifications about expiring tasks
<p><b>+</b> ...
</p>