当前位置:网站首页>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源码
边栏推荐
猜你喜欢

小程序中的多表联合查询

Getting Started Database Days4

【SeaTunnel】从一个数据集成组件演化成企业级的服务

【牛客刷题-SQL大厂面试真题】NO4.出行场景(某滴打车)

xctf攻防世界 Web高手进阶区 webshell

从0到1:图文投票小程序设计与研发笔记

系统可用性:SRE口中的3个9,4个9...到底是个什么东西?

APP special test: traffic test

论文解读(GSAT)《Interpretable and Generalizable Graph Learning via Stochastic Attention Mechanism》

y84. Chapter 4 Prometheus Factory Monitoring System and Actual Combat -- Advanced Prometheus Alarm Mechanism (15)
随机推荐
小程序毕设作品之微信体育馆预约小程序毕业设计成品(3)后台功能
华为无线设备配置双链路冷备份(AP指定配置方式)
文件查询匹配神器 【glob.js】 实用教程
JS 数组去重(含简单数组去重、对象数组去重)
1391D. 505 状压dp
Still struggling with reporting tool selection?To take a look at this
[机缘参悟-58]:《素书》-5-奉行仁义[遵义章第五]
y84.第四章 Prometheus大厂监控体系及实战 -- prometheus告警机制进阶(十五)
【开源】Sentinel高性能高可用集群限流解决方案
【SeaTunnel】从一个数据集成组件演化成企业级的服务
excel split text into different rows
leetcode 204. Count Primes 计数质数 (Easy)
User Experience | How to Measure User Experience?
[Niu Ke brush questions-SQL big factory interview questions] NO4. Travel scene (a taxi)
深度学习Course2第一周Practical aspects of Deep Learning习题整理
46.全排列
论文解读(GSAT)《Interpretable and Generalizable Graph Learning via Stochastic Attention Mechanism》
ROS2初级知识(8):Launching启动多节点
如何使用pywinauto和pyautogui将动漫小姐姐链接请回家
得物客服热线的演进之路