You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 29, 2019. It is now read-only.
You can find some existing code at: src/containers/mentor_verify. ATM, the verify page is currently a static page. You can implement functionality to pull the actual unverified users, and have them rendered on the page instead of the static information.
How to do it
I would recommend using a vuex action to fetch from the API (there should be an endpoint in api/attendance to get the unverified users). Once you have the action defined, you can look into using mapActions in the relevant vue component in that directory mentioned above (src/containers/mentor_verify). Note, mapActions is a vuex feature.