Skip to content

Make sure boards 'end' on profile page and sort multiple memberships of same committee by date

Sébastiaan Versteeg requested to merge fix/profile-page-achievements into master

Closes #364 (closed)

Boards: Before:

  1. Go to the profile page of a user that was in board
  2. Notice that the text states 'now'

After:

  1. Go to the profile page of a user that was in board
  2. Notice that the text states either the end date of the membership or the end date of the board
  3. Notice that the role is shown on the profile

Membership sorting: Before:

  1. Go to the profile page of a user that has multiple membership objects of the same committee
  2. Notice that the memberships are randomly ordered

After:

  1. Go to the profile page of a user that has multiple membership objects of the same committee
  2. Notice that the memberships are sorted by date

Merge request reports