FUZHUAN: Beta Sprint Summary Blog

FUZHUAN 2024-12-21 02:02:19
Which course does this assignment belong toEE301
Where are the requirements for this assignment?Teamwork—beta Spring
Team Name

FUZHUAN

The objective of this assignmentBeta Sprint Summary Blog
Other Reference DocumentsMethod of Construction ( 《构建之法》)

目录

 

1. Introduction

2. Completed and Pending Tasks

3. Review of the Alpha Phase Improvement Plan

4. Project Link and Demonstration

5. Functional GIF

6. Experience, Insights, and Learnings of Each Member During the Sprint

7. Conclusion


1. Introduction

In the Beta phase, our goal was to further optimize the FZZ Campus Second-hand Trading Platform, focusing on completing remaining feature development, improving system performance, enhancing user experience, and ensuring product stability. To comprehensively assess whether the improvement plans set during the Alpha phase were successfully implemented, this blog will review the progress made during the Beta phase and analyze each member’s contribution and the overall achievements of the team.

2. Completed and Pending Tasks

During the Beta phase, we followed the improvement plans made in the “Problem Summary Essay” and the “Essay on Preparing for Everything” from the Alpha phase, which outlined the features that needed improvement or addition. Below is the progress on the tasks in the Beta phase:

TaskStatusCompletionRemarks
Improve user login and registration featuresCompleted100%User registration, login, and password recovery features were completed and the previous bugs were fixed.
Improve product publishing and editing featuresCompleted100%Product publishing interface was optimized, and the editing functionality was completed, allowing users to manage products easily.
Add transaction history and order management featuresCompleted100%The order management module is complete, supporting viewing of historical transactions and updating order statuses.
User review and rating featurePartially Completed80%The feature is mostly complete, but further UI improvements and security enhancements are needed.
Optimize search and filtering featuresCompleted100%Search functionality was improved, and product filtering by category and keywords was enhanced, with faster results loading.
Database performance optimizationCompleted100%Optimized database query efficiency, reducing loading time and improving overall system performance.
User experience improvements (UI/UX)Completed100%The interface layout was improved based on user feedback, making the app easier to use.
System stability testing and bug fixingCompleted100%Comprehensive stability testing was completed, and known bugs were fixed.
Mobile app review and approval preparationIn Progress60%Preparation for submission is underway and expected to be completed in the next phase.
Automated testing featureNot Completed40%The automated testing tools are under development and are expected to be finished in the next phase.

3. Review of the Alpha Phase Improvement Plan

In the Alpha phase, the team set several improvement plans, including resolving feature gaps, addressing performance issues, optimizing database structure, and enhancing user experience. Below is a review of the improvement plans set in the Alpha phase:

Improvement PlanStatusCompletionRemarks
Addressing incomplete core featuresCompleted100%Core features were successfully developed and debugged.
Improve code quality and stabilityCompleted100%Code refactoring and module optimization were completed, improving stability and maintainability.
Enhance team collaboration and communicationCompleted100%Regular team meetings ensured project progress and quality.
Improve requirements management and change controlCompleted100%Requirements documentation was optimized to handle changes and version control effectively.
Implement automated testing toolsPartially Completed80%Automated testing tools were partially developed, but full implementation is pending in the Beta phase.

These improvement plans were further implemented in the Beta phase, providing a solid foundation for the project’s progress.

4. Project Link and Demonstration

  • WeChat Mini Program 
  • Project QR Code:

5. Functional GIF

Here are some screenshots of the FZZ Mini Program in operation:

  • User Login and Registration Interface:

  • Product Publishing and Editing Feature:

  • Order Management Interface:

 

  • Bookmarking interface:

  •  Search interface

  •  Shopping cart interface

 

6. Experience, Insights, and Learnings of Each Member During the Sprint

In the Beta Sprint phase, each team member had different contributions and learning experiences. Below is a summary of individual reflections from team members:

