Amrita Sidhu - Project / Scrum Manager
Abhiek Bist - Tech Lead
Griffin Wilchuk - Client Liaison
Jake Daongam - QA Leader
Team Agreement
Early draft of requirements
Client questions
User scenarios
Prototype(s)
Gantt Chart.
List of Usability Tasks
Front End Aspects:
Back End Aspects:
A rough plan for January
Notes from Professor/TA meetings in Jan
Equifood Priority Tasks Document
- TA demo meeting suggestions
- Screens navigation chart on Lucid Chart for us and future developers.
The purpose of Equifood is to aid in reducing food wastage of restaurants. This app presents restaurant owners the idea of giving away excess food they have at the end of each day at discounted prices, or for free.
Equifood administrators manually keep track of the money amount Equifood has saved individuals from restaurants. These are considered as donations.
Our software will allow restaurant owners to post their discounted/free offers for individuals to see and will automatically keep track of donation amounts.
- Customer View
- Includes Restaurants, Restaurant specifics, add / delete to cart, cart, reserve, timepicker, searchbar, header navigation portion, profile with various setting options.
Profile Includes:
- View Recent Orders
- Edit Account
- Help
- Privacy
- About
- Restaurant Owner View:
- Includes the restaurant ownerr view
- Admin View
- Includes donations, restaurant requests, add / remove restaurants / the ability to navigate into and look at restaurants deeply.
Our client preferred we use one of the two MERN stack variations (MariaDB or MongoDB)
The current stack chosen for the project is a MERN (MariaDB, Express, React Native, NodeJS) stack. This is due to the low cost and abundance of documentation for this popular stack. Our team decided to use the MariaDB variation. We prefer MariaDB as its relational model is crucial for our queries and additions of new available products.
Information for setting up the MERN stack can be found in the following links
Nodejs
React Native
MariaDB Setup
Expressjs
Milestone 1: Basic Front End and back end (Allow users to see restaurant and food options)
Milestone 2: Create Databases, improve navigation (Clicking things bring you to the proper pages and show proper values)
Milestone 3: Deploy and populate databases
Milestone 4: Extensively test, document, and prepare for handoff
Their purpose in using the app will be monitoring that restaurant owners are using Equifood as per their guidelines. They will have the option to approve, deny, or remove restaurants from this app.
Admin will have access to viewing donation amounts.
The app will allow them to post information about their restaurant and food options available.
They will update total donations collected from their restaurant.
Will be able to use the app to view available restaurants and food options.
nvm use --lts
node -v
npm install -g expo-cli
npm install @react-navigation/native
npm install "react@18.1.0"
"npm i react-navigation-drawer"
nodemon server
npm start
to run Expo.- Browsing Restaurant page
- Browsing Food Options from Restaurant page
- Detailed product page
- Can reserve item
- View Cart page
- Can remove items
- User profile page
- Just a mock up, still working on
- Drawer navigation and tabs
- Color scheme of green and white (to match logo)