
Hi,
I have a maintenance app, where user submit maintenance issues, and then members of the team work these items when they have resource.
I have a form linked to a gallery of items (all the maintenance items on hand), whereby the member of the team working the specific item updates the item once complete with a note.
What I would like to add, is a function whereby the member of the team estimates the amount of time it took the complete the individual maintenance item (this will likely be minutes, potentially hours), so for example, they could state it took 30 minutes to work a specific. Id like to add this to the functionality on the form side, so it writes to my SharePoint list when the member of the team presses submit.
I then want to display this on the gallery, and then have a separate label (outside of the gallery) which counts all the times from every maintenance item in the gallery and calculate and average time taken, so it provides me a average time that a maintenance item is taking the team to work.
Any help much appreciated.