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

[WIP] Feeling tracker #2

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

[WIP] Feeling tracker #2

wants to merge 28 commits into from

Commits on Apr 3, 2018

  1. Begin separating ToDo functions from __main__

    Pat East committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    156272b View commit details
    Browse the repository at this point in the history
  2. Rearranged update handling

    Pat East committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    192097f View commit details
    Browse the repository at this point in the history
  3. Abstract out get_item_list function

    Pat East committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    46b164a View commit details
    Browse the repository at this point in the history
  4. Add listener

    Pat East committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    cdfd22f View commit details
    Browse the repository at this point in the history
  5. Set up basic config prompts

    Pat East committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    58b2f10 View commit details
    Browse the repository at this point in the history
  6. Add basic schedule handler

    Pat East committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    c6a14af View commit details
    Browse the repository at this point in the history
  7. Outlining the next sections

    Pat East committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    7302bc4 View commit details
    Browse the repository at this point in the history
  8. Move keyboard function back into main file

    Pat East committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    2ec8f5b View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2018

  1. Add keyboards for config responses

    Pat East committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    dbe603e View commit details
    Browse the repository at this point in the history
  2. First attempt at creating database tables for FT

    Pat East committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    1921124 View commit details
    Browse the repository at this point in the history
  3. Add basic functions for FT config settings

    Pat East committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    238b588 View commit details
    Browse the repository at this point in the history
  4. Refactor away from huge function

    Pat East committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    9fa08c8 View commit details
    Browse the repository at this point in the history
  5. Build listener handler

    Pat East committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    8f4e63a View commit details
    Browse the repository at this point in the history
  6. Move many chat functions to separate helper

    Pat East committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    5e4ae4e View commit details
    Browse the repository at this point in the history
  7. Moving build_keyboard to chat_helper as well

    Pat East committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    42db2b9 View commit details
    Browse the repository at this point in the history
  8. Create Feeling Tracker command_handler

    Pat East committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    1bc6633 View commit details
    Browse the repository at this point in the history
  9. Create listener_handler for feelings

    Pat East committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    8315607 View commit details
    Browse the repository at this point in the history
  10. Remove DEBUG statements

    Pat East committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    cba87bb View commit details
    Browse the repository at this point in the history
  11. Forgot to save

    Pat East committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    5f8c8c0 View commit details
    Browse the repository at this point in the history
  12. Fix continue syntax error

    Pat East committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    0383982 View commit details
    Browse the repository at this point in the history
  13. Add a basic debug scheduler to see how it works

    Pat East committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    f8a7896 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    57e2fb7 View commit details
    Browse the repository at this point in the history
  15. Add basic keyboard for user prompt

    Pat East committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    8e60900 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    03fba27 View commit details
    Browse the repository at this point in the history
  17. Scaffolding listener for recording feelings

    Pat East committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    64ebcff View commit details
    Browse the repository at this point in the history
  18. Fix reference error

    Pat East committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    d735265 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2018

  1. Configuration menu
    Copy the full SHA
    3a33f98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc89b8c View commit details
    Browse the repository at this point in the history