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

Remover as opções "['Who is', 'What is', 'The history of']" e colocar que podemos digitar ao invés de escolher uma das opções #54

Closed
Vinicius-CS opened this issue Mar 15, 2019 · 2 comments
Labels
idea A ideia for this project

Comments

@Vinicius-CS
Copy link

Código anterior:

unction askAndReturnPrefix() {
    const prefixes = ['Who is', 'What is', 'The history of']
    const selectedPrefixIndex = readline.keyInSelect(prefixes, 'Choose one option: ')
    const selectedPrefixText = prefixes[selectedPrefixIndex]

    return selectedPrefixText
  }

Código com as opções removidas:

function askAndReturnPrefix() {
    return readline.question('Prefix: ')

    return selectedPrefixText
  }

OBSERVAÇÃO: Como não foi testado na parte do YouTube, não sei se funcionará corretamente.

@gabrielrufino
Copy link
Contributor

Acho que podiamos continuar com algumas opções pré setadas (Isso que foi já foi implementado) e acrescentar, também, a possibilidade de digitar um novo prefixo. Dar mais de uma opção ao usuário de fazer uma coisa é muito bom! UX em alto nível :D

@danielschmitz danielschmitz added the idea A ideia for this project label Mar 21, 2019
@danielschmitz
Copy link
Collaborator

Vamos discutindo esse tema em #77

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
idea A ideia for this project
Projects
None yet
Development

No branches or pull requests

3 participants