Wechat Mini Program—Say Here

A Wechat Mini Program Development—Say Here

Role: Team Leader, Programmer

Platform: WechatDeveloper Tools

Team size: 5

Project Duration: 04/2017-03/2018

 

Teachers can use the program for class management and students can use it for class check-in.

WHAT I DID:

I implemented interface transition and established the databases upon phpMyAdmin, an open-source database, for the program.

1. Designed ten front-end interfaces and realized interface jumping with HTML5, CSS, JavaScript using Wechat Developer Tools

home page
enter personal information
call the roll

First, choose role, teacher or student, and enter personal information.

If you are a teacher, you can create a course group, check the student check-in status.

If you are a student, you can join in the course group, and click a button to "say here" when your teacher asks for a check-in.

2.wxml & wxss & js (HTML & CSS & Javascript)

eg. class list page

wxml: page structure
wxss: page style
js: user interaction

3. Built databases with phpMyAdmin and connected front end and database by writing interface documentation

four databases:

student database
teacher database
course database

absence database

Usersinformation obtained from the GUI is saved in databases