Closed andy-h-2016 closed 3 years ago
email_verified
: verification of email sounds like another MVP. You would have to learn an email API, and figure out how to create verification links for new users. Recommend you drop this. Most people using your website would just skip the sign up and use the demo login feature.profile_links
: what is this? Can't comment unless I know what this is.user_id
to author_id
for clearer meaninglink
: If you intend for every post to have its own url, you do not need to store this url in the database. We will cover how to do this next week.tags
may have to be a separate table. Or alternatively an array/hash converted to a JSON string. In any case, I would save this as a bonus feature for searching by tags.post_date
should be handled by t.timestamps
source
: don't know what this isfollowed_type
: Do we need this? What is it for?looks good
back_ticked
back_ticked
back_ticked
Comments