Design Question
Posted: Wed Nov 06, 2019 5:52 pm
Hey guys,
I'm struggling implementing a design I have in mind.
It's a fairly simple App where we have three Tables: Applications, Criteria and Enablers.
The goal is to have an Application form where several Apps can be evaluated.
Let's say we want to evaluate a weather app. For this we have several Enablers e.g. a database, an api etc.
Every enabler should be evaluated towards criteria such as sustainability, power consumption etc.
Now what I need to to is add each criteria next to the enabler and add a field for rating(1-10)
How can I list all entries of the criteria table next to every enabler?
Help is highly apprechiated!
Cheers
I'm struggling implementing a design I have in mind.
It's a fairly simple App where we have three Tables: Applications, Criteria and Enablers.
The goal is to have an Application form where several Apps can be evaluated.
Let's say we want to evaluate a weather app. For this we have several Enablers e.g. a database, an api etc.
Every enabler should be evaluated towards criteria such as sustainability, power consumption etc.
Now what I need to to is add each criteria next to the enabler and add a field for rating(1-10)
How can I list all entries of the criteria table next to every enabler?
Help is highly apprechiated!
Cheers