Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.72 KB

File metadata and controls

47 lines (34 loc) · 1.72 KB

Workshops Enrollment System

A Group Project of Computational Thinking and Problem Solving (COMP1002) - Project Group 2 at The Hong Kong Polytechnic University, made by ZHANG Wengyu, CHEN Derun and YE Haowen, 2021-12-01

Group Members

ZHANG Wengyu (https://github.com/zhangwengyu999)

CHEN Derun (https://github.com/ShanpooO)

YE Haowen (https://github.com/ShanYu0205)

Project Report

https://doi.org/10.6084/m9.figshare.19733251.v1

Functions

  1. System Login by Administrators and Students;
  2. Login Check and Protection Function;
  3. Workshop Creation / Deletion / Modification by Administrators;
  4. Workshop Enrollment / Enrollment Cancellation / Display Enrollment Information by Students;
  5. Workshop Searching powered by a Designed Searching Engine;
  6. Workshop Information Display;
  7. User-friendly Command Line Interface and Graphical User Interface;

User Manual

  1. Run main.py;
  2. enter c to launch the Command Line Inteface, or g to launch the Graphic User Interface
  3. Existing Administrator user name and password:

admin 123456

admin2 123456

admin3 123456

  1. Existing Students user name and password (allow further register):

cdr123 123

zwy456 123

yhw789 123


Copyright © ZHANG Wengyu, CHEN Derun, YE Haowen. All rights reserved.