oss-aspen / 8Knot

Dash app in development to serve open source community visualizations using GitHub data from Augur. Hosted app: https://eightknot.osci.io
MIT License
47 stars 58 forks source link

Contributor email case is not normalized #672

Open TimidRobot opened 3 months ago

TimidRobot commented 3 months ago

Describe the bug Contributor email case is not normalized. For example, there separate slices for Gmail.com and gmail.com.

RFC 1035: Domain names - implementation and specification: 2.3.1. Preferred name syntax:

Note that while upper and lower case letters are allowed in domain names, no significance is attached to the case. That is, two names with the same spelling but different case are to be treated as if identical.

To Reproduce Steps to reproduce the behavior:

  1. Launch docker (per Insight out of CHAOSS: Community Data Analysis Tool Workshop)
  2. Click on Affiliation (http://127.0.0.1:8080/affiliation)

Expected behavior Data should be normalized so that there is a single slice for gmail.com.

Screenshots

Screenshot 2024-03-14 at 11 15 39

Additional context Fantastic presentation! Thank you ❤️