285
社区成员




The Link Your Class | https://bbs.csdn.net/forums/MUEE308FZU202201 |
---|---|
The Link of Requirements of This Assignment | https://bbs.csdn.net/topics/610142480 |
TeamName | 福大运会助手开发组 |
Sprint Summary Link | https://bbs.csdn.net/topics/611267296 |
Video demo link | https://www.bilibili.com/video/BV1S3411Q7rL/?pop_share=1 |
GitHub | https://github.com/Group08-Tt/sportsmeeting |
Name | Tasks Completed | The duration of the task |
---|---|---|
Kaixi Chen(leader) | Divide tasks, and start logging. | 2 |
Chenyu Yan | Determine the direction of making application modules, and start to develop back-end athlete information management. | 2 |
Zichen Huang | Determine the direction of making application module, and start to develop the front-end query contest process module. | 3 |
Yu Zhou | Discuss the problems in building the sports meeting app | 1 |
Jiaqi Wu Le | Determine the direction of making application modules and debug the event information management at the back end. | 5 |
Yuzhe Zhang | Discuss the problems in building the sports meeting app | 2 |
Wenjie She | Debug mysql programming on the back end. | 2 |
Jingyu Qing | Discuss the problems in building the sports meeting app | 2 |
Yangkun Xie | Discuss the problems in building the sports meeting app | 2 |
Jiewen Liu | Determine the direction of making application modules ,writing node at the back end, | 2 |
there are many problems in the form presentation of information in the foreground
We can't write such a good component ourselves. So we learn from the plug-ins in the plug-in market and import one for use. I have tried it myself, and there are really many problems.
At this sprint meeting, we clarified our initial task division and discussed the task progress in the first stage. The members of different task groups will conduct a phased docking discussion to jointly solve logical problems.
Member | Proportion |
---|---|
Kaixi Chen | 105% |
Chenyu Yan | 115% |
Zichen Huang | 100% |
Yu Zhou | 80% |
Jiaqi Wu Le | 120% |
Yuzhe Zhang | 80% |
Wenjie She | 105% |
Jingyu Qing | 100% |
Yangkun Xie | 90% |
Jiewen Liu | 105% |
Total | 1000% |
###1.The progress of this sprint
Name | Tasks Completed | The duration of the task |
---|---|---|
Kaixi Chen(leader) | Start making ppt. | 3 |
Chenyu Yan | Writing express code. | 3 |
Zichen Huang | Prepare proposal reports. | 3 |
Yu Zhou | Writing the uniapp code to develop the check-in function on the front end. | 3 |
Jiaqi Wu Le | Debug the function on the back end, writing the mysql code. | 4 |
Yuzhe Zhang | Develop the check-in function on the front end. | 3 |
Wenjie She | Assist in making front-end check-ins. | 3 |
Jingyu Qing | Discuss the problems in building the sports meeting app. | 2 |
Yangkun Xie | Group Message Notification. | 3 |
Jiewen Liu | Writing the uniapp code to develop the check-in function on the front end. | 3 |
1.How to write excel content
2.Problems in reading and importing excel
1.Through consulting materials, discuss together. The nodeExcel package module is written to the file with the given format and parameters.
2.Through consulting materials, discuss together. Read the uploaded file module through the fs module, and the parse of the xlsx module reads the corresponding file, defines the corresponding format, and then circularly reads the corresponding data one by one.
We started by talking about our progress and the problems we were having. Then we try to solve some difficult problems together. In the end, we solved some of the problems and made minor adjustments to the division of labor and development expectations.
Member | Proportion |
---|---|
Kaixi Chen | 105% |
Chenyu Yan | 115% |
Zichen Huang | 100% |
Yu Zhou | 80% |
Jiaqi Wu Le | 120% |
Yuzhe Zhang | 80% |
Wenjie She | 105% |
Jingyu Qing | 100% |
Yangkun Xie | 90% |
Jiewen Liu | 105% |
Total | 1000% |
Name | Tasks Completed | The duration of the task |
---|---|---|
Kaixi Chen(leader) | Start making the demo video. | 4 |
Chenyu Yan | Develop the express code, debug bugs in the athlete information management function on the back end. | 5 |
Zichen Huang | Writing proposal reports. | 3 |
Yu Zhou | Writing the uniapp code to develop the check-in function on the front end. | 5 |
Jiaqi Wu Le | Debug the ability to manage event information on the back end. | 20 |
Yuzhe Zhang | Writing the uniapp code to develop the check-in function on the front end. | 5 |
Wenjie She | Develop the node code on the back end. | 10 |
Jingyu Qing | Discuss the problems in building the sports meeting app | 5 |
Yangkun Xie | Research and development vs code software. | 5 |
Jiewen Liu | Discuss the problems in building the sports meeting app | 5 |
1.How to upload files
2.In the background of vue, there are many common problems of data transmission.
1.Through online review, we discussed that we need to upload the file to the server through the post request multer package for storage.
2.Through consulting materials, discuss together. It uses the vuex data sharing method. Previously, it used to store data directly. When it was used, it directly stored values. However, there would be many drawbacks.
Everyone introduced their achievements and difficulties, and we discussed what we will do in the next two days
Member | Proportion |
---|---|
Kaixi Chen | 105% |
Chenyu Yan | 115% |
Zichen Huang | 100% |
Yu Zhou | 80% |
Jiaqi Wu Le | 120% |
Yuzhe Zhang | 80% |
Wenjie She | 105% |
Jingyu Qing | 100% |
Yangkun Xie | 90% |
Jiewen Liu | 105% |
Total | 1000% |
Name | Tasks Completed | The duration of the task |
---|---|---|
Name | Tasks Completed | The duration of the task |
Kaixi Chen(leader) | Organize the function description on the ppt. | 10 |
Chenyu Yan | Debug express programming bugs on the back end. | 12 |
Zichen Huang | Writing the final report. | 10 |
Yu Zhou | Writing the uniapp code to develop the check-in function on the front end. | 5 |
Jiaqi Wu Le | Develop the express and mysql code of the back end. | 16 |
Yuzhe Zhang | Writing the uniapp code to develop the check-in function on the front end. | 5 |
Wenjie She | Develop the node code on the back end. | 10 |
Jingyu Qing | Discuss the problems in building the sports meeting app | 5 |
Yangkun Xie | Discuss the problems in building the sports meeting app | 5 |
Jiewen Liu | Discuss the problems in building the sports meeting app | 5 |
1.Its own interface can be directly used by anyone, which is obviously not very safe
2.How to verify by sending email with code
1.Discuss together. After the user logs in, we will generate the corresponding token. The token is a jwt mode. So every time the interface comes, I will verify the token, which can avoid many direct and clear access to our data information.
2.Through consulting materials, discuss together. The function of sending short messages is realized through the nodemailer and nodemailer smtp transport modules. One of the problems is that you need to apply for the corresponding key in the corresponding mailbox to verify the automatic sending of the mailbox.
In this meeting, we mainly discussed what we want to optimize and what functions we want to implement. In the end, we summarized some solutions to optimize and designed the general method of writing functions.
Member | Proportion |
---|---|
Kaixi Chen | 105% |
Chenyu Yan | 115% |
Zichen Huang | 100% |
Yu Zhou | 80% |
Jiaqi Wu Le | 120% |
Yuzhe Zhang | 80% |
Wenjie She | 105% |
Jingyu Qing | 100% |
Yangkun Xie | 90% |
Jiewen Liu | 105% |
Total | 1000% |
Name | Tasks Completed | The duration of the task |
---|---|---|
Kaixi Chen(leader) | Making the demo video. | 10 |
Chenyu Yan | Report the corresponding application function of each code. | 16 |
Zichen Huang | Finish the final report, complete the front-end function of the query race process. | 10 |
Yu Zhou | Mainly finish the uniapp code, display the competition news notification function. | 5 |
Jiaqi Wu Le | Runs and demonstrates back-end functionality to manage event information. | 20 |
Yuzhe Zhang | Mainly finish the uniapp code. | 5 |
Wenjie She | Prepare for the defense. | 10 |
Jingyu Qing | View and report problems with application functions. | 5 |
Yangkun Xie | View and report problems with application functions. | 5 |
Jiewen Liu | View and report problems with application functions. | 5 |
1.Network request. And the inter domain problem. Caused a lot of trouble
2.Detailed positioning function, users need to obtain their own geographical location information
1.At first, our network requests are written and exported directly, but it will lead to a problem that if we change a person's computer to run at that time, we find that the assigned IP address does not match the previous one. So it will cause many problems. It is also difficult to handle cross domain problems. Later, we directly use axios to encapsulate the corresponding request, and use the proxy method to achieve cross domain.
2.At first, we wanted to get the map of Gaud. Later, we used the api of the uni to get the location information of longitude and latitude. Then query the corresponding detailed address information through longitude and latitude.
In this sprint meeting, we mainly discussed some problems that our technology and facilities cannot solve at this stage, and discussed alternative solutions. Finally, we summarized the perfections and imperfections of the finished products we have made so far.
Member | Proportion |
---|---|
Kaixi Chen | 105% |
Chenyu Yan | 115% |
Zichen Huang | 100% |
Yu Zhou | 80% |
Jiaqi Wu Le | 120% |
Yuzhe Zhang | 80% |
Wenjie She | 105% |
Jingyu Qing | 100% |
Yangkun Xie | 90% |
Jiewen Liu | 105% |
Total | 1000% |
很不错的内容,干货满满,已支持师傅,期望师傅能输出更多干货,并强烈给师傅五星好评
另外,如果可以的话,期待师傅能给正在参加年度博客之星评选的我一个五星好评,您的五星好评都是对我的支持与鼓励(帖子中有大额红包惊喜哟,不要忘记评了五星后领红包哟)
⭐ ⭐ ⭐ ⭐ ⭐ 博主信息⭐ ⭐ ⭐ ⭐ ⭐
博主:橙留香Park
本人原力等级:5
链接直达:https://bbs.csdn.net/topics/611387568
微信直达:Blue_Team_Park
⭐ ⭐ ⭐ ⭐ ⭐ 五星必回!!!⭐ ⭐ ⭐ ⭐ ⭐
点赞五星好评回馈小福利:抽奖赠书 | 总价值200元,书由君自行挑选(从此页面参与抽奖的同学,只需五星好评后,参与抽奖)