JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
fixed css so prioritize links don't make a horizontal scroll bar
[contractor-progress.git] / README
1 This project is a website for managing tasks between a freelance programmer and
2 their clients.
3
4 The code is available under the terms of the AGPL v3 and uses the wfpl library
5 which is under GPL v3.
6
7 Current features:
8
9         1) Password protection
10
11         2) Add client accounts
12
13         3) Enter and edit task descriptions
14
15         4) Clients can save as draft or save and request price from contractor
16
17         6) Contractor can set a price or mark a task description as needing
18         clarification.
19
20         5) Clients can approve price or edit further (or let it sit)
21
22         6) Contractor can mark a task as in-progress at which point it is no longer
23         editable.
24
25         7) Contractor can mark a task as finished (needing testing). Then client can
26         test and mark it as confirmed finished.
27
28
29         Client's display is sorted into tasks needing their attention and tasks that
30         are waiting for contractor.
31
32         Contractor's display lists tasks needing his attention from all clients.
33         Contractor has additional page allowing him to switch his session to be logged
34         in as any of the clients.
35
36
37 Planned features in a probably order of appearance:
38
39         1) Clients can re-order the queue (the list of tasks which are approved
40         and priced, but work hasn't started yet)
41
42         2) Contractor gets an e-mail whenever a client causes a task to move into
43         his list of things to attend to.
44
45         3) Contractor can add money to the client's balance, and system will
46         automatically mark finished tasks as paid, and reduce the balance.
47
48         4) Contractor can auto-generate an invoice from tasks and contact info in
49         the database.
50
51         5) Site detects when client's balance is too low for work to continue and
52         displays that prominently to them.