Skip to content

lichchang/Gifter-2

 
 

Repository files navigation

CSC510_Project1 - Gifter

DOI GitHub license GitHub forks GitHub license codecov License: MIT Build

Gifter-2

DOI License java size lang contrib issue op issue cl pull pull_closed GitHub Workflow Status


Description

Gifter-2 is a social platform built on the idea of gift giving and receiving! The goal of this application is to aid in the process of picking out a gift for friends. Users can create wishlists for themselves and add items/gifts that they would like to receive for their birthday. Users can proceed to add friends and view their wishlists as well. Gifter-2 also allows users to opt-in to email notifications which send a user's friends a reminder email regarding their upcoming birthday (if their email notifications are on as well). Items in the wishlists contain the cost of the item as well as the website where it can be purchased. This application is deployed on the web and is available for individuals of all ages to use!

To start using Gifter-2, a user must first register by creating an account. The system collects information about a user's name, birthday, email, and interests. All of this information is stored in Gifter-2's database, and is not used by Gifter-2 in any other way.

Technologies

python streamlit postgresql anaconda

  • Python
  • StreamLit
  • PostgreSQL

Features

All new features are in bold.

  • Register as a user.
  • Add, edit, and delete items from a wishlist.
  • Add and remove friends from friendslist.
  • Dashboard displaying friendlist with their associated wishlists.
  • Significantly improved UI experience.
  • Login using a username and password.
  • Search for friends using usernames.
  • Search for items using keywords.
  • Send reminder emails for upcoming birthdays (if email notifications are on).
  • Usage of PostgreSQL database to persist information.
  • Application deployed to web.

Installation

You will need the following programs and packages installed on your local machine.

Programs:

  • Python
  • StreamLit
  • PostgreSQL
  • Anaconda Navigator
  1. Setup and launch Anaconda Navigator.
  2. Navigate to the location of the application and use the command streamlit run src/main.py.

** DATABASE?? **

Note: In order to use the "Email Notification" functionality for this project, your team must set up an Outlook email account, and add the username and password to the send_reminder_email() method in account.py. You cannot use Gmail for this feature because Google set up a new restriction this year that doesn't allow third-party apps to send emails from Gmail accounts.

Documentation

This project is a refactoring of the Gifter project from 2022. We have added several functionalities to significantly enhance the scope and user experience of this application.

  • The video displaying the functionalities of the original project Gifter can be found here.
  • The video displaying the new functionalities of Gifter-2 in comparison to the original project Gifter can be found here.

** ADD VIDEO LINKS **

Use Cases

In order to learn more about how to run Gifter-2 and use its features, check out our USAGE.md file! ** ADD USAGE.MD FILE **

Documentation

Still need to complete

Code Coverage

Gifter-2 uses CodeCov to generate the code coverage of the source code. Additionally, we use blackbox tests on the UI to supplement the coverage and ensure that the functionality works as expected.

Future Features

While Gifter-2 is ready for users, there are several enhancements that could be made to amplify user experience. Below, we have listed several scopes of future improvements to Gifter-2 with a brief description.

  • Smart phone application: Create an application for mobile devices that allows users to use Gifter-2 on the go.
  • APIs enhancement: Incorporate the use of APIs from larger e-commerce stores such as Amazon or Target.
  • Machine Learning: Introduce machine learning algorithms to suggest gifts for users based on interests and previous gifts.
  • Chrome extension: Create a Chrome extension so users can add items to their wishlist while browsing online.
  • Calendar: Develop a calendar feature to display user birthdays.

Contribution

Please see the CONTRIBUTING.md for instructions on how to contribute to our repository.

License

This project is licensed under MIT.

Team Members

The team members who developed Gifter-2 are:

  • Huang-Xing (Jesse) Chen
  • Landon Gaddy
  • Li-Chia (Jerry) Chang
  • Saminur (Sami) Islam
  • Shruti Marota

We communicated via Discord and through weekly in-person meetings.
Screenshot (531)

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 59.6%
  • Python 37.7%
  • CSS 2.7%