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
3f55c5f1
Commit
3f55c5f1
authored
Jun 19, 2020
by
Muhammad Usman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
profile tasks issue, toaster on moible fixed
parent
454d532f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
1 deletions
+4
-1
work-style.component.ts
...-career-web/assessment/work-style/work-style.component.ts
+2
-0
profile-tasks.component.ts
...er-web/dashboard/profile-tasks/profile-tasks.component.ts
+1
-0
_toast.scss
...d/angular/src/styles/my-career-styles/primeng/_toast.scss
+1
-1
No files found.
frontend/angular/src/app/components/my-career-web/assessment/work-style/work-style.component.ts
View file @
3f55c5f1
...
@@ -73,6 +73,8 @@ export class WorkStyleComponent extends BaseComponent implements OnInit, OnDestr
...
@@ -73,6 +73,8 @@ export class WorkStyleComponent extends BaseComponent implements OnInit, OnDestr
if
(
response
.
NextQuestion
)
{
if
(
response
.
NextQuestion
)
{
this
.
workStyleQuestion
=
response
.
NextQuestion
;
this
.
workStyleQuestion
=
response
.
NextQuestion
;
this
.
setAnswerScales
();
this
.
setAnswerScales
();
}
else
{
this
.
exit
();
}
}
},
err
=>
{
},
err
=>
{
this
.
isLoading
=
false
;
this
.
isLoading
=
false
;
...
...
frontend/angular/src/app/components/my-career-web/dashboard/profile-tasks/profile-tasks.component.ts
View file @
3f55c5f1
...
@@ -58,6 +58,7 @@ export class ProfileTasksComponent extends BaseComponent {
...
@@ -58,6 +58,7 @@ export class ProfileTasksComponent extends BaseComponent {
}
}
setProfileCompletion
():
void
{
setProfileCompletion
():
void
{
this
.
profileTasks
.
forEach
(
t
=>
t
.
active
=
false
);
const
currentTask
=
this
.
profileTasks
.
find
(
t
=>
this
.
careerProfile
[
t
.
key
]
!==
100
);
const
currentTask
=
this
.
profileTasks
.
find
(
t
=>
this
.
careerProfile
[
t
.
key
]
!==
100
);
currentTask
.
active
=
true
;
currentTask
.
active
=
true
;
// const percentage = (this.careerProfile.CompletedPercentage || 0) * 3.6;
// const percentage = (this.careerProfile.CompletedPercentage || 0) * 3.6;
...
...
frontend/angular/src/styles/my-career-styles/primeng/_toast.scss
View file @
3f55c5f1
...
@@ -99,7 +99,7 @@
...
@@ -99,7 +99,7 @@
&
-message
{
&
-message
{
width
:
100%
;
width
:
100%
;
padding
:
10px
8px
!
important
;
padding
:
10px
14px
10px
8px
!
important
;
}
}
&
-close-icon
{
&
-close-icon
{
...
...
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