the process of verifying who has paid for sce membership is very inefficient. we can fix this by making a lot of the requirements automated using clark. let's help fix this by modifying the UI of user profiles so that they can verify their membership.
game plan
the current UI code is found in src/Pages/Profile/MemberView/Profile.js. here's how the UI looks right now:
feel free to use as much creative freedom as you'd like to create the UI, all that matters is functionality, have fun with your UI/UX 😁
the process of verifying who has paid for sce membership is very inefficient. we can fix this by making a lot of the requirements automated using clark. let's help fix this by modifying the UI of user profiles so that they can verify their membership.
game plan
the current UI code is found in
src/Pages/Profile/MemberView/Profile.js. here's how the UI looks right now:Verify Membershipnext to the other buttons. when clicked, this button should:src/Components/DecisionModal/ConfirmationModal.js. you can refer tosrc/Pages/CardReader/CardReader.jsto see how confirmation modal is used for deleting office access cardsresponse.accessLevelto determine what type of membership the user has.feel free to use as much creative freedom as you'd like to create the UI, all that matters is functionality, have fun with your UI/UX 😁