06 Group - Sprint log 5

Baby Crab 2022-12-23 15:14:37
The Link Your Classhttps://bbs.csdn.net/forums/MUEE308FZU202201
The Link of Requirements of This Assignmenthttps://bbs.csdn.net/topics/610142480?spm=1001.2014.3001.6377
TeamName06group_haohaoshi
Sprint Summary Linkhttps://bbs.csdn.net/topics/611216699
Video demo linkhttps://www.bilibili.com/video/BV1bg411J7BS/
GitHub linkhttps://github.com/Software-Project-2022/Lab

1.The progress of this sprint

MemberCompleted TasksDuration of the tasksProblem EncounteredHow to Solution
Xie SiyanUI optimization and logic grooming7.5hSome UI displays are incorrectCommunicate with front-end developers
Wu JiayiUI optimization and testing7.5hSome UI displays are incorrectRedesign the image size and format
Chen KejingConnect to the front-end personnel8hBugs in some functionsFind solutions on open source websites
Yu XintongOptimize partial code7hThe UI continues to display abnormally on some devicesLook for solutions on Github
Wu chenjieOptimize the ledger function of web pages7hThere are some features that don't workLook for solutions on CSDN
Wang SiyiCommunicate with back-end personnel to finalize details8hThere are some issues to run in with the front endChange part of the front end design
Xie ShuhuiTest web functionality over and over again7hBugs in some functionsFind solutions on open source websites

2.record of the stand-up meeting

a. Meeting content

In this meeting, we mainly discussed what we want to optimize and what functions we want to implement. In the end, we summarized some solutions to optimize and designed the general method of writing functions.

b. Meeting process

img


3.Progress of the development

a. Github

b. Screenshots

Web pages before UI optimization

img

UI optimized web page

img

c. Progress

So far, we have implemented most of the basic functions, such as recipes, calorie queries, random food selection, etc. We fixed some UI errors and improved the mobile ledger functionality.

d. Burndown Chart

img


4. Contribution table

MemberContributionContribution degree
Xie SiyanUI design, PPTmaking,presentation,defense100
Wu JiayiUI design, PPTmaking, defense preperation100
Chen KejingBack-end writing, blog writing100
Wu ChenjieBack-end writing, blog writing100
Yu XintongBack-end writing, blog writing100
Wang SiyiFront-end writing, vedio makinng100
Xie ShuhuiBack-end writing, blog writing100

5. Use case

img

...全文
163 回复 打赏 收藏 转发到动态 举报
写回复
用AI写文章
回复
切换为时间正序
请发表友善的回复…
发表回复
代码下载链接: https://pan.quark.cn/s/a4b39357ea24 第 一 章 概述 1-1 简述计算机程序设计语言的发展阶段。 解: 自从计算机诞生以来,程序设计语言经历了从机器语言、汇编语言到高级语言的演变过程,C++语言作为一种面向对象的编程语言,也属于高级语言范畴。 1-2 面向对象的编程语言具备哪些特性? 解: 面向对象的编程语言与传统的编程语言有着本质的区别,其设计初衷是为了更直观地模拟现实世界中存在的事物及其相互关系。这类编程语言将客观事物视为具有属性和行为的对象,通过抽象方法提取出同一类对象的共同属性(静态特征)和行为(动态特征),从而构建类。借助类的继承与多态机制,能够便捷地实现代码复用,显著缩短软件开发周期,并确保软件风格的一致性。因此,面向对象的编程语言使得程序能够较为准确地反映问题域的本质,软件开发人员可以运用人类惯用的思维模式进行开发工作。C++语言是目前应用最为广泛的面向对象编程语言。 1-3 结构化程序设计方法是什么?这种方法有哪些优势和不足? 解: 结构化程序设计的核心思想是自顶向下、逐步求精;其程序结构按照功能划分为多个基本模块;各模块之间的关联尽可能简化,在功能上保持相对独立性;每个模块内部均由顺序、选择和循环三种基本结构构成;模块化实现的具体途径是利用子程序。结构化程序设计由于采用模块分解与功能抽象,自顶向下、分而治之的策略,从而有效地将一个较为复杂的程序系统设计任务分解成许多易于管理和处理的子任务,便于开发与维护。 尽管结构化程序设计方法具备诸多优点,但它本质上仍是一种面向过程的程序设计方法,将数据与处理数据的操作分离为相互独立的实体。当数据结构发生变化时,所有相关的处理过程都需要进行相应的调整,每一种...

285

社区成员

发帖
与我相关
我的任务
社区描述
福州大学 梅努斯国际工程学院 软件工程(2022秋) 教学
软件工程 高校
社区管理员
  • LinQF39
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