https://github.com/stats4sd/ae-policy-tracking-tool
Proof of Concept Application for policy tracking
https://github.com/stats4sd/ae-policy-tracking-tool
Last synced: 11 days ago
JSON representation
Proof of Concept Application for policy tracking
- Host: GitHub
- URL: https://github.com/stats4sd/ae-policy-tracking-tool
- Owner: stats4sd
- License: gpl-3.0
- Created: 2023-11-24T14:47:26.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2025-02-10T15:38:43.000Z (over 1 year ago)
- Last Synced: 2025-02-10T16:33:36.153Z (over 1 year ago)
- Language: PHP
- Size: 1.78 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ae-policy-tracking-tool
Proof of Concept Application for policy tracking
## Proof of Concept Spec
### Key ‘lookup’ items in the database
- CFS Policy Recommendations: 5 entries;
- A policy recommendation can be linked to many AE Principles
- AE Principles
- AE Principles can be linked to many CFS Policy Recommendations
- Priority Actions (23 suggested priority action areas)
- A CFS policy has many Priority Actions, and a priority action is linked to a single CFS Policy
---
### Main Assessment
Each country / political entity has an entry in the “countries” table.
A country has many “assessments”
- Each assessment has the following components:
- For each of the 24 **priority actions:**
- A general “status”;
- “Measures creating perverse incentives”
- “Measures that go beyond policy recommendations”
- “View from a Civil Society perspective”
A user can add *any number of statements* to each of the 4 x 24 components. Each statement has
- a free-text entry,
- the ability to add one or more pieces of “evidence”.
- Evidence = e.g.
- file uploads
- (text) references to policy documents. (e.g. “The Cattle Grazing Act (CAP 42)” )
- (text) other references.
- Probably, there should be a multi-upload for files, a free-text field, and a toggle or checkbox to state whether the evidence comes from official policy documents or other sources.
- Statements can also be linked to 1 or more AE Principles.
is drafted, then marked as “ready for review” (i.e. finalised.), and the assessment is timestamped.
- After being marked as ‘ready for review’, any changes to the assessment must be made on a copy.
---
### User Management
Our standard setup of inviting users to teams and or roles (to be added later)