watermarkchurch / theporch-apollos

0 stars 2 forks source link

Migrate campus list to use WMR location index #203

Closed jpowell closed 1 year ago

jpowell commented 1 year ago

User Story

As a USER, I want to see campuses powered by algolia, not Rock

Goal: remove dependency on the porch rock instance for location / campus data

Problem statement

Move campus list data source from Rock to Algolia index

Changes to make

Use Algolia index:
Remove Rock dependency

Relevant Information / Research / Back story

The porch website uses a different data source for campus / location list, and this is more accurate for current process.

Ministry Location Example Schema:
{
  "address": {
    "street1": "4255 Ashland Avenue",
    "city": "Cincinnati",
    "country": "United States",
    "state": "Ohio",
    "zip": "45212",
    "street2": ""
  },
  "locationDisplayName": "",
  "contact": {
    "name": "",
    "email": "ColbyLtaylor01@gmail.com",
    "phone": ""
  },
  "description": "",
  "hasChildcare": false,
  "launchDate": null,
  "meetingDay": "Tuesday",
  "meetingTime": "7:00 PM",
  "ministry": "The Porch Live",
  "thumbnailUrl": "https://www.watermarkresources.com/accounts/1703/logo",
  "title": "Ashland Avenue Baptist Church",
  "trainingLocation": false,
  "website": "https://www.theporch.live/",
  "places": [
    "Cincinnati",
    "Hamilton County",
    "Ohio",
    "United States",
    "45212"
  ],
  "has_spanish": false,
  "_geoloc": {
    "lat": 39.1557554,
    "lng": -84.45808099999999
  },
  "objectID": "6241"
}
gburgett commented 1 year ago

@skipperpickle please figure out who we need to contact on the Porch team to ensure we are communicating the impact of this change to their workflow when they manage porch live locations

jpowell commented 1 year ago

Sam Scott is in the know - he just said to let them know when it shifts. I hadn’t prioritized yet because we could kick it to apollos team and not do it on our time.

Justin Powell Director of External Technology Development 214-393-3023 | Schedule a meeting with mehttps://calendly.com/_jpowell watermark.orghttps://watermark.org

[cid:wmgraphic_b1ac8bcd-e917-4e20-8c1d-29178aaf6041.png]


From: Gordon @.> Sent: Monday, February 13, 2023 3:13:34 PM To: watermarkchurch/theporch-apollos @.> Cc: Justin Powell @.>; Author @.> Subject: Re: [watermarkchurch/theporch-apollos] Migrate campus list to use WMR location index (Issue #203)

@skipperpicklehttps://github.com/skipperpickle please figure out who we need to contact on the Porch team to ensure we are communicating the impact of this change to their workflow when they manage porch live locations

— Reply to this email directly, view it on GitHubhttps://github.com/watermarkchurch/theporch-apollos/issues/203#issuecomment-1428691931, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AAAIYXBLQ3TKMK7R3GTYAU3WXKPX5ANCNFSM6AAAAAAUI6PNFA. You are receiving this because you authored the thread.Message ID: @.***>

jpowell commented 1 year ago

@gburgett did you see my note in response about Apollos team doing this??

gburgett commented 1 year ago

I missed that, Thanks!

jpowell commented 1 year ago

Update on these requirements: Porch team has agreed to remove locations / campuses from the app altogether. Instead, we will render a link that opens to the locations page on the website.