Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor reminder back-end to use a QB mapper #30166

Open
Tracked by #10
ChristophWurst opened this issue Dec 9, 2021 · 0 comments
Open
Tracked by #10

Refactor reminder back-end to use a QB mapper #30166

ChristophWurst opened this issue Dec 9, 2021 · 0 comments
Labels
1. to develop Accepted and waiting to be taken care of feature: caldav Related to CalDAV internals feature: dav technical debt

Comments

@ChristophWurst
Copy link
Member

How to use GitHub

  • Please use the 👍 reaction to show that you are interested into the same feature.
  • Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
  • Subscribe to receive notifications on status change and new comments.

Is your feature request related to a problem? Please describe.

The CalDAV reminder back-end uses the raw query builder to insert/update/delete rows, has it's own column casting logic and so on.

Describe the solution you'd like

This could be moved to a simple QB mapper that takes care of this out of the box. Plus, we gain some type safety in that service.

Describe alternatives you've considered

N/a

Additional context

N/a

@ChristophWurst ChristophWurst added 1. to develop Accepted and waiting to be taken care of feature: dav technical debt labels Dec 9, 2021
@tcitworld tcitworld added the feature: caldav Related to CalDAV internals label Dec 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1. to develop Accepted and waiting to be taken care of feature: caldav Related to CalDAV internals feature: dav technical debt
Projects
None yet
Development

No branches or pull requests

2 participants