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
We should normalise, such as Profile having followers & following which is an array of IDs
In addition, if a user follows my Profile
We should append a new Profile into the followers field, and append Profile to following field, for the follower Profile
What is the current behavior?
We should not have boolean flags such as hasCollectedByMe, isFollowingMe, etc
We want to make the query stateless, meaning that there is no "me" object when querying here
Reproduction steps
No response
Version
No response
Relevant log output
No response
Your Environment
Version used:
Environment name and version (e.g. Chrome 39, node.js 5.4):
Operating System and version (desktop or mobile):
Link to your project:
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Contact Details
[email protected]
What is the expected behavior?
Stateless query
We should normalise, such as
Profile
having followers & following which is an array of IDsIn addition, if a user follows my Profile
We should append a new
Profile
into thefollowers
field, and append Profile tofollowing
field, for the follower ProfileWhat is the current behavior?
We should not have boolean flags such as
hasCollectedByMe
,isFollowingMe
, etcWe want to make the query stateless, meaning that there is no "me" object when querying here
Reproduction steps
No response
Version
No response
Relevant log output
No response
Your Environment
Code of Conduct
The text was updated successfully, but these errors were encountered: