Tons of anthology work with notes and scripts. Updated DE's tamplates. Small script changes as well.
This commit is contained in:
@ -339,3 +339,20 @@ Notes:
|
||||
|
||||
* Rachel and KC to discuss the search and filtering stuff again. They needed clarity on categories vs properties, etc.
|
||||
* I let them know that we would be changing their workflow.
|
||||
|
||||
## 11/17/2023
|
||||
|
||||
### Illegal Domains & Fixes
|
||||
|
||||
Action Item:
|
||||
|
||||
* Decision on auto-deactivate or auto-deleting illegal domains
|
||||
* Error screen for new accounts not on master list
|
||||
* Enter key on keyboard allowing illegal domain creation
|
||||
* HTML disable "hack"
|
||||
* Master CSV - Most important topic
|
||||
|
||||
Katie has been spending her time explaining to everyone what a domain is....
|
||||
Every piece of copy needs to be _very_ excplicit
|
||||
Anthology needs to make internal decisions on how they allow internal people to access the academy.
|
||||
Likes the idea of a deactivation and messaging screen.
|
||||
|
||||
BIN
CustomerNotes/Anthology/__pycache__/mappingsdict.cpython-311.pyc
Normal file
BIN
CustomerNotes/Anthology/__pycache__/mappingsdict.cpython-311.pyc
Normal file
Binary file not shown.
File diff suppressed because one or more lines are too long
5
CustomerNotes/Anthology/dict-mapping-to-csv.py
Normal file
5
CustomerNotes/Anthology/dict-mapping-to-csv.py
Normal file
@ -0,0 +1,5 @@
|
||||
import pandas as pd
|
||||
from mappingsdict import mappings
|
||||
|
||||
df = pd.DataFrame.from_records(mappings)
|
||||
df.to_csv("~/Downloads/Anthology_mappings_11.17.23.csv")
|
||||
3311
CustomerNotes/Anthology/groups-list.py
Normal file
3311
CustomerNotes/Anthology/groups-list.py
Normal file
File diff suppressed because it is too large
Load Diff
8646
CustomerNotes/Anthology/mappingsdict.py
Normal file
8646
CustomerNotes/Anthology/mappingsdict.py
Normal file
File diff suppressed because it is too large
Load Diff
8662
CustomerNotes/Anthology/workato-node.py
Normal file
8662
CustomerNotes/Anthology/workato-node.py
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user