Skip to content
Snippets Groups Projects
Commit b9d17b2e authored by Ismail's avatar Ismail
Browse files

Project Speciafications Added

parent a2039c55
No related branches found
No related tags found
No related merge requests found
# TDDD27_2020_EmployeeManagement
## Functional specification:
Admin Function:
1) I will develope an employee managemant system in which a admin panel can create, delete, search and view all employees.
2) He can create a working shift time like 8:00 to 17:00 with one hour break.
3) Admin can change his password.
Employee Function:
1) Each emplyee can Login by given credentials and whenever he login he can see start, end,add break time etc in working area.
2) Employee can also see his profile details.
3) Employee can change his password.
## Technological specification:
1) React and redux for front end.
2) Django for backend framework, REST API
3) optional Postman, Selenium
```mermaid
graph TD;
WebAPI-->Admin;
WebAPI-->Employee;
Admin-->CreateEmployee;
Admin-->DeleteEmployee;
Admin-->SearchEmployee;
SearchEmployee-->ViewEmployees;
Admin-->ManageShift;
Admin-->ChangePassword;
Employee-->StartShift;
Employee-->ViewProfile;
Employee-->ChangePassword;
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment