膻味满满美羊羊 - Sprint log Day3

肥嘟嘟 2021-11-18 02:16:05
The Link Your Classhttps://bbs.csdn.net/forums/MUEE308FZ
The Link of Requirement of This Assignmenthttps://bbs.csdn.net/topics/603251839
The requirements for this assignmentAlpha Sprint
Leader's Name, MU ID and FZU ID19105495 & 831901322 Shuo Qiu
Member1's Name, MU ID and FZU ID19105461 & 831901312 Shuqiang Wei
Member2's Name, MU ID and FZU ID19104391 & 831901323 Haiting Luo
Member3's Name, MU ID and FZU ID19105002 & 831901310 Yifan Zhou
Member4's Name, MU ID and FZU ID19104987 & 831901324 Xuetong Liu

project operation

NameCompleted TaskCompletion TimeRemaining TimeProblem EncounteredSolution
Shuo QiuTest classes are written and data is returned5H5 DaysThe same parameter type as the data type in the table was not foundThe parameter types in the table are consistent with the input parameter types
Shuqiang WeiMain interface to create a library, then jump to create a library, the successful creation will jump back to the main interface5.5H5 Daysproject start slowlyThe package of small program code does not necessarily need to be one, it can be divided into several subcontracts according to the function
Yifan ZhouTest classes are written and data is returned5H5 DaysThe same parameter type as the data type in the table was not foundThe parameter types in the table are consistent with the input parameter types
Haiting LuoMain interface to create a library, then jump to create a library, the successful creation will jump back to the main interface5.5H5 Daysproject start slowlyThe package of small program code does not necessarily need to be one, it can be divided into several subcontracts according to the function
Xuetong LiuImproving interface Functions and design the PPT of presentation6H5 DaysInterface not availableFind a way to make the interface work

The complete code for the test class is shown below:


package com.example.test;


import com.example.test.bean.UserBean;
import com.example.test.service.UserService;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;

@RunWith(SpringRunner.class)
@SpringBootTest
public class TestApplicationTests {

    @Autowired
    UserService userService;

    @Test
    public void contextLoads() {
        UserBean userBean = userService.loginIn("a","a");
        System.out.println("该用户ID为:");
        System.out.println(userBean.getId());
    }

}

Today's schedule

Today we implemented the edit library function

img

img

Burnout Figure

img

Team member contribution table

membercontribution
Shuo Qiu20%
Shuqiang Wei20%
Yifan Zhou20%
Haiting Luo20%
Xuetong Liu20%

UML design diagram

Class Diagram

img

Use Case Diagram

img

State Diagram

img

Sequence Diagram

img

Activity Diagram

img

...全文
170 回复 打赏 收藏 转发到动态 举报
AI 作业
写回复
用AI写文章
回复
切换为时间正序
请发表友善的回复…
发表回复

183

社区成员

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

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