-
Notifications
You must be signed in to change notification settings - Fork 3
UP Team Prayerbook
##Introduction The UP team prayerbook is used to provide people with a list of prayer requests from various church ministries.
##New in UP Team Prayerbook
###Defined Type
Prayerbook Ministry
This defined type contains values representing the various ministries that have entries in the prayerbook.
Prayerbook Subministry
This defined type contains values representing the various subministries that have entries in the prayerbook.
###Group Type
UP Team Prayerbook Admin Groups
A GroupType for Prayerbook admin groups.
UP Team Prayerbook Contributor Groups
A GroupType for Prayerbook contributor groups.
UP Team Prayerbook Groups
A GroupType whose groups represent books, and members represent entries.
###Group Attributes These attributes apply to groups of type UP Team Prayerbook Groups
IsOpen
Whether the book is open.
IsPublished
Whether the book is published.
OpenDate
The date the book opens.
CloseDate
The date the book closes.
###Group Member Attributes These attributes apply to the entries, or group members, in groups of type UP Team Prayerbook Groups
Ministry
The ministry of the contributor.
Subministry
The subministry of the contributor.
Praise 1
A praise the contributor has.
Personal Request 1
A personal request the contributor has.
Personal Request 2
A personal request the contributor has.
Ministry Need 1
A ministry need the contributor has.
Ministry Need 2
A ministry need the contributor has.
Ministry Need 3
A ministry need the contributor has.
##Page Layout ###UP Team Prayerbook Page This is the main hub for prayerbook functionality. It has the following blocks:
- PageMenu
- HTMLContentDetail
- PrayerBookHomePageSidebar
###App Management Page This is an empty page that is the child page of UP Team Prayerbook Page. It contains the following child pages:
- Book Management Page
- Administrators Group Management Page
- Contributors Group Management Page
- Ministry List Management Page
- Subministry List Management Page
###Book Management Page From here, you can open, close, export, and publish prayer books. It contains a BookManagement block.
###Administrators Group Management Page Here you can manage members of the administrators group. It contains a GroupList block tied to groups of type Prayerbook Admin Groups.
###Administrators Group Member Detail Page Child page of Administrators Group Management Page. It contains a GroupMemberDetail block.
###Contributors Group Management Page Here you can manage members of the Contributors group. It contains a GroupList block tied to groups of type Prayerbook Contributor Groups.
###Contributors Group Member Detail Page Child page of Contributors Group Management Page. It contains a GroupMemberDetail block.
###Ministry List Management Page This page contains an HtmlContentDetail block as a sidebar, and a DefinedValueList block in the main zone tied to the Prayerbook Ministry Defined Type.
###Subministry List Management Page This page contains an HtmlContentDetail block as a sidebar, and a DefinedValueList block in the main zone tied to the Prayerbook Ministry Defined Type.
###Edit Entry Page This is a child page to the main UP Team Prayerbook Page. It contains the EditEntry block.
##Block Settings
###Prayerbook Home Page Side bar
Edit Entry Page
This should link to the page with the Edit Entry block.
###Book Management
UP Team Prayerbook Homepage
This should link back to the main page for the Prayerbook module.