Skip to content
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

Merged
merged 13 commits into from
Sep 2, 2022

Conversation

shashwatbangar
Copy link
Contributor

@shashwatbangar shashwatbangar commented Aug 9, 2022

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

src/store/modules/job/actions.ts Outdated Show resolved Hide resolved
src/views/Miscellaneous.vue Outdated Show resolved Hide resolved
src/views/Miscellaneous.vue Outdated Show resolved Hide resolved
@ymaheshwari1 ymaheshwari1 requested a review from azkyakhan August 10, 2022 10:15
Copy link
Contributor

@dt2patel dt2patel left a 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 Show resolved Hide resolved
src/views/Miscellaneous.vue Outdated Show resolved Hide resolved
</script>

<style scoped>
main > section {
Copy link
Contributor

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.

Copy link
Contributor Author

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.

this.isJobDetailAnimationCompleted = true;
}
},
async getMiscellaneousJobs(viewSize = 20, viewIndex = '0') {
Copy link
Contributor

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sure sir.

params.inputFields["productStoreId_op"] = "empty"
}

await JobService.fetchJobInformation(params).then((resp) => {
Copy link
Contributor

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ok sir. Fixed it

src/store/modules/job/actions.ts Outdated Show resolved Hide resolved
src/store/modules/job/actions.ts Outdated Show resolved Hide resolved
@adityasharma7 adityasharma7 merged commit 12e2aaa into hotwax:main Sep 2, 2022
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.

4 participants