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: logic to update notification icon after viewing and added notification preference card on the settings page (#301) #304

Merged
merged 8 commits into from
Oct 9, 2023

Conversation

k2maan
Copy link
Contributor

@k2maan k2maan commented Sep 28, 2023

Related Issues

Closes #301

Short Description and Why It's Useful

Screenshots of Visual Changes before/after (If There Are Any)

Contribution and Currently Important Rules Acceptance

src/views/Settings.vue Outdated Show resolved Hide resolved
src/App.vue Outdated Show resolved Hide resolved
src/store/modules/user/actions.ts Outdated Show resolved Hide resolved
src/views/Settings.vue Outdated Show resolved Hide resolved
src/views/Settings.vue Show resolved Hide resolved
src/store/modules/user/mutation-types.ts Outdated Show resolved Hide resolved
src/views/Settings.vue Outdated Show resolved Hide resolved
@ravilodhi ravilodhi merged commit 01b91c0 into hotwax:main Oct 9, 2023
1 check passed
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.

Need to abstract naming from Ofbiz to OMS generic

},
async updateNotificationPref(enumId: string, event: any) {
try {
const ofbizInstanceName = this.userProfile.ofbizInstanceName
Copy link
Contributor

@dt2patel dt2patel Oct 12, 2023

Choose a reason for hiding this comment

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

This should be "omsInstanceName" we can't make this specific to Ofbiz @ravilodhi

Copy link
Collaborator

@ravilodhi ravilodhi Oct 12, 2023

Choose a reason for hiding this comment

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

Yes, got it. Will make changes to the Get Use Profile API and the respective occurrences on the UI side. Currently, this variable does not hold an OMS instance name, it is going to be a unique keyword. Currently "hotwax" is getting set for all the instances during deployment and used internally for some operations.

I had a discussion with Deepak Sir to set this to some unique value (most probably the OMS instance) so that the firebase topic can be created uniquely per OMS instance.
@dt2patel

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.

Update Notification Icon After Viewing Unread Notifications
4 participants