Troubleshooting new Data Source feed for TSML #1549
-
Hello there, I am working with a developer to create a new JSON feed to support our meeting listings on our Area website. The feed we have for the Meeting Guide was missing some of the fields, so we are creating a new one just for the WordPress plugin data source. Here is the current test feed with one meeting listing: Here is a link to our staging site where we are testing: The remaining issues I have identified include:
We're so close, please help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
You may want to send your developer a link to the spec to give them more specific direction on the feed. https://github.com/code4recovery/spec |
Beta Was this translation helpful? Give feedback.
oh wow you're right, you can in fact enter
types
as a comma-separated string - this is new, i think this is a welcome side-benefit of some import refactoring that @gkovats did. i would advise using the same feed that you use for Meeting Guide though, so you avoid having inconsistencies between the meeting lists. matching on the long name of the type is generally more fragile than using the code because those long names are liable to change every so often. for example "Step Meeting" was changed to "Step Study" but the code remained the sameand yes the
district
key is only checked when there's agroup
present. if you want to disambiguate groups you might include the netsuite group number, …