https://github.com/vmizg/erp_solution_prototype
ERP website prototype based on Django REST Framework and Angular
https://github.com/vmizg/erp_solution_prototype
Last synced: 2 months ago
JSON representation
ERP website prototype based on Django REST Framework and Angular
- Host: GitHub
- URL: https://github.com/vmizg/erp_solution_prototype
- Owner: vmizg
- Created: 2018-07-27T08:04:54.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-30T11:17:44.000Z (almost 7 years ago)
- Last Synced: 2025-02-08T09:11:07.616Z (4 months ago)
- Language: TypeScript
- Size: 479 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# erp_solution_prototype
Employee Resource Planning website prototype based on Django REST Framework + Angular.
Implemented from scratch in 3 days time.Addresses:
* DRF is launched at http://127.0.0.1:8000/
* Angular is launched at http://localhost:4200/Missing features for a simplistic, but fully usable ERP system:
* Proper display of info fields rather than JSON keywords (hardcode display text for JSON keywords)
* Editing of employee and employee contract data from front-end app
* Creating and editing users from front-end appAll of the above are possible, but only within the back-end API GUI interface provided by Django REST Framework.
TODOs:
* DRF: Possibly get rid of duplicated email field on both User `email` and Employee `work_email` models
* Angular: Extend the employee dashboard component to support viewing other employees, removing the need for `employeeforeign.component.ts`, which is almost a copy of `employee.component.ts`