Commit Graph

16 Commits

Author SHA1 Message Date
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