revaturelabs / AchievementUnlocked

2 stars 2 forks source link

Certification filter button on Attempts Page #149

Closed evandevizio closed 3 years ago

evandevizio commented 3 years ago

Create a component that filters the Associate's attempts by the Certification type.

evandevizio commented 3 years ago

Completed the button for filtering Attempts by certification type on the Associate's Attempts page.

The datatable is populated by the attemptsPage LWC, then a handler for the button changes the view to reflect the filtered list of attempts. Only one query to the database is made in this process.