Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PERFORMA_REPLICA
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Muhammad Usman
PERFORMA_REPLICA
Commits
01da9b7d
Commit
01da9b7d
authored
Jun 22, 2020
by
Muhammad Usman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
education view completed on career history
parent
121c589b
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
118 additions
and
16 deletions
+118
-16
work-style.component.ts
...-career-web/assessment/work-style/work-style.component.ts
+2
-1
career-history.component.html
...reer-history/career-history/career-history.component.html
+2
-2
education.component.html
...history/career-history/education/education.component.html
+67
-3
personal-data.component.html
...career-history/personal-data/personal-data.component.html
+8
-0
work-history.component.html
...y/career-history/work-history/work-history.component.html
+5
-0
mc-shared.module.ts
...pp/components/my-career-web/mc-shared/mc-shared.module.ts
+3
-1
_profile-builder.scss
...angular/src/styles/my-career-styles/_profile-builder.scss
+7
-1
_styles.scss
frontend/angular/src/styles/my-career-styles/_styles.scss
+1
-0
_calendar.scss
...ngular/src/styles/my-career-styles/primeng/_calendar.scss
+14
-8
_file-upload.scss
...lar/src/styles/my-career-styles/primeng/_file-upload.scss
+9
-0
No files found.
frontend/angular/src/app/components/my-career-web/assessment/work-style/work-style.component.ts
View file @
01da9b7d
...
@@ -47,7 +47,8 @@ export class WorkStyleComponent extends BaseComponent implements OnInit, OnDestr
...
@@ -47,7 +47,8 @@ export class WorkStyleComponent extends BaseComponent implements OnInit, OnDestr
this
.
setAnswerScales
();
this
.
setAnswerScales
();
},
err
=>
{
},
err
=>
{
this
.
isLoading
=
false
;
this
.
isLoading
=
false
;
this
.
hs
.
handleHttpError
(
err
);
this
.
exit
();
// this.hs.handleHttpError(err);
});
});
}
}
...
...
frontend/angular/src/app/components/my-career-web/career-history/career-history/career-history.component.html
View file @
01da9b7d
...
@@ -32,13 +32,13 @@
...
@@ -32,13 +32,13 @@
<p-tabPanel
header=
"1. Personal Data"
>
<p-tabPanel
header=
"1. Personal Data"
>
<app-personal-data></app-personal-data>
<app-personal-data></app-personal-data>
</p-tabPanel>
</p-tabPanel>
<p-tabPanel
header=
"2. Work History"
[
selected
]="
true
"
>
<p-tabPanel
header=
"2. Work History"
>
<app-work-history></app-work-history>
<app-work-history></app-work-history>
</p-tabPanel>
</p-tabPanel>
<p-tabPanel
header=
"3. Education"
>
<p-tabPanel
header=
"3. Education"
>
<app-education></app-education>
<app-education></app-education>
</p-tabPanel>
</p-tabPanel>
<p-tabPanel
header=
"4. Skills"
>
<p-tabPanel
header=
"4. Skills"
[
selected
]="
true
"
>
<app-skills></app-skills>
<app-skills></app-skills>
</p-tabPanel>
</p-tabPanel>
<p-tabPanel
header=
"5. References"
>
<p-tabPanel
header=
"5. References"
>
...
...
frontend/angular/src/app/components/my-career-web/career-history/career-history/education/education.component.html
View file @
01da9b7d
<p>
<h4
class=
"tab-heading"
>
Tell us about your education, qualifications and certifications
</h4>
education works!
</p>
<div
class=
"row"
style=
"margin-top: 24px;"
>
<div
class=
"col-md-12 form-group"
>
<p-checkbox
label=
"I don't have any education qualification or certificates to record"
></p-checkbox>
</div>
</div>
<div
class=
"row education-wrapper"
>
<div
class=
"col-md-9"
>
<div
class=
"row form-group"
>
<div
class=
"col-md-6"
>
<label>
Course or Certification
</label>
<input
type=
"text"
class=
"form-control"
placeholder=
"Employeer name"
name=
"Skype"
>
</div>
</div>
<div
class=
"row form-group"
>
<div
class=
"col-md-6"
>
<label>
Where Studied
</label>
<input
type=
"text"
class=
"form-control"
placeholder=
"Where studied"
name=
"Skype"
>
</div>
<div
class=
"col-md-6"
>
<label>
Where Issued
</label>
<input
type=
"text"
class=
"form-control"
placeholder=
"Where issued"
name=
"Skype"
>
</div>
</div>
<div
class=
"row form-group"
>
<div
class=
"col-md-3"
>
<label>
GPA or Outcome
</label>
<input
type=
"text"
class=
"form-control"
placeholder=
"Where studied"
name=
"Skype"
>
</div>
<div
class=
"col-md-6 col-md-offset-3"
>
<label>
When Completed
</label>
<p-calendar></p-calendar>
</div>
</div>
<div
class=
"row form-group"
>
<div
class=
"col-md-4"
>
<label>
Upload Certificate
</label>
<p-fileUpload
mode=
"basic"
name=
"Upload your Cover Letter"
withCredentials=
"true"
auto=
"true"
chooseLabel=
"Browse"
></p-fileUpload>
</div>
</div>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-md-12"
>
<button
pButton
class=
"btn btn-info-outline add-more"
label=
"Add Education +"
></button>
</div>
</div>
<div
class=
"d-flex justify-content-center"
style=
"margin-top: 48px;"
>
<button
pButton
label=
"Next Section"
class=
"ui-button-info next-section"
></button>
</div>
frontend/angular/src/app/components/my-career-web/career-history/career-history/personal-data/personal-data.component.html
View file @
01da9b7d
...
@@ -69,3 +69,11 @@
...
@@ -69,3 +69,11 @@
<!-- </app-form-control>-->
<!-- </app-form-control>-->
</div>
</div>
</div>
</div>
<div
class=
"d-flex justify-content-center"
style=
"margin-top: 48px;"
>
<button
pButton
label=
"Next Section"
class=
"ui-button-info next-section"
></button>
</div>
frontend/angular/src/app/components/my-career-web/career-history/career-history/work-history/work-history.component.html
View file @
01da9b7d
...
@@ -66,3 +66,8 @@
...
@@ -66,3 +66,8 @@
</div>
</div>
<div
class=
"d-flex justify-content-center"
style=
"margin-top: 48px;"
>
<button
pButton
label=
"Next Section"
class=
"ui-button-info next-section"
></button>
</div>
frontend/angular/src/app/components/my-career-web/mc-shared/mc-shared.module.ts
View file @
01da9b7d
...
@@ -21,6 +21,7 @@ import { OverlayComponent } from './overlay/overlay.component';
...
@@ -21,6 +21,7 @@ import { OverlayComponent } from './overlay/overlay.component';
import
{
TruncatePipe
}
from
'./truncate.pipe'
;
import
{
TruncatePipe
}
from
'./truncate.pipe'
;
import
{
TabViewModule
}
from
'primeng/tabview'
;
import
{
TabViewModule
}
from
'primeng/tabview'
;
import
{
CalendarModule
}
from
'primeng/calendar'
;
import
{
CalendarModule
}
from
'primeng/calendar'
;
import
{
FileUploadModule
}
from
'primeng/fileupload'
;
const
MODULES
=
[
const
MODULES
=
[
ReactiveFormsModule
,
ReactiveFormsModule
,
...
@@ -36,7 +37,8 @@ const MODULES = [
...
@@ -36,7 +37,8 @@ const MODULES = [
ProgressBarModule
,
ProgressBarModule
,
DialogModule
,
DialogModule
,
TabViewModule
,
TabViewModule
,
CalendarModule
CalendarModule
,
FileUploadModule
,
];
];
const
COMPONENTS
=
[
const
COMPONENTS
=
[
...
...
frontend/angular/src/styles/my-career-styles/_profile-builder.scss
View file @
01da9b7d
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
white-space
:
nowrap
;
white-space
:
nowrap
;
}
}
.experience-wrapper
{
.experience-wrapper
,
.education-wrapper
{
margin-bottom
:
32px
;
margin-bottom
:
32px
;
}
}
...
@@ -58,4 +58,10 @@
...
@@ -58,4 +58,10 @@
}
}
}
}
.next-section
{
width
:
260px
;
height
:
50px
;
border-radius
:
73px
;
}
}
}
frontend/angular/src/styles/my-career-styles/_styles.scss
View file @
01da9b7d
...
@@ -21,5 +21,6 @@
...
@@ -21,5 +21,6 @@
@import
"primeng/progressbar"
;
@import
"primeng/progressbar"
;
@import
"primeng/tab-view"
;
@import
"primeng/tab-view"
;
@import
"primeng/calendar"
;
@import
"primeng/calendar"
;
@import
"primeng/file-upload"
;
}
}
frontend/angular/src/styles/my-career-styles/primeng/_calendar.scss
View file @
01da9b7d
.ui-calendar
{
p-calendar
{
display
:
block
;
.ui-inputtext
{
.ui-calendar
{
padding
:
6px
12px
;
display
:
block
;
height
:
46px
;
background-image
:
none
!
important
;
.ui-inputtext
{
border
:
2px
solid
#E0E0E0
;
padding
:
6px
12px
;
width
:
100%
;
height
:
46px
;
border-radius
:
4px
;
background-image
:
none
!
important
;
border
:
2px
solid
#E0E0E0
;
width
:
100%
;
border-radius
:
4px
;
}
}
}
}
}
frontend/angular/src/styles/my-career-styles/primeng/_file-upload.scss
0 → 100644
View file @
01da9b7d
p-fileUpload
{
.ui-fileupload-choose
{
position
:
relative
;
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment