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

Paper - Whit #49

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

Paper - Whit #49

wants to merge 38 commits into from

Commits on May 6, 2021

  1. adds Task model

    sundbean committed May 6, 2021
    Configuration menu
    Copy the full SHA
    ef1dd60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b724489 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7a3f5a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0b7d59e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    07fd376 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    91931bd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e6a3816 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a7b311e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fbc87ef View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1ef0ca6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b0449e4 View commit details
    Browse the repository at this point in the history
  12. adds routes for mark_incomplete and mark_complete and updates depende…

    …ncies to include datetime, test wave 3 passing
    sundbean committed May 6, 2021
    Configuration menu
    Copy the full SHA
    69ce6de View commit details
    Browse the repository at this point in the history
  13. refactors /tasks/<task_id>/mark_complete endpoint to send message to …

    …Slack API using slack_sdk package
    sundbean committed May 6, 2021
    Configuration menu
    Copy the full SHA
    479ba43 View commit details
    Browse the repository at this point in the history
  14. refactors send_message_to_slack() function to use the requests packag…

    …e, per instructions, rather than slack_sdk package
    sundbean committed May 6, 2021
    Configuration menu
    Copy the full SHA
    f0cdea2 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d45f4c3 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1c515b5 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a8d04e1 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    e0570bc View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    18cc1ea View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    0d5945a View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    30126f1 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    42e7774 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    e02c18b View commit details
    Browse the repository at this point in the history

Commits on May 7, 2021

  1. adds /<goal_id>/tasks endpoint that accommodates GET and POST methods…

    …, modifies GET method to /tasks to return goal_id as part of response
    sundbean committed May 7, 2021
    Configuration menu
    Copy the full SHA
    db980dc View commit details
    Browse the repository at this point in the history
  2. refactors /tasks/<task_id> endpoint to make goal_id presence conditio…

    …nal in response to GET request
    sundbean committed May 7, 2021
    Configuration menu
    Copy the full SHA
    fc3efd6 View commit details
    Browse the repository at this point in the history
  3. adds is_task_complete() and get_task_info() methods to Task model, re…

    …factors routes.py to use new methods to DRY code
    sundbean committed May 7, 2021
    Configuration menu
    Copy the full SHA
    84bc061 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    784773f View commit details
    Browse the repository at this point in the history

Commits on May 10, 2021

  1. Configuration menu
    Copy the full SHA
    8e5404d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be930e8 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

  1. reorganizes routes.py to separate each HTTP method into its own route…

    … method for readability
    sundbean committed May 11, 2021
    Configuration menu
    Copy the full SHA
    3ef4d7d View commit details
    Browse the repository at this point in the history

Commits on May 13, 2021

  1. adds from_json() method to Task model and updates PUT method to /task…

    …s/<task_id> to use method
    sundbean committed May 13, 2021
    Configuration menu
    Copy the full SHA
    47c647d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e34eb52 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d5ccb01 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7685c3a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    96632bb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dd3ad40 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bca49fc View commit details
    Browse the repository at this point in the history
  8. adds query param options to /goals endpoint, adds corresponding tests…

    … to optional enhancements test file, adds a fixture to conftest.py to make these tests work
    sundbean committed May 13, 2021
    Configuration menu
    Copy the full SHA
    1921b7a View commit details
    Browse the repository at this point in the history