Catalogues
This assignment belongs to which course | EE308FZ Software Engineering https://bbs.csdn.net/forums/ssynkqtd-04 |
---|---|
Where this assignment is required | https://bbs.csdn.net/topics/617676810 |
Team name | FZU Flying Club |
The goal of this assignment | Help students understand Beta Sprint and promote course project progress |
Other references | None |
1 SCRUM Section
1.1 SCRUM Meeting Photos
1.2 Team Member Achievements and Issue Reporting
After yesterday’s stand-up meeting, our team achieved a series of accomplishments.
Here is a summary of each team member’s work:
Team Member | Completed Tasks | Time Spent | Remaining Time | Issues/Challenges | Tomorrow’s Plan |
---|---|---|---|---|---|
Liu Yiqi | Deployed content for the study abroad section; learned and deployed functions related to the navigation bar | 2 hours | 0 hours | None | Continue deploying and uploading relevant cases, such as postgraduate recommendations; check if the navigation bar function and jumping are normal |
Yin Xiangbin | Deployed content for the study abroad section; learned and deployed functions related to the navigation bar | 2 hours | 0 hours | None | Continue deploying and uploading relevant cases, such as postgraduate recommendations; check if the navigation bar function and jumping are normal |
Chen Zhenggang | Deployed content for the study abroad section; learned and deployed functions related to the navigation bar | 2 hours | 0 hours | None | Continue deploying and uploading relevant cases, such as postgraduate recommendations; check if the navigation bar function and jumping are normal |
Zhang Jiayang | Deployed content for the study abroad section | 1 hour | 0 hours | None | Check if the navigation bar function and jumping are normal |
Chen Jinghua | Deployed content for the study abroad section | 1 hour | 0 hours | None | Check if the navigation bar function and jumping are normal |
Chen Yuheng | Deployed content for the study abroad section | 1 hour | 0 hours | None | Continue deploying and uploading relevant cases, such as civil service exams |
Yi Li | Produced the project burn-down chart | 0.5 hours | 0 hours | None | Continue monitoring project progress, collect information, and create a new project burn-down chart |
Hu Jiachen | Recorded relevant blog content as preparation material for the defense PPT | 1 hour | 0 hours | Content is complex | Continue following up on project progress and timely record relevant project information |
Zhang Qin | Wrote relevant blog content; collected and modified website sharing case studies, such as studying abroad, postgraduate recommendations, civil service exams, etc. | 5 hours | 3 hours | Information is chaotic and needs organization | Continue collecting case materials from senior students and coordinate with front-end developers |
Zhao Pan | Formatted and excerpted case text content | 2 hours | 1 hour | Low efficiency, insufficient number of edited cases | Improve editing efficiency |
Peng Houming | Formatted and excerpted case text content | 1 hour | 1 hour | Text content confusion and details issues, such as mixed Chinese and English, punctuation mix | Carefully check the edited content and improve editing efficiency |
1.3 Code Inspection and Test Results
- Liu Yiqi:
- Completed coding and testing for sprint task three, test results: passed.
- Yin Xiangbin:
- Completed coding and testing for sprint task three, test results: passed.
- Chen Zhenggang:
- Completed coding and testing for sprint task three, test results: passed.
- Chen Yuheng:
- Completed code inspection, code testing passed.
- Zhang Jiayang:
- Provided code inspection or test results.
- Chen Jinghua:
- Provided code inspection or test results.
- Zhang Qin:
- Provided code inspection or test results.
- Zhao Pan:
- Provided code inspection or test results.
- Peng Houming:
- Provided code inspection or test results.
- Hu Jiachen:
- Provided code inspection or test results.
- Yi Li:
- Provided code inspection or test results.
1.4 Part of Task Code
标签:
<a href="https://fzu-fly.online/flying/ca/" target="_blank"> //这是点击标签会跳转的网站链接
<div class="box">
<div class="text">澳大利亚</div> //标签里的文字
</div>
</a>
<style>
.box {
display: inline-block;
border: 1px solid lightgray; /* 边框颜色 */
padding: 8px;
border-radius: 20px; /* 弧度大小 */
background-color: lightgray; /* 默认背景色 */
transition: background-color 0.3s ease; /* 添加过渡效果 */
}
.box:hover {
background-color: #7E56C2; /* 当鼠标放上去时背景框会变为紫色 */
}
.text {
font-size: 16px;
text-align: center;
}
</style>
<style>
a[style] {
position: relative;
}
a[style]:hover {
background-color: purple; //当鼠标放上去时背景框边缘会变为紫色
}
</style>
2 PM Report
2.1 Project Summary
- Expected Task Time: 4 days
- Work Time So Far: 10 days
- Remaining Work Time: 0 days
- Number of Issues: 0
2.2 Project Burn-Down Chart
The burn-down chart illustrates the actual project status, comparing expected tasks with actual completion.
2.3 Task Quantity Changes
Completed: Collection, modification, and deployment of various section case studies; displaying and deploying website traffic
Not Completed: Deployment of the navigation bar; addition of new relevant cases
2.4 Demo Video of Deployment of the case TAB navigation bar
Deployment of the case TAB navigation bar
3 Summary
The above is our team’s work report for Sprint Task Three, and each member is actively driving the project forward. We have overcome some challenges and completed all expected tasks in the Beta Sprint. Thank you for your attention!