Rocky_Mountain_Vending/lib/site-manufacturer-mapping.json

94 lines
2.8 KiB
JSON

{
"sites": {
"rockymountainvending.com": {
"tier": 1,
"description": "Site with the least manufacturers - focuses on top manufacturers with most manuals",
"manufacturers": [
"Crane",
"Royal Vendors",
"GPL",
"AP",
"Dixie-Narco",
"USI",
"Vendo"
],
"includePaymentComponents": true,
"minManualCount": 3
},
"rmv.abundancepartners.app": {
"tier": 1,
"description": "Rocky Mountain Vending staging host mirrors the production Rocky manuals subset",
"manufacturers": [
"Crane",
"Royal Vendors",
"GPL",
"AP",
"Dixie-Narco",
"USI",
"Vendo"
],
"includePaymentComponents": true,
"minManualCount": 3
},
"vending.support": {
"tier": 2,
"description": "Site with medium manufacturer count - includes Tier 1 plus additional popular manufacturers",
"manufacturers": [
"Crane",
"Royal Vendors",
"GPL",
"AP",
"Dixie-Narco",
"USI",
"Vendo",
"Merchant-Series",
"BevMax",
"DSVending",
"Seaga",
"AMS",
"Rowe",
"Coin-Mechs",
"Bill-Mechs",
"Card-Readers"
],
"includePaymentComponents": true,
"minManualCount": 2
},
"quickfreshvending.com": {
"tier": 3,
"description": "Site with all manufacturers - comprehensive collection",
"manufacturers": "all",
"includePaymentComponents": true,
"minManualCount": 1
}
},
"manufacturerAliases": {
"Crane": [
"Crane",
"BevMax",
"Merchant-Series",
"Merchant Series",
"National Vendors"
],
"Royal Vendors": ["Royal-Vendors", "Royal Vendors"],
"GPL": ["GPL"],
"AP": ["AP", "Automatic Products"],
"Dixie-Narco": ["Dixie-Narco"],
"USI": ["USI", "United Standard Industries"],
"Vendo": ["Vendo", "Sanden Vendo"],
"Merchant-Series": ["Merchant-Series", "Merchant Series"],
"BevMax": ["BevMax", "Bev Max"],
"DSVending": ["DSVending"],
"Seaga": ["Seaga"],
"AMS": ["AMS", "Automated Merchandising Systems"],
"Rowe": ["Rowe"],
"Coin-Mechs": ["Coin-Mechs", "Coinco", "Conlux", "MEI-Mars"],
"Bill-Mechs": ["Bill-Mechs"],
"Card-Readers": ["Card-Readers"]
},
"notes": {
"paymentComponents": "Payment components (Coin-Mechs, Bill-Mechs, Card-Readers) are included on all sites as they are universal",
"otherFolder": "The 'Other' folder contains uncategorized manuals. For Tier 3, all are included. For Tier 1 and 2, only include if they match allowed manufacturers.",
"manufacturerMatching": "Manufacturer names are matched using aliases to handle variations in directory names and filenames"
}
}