当前位置:网站首页>From 0 to 100: Notes on the Development of Enrollment Registration Mini Programs
From 0 to 100: Notes on the Development of Enrollment Registration Mini Programs
2022-08-01 22:37:00 【CC classmate】
背景
This is a small program for vocational school admissions with registration as the core,The purpose is to facilitate those who want to systematically learn skills,Junior high school graduates entering a certain skill or field,Understand the basic situation of the school and various majors,and provide the registration route,Committed to the cultivation of skilled talents.
功能
- The main function includes professional introduction,专业选择,资料填报,查看审核结果,学校概况,Admissions Guide,入学须知,Employment and education,Colorful campus and other functions,
- Registration projects can be created in the background,View and export listsExcel,Review registration records, etc.
- This applet adopts the applet cloud development solution provided by Tencent,无须服务器和域名.
- You can set the start time for registration,是否需要审核,Whether it is possible to modify and cancel multiple rules
数据库设计
- Main registration form: enroll
- Registration details: enroll_join
- Campus Information Sheet: news
- 用户表: user
- Campus style table:album
- 收藏表:fav
- 管理员表:admin
- 管理员操作日志表:log
- 设置表:setup
Design of the main registration form
EnrollModel.DB_STRUCTURE = {
_pid: 'string|true',
ENROLL_ID: 'string|true',
ENROLL_TITLE: 'string|true|comment=标题',
ENROLL_STATUS: 'int|true|default=1|comment=状态 0=未启用,1=使用中',
ENROLL_CATE_ID: 'string|true|default=0|comment=分类',
ENROLL_CATE_NAME: 'string|false|comment=分类冗余',
ENROLL_CANCEL_SET: 'int|true|default=1|comment=取消设置 0=不允,1=允许,2=Cancellation is only possible before the deadline',
ENROLL_EDIT_SET: 'int|true|default=1|comment=修改 0=不允,1=允许,2=Only available until the deadline',
ENROLL_CHECK_SET: 'int|true|default=0|comment=审核 0=不需要审核,1=需要审核',
ENROLL_MAX_CNT: 'int|true|default=20|comment=人数上限 0=不限',
ENROLL_START: 'int|false|comment=开始时间',
ENROLL_END: 'int|false|comment=截止时间',
ENROLL_ORDER: 'int|true|default=9999',
ENROLL_VOUCH: 'int|true|default=0',
ENROLL_FORMS: 'array|true|default=[]',
ENROLL_OBJ: 'object|true|default={}',
ENROLL_JOIN_FORMS: 'array|true|default=[]',
ENROLL_QR: 'string|false',
ENROLL_VIEW_CNT: 'int|true|default=0',
ENROLL_JOIN_CNT: 'int|true|default=0',
ENROLL_ADD_TIME: 'int|true',
ENROLL_EDIT_TIME: 'int|true',
ENROLL_ADD_IP: 'string|false',
ENROLL_EDIT_IP: 'string|false',
};
Registration details design
EnrollJoinModel.DB_STRUCTURE = {
_pid: 'string|true',
ENROLL_JOIN_ID: 'string|true',
ENROLL_JOIN_ENROLL_ID: 'string|true|comment=报名PK',
ENROLL_JOIN_IS_ADMIN: 'int|true|default=0|comment=Whether the administrator added 0/1',
ENROLL_JOIN_USER_ID: 'string|true|comment=用户ID',
ENROLL_JOIN_FORMS: 'array|true|default=[]|comment=表单',
ENROLL_JOIN_STATUS: 'int|true|default=1|comment=状态 0=待审核 1=报名成功, 99=Review has not passed',
ENROLL_JOIN_REASON: 'string|false|comment=Review the reasons for rejection or cancellation',
ENROLL_JOIN_LAST_TIME: 'int|true|default=0',
ENROLL_JOIN_ADD_TIME: 'int|true',
ENROLL_JOIN_EDIT_TIME: 'int|true',
ENROLL_JOIN_ADD_IP: 'string|false',
ENROLL_JOIN_EDIT_IP: 'string|false',
};
UI设计
后台管理
git源码
边栏推荐
- 从0到100:招生报名小程序开发笔记
- 【好书推荐】第一本无人驾驶技术书
- 系统可用性:SRE口中的3个9,4个9...到底是个什么东西?
- NgRx Selector 的 Memoization 特性学习笔记
- 【数据分析03】
- Postman batch test interface detailed tutorial
- Three, mysql storage engine - building database and table operation
- npm包【详解】(内含npm包的开发、发布、安装、更新、搜索、卸载、查看、版本号更新规则、package.json详解等)
- User Experience | How to Measure User Experience?
- NgRx Store createSelector 的单步调试和源代码分析
猜你喜欢
img 响应式图片的实现(含srcset属性、sizes属性的使用方法,设备像素比详解)
下载安装 vscode(含汉化、插件的推荐和安装)
Postman batch test interface detailed tutorial
xctf attack and defense world web master advanced area webshell
JS prototype hasOwnProperty in 加方法 原型终点 继承 重写父类方法
小程序毕设作品之微信美食菜谱小程序毕业设计成品(6)开题答辩PPT
移动端人脸风格化技术的应用
Prufer序列
2022-08-01 第八组 曹雨 泛型 枚举
联邦学习在金融领域的发展和应用
随机推荐
03、GO语言变量定义、函数
威纶通触摸屏如何打开并升级EB8000旧版本项目并更换触摸屏型号?
高等代数_证明_矩阵的任意特征值的代数重数大于等于其几何重数
PHP算法之最接近的三数之和
NgRx Selector 的 Memoization 特性学习笔记
Three, mysql storage engine - building database and table operation
excel remove all carriage return from a cell
SOM Network 1: Principles Explained
Ten years after graduation, financial freedom: those things that are more important than hard work, no one will ever teach you
feel so stupid
【Verilog刷题篇】硬件工程师从0到入门1|基础语法入门
联邦学习的框架搭建
感觉自己好傻
别看了,这就是你的题呀
excel split text into different rows
【SeaTunnel】从一个数据集成组件演化成企业级的服务
SOM网络1:原理讲解
Getting Started Database Days4
Postman 批量测试接口详细教程
编曲软件FL studio20.8中文版功能和作用