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
Right now the crits data has a property called 'likesNum' that needs to be incremented with each like, and the art data has a 'critsNum' property that needs to be incremented with every crit added to it so that we can sort this data based on those properties easily. We should be able to implement this using the MongoDB framework and then remove these extra properties.
The text was updated successfully, but these errors were encountered:
Right now the crits data has a property called 'likesNum' that needs to be incremented with each like, and the art data has a 'critsNum' property that needs to be incremented with every crit added to it so that we can sort this data based on those properties easily. We should be able to implement this using the MongoDB framework and then remove these extra properties.
The text was updated successfully, but these errors were encountered: