Mission-Prerna / nl-apis

All the BE APIs to configure, manage & run the NL app
1 stars 16 forks source link

[Documentation] Document the examiner cycle management process #270

Closed karntrehan closed 1 month ago

karntrehan commented 2 months ago

We should document the entire cycle management process:

Ajay-Maury commented 1 month ago

Added script and docs which contains:-

charanpreet-s commented 1 month ago

@Ajay-Maury dependent on data from PM for the cycle

charanpreet-s commented 1 month ago

@Ajay-Maury to add curl for the api for reset schools-cycle mapping

invalidate-examiner-assessments API

curl --location '{{baseUrl}}/admin/assessment-cycle/<cycle_id>/invalidate-examiner-assessments' \
--header 'Authorization: Bearer <admin_token>' \
--header 'Content-Type: application/json' \
--data '{
    "udises":  ["<list of udise to invalidate result>"],
    "reset_all": true,
    "delete_all": false,
    "mentor_id": "000"
}'
charanpreet-s commented 1 month ago

@Ajay-Maury to add user journey diagram

karntrehan commented 1 month ago

Biblography added. User flow diagram pending. @karntrehan to take a crack at this for now.

karntrehan commented 1 month ago

Raw: https://drive.google.com/file/d/1dtlBK7rctww31NjxS-uVg22gYxNnenax/view?usp=sharing

Image

karntrehan commented 1 month ago

v2 of diagram with anomaly detection flow added:

Image

VargishChauhan commented 1 month ago

Completed the document.