Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Amy Lee -- Carets #26

Open
wants to merge 37 commits into
base: master
Choose a base branch
from
Open

Amy Lee -- Carets #26

wants to merge 37 commits into from

Commits on Oct 10, 2017

  1. Initial Rails setup

    ayjlee committed Oct 10, 2017
    Configuration menu
    Copy the full SHA
    b4fba40 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2017

  1. Configuration menu
    Copy the full SHA
    b7cec92 View commit details
    Browse the repository at this point in the history
  2. Added fixtures for testing, added validations for title presence and …

    …uniqueness to the Work model, tested validations for Work model
    ayjlee committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    e519361 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ec6e41 View commit details
    Browse the repository at this point in the history
  4. updated select field to assign the appropriate category value for eac…

    …h new Work created/updated
    ayjlee committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    c04944e View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2017

  1. Can create a new work and show a Success Flash when it saves, tested …

    …valid creations only
    ayjlee committed Oct 12, 2017
    Configuration menu
    Copy the full SHA
    f6e14aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a0fc95 View commit details
    Browse the repository at this point in the history
  3. Added links to Works show page

    ayjlee committed Oct 12, 2017
    Configuration menu
    Copy the full SHA
    3ffb8b7 View commit details
    Browse the repository at this point in the history
  4. wrote method to delete method, created a 'delete' link to be able to …

    …delete a work from their show page, tested that a work deletes successfully
    ayjlee committed Oct 12, 2017
    Configuration menu
    Copy the full SHA
    25f9eab View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2017

  1. Configuration menu
    Copy the full SHA
    6f2e7aa View commit details
    Browse the repository at this point in the history
  2. Setup Vote controller, model, and yaml, set up relationships between …

    …votes, users, and works
    ayjlee committed Oct 13, 2017
    Configuration menu
    Copy the full SHA
    2c2f87d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c175a7e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    de3861b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b866ea2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ff8902e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8657966 View commit details
    Browse the repository at this point in the history
  8. modified session logout method

    ayjlee committed Oct 13, 2017
    Configuration menu
    Copy the full SHA
    cec0cf4 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2017

  1. Configuration menu
    Copy the full SHA
    b023f4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8ad718 View commit details
    Browse the repository at this point in the history
  3. modified delete button class, tested that

    work deletes properly
    ayjlee committed Oct 14, 2017
    Configuration menu
    Copy the full SHA
    c555edd View commit details
    Browse the repository at this point in the history
  4. modified Works show page with placeholder html for showing a votes ta…

    …ble, pseudocode for upvote method added to Work model
    ayjlee committed Oct 14, 2017
    Configuration menu
    Copy the full SHA
    6c5e3c7 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2017

  1. Configuration menu
    Copy the full SHA
    700355d View commit details
    Browse the repository at this point in the history
  2. Setup pseudocode for Upvote method, setup login requirements for upvo…

    …ting, setup view of Votes on the Work's show page and User's show page, added link to upvote from All Media page
    ayjlee committed Oct 15, 2017
    Configuration menu
    Copy the full SHA
    2de536d View commit details
    Browse the repository at this point in the history
  3. minor styling: added upvote linke to work's show page, added class id…

    … of button to the add/edit partial form
    ayjlee committed Oct 15, 2017
    Configuration menu
    Copy the full SHA
    d6c41d2 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'upvote'

    ayjlee committed Oct 15, 2017
    Configuration menu
    Copy the full SHA
    054b32e View commit details
    Browse the repository at this point in the history
  5. Added logic for checking for log_in status to sessions helper, refact…

    …ored login/logout method using SessionsHelper methods, added preliminary logic for requiring login to vote, added buton for logout, added display logic in application html to show buttons depending on login status, added route to logout
    ayjlee committed Oct 15, 2017
    Configuration menu
    Copy the full SHA
    3587d7d View commit details
    Browse the repository at this point in the history
  6. pseudocode of implementing upvote logic, flash notice and error displ…

    …aying separately but should display together
    ayjlee committed Oct 15, 2017
    Configuration menu
    Copy the full SHA
    43ece2d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3438e03 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3611c7e View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2017

  1. Configuration menu
    Copy the full SHA
    df03a1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b76f41 View commit details
    Browse the repository at this point in the history
  3. Added @media rules for styling

    ayjlee committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    5b5d9e2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ea778a5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6dc92bb View commit details
    Browse the repository at this point in the history
  6. Edited fixtures and tests

    ayjlee committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    2371500 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0be48a0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    833e610 View commit details
    Browse the repository at this point in the history