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

Multiple Users #7

Open
zoeames opened this issue Oct 8, 2018 · 0 comments
Open

Multiple Users #7

zoeames opened this issue Oct 8, 2018 · 0 comments
Labels
enhancement New feature or request Issues Made Issues have been created

Comments

@zoeames
Copy link
Contributor

zoeames commented Oct 8, 2018

  1. Create an object in your JavaScript that holds an array of names (see example below).
  2. Next to the message input box, there should be a radio button group for each name in the list.
  3. When a user enters a message, it should be prepended with the chosen user's name, in bold text.
  4. Keep in mind that this will likely change the structure of your JSON file since the pre-loaded messages have to have this information on them.
// User object
const users = {
  names: ["Xavier", "Joanna", "Mackenzie", "Gunter", "Iveta", "Sven"];
};
@zoeames zoeames added the enhancement New feature or request label Oct 8, 2018
@ke4tri ke4tri added the Issues Made Issues have been created label Oct 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Issues Made Issues have been created
Projects
None yet
Development

No branches or pull requests

2 participants