Skip to content

User Stories

Amberjolie edited this page Mar 3, 2021 · 5 revisions

Users

collab :

only signed in users can view site for safety reasons, splash page will provide an about explaining app and login / signup

Sign Up

  • As an unregistered and unauthorized user, I want to be able to sign up for the website via a sign-up form.
    • When I'm on the /signup page:
      • I would like to be able to enter my email, username, and preferred password on a clearly laid out form.
      • I would like the website to log me in upon successful completion of the sign-up form.
        • So that I can seamlessly access the site's functionality
    • When I enter invalid data on the sign-up form:
      • I would like the website to inform me of the validations I failed to pass, and repopulate the form with my valid entries (except my password).
        • So that I can try again without needing to refill forms I entered valid data into.

Log in

  • As a registered and unauthorized user, I want to be able to log in to the website via a log-in form.
    • When I'm on the /login page:
      • I would like to be able to enter my email and password on a clearly laid out form.
      • I would like the website to log me in upon successful completion of the lob-up form.
        • So that I can seamlessly access the site's functionality
    • When I enter invalid data on the log-up form:
      • I would like the website to inform me of the validations I failed to pass, and repopulate the form with my valid entries (except my password).
        • So that I can try again without needing to refill forms I entered valid data into.

Demo User

  • As an unregistered and unauthorized user, I would like an easy to find and clear button on both the /signup and /login pages to allow me to visit the site as a guest without signing up or logging in.
    • When I'm on either the /signup or /login pages:
      • I can click on a Demo User button to log me in and allow me access as a normal user.
        • So that I can test the site's features and functionality without needing to stop and enter credentials.

Log Out

  • As a logged in user, I want to log out via an easy to find log out button on the navigation bar.
    • While on any page of the site:
      • I can log out of my account and be redirected to a page displaying recent showcase.
        • So that I can easily log out to keep my information secure.

Showcases

Create showcase

  • As a logged in user, I want to be able to post new showcases.
    • When I'm on the /create-showcase page:
      • I can write and submit a new showcase.

Viewing showcases

  • As a logged in , I want to be able to view all showcases.

    • When I'm on the /dashboard/showcases page:
      • I can view the ten most recently posted Showcases.

        REACH: like showcases?.

  • As a logged in user, I want to be able to view a specific showcase and its associated Comments Likes.

    • When I'm on the /showcase/:id page:
      • I can view the content of the showcase, as well as the associated Comments and Likes.
        • So that I can read and interact with the showcase via comments and likes

Updating showcases

  • As a logged in user, I want to be able to edit my showcase by clicking an Edit button associated with the showcase anywhere that showcase appears.
    • When I'm on the /dashboard/showcases, /showcases/:id, or /users/:id/showcases pages:
      • I can click "Edit" to make permanent changes to showcases I have posted.
        • So that I can fix any errors I make in my showcases.

Deleting showcases

  • As a logged in user, I want to be able to delete my showcases by clicking a Delete button associated with the showcase anywhere that showcase appears.
    • When I'm on the /showcases, /showcases/:id, or /users/:id/showcases pages:
      • I can click "Delete" to permanently delete a showcases I have posted.
        • So that when I realize I shouldn't have publicly said something, I can easily remove it.

recruiters

When logged in

  • I can view all candidates and their profile details, resume, showcase, connect (send message)
  • I can view candidate showcases and profiles, and message, create opportunities and view all opportunities
  • I cannot create a showcase.

Allies

When logged in

  • I can view candidate showcases and profiles, and message, create opportunities but
  • I cannot view all opportunities available
  • I cannot create a showcase.

Opportunities

Create Opportunity

  • I as a signed in user can create an opportunity that specifies a company, role description, requirements and how to apply.
  • I can attach an image
  • I can use keywords from skills list of (languages/creative tools)
  • I can attach a specified relative tech field category i.e.: UX/UI, Full stack, machine learning.

Update an Opportunity

  • I can change the specified data fields entered when I created the opportunity
  • I can change the relative skills
  • I can change the img uploaded
  • I can change the specified relative tech field category

Delete an Opportunity

  • I can delete an opportunity and remove it from viewable categories from other users.

Skills

User Profile

  • I can list relative skills to me on on my profile under the "skills" section.
  • when I create a showcase I can list the skills I used in creating example project
  • skills can be languages, frameworks, creative tools, professional skills etc

Search

  • I can search for opportunities by these same skill keywords.
  • I can search for showcases based on these same skill keywords
  • I can search for other users based on these same skill keywords

Companies

Opportunities

  • I can search for opportunities based on company

Users

  • I can search for users based on the company listed as their employer
Clone this wiki locally