Hi all,
I am curious as to what you think is the best way to handle a situation like this:
- Projects are created within the app
- Projects need to go through certain checks
- Some of these checks are custom as raised by our developers: I made a separate table to store them
- Some checks are standard with which every project needs to comply (we currently handle them with a checklist outside of our app)
It's really about the last category that I am wondering how to create such a thing. For every project I want to store the answer to these checklist questions.
Do I use a separate table for them with all checks in a column?
Kind regards