fairfield-programming / backend-server

📠 The backend of the Fairfield Programming Association website.
https://fairfieldprogramming.org/
MIT License
26 stars 13 forks source link

Add Last Name to Database #125

Closed William-McGonagle closed 2 years ago

William-McGonagle commented 2 years ago

Idea

Right now, we have a username property in the database and from that, we are extrapolating the user's first and last name. The only problem with that is that my last name is McGonagle- if it wasn't, this problem wouldn't exist. The trouble comes with the first 'G' in the name. Since the computer doesn't know all of the last names in the world, it couldn't possibly know to capitalize that 'G'. And so, we have decided to add first and last names to the database.

To maximize exposure and for simplicity, I'll add a bunch of issues so that a bunch of people can pick this up. If you want to help with this issue- just leave a comment saying that, and we will mark you as an assignee.

Cheers!

Todo