H-BAHDON / class-of-our-own

At Code Your Future, trainee progress is tracked on a trainee tracker against milestones set by the Director of Education. But each trainee at CYF is on their own personal journey towards employment, and should really set their own milestones on their own roadmap.
MIT License
2 stars 1 forks source link

[US-2] Add new attributes to User model and users table #48

Closed alexeyschepin closed 11 months ago

alexeyschepin commented 11 months ago

We should add codewars and codility usernames to User model and the corresponding table. Use sequalize-cli to generate a new DB migration. Make both attributes optional so a new user record can be saved before the post-signup form is submitted.

Acceptance criteria

seyyednavid commented 11 months ago

I managed this task when i was working with task #40. I added two columns for trainee's codewars and codility.

Image

H-BAHDON commented 11 months ago

its working