news 2026/6/23 22:09:38

Sprint Blog 2 (Dec 14-Dec 15) from“Pulse news stream”

作者头像

张小明

前端开发工程师

1.2k 24
文章封面图
Sprint Blog 2 (Dec 14-Dec 15) from“Pulse news stream”

目录

I. Overview of the second Day of Sprint Progress

1. Sprint Phase Background

2. Task Completion Status in Two Days

3. Unfinished Tasks and Reasons (To Be Prioritized Next Sprint)

II. Core Deliverables

III.Problems Encountered and Solutions

Code Conflict Issue

IV.Task Plan for the Next Day


Course Belonging ToEE301
Source of Assignment RequirementsFifth Assignment——Alpha Sprint-CSDN社区
Goal of This AssignmentCourse Objective 3
Other References“Pulse news stream” Design Assignment-CSDN博客

I. Overview of the second Day of Sprint Progress

1. Sprint Phase Background

Building on Day 1’s progress (front-end/back-end basic communication, homepage news list docking, initial FZU Column connection), this two-day sprint focused onclosing Day 1’s core pending tasks, repairing known bugs, and optimizing the stability of existing functions—ensuring basic modules operate smoothly to prepare for the news bookmarking function (the key task of the next phase).

2. Task Completion Status in Two Days

  • Login Module Full-Process Integration (Pending from Day 1)The front-end and back-end teams unified the password encryption algorithm, fixed the back-end token generation vulnerability, and completed end-to-end debugging of the login function. Users can now seamlessly complete the full workflow (enter credentials → back-end verification → token storage → page redirection); auxiliary features like "remember password" and "incorrect password prompts" passed all test cases, and login status remains stable after page refreshes.
  • Closed-Loop Repair of Day 1’s Bugs
    • The front-end team optimized the anti-shake logic for the homepage news list’s pull-to-refresh function (setting a 500ms request interval threshold), completely eliminating occasional duplicate data loading.
    • The back-end team corrected the route configuration of the FZU Column detail page and adjusted front-end/back-end parameter transfer rules, fully resolving the 404 error.All fixed bugs were verified by the testing team and marked "Closed" in the bug management tool.
  • Basic Optimization of Existing FunctionsThe team optimized the response speed of the homepage news list interface: by compressing the returned data format, the average loading time was reduced from 1.1 seconds to 0.7 seconds, improving the page opening experience.

3. Unfinished Tasks and Reasons (To Be Prioritized Next Sprint)

  • Unfinished Task: News bookmarking function development (users cannot save favorite news to the personal center yet).
    • Reason Analysis: Extra time spent on debugging the login module’s token stability delayed the start of this task (the function requires a new database table and front-end interactive components).
    • Compensation Plan: The back-end will design the news-bookmark relationship table on the first morning of the next sprint; the front-end and back-end will complete parallel development and joint debugging in the afternoon, ensuring the function is launched before the third sprint blog is published.

II. Core Deliverables

Code debugging and modification:

Linking and Information Entry for Fuzhou University Column:

III.Problems Encountered and Solutions

Code Conflict Issue

  • Problem Description: When synchronizing the login module’s optimized code to the team repository, a conflict occurred (two members edited the same authentication logic file), causing partial code loss.
  • Solution: Rolled back to the latest stable version, merged the modified content manually, and established code submission rules: (1) Pull the latest repository code before editing; (2) Notify the team when modifying core function files.
  • Follow-up: A 10-minute team sync will be held at the start of the next sprint to review these rules.

IV.Task Plan for the Next Day

  1. Prioritize Pending Task: Complete the news bookmarking function
    • Back-end: Design and create the news-bookmark relationship table; develop "add bookmark" and "query bookmark list" interfaces.
    • Front-end: Add a bookmark button to news cards; develop the bookmark list page in the personal center.
  2. Stabilize Existing Functions: Conduct regression testing on the login module and FZU Column pages to ensure no new bugs are introduced.
  3. Small Optimization: Adjust the FZU Column’s text line spacing (based on user experience feedback) to improve readability.
版权声明: 本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若内容造成侵权/违法违规/事实不符,请联系邮箱:809451989@qq.com进行投诉反馈,一经查实,立即删除!
网站建设 2026/6/22 23:04:33

还在手动校验语音数据?Dify 1.7.0自动检测功能已上线(限时体验)

第一章:还在手动校验语音数据?Dify 1.7.0自动检测功能已上线(限时体验)Dify 1.7.0 正式引入语音数据自动校验功能,彻底告别低效的人工听写比对。该功能面向所有语音识别、语音质检和智能客服场景开放限时免费体验&…

作者头像 李华
网站建设 2026/6/23 19:10:14

专家警告:不掌握量子计算镜像缓存技术,你的研发效率已落后同行三年

第一章:量子计算镜像的构建缓存在量子计算环境中,构建和管理镜像的缓存机制是提升系统效率的关键环节。由于量子模拟器和量子编译器通常依赖于大量预配置的运行时环境,合理利用缓存可显著减少重复构建时间,并优化资源调度。缓存策…

作者头像 李华
网站建设 2026/6/23 20:24:26

对标行业高标准,全星研发项目管理系统赋能汽车芯片研发升级:PLM系统更专业化

对标行业高标准,全星研发项目管理系统赋能汽车芯片研发升级:PLM系统更专业化 一、 产品定位与核心理念 全星研发项目管理APQP软件系统,是一款专为满足汽车部件、芯片半导体等高合规、高复杂性行业需求而设计的体系化研发管理平台。本系统超越…

作者头像 李华
网站建设 2026/6/23 1:48:15

LC.669 | 修剪二叉搜索树 | 树 | 递归与重连

输入: 二叉搜索树的根节点 root,以及最小边界 low 和最大边界 high。 要求: 修剪该二叉搜索树,使得所有节点的值都在 [low, high] 之间。 注意:可能需要改变树的根节点,修剪后的树必须保持二叉搜索树的相对…

作者头像 李华
网站建设 2026/6/23 18:57:29

DAY29 pipeline管道

DAY 23 pipeline 管道 知识回顾: 1.转化器和估计器的概念 2.管道工程 3.ColumnTransformer和Pipeline类

作者头像 李华
网站建设 2026/6/23 18:51:43

A29语音模组:100dB消回音黑科技,超大音量下也能清晰通话

喇叭音量拉满就回音绕耳?车间噪音盖过呼叫指令?远场对话根本听不清?别让音频问题限制设备价值!专注声学的A29数字语音处理模组重磅登场——100dB超强消回音45dB降噪,5米远场拾音无压力,单双麦灵活适配&…

作者头像 李华