segmentio / segmentio/analytics.js-integrations
[mixpanel] Pull Request #34: Map CapitalCase special properties to mixpanel
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 125
- Forks
- 136
- Avg merge
- 2h 45m
- Merged PRs (30d)
- 1
Description
Migrated from #34 by @ErikAGriffin
Previously only camel case special properties would map to their Mixpanel equivalents,
eg. "name" maps to "$name" and "email" to "$email". This causes issues when a
CapitalCase trait naming convention is used. This change allows for all special properties
to be properly mapped to their Mixpanel equivalents, eg. "Name" to "$name" and "Email"
to "$email".
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Review the migrated Pull Request #34 and locate the Mixpanel integration's special-property mapping. Check how camel-case properties such as "name" and "email" are handled, then verify that CapitalCase variants map to the corresponding Mixpanel properties, including the examples in this issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- analytics
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100