Add Player Mad-Libs style form

Registered by Ryan Ahearn

Use a mad-libs style form for the user registration screen.

To facilitate this, merge player firstname and lastname fields into a single name field.

Blueprint information

Status:
Not started
Approver:
Ryan Ahearn
Priority:
Medium
Drafter:
None
Direction:
Needs approval
Assignee:
None
Definition:
New
Series goal:
Accepted for 0.4
Implementation:
Unknown
Milestone target:
None

Related branches

Sprints

Whiteboard

to combine first and last names:

SELECT trim(concat_ws(' ', firstName, lastName)) FROM players

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.

Subscribers

No subscribers.