We managed to gather / calculate the completion ratio of a given workshops at the end of the wod time.
We would like to be able to feed back this ratio figure to the customer table via an API Call.
Therefore
We need
1/ Addition of a new field in the customer Table
Name : CompletionRatio
Type : Integer
(Same as duration for eg.)
2/Related API call allowing the Backend to interrogate it and potentially write to it
Api call to GET the figure for a given workshop:
Should reply with Customer Name / Workshop Name / Date / CompletionRatio
Api call to PUT the figure for the given customer
would require: Workshop Name or ID / Customer name /
We managed to gather / calculate the completion ratio of a given workshops at the end of the wod time. We would like to be able to feed back this ratio figure to the customer table via an API Call.
Therefore We need 1/ Addition of a new field in the customer Table
2/Related API call allowing the Backend to interrogate it and potentially write to it Api call to GET the figure for a given workshop: Should reply with Customer Name / Workshop Name / Date / CompletionRatio Api call to PUT the figure for the given customer would require: Workshop Name or ID / Customer name /