Skip to content
This repository was archived by the owner on Oct 29, 2019. It is now read-only.
This repository was archived by the owner on Oct 29, 2019. It is now read-only.

Have the Verify Attendance Page for Mentors Show Live Data #136

@ratchet12340

Description

@ratchet12340

What to do

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.

@AndrewMwakibinga let me know if you need any guidance!

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions