EE308 LAB10

跳探戈的小龙虾
前端领域新星创作者
2021-12-15 23:04:50

Content

I.Problem List After Alpha Spring

II.UML

III.Actual Progress of The Project

V.Team Members' Experience


The Link Your Classhttps://bbs.csdn.net/forums/MUEE308FZ
The Link of Requirement of This Assignmenthttps://bbs.csdn.net/topics/603608738
The Name of TeamLangcent互联网股份有限公司
The Goal of This AssignmentAlpha Sprint
Leader's MU STU ID and Name19103069 Jian Lang
Teammate 1's MU STU ID and Name19104120 Wei Xie
Teammate 2's MU STU ID and Name19103620 Yuxiang He
Teammate 3's MU STU ID and Name19105584 Diancong Wu
Teammate 4's MU STU ID and Name19103778 Zekai Wang

I.Problem List After Alpha Spring

✴️ Problems Encountered:

1️⃣ As for obtaining the search results of Bilibili by crawler, if the page variable in the URL is always changed through the for loop, the website server will consider it as malicious crawling data and will refuse access.

2️⃣ In the aspect of obtaining data, there is a problem that obtaining data with a single interface is not comprehensive. Sometimes it is necessary to use multiple interfaces for the same object to obtain enough target information, and finding usable interfaces has become an urgent problem to be solved.

3️⃣ How to flexibly set the update days.

4️⃣ If a request is initiated in the Wechat applet, it must be encrypted using HTTPS in the back-end protocol. Otherwise, the access fails.

5️⃣ Do not know how to change the state of a single object obtained from the back-end.


✳️ The way to deal with:

1️⃣ Decided to set page as the first page of data. Because the Upper data we crawled is sorted according to the attention heat. From the practical point of view, the following several results do not attract too much attention, naturally there is no possibility of attention.

2️⃣ Obtain the information interface of the web page through the developer tool of edge browser to get the required information

3️⃣ Decide to add an item in the user model database to allow users to customize their own update days. And the corresponding interface to modify the days.

4️⃣ Our group decided to apply for a domain name to resolve our server IP address, and use HTTPS to encrypt the domain name to meet the requirements of the applet backend.

5️⃣ This can be solved by adding a object array and set the name of each slot to a sequent number.


II.UML

Class Diagram:

 


Use Case Diagram:

 


Sequence Diagram:

 


State Diagram:


 ✅ Activity Diagram:


III.Actual Progress of The Project

Now, we have released our mini program with version v1.0.1. So you can type "哔Li哔Li Xiu Assistant" to find out it. Another way is to screen the following QR Code:


1️⃣ Registeration Page

This is the registration page ,which is the beginning of the whole applet. Here you are required to register the user name, enter a password, upload a profile, and bind a UID (each Bilibili user has his or her own UID number). It is important to note that if the UID does not exist or cannot access the concerned information, the registration will fail. Once determined, the UID cannot be changed. Then you can click the button below to go to the login interface.


2️⃣ Login Page

This is the login page. If you have already registered your account in our applet, you can login directly to use it. Otherwise you must click the register button below to register.


3️⃣ Search and Search Result Page

This is the search page, mainly based on the name provided by the user to obtain the search results of Upper. In order to facilitate the user's search, the search results will be ranked according to the number of followers followed fans from the highest to the lowest. By the way, the more complete your name is, the easier it is to get the result you want.

This is result the search page gets, with the profile picture and name of each Upper. The user can select Upper and click the red heart button to add it to the applet's special concerns list.


4️⃣ Xiu Friends Page

This is your friend's personal information. We can see the UID, profile, and sign that the friend is bound to. We also have access to our friends' special concerns list and Bilibili's concerns list according to his bound UID.


5️⃣ Search Friends and Search Friends Result Page

This is the friends search page, and you can search for anyone who has signed up for the applet. And add him as a friend. We found the user by inputting the username, and clicked the button on the right to add the user as a friend.


