moves the get_member_data view from #27 into a utility function
calls the get_member_data() utility function from within the RecordsView and the DataSourcesView, which both previously called the get_fake_context_data() function
adds tests for using the get_member_data() function from within the RecordsView and the DataSourcesView
Note: the new-resources-merge-get-member-data branch also has some work from the master branch that the new-resources branch does not, so to see the relevant changes more clearly, we'll need to merge the master branch into the new-resources branch.
This pull request:
get_member_data
view from #27 into a utility functionget_member_data()
utility function from within theRecordsView
and theDataSourcesView
, which both previously called theget_fake_context_data()
functionget_member_data()
function from within theRecordsView
and theDataSourcesView
Note: the
new-resources-merge-get-member-data
branch also has some work from themaster
branch that thenew-resources
branch does not, so to see the relevant changes more clearly, we'll need to merge the master branch into thenew-resources
branch.