Skip to content

A Vue.js project which focused on the UX design and group work for an app project. (Achieve highest score in Human-Computer Interaction course in academic year 2020)

Notifications You must be signed in to change notification settings

Yunabell-VU/Spotting-Vue-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spotting

Course : Human-Computer-Interaction

Group : Robin - Group3

Author : Yu Chen

Application

Spotting is a mobile application that aims to help the locals and tourists in Lobitos and Piedritas make quick and accurate reports when they spot rubbish and waste nearby and deliver this information to rubbish collectors who can use it to determine their working destinations. Users' positive behaviour (i.e. rubbish reporting and cleaning) shall be rewarded with points to redeem coupons for commodities or services and all of the users' activities are saved and classified for the users to track reporting and collecting histories.

Features

  1. Report

    The Report is the core function of this app. Users shall be able to make their reports by uploading photos, location, text, or voice descriptions to describe the polluted area. Maps that are divided into grids are used to identify the location since it is difficult to describe the address by street names along the coastline. Users also need to weigh the scale of trash concentration level to give collectors sufficient information about the volume of rubbish they should expect. Taking into account the poor local network conditions, the SAVE function is added to allow users to save their inputs in local memory and upload the reports later.

    An easier way to make a report is designed for users who want to make quick reports and for those who are not familiar with mobile devices and apps. The user could make a voice report within 4 operations (click Report on the centre of navigation docker, choose Voice Input, press the big mic button to record a voice message and click upload).

  2. Reports Stream

    On the home page, it shows the updated stream of all users' reports. Reporters may gain a sense of participation and a feeling of community through the streams. And collectors could find the nearest spot and select their goal to clean easily. To avoid different groups of collectors aiming at the same spot, a reservation function is added and reserved spots shall be removed from the stream.

    (Figure: Home Page (left), History Page (right))

    demo0

    1. History

      History stores the collections of user activities. Four classified sections help users to check the related records directly. Users shall be able to read, edit and share their reports in each section.

      • Processing: uploaded but waiting to be cleaned spots
      • Reserved: spots the user reserved to clean up
      • Cleaned: spots cleaned by the user or spots uploaded by the user but cleaned by others
      • Saved: reports which are not uploaded.
    2. Mall

      Surfing kits discount, free surf lessons, bar drinks and maybe also recycling paper and cups, users can exchange their awarded points to redeem products and services with Lobitos and Piedritas characteristics. We try to attract more local children and teenagers and also tourists to use Spotting and contribute to the local environment by introducing this feature.

    3. Multi-language

      Users shall be able to switch between different languages namely English and Spanish from the header of the home page. The choice of languages is determined due to the demographic situation of residents and tourists.

    4. Tutorial / Help / Instruction

      Although most of the users from our user testing questionnaire replied that they found this app is easy to use and do not need extra help to master the app, we believe that this is mainly because our design conforms to the current popular Android app conventions (e.g. docker navigation) that have been accustomed to by the candidates we tested. Because feature phones were the widely used devices in the local area just a few years ago, we need to take into account that there can be a large number of users that are not familiar with mobile applications. Therefore, tutorials and help instructions are added to the home page and report page.

    Demo

    This following pics shows the implementation based on Vue.js.

    (The theme color is later on adjusted hinge on the Color Test)

    demo1

    demo2

    demo3

    demo4

    Structure

    The following image illustrates the structure of all functions of the app and their interactions.

    str

Reflective Summary

Group workflow

workflow

Assessment of Role

  • organize all meetings
  • set the deadlines
  • assign each member’s tasks
  • draw the prototypes
  • design the questionnaire
  • complete all the coding
  • prepared the materials needed for the demonstration

How to run

Prerequisite

To run this project, make sure you have installed Node.js (at least ver 12). node_modules are not included, please follow the instructions to install all the modules needed.

Project setup

Under the directory of this project, run the following command.

npm install

Compile and open the server

After node_modules are installed, run the following command to activate the project.

npm run serve

Check the web in http://localhost:8080 in mobile version. (iPhone 6)

About

A Vue.js project which focused on the UX design and group work for an app project. (Achieve highest score in Human-Computer Interaction course in academic year 2020)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages