Closed sotoJ24 closed 3 days ago
Hi @sotoJ24 , can I work in this please?
I have experience deploying and interacting with subgraph. Let me do this.
Hey, FYI, in order to work on this one, we need to finish this first.
Hi @sotoJ24 , please why are you closing the issue you assigned to me when I’ve not done it? I thought I was to wait for #17 first?
Dear @od-hunter, that issue depends on another one, at the moment it is not possible to work on it, but we can assign this https://github.com/safetrustcr/Backend/issues/27 one instead, apply now and I will assign it
Regards
Dear @od-hunter, that issue depends on another one, at the moment it is not possible to work on it, but we can assign this #27 one instead, apply now and I will assign it
Regards
@sotoJ24 , thanks for the clarity ser, I’d wait till when I can start working on this issue already assigned to me, thank you🙏🏻
Dear @od-hunter, that issue depends on another one, at the moment it is not possible to work on it, but we can assign this #27 one instead, apply now and I will assign it Regards
@sotoJ24 , thanks for the clarity ser, I’d wait till when I can start working on this issue already assigned to me, thank you🙏🏻
Got it, You're welcome
Implement a database function to retrieve apartments within a specified radius of a given location, leveraging the
coordinates
field in theapartments
table.Problem
We need:
Solution
1. Add Proximity Search Function
Create a migration for the function:
up.sql
down.sql
2. Test the Function
Example Query
Prerequisites
apartments
table created withcoordinates
field (GEOGRAPHY type).Success Criteria
nearby_apartments
created successfully.Verification Steps
Apply Migration:
Test Queries:
GraphQL Integration:
custom query
.Example Custom Query in Hasura:
Additional Context
This setup will:
Related Issues
25 Create Apartments Table