Building a management system for the graduation thesis registration process
for information technology students at Can Tho University
The link document: Documents about project
*** Noticed ***This is re-up version therefore if you're dealing with some problems please reaload website again!
Accounts used to test right bellow! let's take a look
Table of Contents
The goal of the system is to enhance the user experience through interactive activities with the registration system, based on the functions of the thesis registration process, and reduce the workload for stakeholders through functions such as managing and assigning instructors, progress reporting, evaluation, and monitoring. Additionally, the system will provide users with an intuitive, user-friendly, fast, and convenient interface. Furthermore, genetic algorithms will be applied to the system to schedule thesis presentations and committees.
The major frameworks/libraries used to build the project:
Here is a process that can help you get started with your thesis registration management system project:
This is how to list things you need to use the software and how to install them.
- npm
npm install npm@latest -g
- yarn
yarn global add npm@latest
Step by step project installation:
-
Setup your api to get data from server: http://your-api-example/api in
redux/api
-
Config Firebase Authentication: https://firebase.google.com/docs/auth/web/start
-
Clone the repo
git clone https://github.com/vm-phung1134/thesis-course-registration-system.git
-
Install NPM packages
npm install
-
Run project
npm run dev
-
Open http://localhost:3000 with your browser to see the result.
-
Account testing
Note that to test the entire system, three roles must interact with each other:
Role Student: You can use any your email
Role Lecturer: You have to login with Email and password via email form
Email: [email protected]
Password: 123123
Role Admin: Same role lecturer
Email: [email protected]
Password: nopassword
Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.
For more examples, please refer to the Documentation
- Register for a thesis research topic
- Update progress reports by phase
- Applying genetic algorithms to schedule reports and dissertation committees.
- Evaluate and score students upon completing their thesis defense.
- Manage and make a list of room schedules, number of students, number of instructors and thesis committee.
- Submit progress reports according to regulations.
- Register for the thesis group and instructors.
- Dark mode Support
- Multi-language Support
- Vietnam
- English
- More...
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Email - [email protected]
Github - https://github.com/vm-phung1134