Giter VIP home page Giter VIP logo

shuimuliuxiang's Introduction

shuimuliuxiang

软工

shuimuliuxiang's People

Contributors

marcossj avatar tomoya233 avatar changzixing avatar

Watchers

Guoyang Wei avatar  avatar  avatar

Forkers

marcossj

shuimuliuxiang's Issues

本周前端任务

1.完成活动大厅界面
2.完成个人中心界面并完成身份验证

配置HTTPS

需要提供ssl证书等,微信需要https

用户信息修改格式

data: {
sex:_this.sex,
volunteerId:_this.volunteerId,
phoneNumber:_this.phoneNumber,
email:_this.email,
interest:_this.interest,
introduction:_this.interest
},

关于消息页面显示与页数

发送data如下:
data{
openID:xxxx,
pageNum:(int)x,
}
返回八条消息信息
期待返回的data字段如下:
data:{
messages:[
{source:"1",info:"message1",time:" ",...},
{source:"2",info:"message2",time:" ",...},
],
}

本周后端任务

  1. 和前端结合做好身份认证登入
  2. 设计并实现用户数据结构
  3. 部署数据库

后端任务

完成微信端的登陆,测试微信端资源加载是否正常
考虑配置https

(前后端衔接)用户验证

如助教所给方案二,小程序会将token传递给后端,数据为:
data: {
token: this.token,
openid: this.GLOBAL.openid,
},
希望给出处理的url,需要返回是否成功验证

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.