Hi!
in a school project, we have the task of building an application to deal with judgments protocol for a dog show :-)
I find it difficult to determine how I should implement the business logic, and therefore need your help.
The requirements I have thoughts on the following (this is not all req but the one i need some thoughts on):
1.Each dog is evaluated by two judges, ie, 1 dog have 2 protocols that need to be sum and calculated.
2.The results must first be shown to visitors when the two protocols was calculated and approved by administrators.
I need help some thoughts on how i should build my application on the best way. I think the main difficulty I see is how to handle the compilation of two protocols. I'm not sure if I should use a method to calculate at every call, or if I should calculate once and store it in a separate table "results".