How can I create instances of habits for the next 30 days, so that the habit instances do not need to be created to infinity?
I’m currently developing a habit tracker application using MongoDB and Next.js, and I’m facing an issue with creating instances of habits for users. Here’s a brief overview of my current setup: