Public Page

2023-04-04 Architecture Meeting Minutes

Dan Public Page

Date: Apr 4, 2023

 

 

 

ANTITRUST STATEMENT

As participants in this meeting, we need to be mindful of the constraints of antitrust laws. There shall be no discussions of agreements or concerted actions that may restrain competition. This prohibition includes the exchange of information concerning individual prices, rates, coverages, market practices, claims settlement practices, or any other competitive aspect of an individual company’s operation. Each participant is obligated to speak up immediately for the purpose of preventing any discussion falling outside these bounds.

Agenda

  • Network/Welcome

  • Antitrust Statement

    • This meeting is subject to the terms of our anti-trust statement shown here.  In addition, this meeting may be recorded. 

  • Review Meeting Minutes

  • Finalize 2023R1 QA

  • CAPIS

Meeting Minutes

  • Antitrust Accepted

  • Meeting Minutes Reviewed Accepted

  • Finalize 2023R1 QA

    • Mike was able to complete the build and tested everything was good.

    • There was a problem in the last release that caused issues with the build, making sure those were corrected.

      • Yes, those were the fixes made to the build for this release.

    • Release was completed and staged for April 19

    • Cleaned up unnecessary branches off the main in GitHub.

  • CAPIS

    • Prototyping of email arrays and the communications presented by Mike Hastings.

      • Communication array similar to the BMS that includes the phone numbers and emails, going back to how the BMS did things.

      • Added IM messaging to communications

      • Still working through the Array message concept and phone number

        • examples shared and need final thoughts in next meeting

Great Discussion everyone

Up Next

  • Network/Welcome

  • Antitrust

  • Review Meeting Minutes

Action items

Decisions

Reference

 

Participants

  • Paulette Reed

  • Mike Hastings

  • Dan Webster

  • Andy Bober

  • Jeff Schroder

Participants in the meetings are noted for your information.  If you have questions on the committee’s activities, please contact a recent attendee. https://cieca.atlassian.net/wiki/spaces/ARCH

[4/4 12:42 PM] Mike Hastings (Guest)

            "phoneNums": [
                {
                    "type": "HP",
                    "phoneNum": "+15625551212",
                    "preferredInd": false
                },
                {
                    "type": "WP",
                    "phoneNum": "+15625551213",
                    "phoneExtension": "12",
                    "preferredInd": false
                },
                {
                    "type": "CP",
                    "phoneNum": "+13105551299",
                    "preferredInd": true
                }
            ],
            "emails": [
                "gsmith@yahoo.com",
                "gsmith@gmail.com",
                "gsmith@hotmail.com"
            ],
            "preferredEmails": [
                "gsmith1@yahoo.com",
                "gsmith2@gmail.com"
            ],
            "workEmail": "gsmith@yahoo.com",
            "personalEmail": "gsmith@gmail.com",
            "privateEmail": "gsmith@hotmail.com",
            "preferredEmail": "gsmith@yahoo.com"
        }
    },

[4/4 12:43 PM] Jeff Schroder

[2:54 PM] Dan Webster

"communications": [
                {
                    "type": "CP or cellPhone or Cell Phone",
                    "phoneNum": "8585552222",
                    "extension": "33",
                    "preferredInd": true,
                    "medium (or suchlike)": "text (vs. voice)"

                },
                {
                    "type": "email (or does work/home, etc. apply?",
                    "email": "x@example.com"
                    "preferredInd": true,
                    "medium (or suchlike)": "email (or is this even needed except for text vs. voice?)"

                },
            ],

 

[2:55 PM] Dan Webster

Example Domain

[4/4 1:00 PM] Dan Webster

{
    "homePhoneNum": {
        "phoneNum": "+15625551212",
        "preferredInd": false
    },
    "workPhoneNum": {
        "phoneNum": "+15625551212",
        "preferredInd": false
    },
    "cellPhoneNum": {
        "phoneNum": "+15625551212",
        "preferredInd": false
    },
    "eMail": "a@b.ru",
    "preferredEMail": "a@b.ru"
}