https://github.com/sabay79/employee-review-management-system
Final Project for .Net Web Engineering Bootcamp under TechLift by Contour Software
https://github.com/sabay79/employee-review-management-system
asp-net-mvc bootstrap5 csharp db-first dotnet-framework entity-framework linq model-view-controller sql
Last synced: 8 days ago
JSON representation
Final Project for .Net Web Engineering Bootcamp under TechLift by Contour Software
- Host: GitHub
- URL: https://github.com/sabay79/employee-review-management-system
- Owner: sabay79
- License: gpl-3.0
- Created: 2023-02-18T08:40:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-19T19:21:59.000Z (over 2 years ago)
- Last Synced: 2025-02-17T05:15:27.632Z (3 months ago)
- Topics: asp-net-mvc, bootstrap5, csharp, db-first, dotnet-framework, entity-framework, linq, model-view-controller, sql
- Language: JavaScript
- Homepage:
- Size: 15 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# E-Star
Employee Reviews Management System## Features
### Department
#### CRUD(if Admin else ReadOnly)
ID
Name### Employee_Info
#### CRUD(if Admin else ReadOnly)
ID
Name
Designation
Department_ID
Employee_Review_ID
### Categories (Review)
#### CRUD(if Admin else ReadOnly)
ID
Name
### Questions
#### CRUD(if Admin else ReadOnly)
ID
Question
Categorey_ID
Answer_ID### Answers
#### CRUD(if Admin else ReadOnly)
ID
Answer
### Review_Page
#### CRUD
DepaertmentID
EmmployeeID
CategoryID
QuestionID
AnswerID
Calculates Department & Employee Review Score