When a spreadsheet is parsed and an inspection is generated, and it finds a related assignment (same date and same city block defined by the location address of the inspection), all the users from that assignment will get rewarded submit points.
Included also a script that should check all the assignments from last six months with status = 'realizado' and award submit points to all the users that participated on that assignment.
When a spreadsheet is parsed and an inspection is generated, and it finds a related assignment (same date and same city block defined by the location address of the inspection), all the users from that assignment will get rewarded submit points.
Included also a script that should check all the assignments from last six months with
status = 'realizado'
and award submit points to all the users that participated on that assignment.This PR is based on #873 PR.