-
Notifications
You must be signed in to change notification settings - Fork 8
In-Memory Todo List Bot Behavior #54
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
base: main
Are you sure you want to change the base?
Conversation
|
e113ee6
to
1aa5a59
Compare
I think we double down on emoji interfaces like the pear. Maybe we could use 📝 to add to a list and ✅ to remove from it. |
I think these are all the actions we want:
Does that seem right? Can you help pick emojis for all of them? |
a51db0b
to
68a21db
Compare
9bc7e02
to
3014283
Compare
@isovector I think this is ready to get merged. We can fine tune it based on how we end up using it:
|
3014283
to
8680a78
Compare
8680a78
to
46e62eb
Compare
nice! |
I wanna wait to merge this til the testing PR merges. |
46e62eb
to
abf362d
Compare
7cd8757
to
ab88844
Compare
@isovector and anyone else interested, this feature is now fully functional and after #93 we are able to manage state persistence in a sane way. However, before merging I would like to tighten up the feature spec and API a bit. Feature Set
Feature Questions
GrammarWere doing a kind of mixfix grammar:
I find this rather awkward and would prefer to do more traditional prefix style commands. |
Adds a basic Todo List bot behavior, resolving #44:
TODO: