Starting the discussion for adding decisions into the ODP schema.
From the perspective of the DPR we're using only a handful of fields. There has already been a proposal about the data structure here so some of the fields we're using from BOPs will likely match up nicely.
Questions to discuss Tuesday 19 November 2024
- Should decision data be separate to consultations or combined with?
- What structure should the above fields have
- What other data should be included in the schema
DPR data
This is the data we're currently using in displaying decisions, it currently comes from BOPs.
application: {
status:
| "pending"
| "not_started"
| "invalidated"
| "assessment_in_progress"
| "in_assessment"
| "awaiting_determination"
| "in_committee"
| "to_be_reviewed"
| "determined"
| "returned"
| "withdrawn"
| "closed";
receivedAt: string;
publishedAt?: string | null;
determinedAt?: string | null;
decision?: string | null;
validAt: string | null;
consultation: {
endDate: string | null;
publishedComments: DprComment[] | null;
consulteeComments: DprComment[] | null;
};
};
Other links & References
Starting the discussion for adding decisions into the ODP schema.
From the perspective of the DPR we're using only a handful of fields. There has already been a proposal about the data structure here so some of the fields we're using from BOPs will likely match up nicely.
Questions to discuss Tuesday 19 November 2024
DPR data
This is the data we're currently using in displaying decisions, it currently comes from BOPs.
Other links & References