-
“I highly appreciate your help for my family in our most difficult time. We owed everyone at @dr.changes a big thank you and our life.”
+
“{{profileDetails.caption}}”
- More than 15 years ago, a small group of families, community activists, and civil servants in New York came together to form an organization called Dr.Changes. They provide services for those struggling to care for a loved one who did not “fit” into traditional health systems: stroke, Parkinson’s, Alzheimer’s disease, traumatic brain injury, debilitating disorders, etc. The diagnoses were different, but the families shared common challenges: few community resources, isolation, lack of information, and drastic changes in family roles.
+ {{profileDetails.description}}
+
LANGUAGE
-
English
-
French
+
{{profileDetails.languages}}
QUALIFICATIONS
-
Master of Science
-
University Limerick
+
{{profileDetails.qualification}}
diff --git a/ng-seed/src/app/end-user/doctor-profile/doctor-profile.component.ts b/ng-seed/src/app/end-user/doctor-profile/doctor-profile.component.ts
index f177497..a2d6c93 100644
--- a/ng-seed/src/app/end-user/doctor-profile/doctor-profile.component.ts
+++ b/ng-seed/src/app/end-user/doctor-profile/doctor-profile.component.ts
@@ -14,6 +14,8 @@ export class DoctorProfileComponent implements OnInit {
private apiUrl = environment.apiEndpoint;
dp: any =[];
busName: any=[];
+ profileDetails: any;
+ skillsDetails: any = [];
constructor(private router:Router,public end_user:EndUserService,private spinner:NgxSpinnerService) {
this.spinner.show()
@@ -29,9 +31,13 @@ export class DoctorProfileComponent implements OnInit {
console.log('booked', res);
if(res.length>0){
- this.bookedAppointment=res[0].user[0]
+ this.bookedAppointment = res[0].user[0]
this.dp = this.apiUrl+'imageViewer?img_name='+ this.bookedAppointment.logo
console.log(this.dp)
+ this.profileDetails = this.bookedAppointment.practitionerInfos[0]
+ console.log(this.profileDetails)
+ this.skillsDetails = JSON.parse(this.profileDetails.skills)
+ console.log(this.skillsDetails)
}else{
let URL = this.router.url;
diff --git a/ng-seed/src/app/end-user/slot-booking/slot-booking-details.component.html b/ng-seed/src/app/end-user/slot-booking/slot-booking-details.component.html
index ebbe0bc..b9ae4e6 100644
--- a/ng-seed/src/app/end-user/slot-booking/slot-booking-details.component.html
+++ b/ng-seed/src/app/end-user/slot-booking/slot-booking-details.component.html
@@ -51,6 +51,7 @@
+
@@ -63,10 +64,6 @@
Teero would like to schedule an interview with you! Pick a time & date.
-
-
-
Business
{{busName}}
Practitioner
@@ -74,25 +71,42 @@
Service
{{servicesName.servicesName}} ({{servicesName.duration
}} Mins)
-
+
+
Date :
+
{{date | date:'longDate'}}
+
Time :
+
{{slotTime | date:'shortTime'}}
+
Amount :
+
₹ {{user.practitionerInfos[0].days}}
-
-
-
keyboard_arrow_left {{check(days) | date:'longDate'}} keyboard_arrow_right
+
+
+
+ keyboard_arrow_left {{check(days) | date:'longDate'}} keyboard_arrow_right
+
+
+
+ {{slot | date:'shortTime'}}
+
+
+
+
+
+ PROCEED
+
-
-
- PROCEED
-
+
diff --git a/ng-seed/src/app/end-user/slot-booking/slot-booking-details.component.scss b/ng-seed/src/app/end-user/slot-booking/slot-booking-details.component.scss
index 692a24f..30302e4 100644
--- a/ng-seed/src/app/end-user/slot-booking/slot-booking-details.component.scss
+++ b/ng-seed/src/app/end-user/slot-booking/slot-booking-details.component.scss
@@ -104,6 +104,7 @@ margin-left: -3rem!important;
// max-width: 100%;
min-width: -webkit-fill-available;
padding: 1rem !important;
+
}
@media only screen and (max-width: 600px) {
h3{
@@ -162,10 +163,11 @@ margin-left: -3rem!important;
color: #7a7a7a;
}
h4{
- color: #227f6e;;
+ color: #227f6e;
+ margin: 0;
}
.scrollHV {
- height: calc(100vh - 105px);
+ height: calc(100vh - 338px);
}
.flexxx{
flex-direction: column;
diff --git a/ng-seed/src/app/layouts/admin/admin-layout.component.html b/ng-seed/src/app/layouts/admin/admin-layout.component.html
index 1f02a65..096b866 100644
--- a/ng-seed/src/app/layouts/admin/admin-layout.component.html
+++ b/ng-seed/src/app/layouts/admin/admin-layout.component.html
@@ -6,11 +6,11 @@