- 97 functions
list_gifts
added- Improvements to
list_supported_employment_billing
. Footnotes describe columns. Referrals omitted. - Cosmetic improvements to
list_membership_by_the_numbers
andplot_membership_by_the_numbers
- Minor improvements to other functions to support Flourish changes:
list_staff_progress_notes
,list_staff_time
,list_supports_by_member_and_type
,plot_gifts_by_year
,plot_supports_by_staff_and_type
- 96 functions. This completes the planned collection and revision of all existing GOC R software
- 88 functions. About 7 more to be added to get to Version 1.0.0
plot_membership_by_the_numbers
shows 12 plots of GOC data on one page. Displays data fromlist_membership_by_the_numbers
- 79 functions. About 14 to be added in future versions
dict_city_county
added to lookup counties for citiesdict_support_types
added to translate Flourish dropdown for support types
- 67 functions. About 21 to be added in future versions
- New series:
dict_
functions to emulate python dict() objects. Used to translate from internal database key values to external display values. Will be built out in future work:dict_campaign_names
Names of gift campaignsdict_table_names
Names of Flourish tables, from internal to external. Formerlyget_table_names
-
58 functions. About 28 to be added in future versions.
-
All check functions added -- most functions have a check parameter. Values shown below. 61 checks in all.
check_attendance
attendee, date, time_in, time_out, times, locationcheck_contacts
phone, email, street, state, nl, full_name, zip, or solicitcheck_employment
member, employer, start, support, pay, or hourscheck_outreach
member, date, type, or outcomecheck_gifts
donor, restriction, anonymous, amount, campaign, date, method, restricted, or thank_youcheck_progress_notes
staff, member, goal, textcheck_duplicate_contacts
check_goals
staff, member, text, lapsed_table, and lapsed_listcheck_supports
staff, member, date, duration, type, durationscheck_duplicate_members
check_members
contacts, emergency, benefits, demographics, housing, education, employment, medical, referral, admin, and attendancecheck_users
- 51 functions. About 35 to go. Half the "check" functions have been added. Some functions are being combined, some are being parameterized to return specific results, some are being separated into more than one function.
- 31 functions. All previously existing functions in the dashboard are now included.
- The remainder of the work involves converting Rmd files to functions to simplify code management, simplify dashboard, improve reuse, and eliminate use of RMarkdown. All functions are either utilities (helpers, getters, etc), plots -- returning a plot object, or reports -- returning a flextable object. Approximately 60 additional functions will be added.
- All helper functions are included
- All data getter functions are included
- No errors, warnings, notes
- Can be installed and used from GitHub
- Added a
NEWS.md
file to track changes to the package.