Full-Stack-Collective / connectient

Connectient: Your bridge to effortless healthcare appointments, ensuring seamless scheduling for patients and providers
https://connectient.co
1 stars 1 forks source link

Appointment Dashboard - Add notifications for new appointments #126

Closed 5hraddha closed 1 year ago

5hraddha commented 1 year ago

Description

As part of this PR, I've:

Related Issue

Closes #120 and #115

Acceptance Criteria

Type of Changes

Type
:bug: Bug fix
:sparkles: New feature
:hammer: Refactoring
:100: Add tests
:link: Update dependencies
:scroll: Docs

Updates

Before

image

After

https://github.com/Full-Stack-Collective/connectient/assets/27571141/39e946fc-2a9d-4693-bf77-e49c2f6e2ea5

Note for release in production

Since we're creating a new column in DB, we have to manually setup modified_at values to created_at column initially, to keep the values proper. There on, the code will take care.