SeedCompany / cord-api-v3

Bible translation project management API
MIT License
18 stars 4 forks source link

[EdgeDB] User Unavailability Queries #3166

Closed atGit2021 closed 4 months ago

atGit2021 commented 4 months ago

Monday task

Description

Create EdgeDB User Unavailability Queries

atGit2021 commented 4 months ago

@bryanjnelson @CarsonF The neo4j dto for unavailability contains a start and end property, but the edgeql schema uses one property called dates which is a range. Should I customize a separate create in the edge repo or should I refactor the neo4j repo? I'm not sure what the correct solution should be.

CarsonF commented 4 months ago

Should I customize a separate create in the edge repo or should I refactor the neo4j repo? I'm not sure what the correct solution should be.

Handle it within the edgedb repo

CarsonF commented 4 months ago

Looks like the edgedb schema has dates as a range of CalendarDates instead of DateTimes like the app expects. I'll fix that in my other PR which also makes schema changes.