Skip to content

bar199/MavTrade

Repository files navigation

Unit 14: Presentation

MavTrade

Table of Contents

  1. Overview
  2. Product Spec
  3. Wireframes
  4. Schema
  5. Networking
  6. Progess Gifs

Overview

Description

MavTrade provides a user-friendly platform where UTA students can trade and sell their used books and goods. This app could be potentially used application similar to eBay where UTA students can share their opinions and trade stuff at the same time.

App Evaluation

  • Category: Shopping, Social Networking
  • Mobile: This app would be primarily developed for mobile but would perhaps be just as viable on a computer. Functionality wouldn't be limited to mobile devices, however mobile version could potentially have more features.
  • Story: Users can post items and other users who get interested can contact the owner of the item through the application chat. They decide how they want to trade.
  • Market: Any UTA students or instructors could choose to use this app.
  • Habit: This app could be used as often or unoften as the user wanted depending on how deep their social life is, and what exactly they're looking for.
  • Scope: First we would start with posting items based on categories and provide a way to communicate each other, then perhaps this could evolve into a larger UTA community app.

Product Spec

1. User Stories (Required and Optional)

Required Must-have Stories

  • User can register a new account
  • User can login
  • User can create new item post
  • User has profile page to see their posts
  • User can see products posted
  • User persistence

Optional Nice-to-have Stories

  • Items have tags
  • User can sort posts by time posted or price
  • User can search items by keyword or tags
  • Users can follow an item or save potential items
  • Users can message seller/buyer about product
  • Authorize user is a UTA student
  • Item shows availability
    • Open - Item has no ongoing deal.
    • Ongoing - Item is currently in the process of being sold.
    • Closed - Item is no longer available.

2. Screen Archetypes

  • Login
  • Register - User signs up or logs into their account
    • Upon Download/Reopening of the application, the user is prompted to log in to gain access to their profile information to be properly matched with another person.
    • ...
  • Messaging Screen - Chat for users to communicate (direct 1-on-1)
    • Providing messaging system for users
  • Profile Screen
    • Allows user to upload a photo and fill in information
  • Posting Screen
    • Allows user to be able to choose their desired items, and add comments to the post.
  • Sharing information Screen
    • Allow users to post random things that they want to share.

3. Navigation

Tab Navigation (Tab to Screen)

  • Home
  • Personal Freed
  • Messages
  • Profile
  • Settings

Flow Navigation (Screen to Screen)

  • Forced Log-in -> Account creation if no log in is available
  • Home -> Posts -> Chat
  • Profile -> Text field to be modified.
  • Settings -> Toggle settings

Wireframes


https://www.figma.com/proto/2DwZmrxeP11xzKBXq8clXZ/MavTrade-Wireframes?node-id=1%3A3&scaling=scale-down&page-id=0%3A1

Schema

Models

Chat

Property Type Description
objectId String unique id for the message (default field)
createdAt Date date when message is created (default field)
updatedAt Date date when message is last updated (default field)
conversation Pointer to Inbox conversation the message belongs to
fromUser Pointer to User user who is sending the message
toUser Pointer to User user who is receiving the message
body String text of the message

Following

Property Type Description
objectId String unique id for the message (default field)
createdAt Date date when following is created (default field)
updatedAt Date date when following is last updated (default field)
following Pointer to Post post the user is following
user Pointer to User user following a post

Inbox

Property Type Description
objectId String unique id for the message (default field)
createdAt Date date when conversation is created (default field)
updatedAt Date date when conversation is last updated (default field)
post Pointer to Post post the conversation is about
seller Pointer to User author of the post
querier Pointer to User user asking about the post

Post

Property Type Description
objectId String unique id for the user post (default field)
createdAt Date date when post is created (default field)
updatedAt Date date when post is last updated (default field)
user Pointer to User post author
title String post title by author
image File image of item by author
description String post description by author
price Number item price by author

UserInfo

Property Type Description
objectId String unique id for the message (default field)
createdAt Date date when message is created (default field)
updatedAt Date date when message is last updated (default field)
user Pointer to User user with associated picture
profileImage File image of the user

Networking

Network Requests

  • Login screen

    • (Update/PUT) Create a new user object
  • Home screen

    • (Read/GET) Query all posts sorted by most recent
  • Following screen

    • (Read/GET) Query all posts followed by the current user
  • Inbox screen

    • (Read/GET) Query all posts involving current user sorted by most recent chat object
  • Profile screen

    • (Read/GET) Query all posts where user is author
    • (Read/GET) Query logged in user object
  • Settings screen

    • (Update/PUT) Update user profile image
    • (Update/PUT) Update user email
    • (Update/PUT) Update user password
    • (Delete) Delete logged in user object
  • Compose screen

    • (Create/POST) Create a new post object
  • Post Detail Screen

    • (Create/POST) Create a new following object
    • (Delete) Delete following object created by current user
    • (Delete) Delete post object created by current user
  • Conversation screen

    • (Read/GET) Query all messages between current user and post author/querier
    • (Create/POST) Create a new conversation object
    • (Create/POST) Create a new chat object

Progress Gifs

Unit 11

Unit 11 Progress

GIF created with GIPHY.

Unit 14

Showing Login, Following, Messaging, and Settings Functionality

Showing Messaging, Profile, and Composing Functionality

GIFs created with QuickTime and IMG2GO.

About

Codepath Android Univerity UTA Spring 2021 Group Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages