paul-tqh-nguyen / swing_dance_scores

A web interface to an implementation of a relative placement scoring system commonly used in Swing Dance competitions
0 stars 0 forks source link

Extend User Data table to have more than bare minimum information. #31

Open paul-tqh-nguyen opened 5 years ago

paul-tqh-nguyen commented 5 years ago

30 involves reorganizing our tables.

30 is of high priority.

We're aiming to get that done without addressing all the "would be nice" requests.

This is a "would be nice" task motivated by #30 to make it so that the User Data table contains extra information.

Right now it contains the minimum, which is email, handle, and name.

The extra information that would be nice to include would be:

Let's add a unit test to verify that this information is there (even if it is of the form "N/A" for users who weren't able to add this information prior to the completion of this task).

Let's make sure that the UI doesn't allow users to not submit something for this information.