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
Varun Patil edited this page Mar 25, 2018
·
2 revisions
WARNING: THIS DOCUMENT IS DEPRECATED.
Below is a suggested method to prioritize content properly on client size. If you have an alternative method, add it below and open an issue if it requires API spec changes.
Method 1
After bodies are loaded initially, and the events data structure is created, iterate over events and for each event, count the number of conducting bodies that the user follows (this can be done by finding in the followed_bodies using the uuid that will be there in the event #10).
Priority is given to the events in the following order:
If the event has two or more bodies followed, it has maximum priority. Further arrangement in order of number of followings.