DEV Community

Cover image for Day 376 : Days Fly By
HIPHOP and CODE
HIPHOP and CODE

Posted on

Day 376 : Days Fly By

liner notes:

  • Professional : How is it Thursday?!? The days fly by. Had a team meeting. Got to demo the application I made using a new SDK. Then I got to help out with a workshop. Pretty eventful day.

  • Personal : Got the notification part of my site working. I can pull a list of upcoming dates from the backend, display the list on the front end with subscribe buttons. When a user clicks an events subscribe button, it sends a message to the back end to sign the user up to get a notification for that date and time when we go live. The button turns into unsubscribe and the same will happen when it's clicked. There's also a button that will sign a user up to get all notifications. From what I can see, there is now way to tell if a user had signed up for a notification previously. So I stored the ids for upcoming events that the user signs up for into localStorage. The next time they come to the page, it will show their current state for each date. I was able to send a test notification from the Firebase console and it successfully popped up on my machine. Not bad. There's so things to fine tune, but it worked!

View from a mountain into the city of Celano, Abruzzi, Italy with many buildings and other mountains in the distance

Since it's already Thursday, I really need to get the radio show put together. Plan is to style the notification site to look like the other parts of the project and spin up a starter project for the dashboard. I'm thinking I'll go with a Svelte application. After I get that set up, work on the radio show. Wish me luck. haha

Have a great night!

peace piece
Dwane / conshus
https://dwane.io / https://HIPHOPandCODE.com

Top comments (0)