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 need an API call to get the activities of a specific user, so we can display them on the user profile page. Activities include recommendation and reactions. Activities will be displayed in a reverse chronological order (most recent at the top). Activities will be displayed on the user page, interleaving recommendation and papers in the order they appear. The API should allow the same continuous scrolling currently available on the user profile page.
The activities returned will respect the recommendation cycle, so a recommendation is not released to be returned by this API until the cutoff time (and then its time is the cutoff time).
The text was updated successfully, but these errors were encountered:
We need an API call to get the activities of a specific user, so we can display them on the user profile page. Activities include recommendation and reactions. Activities will be displayed in a reverse chronological order (most recent at the top). Activities will be displayed on the user page, interleaving recommendation and papers in the order they appear. The API should allow the same continuous scrolling currently available on the user profile page.
The activities returned will respect the recommendation cycle, so a recommendation is not released to be returned by this API until the cutoff time (and then its time is the cutoff time).
The text was updated successfully, but these errors were encountered: