DEV Community

Cover image for Week 12: Improving Notifications
TD
TD

Posted on

Week 12: Improving Notifications

With the release of Starchart 0.9, I implemented the functionality to process SSL Certificates expiration after a fixed interval.

To achieve this, we have a repeating background job to fetch certificates from the database that are no longer valid and notify the user regarding the most recent and successfully issued certificate if it is expired.

With support, I also implemented an Info icon button (linking to DNS Checker) in the front end for every DNS record associated with the authenticated user. Clicking on the Info icon opens a new tab and displays information relevant to the DNS record upon interacting with the "Search" button.

demo

For the remaining two weeks, I intend on perfecting Notifications-related code while making minor contributions to the front end.

Top comments (0)