แบบประเมินคะแนนห้าระดับ สำหรับพนักงานในแผนกประเมินบุคคลประจำแผนก
- สามารถเพิ่มผู้ใช้และแผนกที่ผู้ใช้นั้นๆ จะประเมินได้ที่ employees_tb
- สามารถเพิ่มผู้ถูกประเมินได้ที่ departments_tb
- สามารถเพิ่มหมวดหมู่คำถามและคำถามได้ที่ questionGroup_tb กับ questions_tb
- Microsoft® SQL Server® 2017
- SQL Server Management Studio
- Microsoft Visual Studio
- Node.js v18.0.0^
- Download all files.
- Attach the feedback_database form to run it.
- Change the "DefaultConnection" database connection in /feedback_api/appsettings.json.
- Download the node_modules by using this command in /feedback_form:
npm install
- Completed.