Skip to content

Feat/service date attributes#58

Merged
RenaudBernier merged 3 commits intofeat/10-service-tab-actions-2from
feat/service-date-attributes
Apr 20, 2026
Merged

Feat/service date attributes#58
RenaudBernier merged 3 commits intofeat/10-service-tab-actions-2from
feat/service-date-attributes

Conversation

@RenaudBernier
Copy link
Copy Markdown
Contributor

Overview

Edited the db schema to split the scheduled_at column of the services table into 3 separate columns:

  • slots
  • start_date
  • end_date
    These were all stored together as jsonb previously

Made changes in the frontend code to correctly interpret these new columns

Testing

Added and edited services from the frontend app, checked if the date was correctly edited on both frontend and db

Checklist

  • Code is neat, readable, and works
  • Code is commented where appropriate and well-documented
  • Commit messages follow our guidelines
  • Issue number is linked
  • Branch is linked
  • Reviewers are assigned (one of your tech leads)

@RenaudBernier RenaudBernier self-assigned this Apr 20, 2026
Copy link
Copy Markdown
Contributor

@martin0024 martin0024 left a comment

Choose a reason for hiding this comment

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

lgtm, we did it together so nothing to say.

@RenaudBernier RenaudBernier merged commit a7e4037 into feat/10-service-tab-actions-2 Apr 20, 2026
1 check passed
@RenaudBernier RenaudBernier deleted the feat/service-date-attributes branch April 20, 2026 00:21
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