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 workout flow #167

Merged
merged 27 commits into from
Jan 21, 2019
Merged

New workout flow #167

merged 27 commits into from
Jan 21, 2019

Commits on Jan 19, 2019

  1. Seperate out AddCustomExercise

    Signed-off-by: Titus Soporan <titus@tsoporan.com>
    tsoporan committed Jan 19, 2019
    Configuration menu
    Copy the full SHA
    6a04a67 View commit details
    Browse the repository at this point in the history
  2. Linting

    Signed-off-by: Titus Soporan <titus@tsoporan.com>
    tsoporan committed Jan 19, 2019
    Configuration menu
    Copy the full SHA
    f86cf6c View commit details
    Browse the repository at this point in the history
  3. Add additional exercises tests

    Signed-off-by: Titus Soporan <titus@tsoporan.com>
    tsoporan committed Jan 19, 2019
    Configuration menu
    Copy the full SHA
    a15b03e View commit details
    Browse the repository at this point in the history
  4. Passing tests

    Updates to all previous failing tests
    
    Signed-off-by: Titus Soporan <titus@tsoporan.com>
    tsoporan committed Jan 19, 2019
    Configuration menu
    Copy the full SHA
    3eafd06 View commit details
    Browse the repository at this point in the history
  5. Collect coverage

    Signed-off-by: Titus Soporan <titus@tsoporan.com>
    tsoporan committed Jan 19, 2019
    Configuration menu
    Copy the full SHA
    5fe1065 View commit details
    Browse the repository at this point in the history
  6. Update circleci

    - Test with coverage
    - Bump circleci version
    - Clarify workflow
    
    Signed-off-by: Titus Soporan <titus@tsoporan.com>
    tsoporan committed Jan 19, 2019
    Configuration menu
    Copy the full SHA
    d7015e2 View commit details
    Browse the repository at this point in the history
  7. Updates to circleci

    - Down to 2.0, advanced feature needs to be enabled for 2.1
    - Updates to jobs
    
    Signed-off-by: Titus Soporan <titus@tsoporan.com>
    tsoporan committed Jan 19, 2019
    Configuration menu
    Copy the full SHA
    e6316c6 View commit details
    Browse the repository at this point in the history
  8. CI debug, change dirs explicitly.

    Signed-off-by: Titus Soporan <titus@tsoporan.com>
    tsoporan committed Jan 19, 2019
    Configuration menu
    Copy the full SHA
    48b0270 View commit details
    Browse the repository at this point in the history
  9. Linting

    Signed-off-by: Titus Soporan <titus@tsoporan.com>
    tsoporan committed Jan 19, 2019
    Configuration menu
    Copy the full SHA
    4eb1d7a View commit details
    Browse the repository at this point in the history
  10. Add coverage badge and fix typo

    Signed-off-by: Titus Soporan <titus@tsoporan.com>
    tsoporan committed Jan 19, 2019
    Configuration menu
    Copy the full SHA
    c555c93 View commit details
    Browse the repository at this point in the history
  11. Use vue service for test, CI issues

    Signed-off-by: Titus Soporan <titus@tsoporan.com>
    tsoporan committed Jan 19, 2019
    Configuration menu
    Copy the full SHA
    6615e9e View commit details
    Browse the repository at this point in the history
  12. Update test command in ci

    Signed-off-by: Titus Soporan <titus@tsoporan.com>
    tsoporan committed Jan 19, 2019
    Configuration menu
    Copy the full SHA
    6360331 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2019

  1. Re-work of NewWorkout

    Significant changes to structure, workflow and styling. Currently using
    mock data.
    
    Signed-off-by: Titus Soporan <titus@tsoporan.com>
    tsoporan committed Jan 20, 2019
    Configuration menu
    Copy the full SHA
    439dc2f View commit details
    Browse the repository at this point in the history
  2. Tweak autocomplete styling

    Signed-off-by: Titus Soporan <titus@tsoporan.com>
    tsoporan committed Jan 20, 2019
    Configuration menu
    Copy the full SHA
    8097042 View commit details
    Browse the repository at this point in the history
  3. Add exercises from autocomplete

    Signed-off-by: Titus Soporan <titus@tsoporan.com>
    tsoporan committed Jan 20, 2019
    Configuration menu
    Copy the full SHA
    62c187d View commit details
    Browse the repository at this point in the history
  4. Restore create pending workout

    A pending workout is immediately created when you hit '+'
    
    Signed-off-by: Titus Soporan <titus@tsoporan.com>
    tsoporan committed Jan 20, 2019
    Configuration menu
    Copy the full SHA
    0612d93 View commit details
    Browse the repository at this point in the history
  5. Add client popular exercises query

    Signed-off-by: Titus Soporan <titus@tsoporan.com>
    tsoporan committed Jan 20, 2019
    Configuration menu
    Copy the full SHA
    ab32881 View commit details
    Browse the repository at this point in the history
  6. Hook up popular exercises

    Signed-off-by: Titus Soporan <titus@tsoporan.com>
    tsoporan committed Jan 20, 2019
    Configuration menu
    Copy the full SHA
    4d1e8fe View commit details
    Browse the repository at this point in the history
  7. Expose basic popular exercises field

    Signed-off-by: Titus Soporan <titus@tsoporan.com>
    tsoporan committed Jan 20, 2019
    Configuration menu
    Copy the full SHA
    12374e3 View commit details
    Browse the repository at this point in the history
  8. Remove mock selected exercises data

    Signed-off-by: Titus Soporan <titus@tsoporan.com>
    tsoporan committed Jan 20, 2019
    Configuration menu
    Copy the full SHA
    c735dcd View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2019

  1. Restructure backend graphql due to import issues

    The previous structure lended itself to circular import issues. This
    also looks closer to the front-end.
    
    Signed-off-by: Titus Soporan <titus@tsoporan.com>
    tsoporan committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    67fffc9 View commit details
    Browse the repository at this point in the history
  2. Update query for exercise types in update workout

    Signed-off-by: Titus Soporan <titus@tsoporan.com>
    tsoporan committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    99f58f8 View commit details
    Browse the repository at this point in the history
  3. Hook up start workout

    - Also remove uuid as we can now rely on exercise type id
    
    Signed-off-by: Titus Soporan <titus@tsoporan.com>
    tsoporan committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    41de7b3 View commit details
    Browse the repository at this point in the history
  4. Fix issue with exerciseTypes input

    Signed-off-by: Titus Soporan <titus@tsoporan.com>
    tsoporan committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    6d50f7d View commit details
    Browse the repository at this point in the history
  5. Clear out selected after success or failure

    Signed-off-by: Titus Soporan <titus@tsoporan.com>
    tsoporan committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    6740af9 View commit details
    Browse the repository at this point in the history
  6. Unused import and missing return

    Signed-off-by: Titus Soporan <titus@tsoporan.com>
    tsoporan committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    636a571 View commit details
    Browse the repository at this point in the history
  7. More code quality, unused imports and typo

    Signed-off-by: Titus Soporan <titus@tsoporan.com>
    tsoporan committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    e89b7c9 View commit details
    Browse the repository at this point in the history