6️⃣ Xiu Friends Personal Page

This applet we also provide a friend function. On the friends page, you can view the user's friends, delete friends or search to add new friends.In addition, clicking on your friend's profile picture will give you access to some information about your friend.


7️⃣ Mine Page

This is the user information page, where we have many of our core functions. First you can change your sign and profile here. And you can view the followed uppers in the applet whether there is an update video on Bilibili, followed Uppers witch bound UID concerns, special concern list and other functions(Being developed).


8️⃣ Focused Page

Just like the registration function mentioned above, each user needs to bind a UID of Bilibili, and this page is to obtain the following uppers of Bilibili through the bound UID. And we can add these concerns to our special concerns list on our applet.


9️⃣ Special Care List Page

This is one of the core parts of the whole applet - the special care list. Uppers we followed in this list will be pushed their latest videos in the near future.


1️⃣0️⃣ Setting Page

This page is aimed at providing users a way to change some properties. For example, they can select the days they want to obtained the broadcasted videos.


Code RepositoryDocument Respository
https://github.com/LobsterJian/Bilibili_Xiu_Assistant_Code_Repository.githttps://github.com/LobsterJian/Bilibili_Xiu_Assistant_Document_Repository.git

V.Team Members' Experience

1️⃣ Leader: Jian Lang

The day just before I wrote this blog, I successfully overcame a big problem in our whole project. I must say after alpha sprint, given we have figured out all the core methods of developing, we do things easily in such a long time. However, just in last week, when my members and I have finished all the functions and tend to make the mini program be published in Wechat applet, then the problem came. We need to use domain name instead of using ip address to visit the web server. However, we do not have a domain name. Then after keep trying for several days, I finally find a way to bind our ip address with our domain name(Newly registered). Also in last day, I overcame this problem. And at that time, I think I can overcome every problems encounted in the future.


2️⃣ Member: Wei Xie

After the Alpha sprint, as the subsequent projects became more and more perfect and the demand became more and more, the functions became more and more complete, I really realized what is the pressure of demand. Then in the interaction with the front end is also to understand a lot of network layer knowledge, increased the fun of coding. For example, operation database, installation framework, management background and so on. At the same time, this project also let me really realized how to develop a project to the entire small program development online process.


3️⃣ Member: Yuxiang He

The project development after alpha sprint makes me really understand what is demand changing anytime and anywhere. Sometimes you will constantly change the code because of the changing demand. Sometimes you also need to add code according to the newly added demand. Writing it for many times has greatly improved my coding ability and exercised myself. In addition, after the alpha sprint, more and more things between the front-end and back-end need to be communicated. In this process, it not only makes me better understand how the whole project is realized, but also makes me proficient in how to express my ideas clearly, which is a great improvement for me in teamwork aspect.


4️⃣ Member: Diancong Wu

During the period after the Alpha Sprint, our project became more and more perfect, with more and more functions needed to be implemented, and we had higher requirements for the overall beauty and smoothness of the front-end. During this process, I deeply understood the problems and difficulties encountered in front-end development. Also, because some of the functionality required backend collaboration, I learned a little about databases. The most important thing is that through this project, I understand the development of a small program that can be used from scratch with practice, and help me better understand the course knowledge of this semester.


5️⃣ Member: Zekai Wang

After Alpha sprint, more and more, I feel my weakness of the front, from the beginning that through the study of short time I can do, now finds myself just understand code should be how to write, but don't know how to use is appropriate, I feel that I must follow the ongoing projects of actual combat, I can really do front-end development on my own, thanks to my teammates for their help. This time we help each other to learn from each other, I am very happy.

...全文
315 1 打赏 收藏 转发到动态 举报
AI 作业
写回复
用AI写文章
1 条回复
切换为时间正序
请发表友善的回复…
发表回复
蕤楪 2023-01-31
  • 打赏
  • 举报
回复

时隔一年,今日回头展望,依旧震感

183

社区成员

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

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