Skip to content

Latest commit

 

History

History
186 lines (139 loc) · 3.6 KB

File metadata and controls

186 lines (139 loc) · 3.6 KB

Picker Analysis - Opens to Create Page Behavior

Instructions:

  • = Currently opens to create page
  • = Currently opens to search/list page
  • Add or remove "x" to change the behavior
  • Then run: I'll implement all your changes

PersonPickerField Usages

Wedding Module

  • Bride
  • Groom
  • Presider
  • Homilist
  • [] Lead Musician
  • [] Cantor
  • Coordinator
  • Witness 1
  • Witness 2
  • First Reader
  • Psalm Reader
  • Second Reader
  • [] Gospel Reader
  • Petition Reader

Funeral Module

  • Deceased
  • Family Contact
  • Presider
  • Homilist
  • Lead Musician
  • Cantor
  • Coordinator
  • First Reader
  • Psalm Reader
  • Second Reader
  • Gospel Reader
  • Petition Reader

Baptism Module

  • Child
  • Mother
  • Father
  • Presider
  • Homilist
  • Godparent 1
  • Godparent 2

Quinceañera Module

  • Quinceañera Girl
  • Family Contact
  • Presider
  • Homilist
  • Lead Musician
  • Cantor
  • First Reader
  • Psalm Reader
  • Second Reader
  • Gospel Reader

Presentation Module

  • Child
  • Mother
  • Father
  • Presider
  • Homilist

Events Module

  • Responsible Party

Groups Module

  • Primary Contact

Mass Module

  • Presider
  • Deacon

Mass Role Form

  • (Person selection in role management)

Mass Role Members

  • (Person selection for role membership)

Mass Times Templates

  • Presider

Groups - Add Membership Modal

  • Person (for membership)

EventPickerField Usages

Wedding Module

  • Wedding Event
  • Reception Event
  • Rehearsal Event
  • Rehearsal Dinner Event

Funeral Module

  • Funeral Event
  • Funeral Meal Event

Baptism Module

  • Baptism Event

Quinceañera Module

  • Quinceañera Event
  • Reception Event

Presentation Module

  • Presentation Event

Mass Module

  • Mass Event

LocationPickerField Usages

Events Module

  • Event Location

Mass Times Templates

  • Mass Location

Event Form Fields Component

  • Location (in event creation from modules)

EventTypePickerField Usages

Events Module

  • Event Type

Pickers WITHOUT openToNew capability

(These cannot be changed - they don't support the openToNew prop)

MassPickerField

  • Mass Intentions Module → Mass selection

LiturgicalEventPickerField

  • Mass Module → Liturgical Event (read-only calendar)

MassRolePickerField

  • Mass Role Members → Mass Role selection

GroupRolePickerField

  • Groups Add Membership Modal → Group Role selection

Summary of Current Behavior

Primary Participants (Opens to Create):

  • Bride, Groom, Deceased, Quinceañera Girl, Child, Mother, Father
  • Family Contacts
  • Godparents, Witnesses

Readers & Musicians (Opens to Create):

  • All Readers (First, Psalm, Second, Gospel, Petition)
  • Lead Musicians (Wedding only)
  • Cantors (Wedding only)

Clergy & Staff (Opens to Search/List):

  • Presiders, Homilists, Coordinators
  • Lead Musicians & Cantors (Funeral/Quinceañera/Presentation)

Events (Opens to Create):

  • All module-specific events (Wedding, Funeral, Baptism, etc.)

Infrastructure (Opens to Search/List):

  • Locations, Event Types, Responsible Parties
  • Mass Roles, Group Roles, Primary Contacts

After Making Your Changes:

Save this file with your "x" marks adjusted, then tell me you're ready and I'll implement all the changes across all the form files.