Skip to content

User Stories

Erica Maranowski edited this page Sep 6, 2023 · 1 revision

Users

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 FauxTweets.
        • So that I can easily log out to keep my information secure.

Boards

Create Boards

  • As a logged in user, I want to be able to create a board.
    • When I'm on the /boards page:
      • I can click "Create" to open a modal form to create a new board.
        • So that I can create a board to organize columns and cards for a project.

View Boards

  • As a logged in user, I want to be able to view all my boards (together and individually).
    • When I'm on the /boards page:
      • I can view all my boards together.
        • So that I can see all the boards I have created for all projects and purposes.
    • When I'm on the /boards/:id page:
      • I can view a single board.
        • So that I can see a specific board's columns and cards.

Update Boards

  • As a logged in user, I want to be able to update my boards.
    • When I'm on the /boards and /boards/:id pages:
      • I can see an "Edit" button for each board.
      • I can click "Edit" to open a modal form to make permanent changes to a board.
        • So that I can update board names and info.

Delete Boards

  • As a logged in user, I want to be able to delete a board.
    • When I'm on the /boards and /boards/:id pages:
      • I can see a "Delete" button for each board.
      • I can click "Delete" to open a modal, within which I can permanently delete that board (and all its columns and cards).
        • So that I can delete boards I no longer need or want.

Columns

Create Columns

  • As a logged in user, I want to be able to create columns for a board.
    • When I'm on the /boards/:id page:
      • I can click "Add Column" within a board to open a modal form to create a new column in that board.
        • So that I can create columns within that board.

View Columns

  • As a logged in user, I want to be able to view all columns for a board.
    • When I'm on the /boards/:id page:
      • I can view all columns for that single board.
        • So that I can see a specific board's columns, and the cards in those columns.

Update Columns

  • As a logged in user, I want to be able to update my columns.
    • When I'm on the /boards/:id page:
      • I can see an "Edit" button for each column.
      • I can click "Edit" to open a modal form to make permanent changes to a column.
        • So that I can update column names and info.

Delete Columns

  • As a logged in user, I want to be able to delete a column.
    • When I'm on the /boards/:id pages:
      • I can see a "Delete" button for each column.
      • I can click "Delete" to open a modal, within which I can permanently delete that column.
        • So that I can delete column I no longer need or want.

Cards

Create Cards

  • As a logged in user, I want to be able to create cards for a board.
    • When I'm on the /boards/:id page:
      • I can click "Add Card" within a column to open a modal form to create a card in that column.
        • So that I can create cards for that board, organized by column.

View Cards

  • As a logged in user, I want to be able to view all cards for a board.
    • When I'm on the /boards/:id page:
      • I can view all cards for that single board.
        • So that I can see a specific board's cards, organized by column.

Update Cards

  • As a logged in user, I want to be able to update my cards.
    • When I'm on the /boards/:id page:
      • I can see an "Edit" button for each card.
      • I can click "Edit" to open a modal form to make permanent changes to a card.
        • So that I can update card names and info.

Delete Cards

  • As a logged in user, I want to be able to delete a card.
    • When I'm on the /boards/:id pages:
      • I can see a "Delete" button for each card.
      • I can click "Delete" to open a modal, within which I can permanently delete that card.
        • So that I can delete cards I no longer need or want.

Notebooks

Create Notebooks

  • As a logged in user, I want to be able to create a notebook.
    • When I'm on the /notebooks page:
      • I can click "Create" to open a modal form to create a new notebook.
        • So that I can create notes within that notebook to track ideas and info.

View Notebooks

  • As a logged in user, I want to be able to view all my notebooks (together and individually).
    • When I'm on the /notebooks page:
      • I can view all my notebooks together.
        • So that I can see all the notebooks that I have created for all projects and purposes.
    • When I'm on the /notebooks/:id page:
      • I can view a single notebook.
        • So that I can see a specific notebook's notes.

Update Notebooks

  • As a logged in user, I want to be able to update my notebooks.
    • When I'm on the /notebooks and /notebooks/:id pages:
      • I can see an "Edit" button for each notebook.
      • I can click "Edit" to open a modal form to make permanent changes to a notebook.
        • So that I can update notebook names and info.

Delete Notebooks

  • As a logged in user, I want to be able to delete a notebook.
    • When I'm on the /notebooks and /notebooks/:id pages:
      • I can see a "Delete" button for each notebook.
      • I can click "Delete" to open a modal, within which I can permanently delete that notebook (and all its notes).
        • So that I can delete notebooks I no longer need or want.

Notes

Create Notes

  • As a logged in user, I want to be able to create notes for a notebook.
    • When I'm on the /notebooks/:id page:
      • I can click "Add Note" to open a modal form to create a new note in that notebook.
        • So that I can create notes to track my ideas.

View Notes

  • As a logged in user, I want to be able to view all notes for a notebook.
    • When I'm on the /notebooks/:id page:
      • I can view all notes for that single notebook.
        • So that I can see a specific notebook's notes.

Update Notes

  • As a logged in user, I want to be able to update my notes.
    • When I'm on the /notebooks/:id page:
      • I can see an "Edit" button for each note.
      • I can click "Edit" to open a modal form to make permanent changes to a note.
        • So that I can update note names and info.

Delete Notes

  • As a logged in user, I want to be able to delete a note.
    • When I'm on the /notebooks/:id pages:
      • I can see a "Delete" button for each note.
      • I can click "Delete" to open a modal, within which I can permanently delete that note.
        • So that I can delete notes I no longer need or want.

Lists

Create Lists

  • As a logged in user, I want to be able to create a list.
    • When I'm on the /lists page:
      • I can click "Create" to open a modal form to create a new list.
        • So that I can create and organize to-do items within that list.

View Lists

  • As a logged in user, I want to be able to view all my lists (together and individually).
    • When I'm on the /lists page:
      • I can view all my lists together.
        • So that I can see all the lists that I have created for all projects and purposes.
    • When I'm on the /lists/:id page:
      • I can view a single list.
        • So that I can see a specific list's to-do items.

Update Lists

  • As a logged in user, I want to be able to update my lists.
    • When I'm on the /lists and /lists/:id pages:
      • I can see an "Edit" button for each list.
      • I can click "Edit" to open a modal form to make permanent changes to a list.
        • So that I can update list names and info.

Delete Lists

  • As a logged in user, I want to be able to delete a list.
    • When I'm on the /lists and /lists/:id pages:
      • I can see a "Delete" button for each list.
      • I can click "Delete" to open a modal, within which I can permanently delete that list (and its to-do items).
        • So that I can delete lists I no longer need or want.

List To-Do Items

Create List Items

  • As a logged in user, I want to be able to create to-do items for a list.
    • When I'm on the /lists/:id page:
      • I can click "Add Item" to open a modal form to create a new item in that list.
        • So that I can create to-do items to track my tasks.

View List Items

  • As a logged in user, I want to be able to view all items for a list.
    • When I'm on the /lists/:id page:
      • I can view all items for that single list.
        • So that I can see a specific list's items.

Update List Items

  • As a logged in user, I want to be able to update my list items.
    • When I'm on the /lists/:id page:
      • I can see an "Edit" button for each list item.
      • I can click "Edit" to open a modal form to make permanent changes to a list item.
        • So that I can update list item names and info.

Delete List Items

  • As a logged in user, I want to be able to delete a list item.
    • When I'm on the /lists/:id pages:
      • I can see a "Delete" button for each list item.
      • I can click "Delete" to open a modal, within which I can permanently delete that list item.
        • So that I can delete list items I no longer need or want.