Skip to content

Commit 375c47c

Browse files
committed
[IMP] spp_event_data_program_membership: Fix broken references
Signed-off-by: Aldrin Navarro <[email protected]>
1 parent e4ce063 commit 375c47c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OpenSPP Event Data Program Membership
22

3-
This module enhances the functionality of OpenSPP by integrating the **Event Data** module ([spp_event_data](spp_event_data)) with the **G2P Programs** module ([g2p_programs](spp_event_data](g2p_programs](spp_event_data)) with the **G2P Programs** module ([g2p_programs)). It allows users to record and track program membership-related events within the OpenSPP system.
3+
This module enhances the functionality of OpenSPP by integrating the **Event Data** module ([spp_event_data](spp_event_data)) with the **G2P Programs** module ([g2p_programs](g2p_programs)). It allows users to record and track program membership-related events within the OpenSPP system.
44

55
## Purpose
66

@@ -12,8 +12,8 @@ The **spp_event_data_program_membership** module serves to:
1212

1313
## Module Integration
1414

15-
1. **[spp_event_data](spp_event_data):** This module leverages the event data framework provided by the [spp_event_data](spp_event_data](spp_event_data](spp_event_data):** This module leverages the event data framework provided by the [spp_event_data) module to record and manage event information.
16-
2. **[g2p_programs](g2p_programs):** It integrates directly with the [g2p_programs](g2p_programs](g2p_programs](g2p_programs):** It integrates directly with the [g2p_programs) module, linking event data to the relevant program membership records (`g2p.program_membership` model).
15+
1. **[spp_event_data](spp_event_data):** This module leverages the event data framework provided by the [spp_event_data](spp_event_data) module to record and manage event information.
16+
2. **[g2p_programs](g2p_programs):** It integrates directly with the [g2p_programs](g2p_programs) module, linking event data to the relevant program membership records (`g2p.program_membership` model).
1717

1818
## Additional Functionality
1919

@@ -22,21 +22,21 @@ The **spp_event_data_program_membership** module serves to:
2222
* Includes a computed domain (`program_membership_id_domain`) to dynamically filter and display only relevant program memberships based on the selected partner.
2323

2424
* **Modified Event Data Views:**
25-
* Updates the event data form view (`view_spp_event_data_form_custom`) to include the new `program_membership_id` field.
25+
* Updates the event data form view (`view_spp_event_data_form_custom`) to include the new `program_membership_id` field.
2626
* Enables users to select the relevant program membership when creating or editing an event.
2727

2828
* **Read-Only Event Data Fields on Registrant Form:**
2929
* Modifies the registrant form view (`view_groups_event_data_form_custom`) to display event data in read-only mode.
30-
* Prevents accidental modification of event data from the registrant's profile.
30+
* Prevents accidental modification of event data from the registrant's profile.
3131

3232
## Usage Example
3333

34-
1. **Recording an Enrollment Event:** A program officer enrolls a beneficiary into a social assistance program. Using this module, they can create a new event of type "Enrollment," link it to the beneficiary's newly created program membership record, and record relevant details, such as the enrollment date.
34+
1. **Recording an Enrollment Event:** A program officer enrolls a beneficiary into a social assistance program. Using this module, they can create a new event of type "Enrollment," link it to the beneficiary's newly created program membership record, and record relevant details, such as the enrollment date.
3535

36-
2. **Tracking Eligibility Changes:** A beneficiary's eligibility status changes due to a change in their circumstances. A program officer can record this event, selecting "Eligibility Change" as the event type and associating it with the beneficiary's program membership.
36+
2. **Tracking Eligibility Changes:** A beneficiary's eligibility status changes due to a change in their circumstances. A program officer can record this event, selecting "Eligibility Change" as the event type and associating it with the beneficiary's program membership.
3737

3838
3. **Viewing Event History:** Program staff can access a beneficiary's program membership record and view a chronological list of all events, providing a clear audit trail of their participation in the program.
3939

4040
## Conclusion
4141

42-
The **spp_event_data_program_membership** module enhances the tracking and management of program membership events within OpenSPP. By integrating event data with program memberships, it improves data integrity, transparency, and the overall efficiency of program administration.
42+
The **spp_event_data_program_membership** module enhances the tracking and management of program membership events within OpenSPP. By integrating event data with program memberships, it improves data integrity, transparency, and the overall efficiency of program administration.

0 commit comments

Comments
 (0)