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

Pick the shape and color of my persona #14

Closed
scimap opened this issue Feb 23, 2018 · 6 comments
Closed

Pick the shape and color of my persona #14

scimap opened this issue Feb 23, 2018 · 6 comments
Assignees
Labels
Make-a-Vis Issues specific to the Make-a-Vis client station Signup & User Tracking Issues specific to the signup and user tracking systems User Story The issue describes the type of user, what they want, and why.

Comments

@scimap
Copy link

scimap commented Feb 23, 2018

As I user, I want to pick the shape and color of my persona when entering my data at the beginning of the experience - this will help me remember which one is me. #14

@scimap scimap added the User Story The issue describes the type of user, what they want, and why. label Feb 23, 2018
@scimap scimap changed the title As I user, I want to pick the shape and color of my persona when entering my data at the beginning of the experience - this will help me remember which one is me. pick the shape and color of my persona Feb 27, 2018
@bryankennedy
Copy link
Contributor

@lecross defined 5 shapes that will be used initially.

  • square
  • cross
  • diamond
  • upward pointing triangle
  • star

and we'll start with 10 colors. @lecross can you define those and post their hex values here?

Bruce posted this data structure for the shapes and colors:

const RUNNER_SHAPES = [
	'square', 'cross', 'diamond', 'triangle-up', 'star'
];

const RUNNER_COLORS = [
	// fill in 10 friendly colors	
]; 

@bryankennedy
Copy link
Contributor

Once we have that data @azuldev1 will work on building selection screen where visitors select a unique color and shape combination.

The initial selection screen will be "dumb." A visitor can select a color and shape combination and the next visitor who walks up to the signup screen can select the exact same selection.

After we get that working, we'll work on recording active color-shape combinations and locking those out.

@bryankennedy bryankennedy changed the title pick the shape and color of my persona Pick the shape and color of my persona Jun 5, 2018
@bryankennedy bryankennedy added Make-a-Vis Issues specific to the Make-a-Vis client station Signup & User Tracking Issues specific to the signup and user tracking systems labels Jun 5, 2018
@bryankennedy
Copy link
Contributor

Right now this is still being generated randomly. I'm going to keep it that way for the first demo of the event. Once we get a more robust set of controls around the icon, I'll work on this.

@bryankennedy
Copy link
Contributor

@bherr2 I think this will require an effort from both of our teams. Should we commit to making this work in Phase 1?

We'll need to track which shapes and colors are currently in use so that if a shape/color combo is on the MAV display still, it can't be selected on the start line screen.

@bherr2
Copy link
Member

bherr2 commented Sep 12, 2018

I think we should. MaV display is always last 50 so should be fairly easy to keep track of.

@bryankennedy
Copy link
Contributor

The color and shape selection is working and getting saved to the db now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Make-a-Vis Issues specific to the Make-a-Vis client station Signup & User Tracking Issues specific to the signup and user tracking systems User Story The issue describes the type of user, what they want, and why.
Projects
None yet
Development

No branches or pull requests

5 participants