-
Notifications
You must be signed in to change notification settings - Fork 215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Analytics event: TOGGLE_FILTERS
#1088
Labels
💻 aspect: code
Concerns the software code in the repository
🌟 goal: addition
Addition of new feature
good first issue
New-contributor friendly
help wanted
Open to participation from the community
🟨 priority: medium
Not blocking but should be addressed soon
🧱 stack: frontend
Related to the Nuxt frontend
🔧 tech: vue
Involves Vue.js
Milestone
Comments
dhruvkb
added
good first issue
New-contributor friendly
help wanted
Open to participation from the community
🌟 goal: addition
Addition of new feature
💻 aspect: code
Concerns the software code in the repository
🔧 tech: vue
Involves Vue.js
🟨 priority: medium
Not blocking but should be addressed soon
🧱 stack: frontend
Related to the Nuxt frontend
labels
Mar 30, 2023
@dhruvkb May I take on this issue? If successful, I would be interested in addressing additional issues under "Analytics event" as well. |
Sure @AdarshRawat1, you can definitely work on this! If you need any assistance or clarifications, feel free to post them here on this issue as comments. |
@AdarshRawat1 I've unassigned you from this issue, please do let us know if you would like to resume working on it. |
8 tasks
zackkrida
added a commit
that referenced
this issue
Jun 19, 2023
zackkrida
added a commit
that referenced
this issue
Jun 19, 2023
…ress/openverse into fix-#1088-add-TOGGLE_FILTERS-event
zackkrida
added a commit
that referenced
this issue
Jun 21, 2023
zackkrida
added a commit
that referenced
this issue
Jun 27, 2023
github-project-automation
bot
moved this from 🏗 In progress
to ✅ Done
in Openverse Backlog
Jun 27, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
💻 aspect: code
Concerns the software code in the repository
🌟 goal: addition
Addition of new feature
good first issue
New-contributor friendly
help wanted
Open to participation from the community
🟨 priority: medium
Not blocking but should be addressed soon
🧱 stack: frontend
Related to the Nuxt frontend
🔧 tech: vue
Involves Vue.js
Description
The goal is to
add the type for event
TOGGLE_FILTERS
to theEvents
type.openverse/frontend/src/types/analytics.ts
Line 12 in 839418f
fire this event from the appropriate location in the codebase using the
useAnalytics
composable.openverse/frontend/src/composables/use-analytics.ts
Line 11 in 839418f
Reference
openverse/rfcs/analytics/20221006-implementation_plan_frontend.md
Line 435 in 839418f
Additional information
VHomeGallery.vue
The text was updated successfully, but these errors were encountered: