@@ -10,17 +10,14 @@ OpenSPP Case Management Base
1010 !! source digest: sha256:e58edc2517398a8339ded8ff8bf1eb6b07df10f996637a160c55d36dbf41b8a6
1111 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
13- .. |badge1 | image :: https://img.shields.io/badge/maturity-Alpha-red.png
14- :target: https://odoo-community.org/page/development-status
15- :alt: Alpha
16- .. |badge2 | image :: https://img.shields.io/badge/license-LGPL--3-blue.png
13+ .. |badge1 | image :: https://img.shields.io/badge/license-LGPL--3-blue.png
1714 :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
1815 :alt: License: LGPL-3
19- .. |badge3 | image :: https://img.shields.io/badge/github-OpenSPP%2Fopenspp--modules -lightgray.png?logo=github
20- :target: https://github.com/OpenSPP/openspp-modules /tree/19.0/spp_case_base
21- :alt: OpenSPP/openspp-modules
16+ .. |badge2 | image :: https://img.shields.io/badge/github-OpenSPP%2FOpenSPP2 -lightgray.png?logo=github
17+ :target: https://github.com/OpenSPP/OpenSPP2 /tree/19.0/spp_case_base
18+ :alt: OpenSPP/OpenSPP2
2219
23- |badge1 | |badge2 | | badge3 |
20+ |badge1 | |badge2 |
2421
2522Case management system for social protection programs. Tracks cases from
2623intake through assessment, intervention planning, and closure with
@@ -45,43 +42,42 @@ Key Capabilities
4542Key Models
4643~~~~~~~~~~
4744
48- +--------------------------------+------------------------------------+
49- | Model | Description |
50- +================================+====================================+
51- | ``spp.case `` | Core case record with client and |
52- | | assignment |
53- +--------------------------------+------------------------------------+
54- | ``spp.case.type `` | Case type with default intensity |
55- | | and caseload |
56- +--------------------------------+------------------------------------+
57- | ``spp.case.stage `` | Workflow stage with phase and |
58- | | requirements |
59- +--------------------------------+------------------------------------+
60- | ``spp.case.assessment `` | Assessment with risk score and |
61- | | findings |
62- +--------------------------------+------------------------------------+
63- | ``spp.case.intervention.plan `` | Versioned plan with approval |
64- | | workflow |
65- +--------------------------------+------------------------------------+
66- | ``spp.case.intervention `` | Individual intervention with |
67- | | status tracking |
68- +--------------------------------+------------------------------------+
69- | ``spp.case.visit `` | Client visit with type and notes |
70- +--------------------------------+------------------------------------+
71- | ``spp.case.note `` | Case note with confidentiality |
72- | | flag |
73- +--------------------------------+------------------------------------+
74- | ``spp.case.referral `` | External service referral with |
75- | | status |
76- +--------------------------------+------------------------------------+
77- | ``spp.case.team `` | Team with supervisor and members |
78- +--------------------------------+------------------------------------+
79- | ``spp.case.risk.factor `` | Risk factor with severity weight |
80- +--------------------------------+------------------------------------+
81- | ``spp.case.vulnerability `` | Vulnerability for assessment |
82- +--------------------------------+------------------------------------+
83- | ``spp.case.closure.reason `` | Closure reason with outcome type |
84- +--------------------------------+------------------------------------+
45+ +--------------------------------+-------------------------------------+
46+ | Model | Description |
47+ +================================+=====================================+
48+ | ``spp.case `` | Core case record with client and |
49+ | | assignment |
50+ +--------------------------------+-------------------------------------+
51+ | ``spp.case.type `` | Case type with default intensity |
52+ | | and caseload |
53+ +--------------------------------+-------------------------------------+
54+ | ``spp.case.stage `` | Workflow stage with phase and |
55+ | | requirements |
56+ +--------------------------------+-------------------------------------+
57+ | ``spp.case.assessment `` | Assessment with risk score and |
58+ | | findings |
59+ +--------------------------------+-------------------------------------+
60+ | ``spp.case.intervention.plan `` | Versioned plan with approval |
61+ | | workflow |
62+ +--------------------------------+-------------------------------------+
63+ | ``spp.case.intervention `` | Individual intervention with status |
64+ | | tracking |
65+ +--------------------------------+-------------------------------------+
66+ | ``spp.case.visit `` | Client visit with type and notes |
67+ +--------------------------------+-------------------------------------+
68+ | ``spp.case.note `` | Case note with confidentiality flag |
69+ +--------------------------------+-------------------------------------+
70+ | ``spp.case.referral `` | External service referral with |
71+ | | status |
72+ +--------------------------------+-------------------------------------+
73+ | ``spp.case.team `` | Team with supervisor and members |
74+ +--------------------------------+-------------------------------------+
75+ | ``spp.case.risk.factor `` | Risk factor with severity weight |
76+ +--------------------------------+-------------------------------------+
77+ | ``spp.case.vulnerability `` | Vulnerability for assessment |
78+ +--------------------------------+-------------------------------------+
79+ | ``spp.case.closure.reason `` | Closure reason with outcome type |
80+ +--------------------------------+-------------------------------------+
8581
8682Configuration
8783~~~~~~~~~~~~~
@@ -144,10 +140,6 @@ Dependencies
144140
145141``base ``, ``mail ``, ``portal ``, ``spp_security ``
146142
147- .. IMPORTANT ::
148- This is an alpha version, the data model and design can change at any time without warning.
149- Only for development or testing purpose, do not use in production.
150-
151143**Table of contents **
152144
153145.. contents ::
@@ -156,10 +148,10 @@ Dependencies
156148Bug Tracker
157149===========
158150
159- Bugs are tracked on `GitHub Issues <https://github.com/OpenSPP/openspp-modules /issues >`_.
151+ Bugs are tracked on `GitHub Issues <https://github.com/OpenSPP/OpenSPP2 /issues >`_.
160152In case of trouble, please check there if your issue has already been reported.
161153If you spotted it first, help us to smash it by providing a detailed and welcomed
162- `feedback <https://github.com/OpenSPP/openspp-modules /issues/new?body=module:%20spp_case_base%0Aversion:%2019.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** >`_.
154+ `feedback <https://github.com/OpenSPP/OpenSPP2 /issues/new?body=module:%20spp_case_base%0Aversion:%2019.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** >`_.
163155
164156Do not contact contributors directly about support or help with technical issues.
165157
@@ -169,11 +161,25 @@ Credits
169161Authors
170162-------
171163
172- * OpenSPP
164+ * OpenSPP.org
173165
174166Maintainers
175167-----------
176168
177- This module is part of the `OpenSPP/openspp-modules <https://github.com/OpenSPP/openspp-modules/tree/19.0/spp_case_base >`_ project on GitHub.
169+ .. |maintainer-jeremi | image :: https://github.com/jeremi.png?size=40px
170+ :target: https://github.com/jeremi
171+ :alt: jeremi
172+ .. |maintainer-gonzalesedwin1123 | image :: https://github.com/gonzalesedwin1123.png?size=40px
173+ :target: https://github.com/gonzalesedwin1123
174+ :alt: gonzalesedwin1123
175+ .. |maintainer-emjay0921 | image :: https://github.com/emjay0921.png?size=40px
176+ :target: https://github.com/emjay0921
177+ :alt: emjay0921
178+
179+ Current maintainers:
180+
181+ |maintainer-jeremi | |maintainer-gonzalesedwin1123 | |maintainer-emjay0921 |
182+
183+ This module is part of the `OpenSPP/OpenSPP2 <https://github.com/OpenSPP/OpenSPP2/tree/19.0/spp_case_base >`_ project on GitHub.
178184
179- You are welcome to contribute.
185+ You are welcome to contribute.
0 commit comments