Skip to content

Show eligibility status

Jeff May requested to merge show-eligibility-status into master

@DSASanFrancisco/portal-members

Created by: @dbolson (with edits from @jeffmay)

I separated the query in /member/listthat finds a list of members and their eligibility status to be in a separate object, the AttendeeRepository. This object is responsible for database access and turning the results into a domain model (currently an AttendeeModel). This is a very basic repository pattern that gives us more SRP, making each part easier to change and test.

Requires UI MR.

Edited by Danny Olson

Merge request reports

Loading