Difference between revisions of "Notes"

From Catglobe Wiki
Jump to: navigation, search
m
m
Line 13: Line 13:
 
*CheckAllQuotas(): update the RPQ's quotas status.  
 
*CheckAllQuotas(): update the RPQ's quotas status.  
 
*UpdateQuota: update all RPQs' quotas status 
 
*UpdateQuota: update all RPQs' quotas status 
 +
 +
== Testing tip ==
 +
 +
=== Copying Questionnaire ===

Revision as of 09:00, 5 March 2009

Quota

RPQ is registered in the quota_resource_project_questionnaire table when:

  • checkAllQuotas() cgs function is called.
  • UpdateQuota function on quota tab is called
  • User moves to the last question of the rpq. In this case, rpq must be completed to be in the quota_resource_project_questionnaire table. However, if user moves to the previous question from the last question, the rpq is still in the table even though it is not completed.


The difference between checkAllQuotas(), CGS function, and UpdateQuota, GUI feature:

  • CheckAllQuotas(): update the RPQ's quotas status.
  • UpdateQuota: update all RPQs' quotas status 

Testing tip

Copying Questionnaire