acmucsd / membership-portal

REST API for the UC San Diego ACM chapter's membership portal.
https://members.acmucsd.com
Mozilla Public License 2.0
17 stars 5 forks source link

Get another user's event attendance #358

Closed maxwn04 closed 8 months ago

maxwn04 commented 1 year ago

gets the users past attendance

github-actions[bot] commented 1 year ago

Thanks for contributing! If you've made changes to the API's functionality, please make sure to bump the package version—see this guide to semantic versioning for details—and document those changes as appropriate.

maxwn04 commented 1 year ago

image

dowhep commented 9 months ago

Ok so there are some issues we found on this branch during our test on the staging environment that Nikhil has set up - so far the users cannot see whether they have isAttendancePublic enabled or not, which is important because they cannot toggle the option without knowing the preexisting state.

We should include isAttendancePublic to both the public and the private profile of the users in UserModel and other corresponding places so that the current user and the other users can see whether the isAttendancePublic is true or false.