-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathTODO
39 lines (33 loc) · 912 Bytes
/
TODO
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
In Progress
-------------------
- Create Customer
- UI testing still needs to be done
- route testing ?
- View Customers
- UI testing still needs to be done
- route testing ?
Backlog
-------------------
- Edit Company Info
- Edit Customer
- Delete Customer
should only be allowed if no activities have been created for the customer
- View Activities
- Create Activity
- Edit Activity
- Create New Activity Based On Existing Activity
- Delete Activity
should only be allowed if no performed work has been added to the activity
- Create Invoice
- Generate PDF for Invoice
- Generate Timesheet based on Activity
Technical stuff
-------------------
- user management
- authentication
- authorization
- use minimized versions of script files when in production environment
- clean up error handling: try to remove these calls: if (err) { return next(err); };
General
-------------------
- UI pimping