MemberContributionExperience and Insights
Pan Fangling (832201330)Overall project progress control, backend development, requirement analysis supportImproved team collaboration efficiency through project management tools, learned how to better distribute tasks and coordinate resources.
Zhang Yuxin (832201326)Backend development lead, requirement analysis supportGained in-depth knowledge of backend architecture design, especially in database design and API development.
Jiang Huizhou (832201304)Backend development team memberImproved Java programming skills and gained hands-on experience in API design and debugging.
Chen Yike (832202116)Backend development team memberEnhanced understanding of handling concurrent requests, and learned how to improve high-concurrency systems.
Jin Tangruoyi (832201218)Backend development team memberGained experience in debugging and optimizing backend services, particularly in database query performance.
Sun Xing (832202106)Backend development team memberLearned about microservice architecture and contributed to database performance tuning.
Lin Tianyu (832202118)Backend development team memberEnhanced teamwork skills and gained practical experience in API development.
Luo Yuxin (832201320)Frontend development lead, requirement analysis supportDeepened understanding of frontend-backend integration and gained experience in using the Vue.js framework.
Yong Yuxin (832201328)Frontend development team memberIncreased frontend development efficiency, especially in UI design and interaction optimization.
Lin Jiahui (832202119)Frontend development team memberGained experience in optimizing user interfaces and responsive layout techniques.
Yang Ruoxin (832201211)Frontend development team memberGained valuable insights into frontend performance optimization, particularly in image loading and rendering.
Fang Shuyi (832201204)Frontend development team memberLearned how to manage data flow and user interaction in frontend development.
Liu Ningle (832201208)Requirement analysis and documentation managementEnsured smooth progress of the development and design process by managing requirements and documentation.
Wang Yinxuan (832201301)Requirement analysis and documentation managementLearned how to manage and control requirement changes effectively to ensure on-time project delivery.

7. Conclusion

Through the Beta Sprint, the FUZHUAN team made significant progress in both development and optimization, completing the tasks planned for this phase. Team members not only improved their technical skills but also gained valuable experience in actual project development. Through continuous feedback and testing optimization, we ensured system stability and enhanced the user experience. Going forward, we will continue iterating based on user feedback and technical requirements, preparing for the official launch of the campus second-hand trading platform.

...全文
236 回复 打赏 收藏 转发到动态 举报
写回复
用AI写文章
回复
切换为时间正序
请发表友善的回复…
发表回复
内容概要:本文系统研究了Picard迭代法在非线性常微分方程参数估计中的应用,深入阐述了该方法的数学原理及其在参数辨识中的收敛性与稳定性优势。通过构建最小化误差的目标函数,并结合数值积分技术,采用迭代方式逐步逼近系统的真实参数值,有效解决了非线性动态系统中因缺乏解析解而难以进行精确建模的问题。文中提供了完整的Matlab代码实现,涵盖模型定义、迭代求解、参数更新与结果可视化等关键环节,增强了方法的可操作性与工程实用性。研究通过典型非线性系统案例验证了算法的有效性,展示了其在科学计算与工程建模中的良好适应性与推广潜力。; 适合人群:具备常微分方程理论、数值分析基础及Matlab编程能力,从事系统建模、参数辨识、动力学仿真等相关方向的研究生、科研人员和工程技术开发者。; 使用场景及目标:①解决实际工程中非线性微分方程模型的未知参数估计问题;②深入理解Picard迭代法在科学计算中的实现机制与数值特性;③为学术论文复现、科研项目开发或课程设计提供可运行、易调试的技术方案与代码参考。; 阅读建议:建议读者结合文中的数学推导与Matlab代码逐行分析,重点关注迭代流程、目标函数构造与数值积分的耦合实现,通过修改模型结构或噪声条件进行扩展实验,以深化对算法鲁棒性与适用边界的理解。配套资源可通过指定公众号和网盘链接获取,推荐同步学习以加速科研进程。
内容概要:本文详细介绍了一种基于多尺度集成极限学习机(Extreme Learning Machine, ELM)的回归方法,并提供了完整的Matlab代码实现。该方法通过构建多尺度特征表示与集成学习机制,有效提升了ELM在处理非线性、高维复杂数据时的预测精度与模型鲁棒性,特别适用于时间序列回归任务。文档不仅阐述了算法的核心原理与技术流程,还系统展示了其在风电功率预测等工程场景中的应用潜力。同时,文中附带了丰富的科研仿真案例集合,涵盖智能优化算法、深度学习、信号处理、电力系统调度等多个前沿方向,体现了多学科交叉融合的技术优势与实践价值。; 适合人群:具备一定Matlab编程能力,从事科学研究或工程应用的研究生、科研人员及工程技术开发者,尤其适合专注于机器学习、智能算法优化、新能源预测与电力系统建模等相关领域的专业人员。; 使用场景及目标:①用于风电、光伏、负荷等时间序列数据的高精度回归预测任务;②为科研工作者提供可复现的多尺度集成ELM模型代码框架,支持快速算法验证与二次开发;③满足实际工程项目中对高效建模、实时预测与智能决策的技术需求。; 阅读建议:建议读者结合所提供的Matlab代码进行动手实践,深入理解多尺度特征构造与集成策略的设计思想,同时可参考文档中其他相关算法案例进行横向比较与综合应用,以提升整体科研创新能力。

173

社区成员

发帖
与我相关
我的任务
社区描述
2401_MU_SE_FZU
软件工程 高校
社区管理员
  • FZU_SE_TeacherL
  • 助教-吴可仪
  • 助教-孔志豪
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

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