wsj-filenaming/data.json
DJP 1b2cfb8a26 Rebuild for Dow Jones naming convention + add Builder/Decoder page
Complete rebuild of the naming tool to use the new Dow Jones job naming
convention: [OMGID] - [Domain]-[Subteam]-[Brand]-[Initiative]-[YY]-[Seq]_[AssetName]_v##

- New convention with Domain, Subteam, Brand, Event, Initiative fields
- Added builder.php: step-by-step job name builder and decoder
- Decoder parses any job name back into components with full name lookups
- Push from builder inserts as first row in bulk naming tool
- Updated AI prompt with all valid abbreviations and convention rules
- Updated README and help page with full reference tables

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 15:22:29 -05:00

54 lines
No EOL
1.3 KiB
JSON

[
{
"OMGID": "323423",
"Domain": "EVNT",
"Subteam": "CMKT",
"Brand": "MW",
"Event": "GFF",
"Initiative": "GDFFGDFGDFG",
"YY": "26",
"Sequence": "",
"AssetName": "dfgdfgdfgdf",
"Version": "",
"Filename": "323423 - EVNT-GFF-26_dfgdfgdfgdf"
},
{
"OMGID": "",
"Domain": "PMKT",
"Subteam": "B2B",
"Brand": "MW",
"Event": "FOH",
"Initiative": "SDASDASDASD",
"YY": "26",
"Sequence": "",
"AssetName": "dsfsdfsdfsdfsdf",
"Version": "",
"Filename": "PMKT-B2B-MW-SDASDASDASD-26_dsfsdfsdfsdfsdf"
},
{
"OMGID": "000000",
"Domain": "EVNT",
"Subteam": "B2B",
"Brand": "BAR",
"Event": "GFF",
"Initiative": "GEN",
"YY": "26",
"Sequence": "01",
"AssetName": "Asset",
"Version": "1",
"Filename": "000000 - EVNT-GFF-26-01_Asset_v1"
},
{
"OMGID": "000001",
"Domain": "EVNT",
"Subteam": "",
"Brand": "",
"Event": "GFF",
"Initiative": "GEN",
"YY": "26",
"Sequence": "02",
"AssetName": "Asset",
"Version": "1",
"Filename": "000001 - EVNT-GFF-26-02_Asset_v1"
}
]