Giter Club home page Giter Club logo

kms's People

Stargazers

 avatar

Watchers

 avatar

kms's Issues

注册功能开发

用户点击注册后,输入必要的相关信息,然后生成密码、token给用户

注册的时候,需要更改数据库密码保存方式为MD5(用户名的小写+密码)

用户个人设置开发

用户需要一些基本的个人设置项目:
1、退出
2、修改密码
3、重新生成token

基本访问量功能开发

以曲线图的形式展示账号下面只是的基本访问量。
横轴是时间,可以显示 一天、一周、一月、一年。
纵轴是访问数量。

数据记录在数据库中,每次访问时,记录在内存中,到下个整点或者访问的时候,将这些统计累加的值,直接塞入到数据库中。
数据库的结构为
年 月 日 小时 访问次数合计 未命中次数

问卷功能开发

问卷的构成元素
1、问卷名称:问卷名称用于启动问卷功能,一般格式为: 参与@{问卷名称}
2、问卷类型:
*调查模式:只收集各个选项的答案,不做正确性判断
*考试模式:针对每个问题进行正确性判断,并在最终反馈一个最后结果
3、问卷内容:
*选择题:选择题的内容,选择题的选项(以数字为编号),选择题的答案(以数字为编号)
*问答题:问题内容,不设定答案,用户输入的答案可以汇总,无正确性判断
*跳转逻辑,可以设置某问题选择某一个答案后的下一个显示的问题
4、问卷结果页:
一段文本,考试模式时,可以插入@ToTal @right来显示最终正确的结果

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.