seubert-claims/ondeck/docs/fixes.md
lorentz 8aa20ea751 feat: sync contacts from AMS 360 AFW_PolContact into ClientContact
- Add source, title, mobilePhone fields to ClientContact schema
- Add composite unique constraint for dedup (clientId, name, label, source)
- Add fetchAfwContacts() query with dedup by (CustId, Name, Responsibility)
- Add syncContacts() phase to sync engine with retry logic
- Update contacts UI to show title, mobile phone, AMS badge
- Disable edit/delete on AMS-synced contacts (source='ams')
2026-04-08 02:08:27 +00:00

3.5 KiB
Raw Permalink Blame History

Heres what we came up with :

  1. Priority Fixes Needed Before Launch These are the items that are currently causing the biggest issues and somethings that we have come up with in our meeting. Ive grouped them for clarity: Renewal date logic: The renewal date field under the client is currently pulling the policy expiration date instead of the actual renewal date. It should read 1/1/2027 instead of 12/31/2026. I think this is a small fix, but I didnt want to launch without it. Old / expired policy tasks: Everything is currently showing as overdue (including tasks due over a year ago). We need to suppress or archive tasks from old policies so they dont appear as pending or overdue. Also, I want to make sure we are pulling in tasks on the currently active policies, Im not sure I am seeing any as the overdue list is the only one that is populating. This may be the biggest hurdle keeping us from a soft go live. Active policies only: Under the Client tab, we should only display active policies (no old/renewed ones). The snippet is where I am talking about Image I think this is as simple as pulling the count based off of status. Parent and subsidiary linking: We need a way to tie parent companies and subsidiaries together, so tasks and views make sense across related accounts. Task groups on templates: Add the ability to set Task Group at the master task template level so it auto-applies when new tasks are generated. N/A button with required note: Add an N/A option on tasks and requires the user to enter a note when selected before moving to completed list. Additional prompts when a task is completed: “Did you file in imageright?” (Yes/No) and “Did you complete this?” (Yes/No), plus the ability to set reminders. Client Contact information: Is there a way for us to have the client contact information laid out under their tab and if possible, can we label those contacts, i.e Main Contact, Claims Contact etc. I believe most of this information is in AMS 360 but having the option for us to add our own would be helpful. Client note field: I would still like to have a client level note field, this way if there are any specific needs of the client or a specific way they do things we can note it there. For example, a note may look like “Client reports all claims directly”, “ All claims are reported through Seubert”, or “To report auto claims you must call 1-800-claims-4”. Now those are uses for the claims team, but I could see this expanding to the other teams as a way to communicate important pertinent information to the entire team.

My take:

The goal of this app is to help a claims department at an insurance brokerage manage their clients and their policies, tasks, and contacts. The clients should have active policies if not they don't neet to be shown. Clients should be able to have a child/parent relationship so that all tasks roll up to the parent for display or have the detail at the child / policy level.

Some task are Client level, like "Claims Review", others will be applied to a group and not individual policies. The lowest level would be a task assigned to an individual policy.

Polices will arrive via sync with AMS 360 and will be stored in the database. If the client already has a Claims advocate assigned, we should use that person's name and email address to assign the task to them. If those new policies have a common renewal/expiration date or there was a group last year/time they should have a new renewal group for the tasks to be assigned to. Please review the existing task templates to see if this makes sense.