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
Create a Mood model in the back end which has certain keywords associated with them, as well as emojis. For instance, the Mood "Sad" can have keywords such as "upsetting, demoralizing, insulting", etc.
Additional context
Also ensure that once this Model has been created, all the Post APIs have "Mood" as a field. That is, when composing a post, it should be possible for the user to set a certain Mood as well.
The text was updated successfully, but these errors were encountered:
Feature Request
Describe your problem
There is no schema yet that defines the Moods.
Describe the solution you'd like
Create a Mood model in the back end which has certain keywords associated with them, as well as emojis. For instance, the Mood "Sad" can have keywords such as "upsetting, demoralizing, insulting", etc.
Additional context
Also ensure that once this Model has been created, all the Post APIs have "Mood" as a field. That is, when composing a post, it should be possible for the user to set a certain Mood as well.
The text was updated successfully, but these errors were encountered: