Implement Follow Path Feature
Add ability for the user to follow a particular path and the followed paths should be available on their profile.
Can you please let me know what skillset is required to solve this issue?
@xlogix @R3l3ntl3ss Can you brief the steps required to implement this feature. I would need some help writing the GraphQL queries. My Idea is that when the user follows a path, The Path ID will be added to followed_Paths array of the user. Using them we can show the followed paths on their profile.
Yeah, a follow path is basically like the 'watch' feature in Github. We want to show the followed paths on profile and also want to show updates on the path (by the original creator) on the feed page. And, yeah forwarding the path ID seems like a logical solution to the problem.
Assign the task to me. @xlogix