Skip to content

Instantly share code, notes, and snippets.

View Luthiber's full-sized avatar
💭
WORKING

PadirZ Luthiber

💭
WORKING
  • Istanbul
View GitHub Profile
@Luthiber
Luthiber / admin.controller.seed.js
Last active May 1, 2026 03:21
BeCool V8 seed controller — _id drop + external_id
// ============================================================
// controllers/admin.controller.seed.js (V8 — schema-correct mapping)
//
// Standalone controller module (this-binding pattern).
// Routes load with: require('../controllers/admin.controller.seed.js')()
//
// Adds: this.seedBusinesses → POST /v1/admin/seed-businesses
//
// Key V8 changes (vs V7):
// - Drop string _id ("bc_001"), let MongoDB generate ObjectId.