Notes for Chubb and templates for Sandata and Cin7. Skuid notes, todos.

This commit is contained in:
Norm Rasmussen
2024-04-18 18:57:55 -04:00
parent 908ab49d70
commit 59e9a4ae2b
11 changed files with 130 additions and 17 deletions

View File

@ -1,5 +1,5 @@
{% if learning_path.new_content_available? %}
{% include "learning_path_new_content_banner" %}
{% else %}
{% include "learning_path_completed_banner" %}
{% include "learning_path_completed_banner" %}
{% endif %}

View File

@ -1,4 +1,8 @@
<div class="np-learning-path-completed-banner np-learning-path-banner">
{% for category in learning_path.categories %}
{% if category.name contains "Deep Dive: Core" %}
<div class="np-learning-path-completed-banner np-learning-path-banner" style="display: none;">
{% endif %}
{% endfor %}
<img class="np-learning-path-banner-image" src="https://s3.amazonaws.com/static.northpass.com/images/stars-completed.svg"/>
<div class="np-learning-path-banner-content">
<h3 class="np-learning-path-banner-headline">{% t .headline %}</h3>

View File

@ -37,16 +37,18 @@
{% comment %} <input class="sign-up-follow-up-input" id="oh-input" placeholder="OH Identifier" style="display: none;"/> {% endcomment %}
<div id="oh-input" placeholder="OH Identifier" style="display: none;">
<div class='oh-button' type="radio" value="ST - OH ODM Agency Provider"
<div class='oh-button' type="radio" value="EVV"
onclick="validateForm()">Ohio EVV</div>
<div class='oh-button' type="radio" value="ST - OH ODM AGENCY PROVIDER ALT EVV"
<div class='oh-button' type="radio" value="ALT EVV"
onclick="validateForm()">Ohio Alt EVV</div>
</div>
<div id="ca-input" placeholder="CA Identifier" style="display: none;">
<div class='ca-button' type="radio" value="ST - CA CHHS BOTH (PCS & HHCS)"
{% comment %} <div class='ca-button' type="radio" value="ST - CA CHHS BOTH (PCS & HHCS)" {% endcomment %}
<div class='ca-button' type="radio" value="EVV"
onclick="validateForm()">Sandata EVV</div>
<div class='ca-button' type="radio" value="ST - CA CHHS JE & ST - CA CHHS STATE"
onclick="validateForm()">Sandata ATL EVV Aggregator</div>
{% comment %} <div class='ca-button' type="radio" value="ST - CA CHHS JE & ST - CA CHHS STATE" {% endcomment %}
<div class='ca-button' type="radio" value="ALT EVV"
onclick="validateForm()">Sandata Alt EVV Aggregator</div>
</div>
<span class="sign-up-follow-up-error-label" id="oh-label">Please select your affiliation</span>
@ -332,7 +334,7 @@
if(fullPropsObj['learner_state'] == 'California'){
if(event.target.getAttribute('value') == ''){
fullPropsObj['ca_group_name'] = undefined;
document.querySelector('#ca-label').style.display = 'none';
document.querySelector('#calEVV-label').style.display = 'none';
} else {
for(let i = 0; i < event.target.parentNode.children.length; i++){
event.target.parentNode.children[i].style.background = '#f2f4f5';
@ -345,15 +347,15 @@
if(valid){
fullPropsObj['ca_group_name'] = event.target.getAttribute('value');
document.querySelector('#ca-label').style.display = 'none';
document.querySelector('#calEVV-label').style.display = 'none';
} else {
fullPropsObj['ca_group_name'] = undefined;
document.querySelector('#ca-label').style.display = 'block';
document.querySelector('#calEVV-label').style.display = 'block';
}
}
} else {
fullPropsObj['ca_group_name'] = undefined;
document.querySelector('#ca-label').style.display = 'none';
document.querySelector('#calEVV-label').style.display = 'none';
}
}
@ -387,7 +389,7 @@
if(Object.keys(revisedPropsObj).length > 0){
let validationFlag = true;
let allRequiredFields = ['agency_name', 'medicaid_id', 'provider_id', 'learner_state', 'learner_role'];
let allRequiredFields = ['agency_name', 'medicaid_id', 'provider_id', 'learner_state', 'learner_role', 'ca_group_name', 'oh_group_name'];
for(let i = 0; i < allRequiredFields.length; i++){
if(Object.keys(revisedPropsObj).indexOf(allRequiredFields[i]) == -1){
@ -457,7 +459,8 @@
function webhookCaller(){
return new Promise(function(res, rej) {
let xhr = new XMLHttpRequest();
url = "https://webhooks.workato.com/webhooks/rest/0a1d61c1-421c-4160-a1ab-d29e79aee50e/secondary-registration-submitted";
url = "https://webhook.site/8fc3650a-7c4b-413a-a6fd-6e3787bc3771"
//url = "https://webhooks.workato.com/webhooks/rest/0a1d61c1-421c-4160-a1ab-d29e79aee50e/secondary-registration-submitted";
xhr.addEventListener("load", e => {
localStorage.setItem('completed-second-registration', true);

View File

@ -129,3 +129,6 @@ FYI and any collateral for Steve:
* Meeting is on Monday with CMO.
* Steve is trying to steer the direction of not putting marketing assets into CE
* Educational value add only. Agents will be able to tell what is authentic ed materials and what's marketing.
## 04-18-2024

View File

@ -315,3 +315,26 @@ ZJv566jvbzHpfCTqrJyj7Guvjr9i56NpLmz2DA==
-----END CERTIFICATE-----
```
Logout URL: https://login.microsoftonline.com/43f1ba74-0140-48d7-9ded-17e6e43a6ef6/saml2
## 04-18-2024
oAuth Azure Strategy Back up from Sandbox:
Strategy in Super Admin: `oauth_azure`
Client ID:
* 3133d00c-5cc7-4a6c-8410-956a597cd494
Secret Code:
* MGU8Q~Wy.NIZ5b_WZ6kOzRSwkJgGBekXz.cSOa-b
Auth Endpoint:
* https://login.microsoftonline.com/43f1ba74-0140-48d7-9ded-17e6e43a6ef6/oauth2/authorize
Token Endpoint:
* https://login.microsoftonline.com/43f1ba74-0140-48d7-9ded-17e6e43a6ef6/oauth2/token
API Endpoint:
* https://graph.microsoft.com
Issuer:
* https://login.microsoftonline.com/43f1ba74-0140-48d7-9ded-17e6e43a6ef6/wsfed

View File

@ -376,3 +376,12 @@ I cant seem to find the connection as to why the courses show < 100, but the
### Feature Updates
FEAT: Communications templates, cloning a message, "reminder" template, Scheduling messages.
## 04/18/2024
Cadence Call with Anna
* Job may be changing with Nintex acquisition. Currently, she is a technical community manager but was offered a product manager.
* Pay attention to her job and role changing over the next few months. A manager said "what is your dream job at Nintex? What job would you like to stay?" --> This was concerning to hear; did she give notice or say she was thinking of leaving?
* LearnUpon contract expires in 2025, but CE is expiring in September of 2024.
* Asked Anna for a G2 Review and she agreed.
* Hard to get a good pulse on if Nintex will keep CE or LearnUpon, Anna said she's really unsure of Sam's opinions right now. No new initiatives are happening with CE though, as Anna is unsure the direction of the content and/or if the content fits in with Nintex's overall Ed. Strategy.

Binary file not shown.

View File

@ -33,6 +33,7 @@ def get_groups(APIKEY):
if "next" not in nextlink:
break
print(groups)
with open(
"/Users/normrasmussen/Downloads/Sandata-Groups.csv", "a+", newline="\n"

26
Scripts/API_Tests/tmp.py Normal file
View File

@ -0,0 +1,26 @@
REF = [
("Arizona", "ST - AZ AHCCCS", "2670eace-3ca9-4f6d-bc72-aeb4445e0e11"),
("California", "ST - CA CHHS BOTH (PCS & HHCS)", "d04e4432-53fc-495f-901f-400e23abbf86"),
("California", "ST - CA CHHS JE", "6807eedb-608a-4bad-b304-87eb93e3b740"),
("California", "ST - CA CHHS STATE", "e10e730c-df4f-40a2-ad5c-400a2d92a703"),
("Colorado", "ST - Colorado (HCPS)", "eb2e4fa5-03d0-4b13-89d8-c9b21237ca87"),
("Connecticut", "ST - CT DDS", "d1ad670a-ad25-4406-8ed3-9516a73bb6bc"),
("DC", "ST - DC (DHCF)", "7ee099da-dbc5-4ce5-8731-f23227df301a"),
("Delaware", "ST - DE DHHS", "fe352a1a-76f3-41f7-9ce2-500ea32028ce"),
("Hawaii", "ST - Hawaii", "fc2c62e7-cccb-4544-8f6d-437cd3268312"),
("Idaho", "ST - Idaho (DHW)", "c12966c7-ac59-48f4-b322-90e0745ceec3"),
("Illinois", "ST - IL DHS", "e3aa57c1-6526-4dca-90b3-fedaf9b53930"),
("Indiana", "ST - Indiana (FSSA)", "1d1ba9fe-6c06-4fef-9958-05f085f2de46"),
("Missouri", "ST - Missouri (DSS PCS)", "27b825aa-4094-4820-a69b-4a75b8c7672e"),
("Nevada", "ST - Nevada (DHCFP)", "9fcf4e98-1dfd-441f-8ee4-0131c968867c"),
("North Carolina", "ST - North Carolina (DHHS)", "67a01f25-57ca-49a8-8fed-b7181b020842"),
("North Daktoa", "ST - North Dakota (DHHS)", "62dc0f55-a51d-4acf-90ce-dc10788385af"),
("Ohio", "ST - OH NON-Agencies", "5d50b3ed-671b-4e97-9d5e-87f8b755dfe2"),
("Ohio", "ST - OH ODM Agency Provider", "0c8efefc-364b-4971-b376-030493611b0d"),
("Ohio", "ST - OH ODM AGENCY PROVIDER ALT EVV", "838c0923-43b4-48bd-8011-00fd0411c68f"),
("Pennsylvania", "ST - PA DHS", "24c85122-aa00-4ce2-ad9b-70bb9c0f3f2f"),
("Rhode Island", "ST - Rhode Island EOHHS", "e52fd639-bf63-4840-b8bc-2e6a6f11560e"),
("Tennessee", "ST - TN BCT", "f1e1980b-f6f8-49d3-935b-25182657fc4a"),
("Vermont", "ST - Vermont (DVHA)", "e7e36fc5-fbe6-4e76-ac37-141c75aa069e"),
("Wisconsin", "ST - Wisconsin (DHS)", "16d31811-8714-41ec-a373-19c4b890910b"),
]

View File

@ -0,0 +1,40 @@
import tmp
webhook_payload = {
"payload": {
"array": [
{
"id": "e134030d-a2a9-4de2-b4d5-87081feee18a",
"email": "gwalden@sandata.com",
"type": "person_properties",
"attributes": {
"properties": {
"agency_name": "Test 2",
"agency_id": "Test 2",
"medicaid_id": "54321",
"provider_id": "0987654321",
"learner_role": "Agency Billing",
"learner_state": "Tennessee",
"oh_group_name": "ST - OH ODM Agency Provider",
"evv_alt_for_ca_oh": "",
"successfully_completed_secondary_registration": True,
"cal_evv_id": None
}
}
}
]
},
"params": {}
}
for item in webhook_payload['payload']['array']:
evv = item['attributes']['properties']['evv_alt_for_ca_oh']
state = item['attributes']['properties']['learner_state']
group_result = [ref_state for ref_state in tmp.REF if state in ref_state]
if len(group_result) > 1:
for group in group_result:
if evv in group:
print(group)
else:
group_uuid = group_result[0][2]
print(group_uuid)

View File

@ -191,7 +191,7 @@ message](https://northpasshq.slack.com/archives/C04RER4PH09/p1709147957374999?th
- [ ] Netradyne
- [X] AIIM
- [X] Zenjob
- [-] SPS Commerce --> Matt Shroyer already has a post-sales role for CS. How to reconcile for CE?
- [-] SPS Commerce --> Matt Schroyer already has a post-sales role for CS. How to reconcile for CE?
- [ ] Blacklane
- [ ] DoorDash
- [ ] DoubleVerify
@ -199,8 +199,8 @@ message](https://northpasshq.slack.com/archives/C04RER4PH09/p1709147957374999?th
- [X] Flink
- [ ] Humly
- [ ] Glassdoor
- [ ] HackerRank
- [ ] Big Ideas/Larson Texts
- [X] HackerRank
- [X] Big Ideas/Larson Texts
- [X] OneNetwork
- [X] Mizuno
- [ ] MATTR
@ -209,9 +209,13 @@ message](https://northpasshq.slack.com/archives/C04RER4PH09/p1709147957374999?th
- [ ] TripleSeat
- [X] Artera (WellHealth)
- [ ] Terminus
- [ ] G2 - Get group booking link for me and Nergis
- [X] G2 - Get group booking link for me and Nergis
## 04-17-2024
- [ ] Walmart - Update Monday.com with notes.
- [ ] Move Courses out of group enrollments.
## 04-18-2024
- [X] Chubb - Looker, Learner Full name - what is it pulling?