Hey, I work for a church and I’m trying to make a youth group check-in system using databases. I’ve already imported the database into a new collection. However, I want to actually keep track of attendance, I see myself doing that by having a new database field for every date that will hold a boolean on whether or not a student attended.
That being said, I really don’t want to have to go in and create a new field for every single week. Is it possible to create a new field in a database using a collection? Or am I going about this the wrong way? Is there an easier way to track attendance than through a collection?