<< [[resource/Dailies/25-03-18|prev]] [[resource/Dailies/25-03-20|next]] >>
![[daily work stats]]
![[daily personal stats]]
![[servant mindset]]
### Work
- [x] dev, move workspace out of one drive d:250319 s:0915 etc:5 t:17
- [x] qb, deploy [[qb deploy template]] d:250319 s:1513 etc:5 t:57
- fixes
- post sxs save, navigate to rate review stalls. likely not dropping connections
- proposal/560/medical-insured/1521
- n/a on the [ph](https://devquotebook.setseg.org/QuoteBook/proposal/560/medical-insured/1521)
- for small group remove hardcap settings on SxS
- verify the rate renwal letter has monthly pulling from small group medical plans
- remove account service rep
- system admin -> system administrator
- [x] hr d:250319 s:0947 etc:5 t:1
- [x] billing, prod support d:250319 s:1456 etc:5 t:73
- error logs
- (User) EB Billing\Upload SFTP Beneration Files to EB School File
```
-- Automate Step Failure Notification: Mark Beneration Test Invoices
Task name: Mark Beneration Test Invoices
Function: Main
Step number: 23
Time of error: 3/19/2025 9:21:32 AM
Error message: Script execution exception: Expecting an array
-- Errors uploading Beneration Bills to SPO EB School File
The following files failed
File 202504 00003 Invoice Detail.xlsx in directory \\office.local\setseg\PROD\Automation\BenerationTempInboundInvoices failed to upload.
```
- `Mark Beneration Test Invoices` step 23 expecting an array
- postman check what comes back from school file
```
-- url https://api.setseg.org/Docs/getSharePointList
-- body
{
"Site": "EmployeeBenefits",
"List": "School File",
"filters": [
{ "Operation": "Eq", "Property": "Account_x0020_Name", "Type": "Lookup", "Value": "33020"},
{ "Operation": "Eq", "Property": "Document_x0020_Type", "Type": "Choice", "Value": "EB Invoice"},
{ "Operation": "Eq", "Property": "MyDotVisible", "Type": "Boolean", "Value": "false"},
{ "Operation": "Eq", "Property": "Effective_x0020_Date", "Type": "DateTime", "Value": "2025-03-19"}
],
"Selects": [
{ "Property": "ID" },
{ "Property": "Title" },
{ "Property": "Effective_x0020_Date" },
{ "Property": "Document_x0020_Type" },
{ "Property": "FileLeafRef" }
]
}
```
- working theory: API request returned bad, it's working now
- what do the logs say?
- seems like MS SPO and CRM outages
- does `Update CRM Account LOB and Services` rerun fail?
- [x] qb, self bill view d:250319 s:0948 etc:5 t:16
- [x] automate, why we don't use internal error handling more and just email online help? d:250319 s:1038 etc:5 t:16
- [x] plan d:250319 s:0835 etc:10 t:14
- [x] [[resource/sprints/meet - 25-03-19 - sprint standup|standup]] d:250319 s:0849 etc:25 t:27
- [x] comm, teams d:250319 s:1512 etc:20 t:8
### Tasks
- [ ] focalin meds d:250319 s:1505 etc:5 t:8
- mychart ordered IR?
- [ ] order walking recording equipment
- [x] eat, potato d:250319 s:1426 etc:5 t:16
- [/] [[google analytics]] , d:250319 s:1307 etc:20 t:67
- what does the user lifetime technique in google analytics meant to do? I feel like I can't get any useful metrics for actually identifying users or tracking their page view
- verify event tracking code
- do I have access to the user password in front end?
- preload of publish.js doesn't work with passwords lol -> nvm the preload, just doesn't work
- [x] how is the obsidian publish password stored? d:250319 s:1316 etc:5 t:65
- function `e.prototype.apiRequest`
```
{
"method": "POST",
"url": "https://publish-01.obsidian.md/api/password",
"data": {
"id": "d779cd86118eeba4d42dd14075e04b83",
"token": "b7b29f281eda22cff646ecb539b40738"
}
}
{
"method": "POST",
"url": "https://publish-01.obsidian.md/api/password",
"data": {
"name": "tom",
"pw": "tom",
"id": "d779cd86118eeba4d42dd14075e04b83",
"token": "b7b29f281eda22cff646ecb539b40738"
}
}
```
- passwords are stored on Obsidian publish servers
- get passwords
- `(Invoke-WebRequest -Method POST -Uri "https://publish-01.obsidian.md/api/password" -Headers @{"Content-Type"="application/json; charset=utf-8"} -Body '{"id":"d779cd86118eeba4d42dd14075e04b83","token":"b7b29f281eda22cff646ecb539b40738"}' -UseBasicParsing).Content | ConvertFrom-Json | Select-Object -ExpandProperty pass | Select-Object -ExpandProperty name`
- delete all passwords
- `while ((Invoke-WebRequest -Method POST -Uri "https://publish-01.obsidian.md/api/password" -Headers @{"Content-Type"="application/json; charset=utf-8"} -Body '{"del":0,"id":"d779cd86118eeba4d42dd14075e04b83","token":"b7b29f281eda22cff646ecb539b40738"}' -UseBasicParsing).Content -ne '{"pass":null}') { Start-Sleep -s 1 }`
- set passwords from list
- `@("password123", "johns", "adrianas", "josephd", "justiner", "karenr") | ForEach-Object { $body = @{name = $_; pw = $_; id = "d779cd86118eeba4d42dd14075e04b83"; token = "b7b29f281eda22cff646ecb539b40738"} | ConvertTo-Json -Compress; Invoke-WebRequest -Method POST -Uri "https://publish-01.obsidian.md/api/password" -Headers @{"Content-Type"="application/json; charset=utf-8"} -Body $body -UseBasicParsing; Start-Sleep -s 1 }`
- [x] url to add and push to obsidian publish d:250319 s:2045 etc:5 t:143
- how token and id gotten
- cached: `localStorage.getItem("obsidian-account")`
- originally
- enhancer.js `window.ajax = function(t) {`
-
- [x] can I use the obsidian publish plugin to mark a file for upload? -> no :( d:250319 s:1442 etc:5 t:4
- [x] [[communication assistant - text enhancer - project]] d:250319 s:1201 etc:5 t:7
- [x] eat [[nutrient-dense berry seed swirl|seed smoothie]] d:250319 s:1056 etc:5 t:12
- [x] [[john starkel conversation 25-03-12]] d:250319 s:0715 etc:5 t:65
### Nightly
- [ ] [[easy family records]]
- [ ] [[daily snapshot]] etc:10
-
-
- [ ] review soc etc:10
### Stream of Consciousness
- Charlie drove the Jane's electric car up to the house. I told her to take it back while we were walking through the woods back to our house I told her to when she gets home take it back to the James try to try the key to see if that's why we thought it stopped working and then take it back. I didn't know where Charlie went but she without prompting went outside and got in the car turn it on and throw it back through the neighborhood to the James's
-
### Records