NewPath-Consulting / warm

Pro Reports for Wild Apricot is a Google Data Studio connector that helps Wild Apricot administrators understand your organization’s membership engagement, renewal rates, and demographics. Trend your revenue and get expense analyses. Whatever your question, enjoy all the organized data you need at your fingertips to make the business decisions want.
https://newpathconsulting.com/warm
GNU General Public License v3.0
5 stars 4 forks source link

Support Field Instructions in Contact endpoint #14

Open asirota opened 4 years ago

asirota commented 4 years ago

Add “Field Instructions” data from ContactFields endpoint and place it into the schema field called “Description”

This way people can configure fields in Wild Apricot and document their use in Wild Apricot and this will propagate to the reporting system as part of a “data dictionary”.

Beach Pass2 for example on the sandbox site has some instructions to test with.

This should be implemented generically because there are registration form fields as part of the Event Registrations endpoint that have field descriptions too.

miasmos commented 4 years ago

This would require a refactor, currently fields are aggregated in getData() mapped from schema field name -> api field name. This requires us instead to map in getSchema() from api field name -> schema field name. I can do it but it'll probably be at least 2 hours.

asirota commented 4 years ago

@stephenpoole let's hold off for now on this -- it's really a utility for report makers to help them identify which fields they are looking at. It's useful for custom fields on Contacts and event registration forms for custom fields which we are not yet supporting.