Skip to content

AI seeder init commit#125

Merged
mas-iota merged 4 commits intomasterfrom
ai-seeder
Oct 11, 2023
Merged

AI seeder init commit#125
mas-iota merged 4 commits intomasterfrom
ai-seeder

Conversation

@abdalladimes
Copy link
Copy Markdown

feat: Implemented AI state seeder as a service provider

Comment thread control/content/app.services.js Outdated
}

let getUserAndContext = function() {
getCurrentUser().then((user) => {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Handle errors, promise . all

Comment thread control/content/app.services.js Outdated
hintText: 'Replace values between brackets to match your requirements.',
},
importOptions: {
jsonTemplate: jsonTemplate,
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

indentation

Comment thread control/content/app.services.js Outdated
pointsToRedeem: item.pointsToRedeem || 10,
description: item.description || "",
listImage: item.listImage || "",
pointsPerItem: item.pointsPerItem || 10,
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to recheck

Comment thread control/content/app.services.js Outdated
pointsToRedeem: item.pointsToRedeem || 10,
description: item.description || "",
listImage: item.listImage || "",
pointsPerItem: item.pointsPerItem || 10,
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Validate points to reedem, minimum of 1


$rootScope.$watch('reloadRewards', function(newValue, oldValue) {
if (newValue) {
ContentHome.init();
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Content items sometimes are rendering less items (3 out of 5)

@mas-iota mas-iota merged commit 9fa78f0 into master Oct 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants