feat(doctors): add activity start date field with Persian calendar in admin panel
This commit is contained in:
@@ -61,6 +61,7 @@ class DoctorController extends BaseController
|
||||
new OA\Property(property: 'medical_system_code', type: 'string', nullable: true),
|
||||
new OA\Property(property: 'degree', type: 'string', nullable: true),
|
||||
new OA\Property(property: 'info', type: 'string', nullable: true),
|
||||
new OA\Property(property: 'activity_time', type: 'integer', nullable: true, description: 'Unix timestamp (seconds) of career start date; basis for years-of-experience'),
|
||||
new OA\Property(
|
||||
property: 'specialties',
|
||||
type: 'array',
|
||||
@@ -269,6 +270,7 @@ class DoctorController extends BaseController
|
||||
new OA\Property(property: 'medical_system_code', type: 'string', nullable: true),
|
||||
new OA\Property(property: 'degree', type: 'string', nullable: true),
|
||||
new OA\Property(property: 'info', type: 'string', nullable: true),
|
||||
new OA\Property(property: 'activity_time', type: 'integer', nullable: true, description: 'Unix timestamp (seconds) of career start date; basis for years-of-experience'),
|
||||
new OA\Property(
|
||||
property: 'specialties',
|
||||
type: 'array',
|
||||
|
||||
Reference in New Issue
Block a user