Group 1_Lab 3-2_Sprint Plan(12.4)

阮喆吉 2022-12-04 20:12:17

【EE308FZ Lab3-2】Sprint Plan: Group 1

The Link Your Classhttps://bbs.csdn.net/forums/MUEE308FZU202201
The Link of Requirements of This Assignmenthttps://bbs.csdn.net/topics/610142480
TeamNameGroup 1_Seven boys
Sprint Collection Linkhttps://bbs.csdn.net/topics/610233680
Video demo linkTemp!)https://www.bilibili.com/video/BV1Mv4y1o73n/?spm_id_from=333.999.0.0&vd_source=4151f16769dfdc836489caab56b8c6a2
GitHub linkhttps://github.com/YUNLONG892a/Project

Contents

  • Part 1 Teamwork Summary Reflections
  • 1.1 Summarize the previous work of the team
  • 1.2 Record the defense Opinions & Quesitons
  • 1.3 Improvement plans
  • Part 2 Sprint team division of labor
  • Part 3 Team project's GitHub repository

img

Part 1 Teamwork Summary Reflections

1.1 Summarize the previous work of the team

In the previous work, we determined the future project, analyzed the needs of users and the industry for our project, wrote the project requirement document, drew the mind map, defined the function of the project in detail, and drew the product prototype and UML diagram of the project. And the front-end and back-end data interaction can be preliminarily realized.

1.2 Record the defense Opinions & Quesitons

During the opening defense on Saturday, we were asked two questions:
problem 1: What technical difficulties have you encountered ?
problem 2: Whether the user's pertinence is insufficient?

1.3 Improvement plans

plan 1: For problem 1, we will further study spring boot framework, web design language HTML,CSS,JavaScript and Vue framework, plan to optimize web page design, user experience and other aspects

plan 2: For problem 2, in the future, we will make different styles of management systems for different groups of users. For example, the style of the software tends to be simple and easy to understand for the users with low education. At the same time, for different groups of users, we will make some features for that group of users.

Part 2 Sprint team division of labor

Team membersDivision of Labor
Sun FuzeProject Manager, Video Editing and Back-end development
Zhang YechenBack-end development and Debug
Ruan ZhejiBack-end development and Defense
Zhang LiujueDocument Writing and Front-end
Kang WeiqiDocument Writing
Zhao YunlongFront-end, Bebug and Defense
Lin HongyeFront-end and Document Writing

Part 3 Team project's GitHub repository

https://github.com/YUNLONG892a/Project

...全文
137 回复 打赏 收藏 转发到动态 举报
AI 作业
写回复
用AI写文章
回复
切换为时间正序
请发表友善的回复…
发表回复
资源下载链接为: https://pan.quark.cn/s/67c535f75d4c 在开发 Vue 项目时,跨域问题是一个常见的挑战,主要是由于浏览器的同源策略限制了不同源之间的请求。本文将介绍几种解决跨域问题的方法,适用于使用 vue-cli 脚手架搭建的项目。 在后端服务器上,可以通过修改响应头来解决跨域问题。例如,在 PHP 中,可以设置 Access-Control-Allow-Origin 为 *,以允许所有来源的请求,同时设置 Access-Control-Allow-Methods 为 POST, GET,以允许跨域的 POST 和 GET 请求。代码示例如下: 在前端开发环境中,可以使用 http-proxy-middleware 来设置代理,从而绕过浏览器的同源策略。在 vue-cli 项目中,打开 config/index.js 文件,并在 proxyTable 对象中添加以下配置: 这样,前端的请求路径以 /api 开头时,http-proxy-middleware 会自动将请求转发到目标地址。 axios 是一个常用的 HTTP 库,用于处理前后端交互。可以在项目的 main.js 文件中全局配置 axios,例如设置 POST 请求的 Content-Type: 在组件中,可以通过 this.$axios 发起请求: Fetch API 是另一种发起 HTTP 请求的方式,同样支持跨域。在 Vue 组件中,可以使用以下代码发起 POST 请求: 如果目标服务器只支持 JSONP,可以使用 jQuery 的 $.ajax 方法,并设置 dataType 为 JSONP。例如: Vue 项目中的跨域问题可以通过调整后端服务器的 Header 或在前端使用 http-proxy-middleware 代理来解决。对于支持 JSONP 的 API,还

285

社区成员

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

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