Skip to content

Commit

Permalink
outline TODOs for #109
Browse files Browse the repository at this point in the history
created Information class in previous commit
  • Loading branch information
t1-tracey committed Feb 17, 2020
1 parent 118460d commit 5532246
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/communication.py
Original file line number Diff line number Diff line change
Expand Up @@ -627,6 +627,8 @@ def erase_repeated(self):

def store(self, query):

# TODO: add support for storing Information

if isinstance(query, Query):
self.queries.append(query)
elif isinstance(query, (list, tuple)):
Expand Down
11 changes: 11 additions & 0 deletions python/communicator.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,17 @@ def create_messages(self):

i_instructions = Information('Instructions')

# TODO:

# query notes
# query song notation / input modes
# query song key
# query note shift
# info error ratio
# query song title
# query song headers
# send song

q_song_title = QueryOpen(sender='music-cog', recipient='bot', question='What is the song title? (also used '
'for the file name)', foreword='',
afterword=None,
Expand Down

0 comments on commit 5532246

Please sign in to comment.