Raghwendra-Dey / productivity_meter

Productivity meter for measuring productivity of solving problems
https://raghwendra-dey.github.io/productivity_meter/
MIT License
13 stars 23 forks source link

Make a function to play sound #27

Open Raghwendra-Dey opened 3 years ago

Raghwendra-Dey commented 3 years ago

Write a JS function which plays a notification sound, whenever it is called. There should not be any controller of this sound to stop it or anything, it should work like an alarm clock tone. This would be integrated for the notification system. Comment below if you need some more clarifications. Make all the PRs related to this in the notification branch of this repo.

Raghwendra-Dey commented 3 years ago

@urvashi-code1255 would you like to work on this?

ghost commented 3 years ago

Yes @Raghwendra-Dey Sir

Raghwendra-Dey commented 3 years ago

@urvashi-code1255 Untill when do you expect to deliver it. Any rough deadlines would be helpful to synchronise other aspects of the notification system.

ghost commented 3 years ago

Thank you sir, I will start working on it and will ask you if i want to know something on the gitter channel

ghost commented 3 years ago

@Raghwendra-Dey Sir, when to play that notification sound. For now, Can I show the notification sound on clicking a button for demo?

Raghwendra-Dey commented 3 years ago

@urvashi-code1255 no need of a button, since that would just be a wastage of time. Atlast we would be integrating it with other part of the notification system, then it would become complete. And regarding demo thing, we can always test a js function using the dev console.