docs(config_guide): add graduation guides and update scoring#130
docs(config_guide): add graduation guides and update scoring#130emjay0921 wants to merge 2 commits intov2-in-progress-3from
Conversation
…ation scoring configuration guides
There was a problem hiding this comment.
Code Review
This pull request introduces comprehensive documentation for the Graduation module, covering criteria, pathways, and assessment processes, while also updating the scoring documentation with illustrative figures. A review comment identifies an inconsistency in the graduation overview where exit types are described as 'neutral' instead of 'Negative', recommending a terminology update for alignment with subsequent tables.
|
|
||
| | Layer | What it does | Example | | ||
| |-------|--------------|---------| | ||
| | **Pathway** | Defines the type of exit | "Standard Graduation" (positive), "Administrative Exit" (neutral) | |
There was a problem hiding this comment.
The term "neutral" is used here to describe the "Administrative Exit" pathway, but the "Exit Type" field is defined as having only "Positive" or "Negative" values (line 30). Furthermore, the tables on lines 40 and 55 explicitly categorize "Administrative Exit" as "Negative". For consistency and to align with the defined field values, this should be updated to "Negative" (and "positive" to "Positive").
| | **Pathway** | Defines the type of exit | "Standard Graduation" (positive), "Administrative Exit" (neutral) | | |
| | **Pathway** | Defines the type of exit | "Standard Graduation" (Positive), "Administrative Exit" (Negative) | |
…eneric guidance The z_ind_grp_* field names do not exist in the OpenSPP2 codebase. Multiplier fields are dynamically selected from any integer field on res.partner. Updated docs to explain this and direct users to create computed fields if needed.
|



Why is this change needed?
Adds new graduation configuration guides and updates scoring documentation for accuracy.
How was the change implemented?
config_guide/graduation/(index.md, overview.md, criteria.md) — pathways, criteria, assessment methodsconfig_guide/scoring/(index.md, overview.md) — scoring models and frameworksRelated links
https://projects.acn.fr/projects/acn-eng/work_packages/822