teamforus / forus

Online platform voor maatschappelijke projecten.
https://forus.io
GNU Affero General Public License v3.0
9 stars 3 forks source link

Connection Nijmegen - Implementing connection #2272

Closed maxvisser closed 3 years ago

maxvisser commented 3 years ago

Main asssignee: @

Goal

  1. When a scheme is applied for by a requester it is automatically checked whether the resident is eligible for a voucher. This means that checking afterwards is no longer necessary to take place.
  2. Status “voucher granted or not” can be retrieved from the Forus platform.
  3. Status “voucher used or not” (a transaction has been made) can be requested from the Forus platform.

Solution

When the connection is build:

  1. The municipality can get the right, grant and use status request of a unique BSN in their back office
  2. The fund request for the funds is improved.
  3. The amount of people that are known to the municipality are no longer to issue an income statement. 4 The amount of people known to the municipality will no longer to be checked afterwards.

Clarification of scope

After implementing the above links, the municipality is considering continuing to carry out random checks to the amount of people that are not yet known by them. This group of people will still check a box during the application process. (which will be auto validated)

The connection primarily focuses on two funds currently on production: Busregeling (product vouchers assigned through product voucher generator) and Meedoenregeling (auto validated signup flow)

Ofcourse: right, grant and use status can also be requested for other funds that will be later added.

Task

Implementing connection in backend (new implementation config) Connecting frontend to backend