Tons of anthology work with notes and scripts. Updated DE's tamplates. Small script changes as well.

This commit is contained in:
Norm Rasmussen
2023-11-17 17:18:13 -05:00
parent c3aedce0d1
commit 09053c34cd
32 changed files with 22644 additions and 575 deletions

View File

@ -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.

File diff suppressed because one or more lines are too long

View 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")

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff