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

Amethyst - Megan G #112

Open
wants to merge 49 commits into
base: main
Choose a base branch
from
Open

Amethyst - Megan G #112

wants to merge 49 commits into from

Commits on May 9, 2023

  1. created Task model

    scrambledmegs committed May 9, 2023
    Configuration menu
    Copy the full SHA
    058b9b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c14aa16 View commit details
    Browse the repository at this point in the history
  3. task model migration

    scrambledmegs committed May 9, 2023
    Configuration menu
    Copy the full SHA
    10c8536 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    015f3f5 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. adds read task route

    scrambledmegs committed May 10, 2023
    Configuration menu
    Copy the full SHA
    5c92162 View commit details
    Browse the repository at this point in the history
  2. adds create task route

    scrambledmegs committed May 10, 2023
    Configuration menu
    Copy the full SHA
    259ce1e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ece6ac View commit details
    Browse the repository at this point in the history
  4. adds update task route

    scrambledmegs committed May 10, 2023
    Configuration menu
    Copy the full SHA
    33c7dd4 View commit details
    Browse the repository at this point in the history
  5. adds delete task route

    scrambledmegs committed May 10, 2023
    Configuration menu
    Copy the full SHA
    6e3acaf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7666b42 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    53e7f4f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    586c405 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b762abe View commit details
    Browse the repository at this point in the history
  10. deletes app/routes.py

    scrambledmegs committed May 10, 2023
    Configuration menu
    Copy the full SHA
    18e61a3 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Configuration menu
    Copy the full SHA
    f51a2ac View commit details
    Browse the repository at this point in the history
  2. adds mark task complete

    scrambledmegs committed May 11, 2023
    Configuration menu
    Copy the full SHA
    1ddaf52 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db10823 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    07b3a81 View commit details
    Browse the repository at this point in the history
  5. uncomments tests

    scrambledmegs committed May 11, 2023
    Configuration menu
    Copy the full SHA
    986b5cd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d509d0b View commit details
    Browse the repository at this point in the history
  7. creates Goal model

    scrambledmegs committed May 11, 2023
    Configuration menu
    Copy the full SHA
    dcf7a2c View commit details
    Browse the repository at this point in the history
  8. updates with Goal model

    scrambledmegs committed May 11, 2023
    Configuration menu
    Copy the full SHA
    7f07064 View commit details
    Browse the repository at this point in the history
  9. adds create goal route

    scrambledmegs committed May 11, 2023
    Configuration menu
    Copy the full SHA
    342c5af View commit details
    Browse the repository at this point in the history
  10. adds read goals route

    scrambledmegs committed May 11, 2023
    Configuration menu
    Copy the full SHA
    26090f7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    756bb54 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8c42aab View commit details
    Browse the repository at this point in the history
  13. adds update goal route

    scrambledmegs committed May 11, 2023
    Configuration menu
    Copy the full SHA
    315a44a View commit details
    Browse the repository at this point in the history
  14. adds delete goal route

    scrambledmegs committed May 11, 2023
    Configuration menu
    Copy the full SHA
    219e8a1 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    530e082 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4a023ec View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f2d010c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    bf06968 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    d0cdaa9 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. updated goal model

    scrambledmegs committed May 12, 2023
    Configuration menu
    Copy the full SHA
    7d310b4 View commit details
    Browse the repository at this point in the history
  2. updated task model

    scrambledmegs committed May 12, 2023
    Configuration menu
    Copy the full SHA
    0c39ebb View commit details
    Browse the repository at this point in the history
  3. adds task to goal route

    scrambledmegs committed May 12, 2023
    Configuration menu
    Copy the full SHA
    fb78260 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0250f48 View commit details
    Browse the repository at this point in the history
  5. updated comments

    scrambledmegs committed May 12, 2023
    Configuration menu
    Copy the full SHA
    96633d9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9e5c1d6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    17fdc66 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6377c0a View commit details
    Browse the repository at this point in the history
  9. refactored goal routes

    scrambledmegs committed May 12, 2023
    Configuration menu
    Copy the full SHA
    24c223a View commit details
    Browse the repository at this point in the history
  10. adds two class methods

    scrambledmegs committed May 12, 2023
    Configuration menu
    Copy the full SHA
    d808524 View commit details
    Browse the repository at this point in the history
  11. adds two class methods

    scrambledmegs committed May 12, 2023
    Configuration menu
    Copy the full SHA
    6130e9d View commit details
    Browse the repository at this point in the history
  12. refactored task routes

    scrambledmegs committed May 12, 2023
    Configuration menu
    Copy the full SHA
    15d02ec View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. connecting render db

    scrambledmegs committed May 15, 2023
    Configuration menu
    Copy the full SHA
    82f1005 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. adds flask_cors

    scrambledmegs committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    cd04b45 View commit details
    Browse the repository at this point in the history
  2. update

    scrambledmegs committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    8cd7817 View commit details
    Browse the repository at this point in the history
  3. update requirements

    scrambledmegs committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    2f70169 View commit details
    Browse the repository at this point in the history