-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Objective: Data should be gathered dynamically within mini mongo, deleting and updating the user's local database. Users should get data as they are interacting with the application (e.g., pull to refresh, push to see more, scroll to load) .
Currently: All data is pulled from MongoDB, no filtering at all (e.g., If 10,000 comments in mongo, the user gets them all).