forked from logaan/lists-of-things
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
72 lines (54 loc) · 1 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# lists-of-things
Datomic is now using the free edition. It's on clojars so just lein deps.
To start the transactor run:
./bin/transactor config/samples/free-transactor-template.properties
FIXME: write description
## Usage
FIXME: write
## Roadmap
Replaces reminders
- Things
x Create
x List orphans
x Delete thing
- Edit thing
Replaces emailing myself
- Things
x Show
- Text Content
x Create
x List
x Delete
- Edit
Replaces mind maps
- Children
x List
x Create
- Move
- Add to new parent
- Remove from parent
Replaces the hit list
- Simulates tagging
- Simulates contexts
- Sorting
Replaces jira
- Give permission to other users
- Open multiple listings
- 'Sort' things between listings
- Simulates comments
Explainations
- Introduce
- Things
- Content
- Links
- Users
- Replaces
- Workflows
- Tags
- Contexts
- Comments
- Attatchments
- Authorization?
## License
Copyright (C) 2012 FIXME
Distributed under the Eclipse Public License, the same as Clojure.