-
Notifications
You must be signed in to change notification settings - Fork 32
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
Implemented: Miscellaneous page in job-manager(#364ttxy) #214
Conversation
…neous jobs(#364ttxy)
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.
Mostly looks good. Few changes.
src/views/Miscellaneous.vue
Outdated
</script> | ||
|
||
<style scoped> | ||
main > section { |
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.
indentation.
Also is this css not global? I don't think we need to re-add this for this page.
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.
Actually sir, that global css was getting applied but was not visible, then I discussed with Azkya ma'am and decided to override it with local css.
Fixed indetation.
src/views/Miscellaneous.vue
Outdated
this.isJobDetailAnimationCompleted = true; | ||
} | ||
}, | ||
async getMiscellaneousJobs(viewSize = 20, viewIndex = '0') { |
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.
I think we could have viewSize and viewIndex both numbers
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.
Sure sir.
src/store/modules/job/actions.ts
Outdated
params.inputFields["productStoreId_op"] = "empty" | ||
} | ||
|
||
await JobService.fetchJobInformation(params).then((resp) => { |
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.
We could assign resp to a variable directly and use, instead of using await and then both
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.
Ok sir. Fixed it
Related Issues
Closes #
Short Description and Why It's Useful
Screenshots of Visual Changes before/after (If There Are Any)
Screencast.from.Tuesday.09.August.2022.06.27.27.IST.webm
IMPORTANT NOTICE - Remember to add changelog entry
Contribution and Currently Important Rules Acceptance