You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Barebones models were added in #5. We should add reasonable validations and relations in a follow-up branch. Some fields are marked as NOT NULL in the database, so we should have presence validations on them. There should be length validations on string fields. Relations such as belongs_to :user on the Player model should be added to connect models together based on foreign keys.
Different models could be tackled in separate branches to keep pull requests easily reviewable.
The text was updated successfully, but these errors were encountered:
Barebones models were added in #5. We should add reasonable validations and relations in a follow-up branch. Some fields are marked as
NOT NULL
in the database, so we should have presence validations on them. There should be length validations on string fields. Relations such asbelongs_to :user
on the Player model should be added to connect models together based on foreign keys.Different models could be tackled in separate branches to keep pull requests easily reviewable.
The text was updated successfully, but these errors were encountered: