-
Notifications
You must be signed in to change notification settings - Fork 1
[ISDK-82] Feature/activity services #42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
# Conflicts: # src/pages/achievements/view/achievements-view.page.ts # src/pages/activities-classic/list/activities-classic-list.page.ts # src/pages/activities/list/list.page.ts # src/pages/activities/list/popup.ts # src/pages/assessments/assessments.page.ts # src/pages/assessments/group/assessments-group.page.ts # src/pages/assessments/popup/items-popup.page.ts # src/pages/events/checkin/event-checkin.page.ts # src/pages/events/list/list.page.ts # src/pages/events/view/events-view.page.ts # src/pages/forget-password/forget-password.ts # src/pages/gallery/gallery.ts # src/pages/levels/list/list.ts # src/pages/login/login.ts # src/pages/magic-link/magic-link.ts # src/pages/rankings/list/rankings.page.ts # src/pages/rankings/view/ranking-badges.ts # src/pages/rankings/view/ranking-details.page.ts # src/pages/registration/register.page.ts # src/pages/registration/registration.page.ts # src/pages/reset-password/reset-password.ts # src/pages/settings/leaderboard/leaderboard-settings.page.ts # src/pages/settings/settings.page.ts # src/pages/team/team.ts # src/pages/term-condition/term-condition.page.ts
this is generated locally at code compilation
Hi @trtshen, please resolve the conflicts. ^_^ |
# Conflicts: # src/app/app.module.ts # src/pages/forget-password/forget-password.ts # src/pages/login/login.ts # src/pages/registration/register.page.ts # src/pages/registration/registration.page.ts # src/pages/reset-password/reset-password.ts # src/pages/settings/settings.page.ts # src/pages/term-condition/term-condition.page.ts
# Conflicts: # src/pages/activities-classic/list/activities-classic-list.page.ts # src/pages/registration/register.page.ts # src/pages/reset-password/reset-password.ts
let refs = this.rebuildReferences(activity.References); | ||
if (!_.isEmpty(sequence)) { | ||
// @NOTE: API only support first ActivitySequence atm | ||
// activity.ActivitySequence.forEach(seq => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @trtshen, do we need to remove this commented code?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dameng03 @DamengRandom that is retained as a reference to comment at line 307.
Let's keep this as a reference for future Practera API changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yup sure @trtshen
// activity.ActivitySequence.forEach(seq => { | ||
let modelId = sequence.model_id; | ||
sequence.context_id = refs[modelId]; | ||
// }); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @trtshen, and here?
No description provided.