An open API service indexing awesome lists of open source software.

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

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