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
Someone favorites a location of you and Someone favorites a location where you have posted an impression both should be
entity: user
entity_id: user_id
--> i think it's enough to specify the location name in the message part.
The definition of the data schema looks good to me.
Someone favorites a location of you is currently implemented as { message: '<username_of_favorator> folgt jetzt deiner Location <locationname>!', title: 'Hallo <username_of _loc_owner>, entity: 'user', entity_id: '<user_id_of_favorator>' }
Someone follows you is currently implemented as { message: '<username_of_follower> folgt dir jetzt!', title: 'Hallo <username>', entity: 'user', entity_id: '<user_id_of_follower>' }
I think we should find a definition for what it means to press the heart button of a location.
Does it mean that you follow, like or love the location?
Please edit this post if you have additions / changes.
For discussion -> comment.
Someone you follow creates a new location (done)
Someone you follow creates a new impression
Someone follows you (done)
Someone favorites a location of you (done)
Someone favorites a location where you have posted an impression
Someone posts an impression where you have also posted one
The text was updated successfully, but these errors were encountered: