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

UI to Move, Merge, and Delete Contacts #229

Merged
merged 22 commits into from
Dec 23, 2024
Merged

UI to Move, Merge, and Delete Contacts #229

merged 22 commits into from
Dec 23, 2024

Conversation

kennsippell
Copy link
Member

@kennsippell kennsippell commented Nov 26, 2024

@kennsippell kennsippell changed the base branch from fix_move_contact_feedback to main December 9, 2024 22:38
@kennsippell kennsippell marked this pull request as ready for review December 10, 2024 21:25
Copy link
Contributor

@paulpascal paulpascal left a comment

Choose a reason for hiding this comment

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

Amazing work 🍞 @kennsippell - Thank you for the careful refactoring !

I’ve also tested the changes thoroughly, and everything works as expected.

Just a few minor suggestions that you can ignore if not necessary for the moment.

import { WorkerConfig, checkRedisConnection } from '../config/config-worker';

(async () => {
const { moveContactQueue, redisConnection} = WorkerConfig;
await checkRedisConnection();
MoveContactWorker.processQueue(
ChtConfWorker.processQueue(
moveContactQueue,
Copy link
Contributor

Choose a reason for hiding this comment

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

chtConfQueue ?

Copy link
Member Author

Choose a reason for hiding this comment

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

i think this was addressed when i renamed the queue? is that what you're referring to here?

@kennsippell kennsippell merged commit b3e16c2 into main Dec 23, 2024
1 check passed
@kennsippell kennsippell deleted the 162-merge-contacts branch December 23, 2024 07:39
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