bicolresearch / mtcarmel.api

Mt. Carmel System (API)
https://api.mountcarmel.ph
0 stars 0 forks source link

API: Dyamic Services SubTypes #19

Open jgmojeco opened 5 years ago

jgmojeco commented 5 years ago

Make an api for all services sub types, dynamically send the fields info etc, see below details sample:

churc_service_subtypes”: [ { “subtype_name”: < >. “info_text”: <>, “thank_you_text”: <>, “form_fields” : [{ “attribute”: <>, “text_field_type”:<>, “value”: <>, “hint”: <>, “label_text”:<>, “validators”: { “is_required”: <>, “is_numeric”: <>, “min_value”: <>, “max_value”: <>, “error_text”: <>, } “selections”: [] }, ] },

note: on selection for dropdown fields - data selection sample civil status (with table)

jgmojeco commented 5 years ago

Done, for all services references: -Confraternity -Make a Request (Prayer Request, Mass Request, Liturgical and Certification) -Baptism (Individual, Community and Adult) -Communion (First Communion and Communion of the Sick) -Confirmation -Marriage -Passing (Funeral Service, Chapel, Crypt Lobby and November mass) -Events (Father Mark Horal Hall venue)

jgmojeco commented 5 years ago

060819 - updates: Changes on reference table:

Changes on reference api:

jgmojeco commented 5 years ago

070819 - updates: DONE