Commit Graph

32 Commits

Author SHA1 Message Date
290a444216 Add fields to capture user personal information 2018-07-24 00:24:30 +00:00
fd49f7d90e Don't cascade delete 2018-07-23 22:54:40 +00:00
34eae84f24 Allow approving / adjusting of checked in shifts 2018-06-28 03:55:22 +00:00
3fac4591a1 Fix bugs in report generation 2018-06-22 18:05:27 +00:00
18510cc0b2 Make the client the final approver of hours 2018-06-22 07:19:55 +00:00
967a061d3d Rename shift's approved to provider_approved 2018-06-22 03:46:42 +00:00
f34115736b Filter shifts by query param 2018-04-22 00:17:50 +00:00
7fef870719 Require shifts to be approved first 2018-04-18 17:33:04 +00:00
a245a51724 Track migrations 2018-04-02 22:45:53 +00:00
a3654f61b9 Make deleted field read-only for the employee 2018-01-21 23:43:15 +00:00
3b475bf832 Inform employment deletion by field instead of by hiding 2018-01-21 23:39:40 +00:00
Alexander Wong
58d897113f
no such table err fix 2018-01-21 16:03:46 -07:00
Alexander Wong
6a8d50ceba
Merge remote-tracking branch 'origin/documentation' 2018-01-21 16:02:22 -07:00
b5432060c0 Disallow changing worktype labels, don't show deleted employment 2018-01-21 22:59:40 +00:00
tanner
d6e2ea09e7 Merge branch 'documentation' of tanner/caremyway into master 2017-09-01 19:33:01 +00:00
Alexander Wong
8a1f067e44 added localhost to allowed hosts 2017-08-29 15:27:18 -06:00
Alexander Wong
bcdd73f611 setup development readme instructions 2017-08-29 15:25:06 -06:00
b8baa29da3 Add requirements.txt 2017-08-26 18:04:21 +00:00
0ad016791e Add CORS whitelist 2017-08-26 17:59:25 +00:00
870e48a516 Add employee paystub generation API route 2017-07-02 23:52:46 +00:00
80cc811049 Add employee earnings record generation API route 2017-07-01 22:24:51 +00:00
4469db2602 Add timesheet report generation API route 2017-06-28 06:24:45 +00:00
9817a4ebba Refer to Work Type, Price, Management, and Shift by uuid 2017-06-19 00:50:55 +00:00
3823c887b6 Complete all major API endpoints for prototype 2017-06-18 00:11:49 +00:00
170878441e Make UserInfo contain User, add views for UserInfo, Client, Provider 2017-06-04 06:20:41 +00:00
6992114ce6 Fix django-rest-auth's bugs so API works (lol...) 2017-05-31 05:18:14 +00:00
e7eed9b3b0 Stop using hyperlinked relations, limit listing of users 2017-05-28 07:11:54 +00:00
2f74303db8 Enable token-based authentication 2017-05-28 03:02:00 +00:00
94a8955891 Add the Work, Manage, Price, and Shift models 2017-05-27 22:09:20 +00:00
3774f2ceb1 Create UserInfo, Client, and Provider models to extend User 2017-05-27 17:58:08 +00:00
f173618477 Set up blank project from DRF quickstart instructions 2017-05-27 02:27:02 +00:00
fd83b6f8d4 Initial commit 2017-05-27 02:26:52 +00:00