Skip to content

Features

Chris Thibault edited this page Jun 13, 2023 · 4 revisions

Features

0) Users

  • Users can sign up, log in, and log out.
  • Users can use a demo login to try the site.
  • Users can't use the website without logging in.
  • Logged in users are directed to their home feed where posts made by other users are shown.
  • Logged out users are directed to a splash page asking them to login again.

1) Pins

  • Logged in users can create pins.
  • Logged in users can view a feed of pins on their page.
  • Logged in users can view individual pins.
  • Logged in users can edit or delete their own pins from their profile.

2) Saves

  • Logged in users can save pins to their profile.
  • Logged in users can view all pins they've saved on their profile.
  • Logged in users can edit or delete pins they've saved from their profile.

3) Boards

  • Logged in users can create boards to organize pins they've saved.
  • Logged in users can view their boards from their profile.
  • Logged in users can edit or delete their own boards from their profile.

4) Comments

  • Logged in users can comment on pins.
  • Logged in users can read comments from other users.
  • Logged in users can edit or delete their own comments on pins.

5) BONUS 1

  • AWS Implementation - Creating a pin prompts the user to upload a file.

6) BONUS 2

  • Pins are tagged into searchable categories.

Clone this wiki locally