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
6d772dd9
Commit
6d772dd9
authored
Jul 22, 2020
by
Muhammad Usman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build fix
parent
2f4640ff
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
profile-tasks.component.ts
...er-web/dashboard/profile-tasks/profile-tasks.component.ts
+3
-1
work-style-question.model.ts
...src/app/my-career-web/models/work-style-question.model.ts
+1
-1
No files found.
frontend/angular/src/app/my-career-web/dashboard/profile-tasks/profile-tasks.component.ts
View file @
6d772dd9
...
...
@@ -63,7 +63,9 @@ export class ProfileTasksComponent extends BaseComponent {
});
this
.
personalDetailsService
.
currentTab
=
this
.
profileTasks
.
find
(
t
=>
t
.
inProgress
||
!
this
.
careerProfile
[
t
.
key
]);
const
currentTask
=
this
.
profileTasks
.
find
(
t
=>
!
this
.
careerProfile
[
t
.
key
]);
currentTask
.
started
=
true
;
if
(
currentTask
)
{
currentTask
.
started
=
true
;
}
// const percentage = (this.careerProfile.CompletedPercentage || 0) * 3.6;
// if (percentage === 360) {
// this.backgroundColor = '#1DBA3C';
...
...
frontend/angular/src/app/my-career-web/models/work-style-question.model.ts
View file @
6d772dd9
...
...
@@ -4,7 +4,7 @@ import { QuestionModel } from './question.model';
export
class
WorkStyleQuestionModel
extends
BaseModel
{
ObjectClass
=
CLASSES
.
WORK_STYLE_QUESTION
;
QuestionNo
:
string
;
QuestionNo
:
number
;
Percentage
:
number
;
IntroductoryText
:
string
;
Title
:
null
;
...
...
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