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

New orders in admin panel #50

Merged
merged 21 commits into from
Nov 18, 2015

Commits on Nov 11, 2015

  1. Add a new page to create a order in admin

    - Temporary implemention
    - Search users
    YOSHIDA Hiroki committed Nov 11, 2015
    Configuration menu
    Copy the full SHA
    ae759e9 View commit details
    Browse the repository at this point in the history
  2. Search variants and build a order item

    YOSHIDA Hiroki committed Nov 11, 2015
    Configuration menu
    Copy the full SHA
    bb1e846 View commit details
    Browse the repository at this point in the history
  3. Fix a wrong syntax for slim

    YOSHIDA Hiroki committed Nov 11, 2015
    Configuration menu
    Copy the full SHA
    7f0d4a5 View commit details
    Browse the repository at this point in the history
  4. Fix to pass the faild test cases

    YOSHIDA Hiroki committed Nov 11, 2015
    Configuration menu
    Copy the full SHA
    4fb663c View commit details
    Browse the repository at this point in the history
  5. Search and Fill the user for a new order

    YOSHIDA Hiroki committed Nov 11, 2015
    Configuration menu
    Copy the full SHA
    893b2b8 View commit details
    Browse the repository at this point in the history
  6. Refactoring with Rubocop: Remove the unused action

    YOSHIDA Hiroki committed Nov 11, 2015
    Configuration menu
    Copy the full SHA
    3520872 View commit details
    Browse the repository at this point in the history
  7. Add a magic comment for Rubocop

    YOSHIDA Hiroki committed Nov 11, 2015
    Configuration menu
    Copy the full SHA
    2349009 View commit details
    Browse the repository at this point in the history
  8. Refactoring with Rubocop: Remove the unused method

    YOSHIDA Hiroki committed Nov 11, 2015
    Configuration menu
    Copy the full SHA
    56995f9 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2015

  1. Move the feature to create a new order to Draft Order

    YOSHIDA Hiroki committed Nov 16, 2015
    Configuration menu
    Copy the full SHA
    f845813 View commit details
    Browse the repository at this point in the history
  2. Generate the code for a new order

    YOSHIDA Hiroki committed Nov 16, 2015
    Configuration menu
    Copy the full SHA
    f397b2f View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2015

  1. Remove code that no longer needed

    YOSHIDA Hiroki committed Nov 17, 2015
    Configuration menu
    Copy the full SHA
    96429f6 View commit details
    Browse the repository at this point in the history
  2. Move classes of CoffeeScript into separete files

    YOSHIDA Hiroki committed Nov 17, 2015
    Configuration menu
    Copy the full SHA
    d43ebbe View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2015

  1. Add the test cases for Admin::DraftOrdersController

    YOSHIDA Hiroki committed Nov 18, 2015
    Configuration menu
    Copy the full SHA
    3f4ea38 View commit details
    Browse the repository at this point in the history
  2. Add the test cases for UserSelector.coffee

    YOSHIDA Hiroki committed Nov 18, 2015
    Configuration menu
    Copy the full SHA
    edfd484 View commit details
    Browse the repository at this point in the history
  3. Remove tests that are over-tested

    YOSHIDA Hiroki committed Nov 18, 2015
    Configuration menu
    Copy the full SHA
    2ccc4b2 View commit details
    Browse the repository at this point in the history
  4. Change the format of data-name attribute values

    e.g.: data-name="item_total_price" => data-name="item-total-price"
    YOSHIDA Hiroki committed Nov 18, 2015
    Configuration menu
    Copy the full SHA
    100d25d View commit details
    Browse the repository at this point in the history
  5. Add the test cases for OrderItemBuilder.coffee

    YOSHIDA Hiroki committed Nov 18, 2015
    Configuration menu
    Copy the full SHA
    3cfe386 View commit details
    Browse the repository at this point in the history
  6. Remove methods that are no longer needed

    YOSHIDA Hiroki committed Nov 18, 2015
    Configuration menu
    Copy the full SHA
    f667a4b View commit details
    Browse the repository at this point in the history
  7. Add test code for ransacker :full_name

    YOSHIDA Hiroki committed Nov 18, 2015
    Configuration menu
    Copy the full SHA
    ad71a11 View commit details
    Browse the repository at this point in the history
  8. Add test case for User

    YOSHIDA Hiroki committed Nov 18, 2015
    Configuration menu
    Copy the full SHA
    770ced4 View commit details
    Browse the repository at this point in the history
  9. Add test case for OrdersController

    YOSHIDA Hiroki committed Nov 18, 2015
    Configuration menu
    Copy the full SHA
    c838c98 View commit details
    Browse the repository at this point in the history