acikyazilimagi / deprem-yardim-backend-go

Apache License 2.0
288 stars 56 forks source link

feat: feed_location table requires 2 new columns #116

Closed cagridursun closed 1 year ago

cagridursun commented 1 year ago

Describe the new feature

To be able to serve a new filter to FE we need to add 2 more columns in the feed_location table. is_location_verified: It will store whether the location is verified or not. is_need_verified: It will store whether area workers are routed to that need or not.

-- Add this info discord username: @nemesisce#9359

Describe the alternatives

If there are alternate ways to implement this feature, describe them here in a clear and concise way.

Additional Context

Add other screenshots or context that may help describe or implement this new feature

Add a system design visual if needed