1 This project is a website for managing tasks between a freelance programmer and
4 The code is available under the terms of the AGPL v3 and uses the wfpl library
11 2) Add client accounts
13 3) Enter and edit task descriptions
15 4) Clients can save as draft or save and request price from contractor
17 6) Contractor can set a price or mark a task description as needing
20 5) Clients can approve price or edit further (or let it sit)
22 6) Contractor can mark a task as in-progress at which point it is no longer
25 7) Contractor can mark a task as finished (needing testing). Then client can
26 test and mark it as confirmed finished.
29 Client's display is sorted into tasks needing their attention and tasks that
30 are waiting for contractor.
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.
37 Planned features in a probably order of appearance:
39 1) Clients can re-order the queue (the list of tasks which are approved
40 and priced, but work hasn't started yet)
42 2) Contractor gets an e-mail whenever a client causes a task to move into
43 his list of things to attend to.
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.
48 4) Contractor can auto-generate an invoice from tasks and contact info in
51 5) Site detects when client's balance is too low for work to continue and
52 displays that prominently to them.