/Knock-Knock

Website connecting people in need with available help

Primary LanguagePython

Knock-Knock

Connecting People in Need with Available Help

Knock-Knock is a website dedicated to fostering a supportive community by connecting individuals in need of assistance with those who have available free time. Our platform allows people to find help when they need it most.

Website Features

Most features are available to registered users.
As a guest, you can browse Knock-Knocks to see other users' requests.
Upon registration, you can create new requests and submit them to help other users, sometimes with something in return.

How to test locally

Just run:

./startup.sh

Technology Used

  • Framework: Django
  • Database: SQLite3

Project Goals

  • Guests can view the latest updated Knock-Knocks to see other users' activities and be encouraged to register.
  • Guests can search for requests based on title, day and/or category.
  • Users can create new assistance requests called Knock-Knock.
  • Users can view their homepage, which displays their current active Knock-Knocks, the Knock-Knocks they are trying to apply for, and a list of possible new works to apply for.
  • Users can communicate via an internal chat to coordinate before, during, and after a match is made.
  • The admin can generate random data for testing purposes using CLI commands.
  • Determine the flow for matching Users.
  • Implement a rating system where Users can rate each other based on the quality of work done.

Pending Decisions

  • Allowing multiple workers to work on a single Knock-Knock.
  • Enabling workers to set their default availability time.

Roles

  • Guest (Not logged-in user)
  • User (Logged-in user)
  • Visibility-Narrowed (Logged-in users who are interested in free or paid works)
  • Admin (Website administrator)

Screenshot