diff --git a/src/app/pages/joblist/joblist.page.html b/src/app/pages/joblist/joblist.page.html index 31a5910..f9781a9 100644 --- a/src/app/pages/joblist/joblist.page.html +++ b/src/app/pages/joblist/joblist.page.html @@ -38,15 +38,15 @@
-
- Most Popular Courses - See all -
+ + + + -
- Section 1 - Introduction - 15 min -
+ + + +
@@ -54,7 +54,9 @@
{{item.title}} - 10 mins + {{item.description}} + {{item.price*0.01}} {{item.currency}} + Timeline: {{item.timeline_days}} days
diff --git a/src/app/pages/jobmanager/jobmanager.page.html b/src/app/pages/jobmanager/jobmanager.page.html index 3f3e3df..528833b 100644 --- a/src/app/pages/jobmanager/jobmanager.page.html +++ b/src/app/pages/jobmanager/jobmanager.page.html @@ -13,7 +13,7 @@
- 3D Design + .....
diff --git a/src/app/pages/my-course/my-course.page.html b/src/app/pages/my-course/my-course.page.html index c118578..51cc062 100644 --- a/src/app/pages/my-course/my-course.page.html +++ b/src/app/pages/my-course/my-course.page.html @@ -27,6 +27,8 @@
{{item.title}} available till : {{item.expire}} + {{item.price*0.01}} {{item.currency}} + Timeline: {{item.timeline_days}} days
diff --git a/src/app/pages/myfiles/myfiles.page.html b/src/app/pages/myfiles/myfiles.page.html index 434290b..fd8ce05 100644 --- a/src/app/pages/myfiles/myfiles.page.html +++ b/src/app/pages/myfiles/myfiles.page.html @@ -48,13 +48,14 @@
-
+
- Why Using Figma ? - 10 mins + {{item.title}} + {{item.description}} + {{item.file_name}}
@@ -66,23 +67,17 @@
-
- Section 3 - Let's Practice - 75 min -
-
-
-
+ + Silhouette of mountains + + Card Title + Card Subtitle + -
- Why Using Figma ? - 10 mins -
-
-
- -
-
+ + Here's a small text description for the card content. Nothing more, nothing less. + +
diff --git a/src/app/pages/myfiles/myfiles.page.ts b/src/app/pages/myfiles/myfiles.page.ts index 67cfdd4..0b34e12 100644 --- a/src/app/pages/myfiles/myfiles.page.ts +++ b/src/app/pages/myfiles/myfiles.page.ts @@ -26,6 +26,7 @@ export class MyfilesPage implements OnInit { ngOnInit() { + this.getMyFiles(); } onBack() { @@ -41,24 +42,24 @@ export class MyfilesPage implements OnInit { } usrData: { - action:11205, member_id: number, uid: string, sessionid: string, limit:20, page:1 + action:number, member_id: number, uid: string, sessionid: string, limit:20, page:1 }; - notificationTotalData:any; - notificationData: []; + myFilesTotalData:any; + myFilesData: []; getMyFiles(){ - this.usrData = {action:11205, + this.usrData = {action:11309, member_id: this.sessionDataProviderService.member_id, uid: this.sessionDataProviderService.member_uid, sessionid: this.sessionDataProviderService.session , limit:20, page:1} - this.wrenchService.getMyNotifications(this.usrData).subscribe( - notificationTotalData => { - this.notificationTotalData = notificationTotalData; - console.log("NOTIFICATION RETURN->", this.notificationTotalData); - this.notificationData = this.notificationTotalData.result_list; + this.wrenchService.getMyFiles(this.usrData).subscribe( + myFilesTotalData => { + this.myFilesTotalData = myFilesTotalData; + console.log("myFilesData RETURN->", this.myFilesTotalData); + this.myFilesData = this.myFilesTotalData.result_list; // debugger; - console.log("JOBS RETURN DATA->", this.notificationData); + console.log("myFilesData RETURN DATA->", this.myFilesData); } ); diff --git a/src/app/pages/privacy/privacy.page.html b/src/app/pages/privacy/privacy.page.html index d8ffa9f..3fc49dc 100644 --- a/src/app/pages/privacy/privacy.page.html +++ b/src/app/pages/privacy/privacy.page.html @@ -18,24 +18,17 @@ - 1.Types of data we collect + Privacy Policy - Lorem ipsum, dolor sit amet consectetur adipisicing elit. Quibusdam labore odio sit, sunt, - distinctio - consectetur maiores magni autem ipsam eum et quaerat repellendus voluptatum officiis tempore. Magni vel dolore - porro. + Wrenchboard issues this policy to inform users about the information we collect, the use and disclosures in the course of interactions with the WrenchBoard services by customers. We value the privacy of our customers and such strive to employ best industry standards and practices to protect their privacy. By signing up for this services, using our products or technologies offered through the WrenchBoard website, you expressly agree to the terms of this Privacy Policy. - 2.Types of data we collect + Collection of Information - Lorem ipsum, dolor sit amet consectetur adipisicing elit. Quibusdam labore odio sit, sunt, - distinctio - consectetur maiores magni autem ipsam eum et quaerat repellendus voluptatum officiis tempore. Magni vel dolore - porro. + When you sign up for WrenchBoard platform as a user, freelancer, worker or client, you inadvertently provide certain personal information such as name and email address. This information may be used to identify or contact you as part of the service we provide. Below is information we may collect from registered users of the service. - 3.Types of data we collect + Use of Personal Information + + The information we collect about you is mainly utilized to provide a secure, efficient and smooth user experience as you interact with the site. We may also utilize the information to contact you to resolve issues with your account or resolve disputes between freelancers and clients. We also use your personal information in the following ways. + - Lorem ipsum, dolor sit amet consectetur adipisicing elit. Quibusdam labore odio sit, sunt, - distinctio - consectetur maiores magni autem ipsam eum et quaerat repellendus voluptatum officiis tempore. Magni vel dolore - porro. diff --git a/src/app/pages/security/security.page.html b/src/app/pages/security/security.page.html index a61de15..3a6aad5 100644 --- a/src/app/pages/security/security.page.html +++ b/src/app/pages/security/security.page.html @@ -19,24 +19,24 @@
- Face ID + Alert me on multiple login trial
-
- Remember me - -
+ + + + -
- Touch ID - -
+ + + + -
- Google Authenticator - -
+ + + + Change Password