# Req 158 + 159 ## 158 Áp dụng cho tất cả statistics collections  ## 159 Sẽ có 1 doc chứa tất cả thông tin của các drivers (kể cả đang ko hoạt động). - **Path:** `driversOverview/driversOverview` - **Schema:** `DriversOverviewSchema` ```typescript export interface DriversOverviewSchema { driversMap: Record<string, DriverOverviewItemSchema>; } export interface DriverOverviewItemSchema { authInfo: DriverAuthInfo; name?: string; photoUrl?: string; position?: ShortPositionSchema; workingStatus?: DriverWorkingStatus; } interface ShortPositionSchema { lat: number; lon: number; } ```
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up