EE308FZ lab2-1

对方正在摸鱼中 2022-11-04 23:59:58
The Link of Your Classhttps://bbs.csdn.net/forums/MUEE308FZU202201
The Link of Requirement of This Assignmenthttps://bbs.csdn.net/topics/608858956
The Aim of This Assignment Concrete ContentDemand Analysis & Prototype Desgin
MU ID and FZU IDMU ID : 20124732     FZU ID :832001124 
Partner IDMU ID : 20123108 20122292      FZU ID :832001302 832001321
Partner Blog Link

832001302    https://bbs.csdn.net/topics/608927731

832001321    https://bbs.csdn.net/topics/608999273

Contents

1.PSP form

2.Our design results

3.Demand Analysis based on NABCD Model

-Need:

-Approach:

-Benefit

-Competitors

-Delivery

4.Prototype Presentation

5.Cooperation scenario

6.Summarize


1.PSP form

PSPESTIMATE TIME(MINUTE)ESTIMATE TIME(MINUTE)
Planning6075
Estimate55
Development10001260
Analysis3020
Design Spec----
Design Review----
Coding Standard2015
Design4060
Coding300600
Code Review1015
Test6080
Reporting--
Test Report1020
Size Measurement1010
Postmortem & Process Improvement Plan2050
Total15752210

 

2.Our design results

https://2d80s7.axshare.com/#g=14


 

3.Demand Analysis based on NABCD Model

NABCD, composed of the first letters of Need, Approach, Benfit, Competitors and Delivery, it invloves demand, practice, benefit, competition and promotion respectively. Through these five parts, the characteristics of the project can be clearly and concisely summarized.

 

-Need:

The Mid-Autumn Festival🐇is one of the traditional Chinese festivals being popular in Southern Fujian and Taiwan, which is the representation of reunion and happiness.During the Mid-Autumn Festival, people get together with their relatives and friends to Bobing and enjoy the moon. Since the outbreak of COVID-19 in 2020, people cannot reuion as before. In order to maintain the original holiday atmosphere, more and more people share the fun of Bobing through online Bobing software. 

- Functional and interface requirements:

  • Can automatically judge the results.

  • Give prizes information so that prizes can be handed out.

  • Provide individual or multiple modes to be chosen.

  • Six random dice roll interfaces.

  • Style appropriate, lively and generous.

  • Beautiful design, in line with the use of the mainstream crowd.

 

-Approach:

Starting from the user's logic and facing the user 📌..

For prototype's interactive design, we choose Axure software to carry out prototype design since it enables us to more smoothly make interaction logic.

For UI design, we use Adobe AI to design the application, which is because we are more familiar with it than other design tools.( We have chose it for another project before.) 

Corresponding to the requirements above, our design process and ideas are persent as follows📝:

 

 

-Benefit

  1. The prototype starts by a lively cover page to introduce of origins and meanings of Bobing, so that users can be attraced by our designs and we could leave a deep impression on them. 

  2. The software saves user information and realizes one-to-one correspondence of data.

  3. The program sets the single player and multi-player mode.

  4. The game can define the quantity of prizes and be viewed in real time; Users can record the results of each player's gambling every time, and users can view the ranking at any time; Users can check the rules of Bobing at any time to konw futher about this game, which is conducive to improving the user experience.

  5. All English design can be conducive to the cultural exchange between China and the West,

 

-Competitors

Nowadays, many applets have similar functions and most of the applets are lacking in attractive interfaces, poor game experience, lots of advertisements, for the purpose of profit, limited number of games, and unfair probability of winning awards. And the related functions such as voice input and sending expression packet bucket map can be further developed. Furthermore, the current applet only has the sense of picture, which has not been combined with audio. It can also add relevant background music and set relevant options such as on, off or customization. The applet has not cooperated with other social platforms to realize cross-platform sharing and invitation.

 

-Delivery

This applet can be registered and logged in to record personal information. After logging in, its personal behavior can be analyzed and counted to provide users with personalized services and products to meet the differentiated needs of users. It can also be used for occasions that are not suitable for off-line gatherings during the epidemic, and realize the fun of Bo cake on-line. At the same time, the English version can help our traditional mid autumn festival activities to the international market.


 

4.Prototype Presentation

Start & login...

Bobing Introdution, Game Hall..

 Rules, Multi Mode Selection, Personal Game Space...


 

5.Cooperation scenario


 

6.Summarize

Actually this is my first trial on achieving interaction and prototype design. Through this experiment, I have a better understanding on the software development and learned to use Axure, an effective tool which can simply large amount of code and replace it by some logic, but I found that is still not easier than typing code since there are many fine work. Anyway, thanks to my teammates' help, eventually, I handle out the majority of the interaction and correct the logic.

 

...全文
500 回复 打赏 收藏 转发到动态 举报
写回复
用AI写文章
回复
切换为时间正序
请发表友善的回复…
发表回复
源码链接: https://pan.quark.cn/s/a4b39357ea24 在本研究中,我们将详细研究如何借助Python执行数据可视化,旨在剖析2018年期间中国四个主要城市——北京、上海、广州以及深圳的空气质量状况。通过绘制反映空气质量指数(AQI)与细颗粒物(PM2.5)变化趋势的图表,我们能够深入理解这些大都市全年的空气环境质量,并明确评估其优良天气所占的比重。 我们必须首先进行数据准备工作。在当前提供的压缩文件内,名为"2018天气"的文件极有可能是数据来源,其中可能收录了涉及四个城市每日空气质量监测的详细信息。这些数据通常涵盖日期、城市名称、AQI数值、PM2.5含量等核心参数。在Python编程环境中,我们惯常运用pandas库来对这类结构化数据进行高效的处理和分析。 1. **数据导入与初步处理**: - 利用`pandas.read_csv()`方法来导入存储为CSV格式的数据资料。 - 数据整理:对数据中的空白项、非正常数值进行修正,保证数据的精确性。 - 调整日期字段的格式,确保其能够适用于时间序列分析的需求。 2. **数据深度分析**: - 针对每个城市的AQI和PM2.5数据执行统计性描述,例如计算平均值、中位数、标准偏差等指标。 - 确定空气质量良好天气的天数,即那些AQI值低于75(依据中国的空气质量评估标准)的日数。 3. **数据呈现**: - 运用matplotlib或seaborn工具绘制折线图,直观展示四个城市在2018年全年的AQI和PM2.5变化动态。 - 可通过采用不同的颜色方案和线条类型来区分不同城市的数据系列。 - 添加必要的图示元素,如日期坐标轴、城市名称标注、图表标题及图例说明,以提升图表的可读...

285

社区成员

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

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