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
Add a feature to track the number of times users view each article.
This data can be used to create a "Trending" or "Most Popular" section on our app and it also helps us know the types of articles that users like reading.
Articles that are already added to the database will start at zero views.
The number of views for each article are stored in the "views" property. Not all articles will have the "views" property and for these articles, just assume that the number of views is zero.
Add a feature to track the number of times users view each article.
This data can be used to create a "Trending" or "Most Popular" section on our app and it also helps us know the types of articles that users like reading.