第5篇 Scrum冲刺博客
一、站立式会议
1.会议图片
2.项目进展
成员 | 昨日任务 | 今日计划完成任务 |
---|---|---|
张方俊 | 分享签到页面 | 添加课程页面 |
吴哲涵 | 请假批审 | 迟到次数预警 |
黄岳康 | 定义个人课程 | 删除课程 |
赖佑铭 | 测试相关接口 | 完善数据库 |
梁天龙 | 人数记录页面 | 学习课程页面 |
温钦益 | 完善缺勤列表 | 分享页面 |
二.项目燃尽图
三.部分代码
onLoad: function(options) { this.showlesson(); }, showlesson:function(e){ var that = this; var userid = wx.getStorageSync('openid'); //用户id wx.request({ method: 'POST', header: { 'Content-Type': 'application/x-www-form-urlencoded' }, url: app.globalData.ServerUrl + 'load_lesson.php', data: { userid: userid }, success: function (res) { //console.log(res.data); that.setData({ lesson: res.data }) }, fail: function (res) { wx.showToast({ title: '获取信息失败', icon: 'none' }) }, complete: function (res) { wx.showLoading({ title: '加载中', }) setTimeout(function () { wx.hideLoading() }, 1000) if (res.data == '') { wx.showToast({ title: '您还没有创建课程哟!', icon: 'none' }) } } }) },
四.总结
成员 | 感想 |
---|---|
张方俊 | ddl是第一生产力 |
吴哲瀚 | 加油,奥里给! |
黄岳康 | 忍一忍就过去了 |
赖佑铭 | 加油,奥里给! |
梁天龙 | 大家都很辛苦,但每个人都按时完成任务,继续努力 |
温钦益 | 加油 |