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
Hey Jon, great work on your design docs so far! Below are my comments:
MVP LIST
Rich-text editing:
What exactly is included in a “clean user interface”? Be specific for future reference
SCHEMA
Notes:
You’ll want to make the content column have a type of “text” (string maxes out at 256 characters)
Tags:
Do you need to store the user_id on each tag? If you have a strong motivation, that’s fine, but I can’t think of a reason that that column would be necessary.
Taggings:
You don’t need a name column in your tagging table as this will be stored on the tags table, in whichever row is referenced by the tag_id
Hey Jon, great work on your design docs so far! Below are my comments:
MVP LIST
Rich-text editing:
SCHEMA
Notes:
Tags:
Taggings:
SAMPLE STATE