Location

Each region has multiple locations. Each location is sold to and managed by a different Franchisee. Equivalent of current Global -> Locations

Field

Type

Required

Default

Description

id

ObjectId

Yes

-

Alias of _id generated by mongo

name

String

Yes

-

The name of the business

slug

String

Yes

-

Chosen slug

region

ObjectId

Yes

-

active

Boolean

Yes

True

Whether the business should be displayed publicly

bbgLocation

Boolean

Yes

False

Whether it's a BBG or only BB

fireBaseTopic

String

Yes

-

showBusinesses

Boolean

Yes

False

showEmployers

Boolean

Yes

False

contact

Contact

No

-

socials

No

-

about

String

No

-

ratings

Rating

No

-

logoUrl

String

No

-

flagUrl

String

No

-

headerUrl

String

No

-

Contact

Field

Type

Required

Default

Description

label

String

Yes

eg. Phone

value

String

Yes

eg. 07624 308679

link

String

No

eg. tel:07624308679

Rating

Field

Type

Required

Default

Description

name

String

Yes

eg. Pay

description

String

Yes

eg. How much do they pay?

Last updated

Was this helpful?