Right now, the admin frontend shows ACTIVE / INACTIVE in the membership list. It's not clear to me if that indicates the active flag or the renew flag or a combination of both. I'd wish have a clear title, and both fields exposed in the detail table to the membership.
Additionally: It would be good if the pledges and memberships would be sorted by createdAt DESC. Now I come across overviews, where memberships are sorted by createdAt ASC and pledges by createdAt DESC.
Right now, the admin frontend shows
ACTIVE
/INACTIVE
in the membership list. It's not clear to me if that indicates theactive
flag or therenew
flag or a combination of both. I'd wish have a clear title, and both fields exposed in the detail table to the membership.Additionally: It would be good if the pledges and memberships would be sorted by
createdAt DESC
. Now I come across overviews, where memberships are sorted bycreatedAt ASC
and pledges bycreatedAt DESC
.