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 Aaron. From now on, this will be the main way that you'll be receiving feedback on your fullstack from me outside of our one-on-one meetings. That said, here are a few issues/potential issues:
In your frontend state, you'll probably just want to send back an array of tag_ids along with your notebooks, rather than having a separate slice of state for your note_tags. This will make it easier to display tags.
This is not necessarily an issue, but is there functionality tied to the particular user that tagged a note? If not, then I don't think you will need a user_id for your tags at all.
Hey Aaron. From now on, this will be the main way that you'll be receiving feedback on your fullstack from me outside of our one-on-one meetings. That said, here are a few issues/potential issues:
In your frontend state, you'll probably just want to send back an array of tag_ids along with your notebooks, rather than having a separate slice of state for your note_tags. This will make it easier to display tags.
This is not necessarily an issue, but is there functionality tied to the particular user that tagged a note? If not, then I don't think you will need a user_id for your tags at all.