The users of an application make requests, identified by an id, relative one or more subjects.
The application produce a spreadsheet: the list of subjects and the id of the request.
The operators populate the spreadsheet with additional data for every subject and the import the file in the application.
The software has to aggregate the subject data in the requests identified by the request id and send the data to the users.
What is the best strategy to aggregate the spreadsheet data in requests?
This is at the moment my best solution.
Suggestions are welcome!
Top comments (0)