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

Base currency menu #72

Merged
merged 13 commits into from
Nov 24, 2017
Merged

Base currency menu #72

merged 13 commits into from
Nov 24, 2017

Conversation

Brbb
Copy link
Contributor

@Brbb Brbb commented Nov 24, 2017

Features:

  • no more going back at each save
  • current state shows a • near the label
  • send selected coins is ready, waiting for the integration test with
    backend
  • improvement of the update logic

close #63

Brbb added 13 commits November 9, 2017 21:25
Set the base currency for the user through a menu button
The bot will translate the user change request into a `POST` with
parameters
```
{
    chat_id: 123,
    base_currency : ‘USD’
}
```
# Conflicts:
#	commands/settings.js
- Added exchange and coins keyboards
- Refactoring of existing logic to fit the new need of parameters and
pagination
Features:
- no more going back at each save
- current state shows a • near the label
- send selected coins is ready, waiting for the integration test with
backend
- improvement of the update logic
@ghost ghost assigned Brbb Nov 24, 2017
@ghost ghost added the in progress label Nov 24, 2017
@Brbb Brbb merged commit d371646 into master Nov 24, 2017
@ghost ghost removed the in progress label Nov 24, 2017
@Brbb Brbb deleted the base-currency-menu branch November 24, 2017 11:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Command] /coins
1 participant