Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TDDD27_Advance Web Programming
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Muhammad Ismail
TDDD27_Advance Web Programming
Commits
b9d17b2e
Commit
b9d17b2e
authored
4 years ago
by
Ismail
Browse files
Options
Downloads
Patches
Plain Diff
Project Speciafications Added
parent
a2039c55
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+32
-0
32 additions, 0 deletions
README.md
with
32 additions
and
0 deletions
README.md
+
32
−
0
View file @
b9d17b2e
# 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;
```
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment