Team Natus Vincere - Beta Sprint Log 1

"Natus Vincere" 2024-12-15 19:27:14
QuestionAnswer
Which course does this assignment belong to2401-MUSE社区-CSDN社区云
What are the requirements for this assignmentTeamwork——Beta Sprint-CSDN社区
The goal of this assignmentcollect all essays and materials concerning Beta Phase
Code Standard RepositoryCode Standard Repository

目录

  • SCRUM SECTION
  • Achievements
  • Commit record
  • Meeting photo
  • PM REPORT
  • Burn up map
  • Running image of our current program
  • Expected task of the entire project
  • Work that has been completed so far

SCRUM SECTION

Achievements

MemberCompleted Tasks (Yesterday to Present)Time Spent (hrs)Time Left (hrs)Existing Problems/DifficultiesArrangements (Stand-up Plan) for Tomorrow
Liu Ruiyu, Wu Lingyuan, and Wang XiaoyeUI overhaul for Task and Announcement Calendar, designing and styling UI, assigning design tasks.35Ensuring seamless integration between front-end and back-end.Finalize front-end UI design for Calendar, work on task assignments, and review visual aspects.
Lai ZhengpengDesigned API for File Upload and Download System with focus on RBAC, finalized API specifications.26Finalizing RBAC permissions for different roles and testing APIs.Start developing the backend for RBAC system, implement file upload and download APIs.
Song JiazhengFinalized check-in logic, designed logic for abnormal situation , including late arrival and missing card.26Handling edge cases for abnormal check-in detection.Refine system and handle specific error scenarios.
Zhang Zhuorui and Li YilinDocked front-end with back-end, assisted with API design, contributed to the RBAC system.35Ensuring proper data flow between front-end and back-end for accurate display.Continue front-end integration, finalize backend API integration, ensure data sync.
Shi Yison and Guo YongzhenPrepared for logging system, planned logging details for file operations.26Defining clear logging criteria for each file operation.Implement logging system, develop scripts for file operation tracking, and monitor system output.
Cao Mingrui and Cai ShaoenPrepared for file upload and download testing, created test cases for functional and permission testing.26Need to finalize testing environment and permission levels.Conduct functional and permission testing, ensure system behaves as expected for all user types.

Commit record

img

Meeting photo

img

PM REPORT

Burn up map

img

Running image of our current program

UI changed:

img

Expected task of the entire project

  1. File Upload and Download System Enhancement
    Redesign File System Architecture: Implement role-based access control (RBAC) to improve file handling efficiency.
    Develop Permission Management Module: Create a module to streamline access control, enhancing system security and usability.

  2. Clock-In System Improvement
    Integrate Data Visualization Tools: Use advanced tools to display clock-in data through visual representations like pie charts.
    Develop Attendance Analysis Algorithms: Create algorithms to analyze attendance patterns and offer actionable insights to administrators.

  3. Task and Announcement Calendar Enhancement
    Redesign Calendar Interface: Improve usability and ensure effective information dissemination.
    Implement Task Management Features: Add features that facilitate better task management and seamless integration of announcements.

Additional Sprint Tasks
Refine Punch Card Logic: Ensure accurate and efficient time tracking for employees.
Develop Activity Likes and Favorites Features: Enhance user engagement and interaction within the platform.
Strengthen Software Stability: Address potential bugs and performance issues for a smooth user experience.
Optimize Data Handling and Storage Solutions: Improve the application's responsiveness and reliability.
Add User-side Calendar Function: Facilitate users to view dates and manage tasks.

Work that has been completed so far

Finalize the requirements for the File Upload and Download System with a focus on RBAC.
Design the initial architecture for the enhanced Clock-In System with data visualization in mind.
Plan the user interface (UI) overhaul for the Task and Announcement Calendar.
Conduct a team meeting to align on sprint goals, daily tasks, and responsibilities.

...全文
258 回复 打赏 收藏 举报
写回复
用AI写文章
回复
切换为时间正序
请发表友善的回复…
发表回复
源码下载地址: https://pan.quark.cn/s/a4b39357ea24 在Android系统应用程序开发过程中,有时需要为用户设计查看较大图像的界面,比如在照片库应用或电商产品详情界面。本案例主要介绍如何运用ViewPager组件实现左右滑动切换图片,同时结合手势操作支持图片的缩放功能。下面将详细阐述这一功能的实现细节: `ViewPager`是Android软件开发工具包中提供的一个控件,它能够让用户在多个页面之间进行左右滑动以切换内容。在本应用场景中,每个页面都将展示一张图片。`ViewPager`通过适配器(通常是一个继承自`PagerAdapter`的自定义类)来提供页面内容,适配器负责加载和管理图片数据。 为了实现图片查看大图并支持手势缩放,一般会用到`ImageView`组件和`ScaleGestureDetector`类。`ImageView`是用于显示图片的基本组件,而`ScaleGestureDetector`能够帮助我们识别用户的缩放手势,从而实现图片的放大和缩小操作。 实现这一功能的步骤如下: 1. 构建一个自定义的`PagerAdapter`子类,例如`ImagePagerAdapter`,它将负责将图片数据加载到`ViewPager`的各个页面中。在`Invalidate()`方法里,我们可以依据当前页的索引加载对应的图片资源。 2. 在`PagerAdapter`的`instantiateItem()`方法中,为每个页面创建一个新的`ImageView`实例,并将其添加到`ViewPager`的布局结构中。设定`ImageView`的初始图片资源。 3. 对每个`ImageView`,我们可以使用`GestureDet...

173

社区成员

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

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