massenergize / frontend-portal

Front End Code for the MassEnergize Community Portal. The community portal is customized for each participating community, and has the canonical URL https://community.massenergize.org/<community-name>/. For example, https://community.massenergize.org/wayland/.
MIT License
5 stars 2 forks source link

PROD: Carbon equivalencies are not working #1351

Closed BradHN1 closed 1 month ago

BradHN1 commented 2 months ago

Describe the bug

From the user profile page (/profile) I should be able to select several options besides "Trees" to show carbon values. Those other choices do not seem to be working now.

To Reproduce

Steps to reproduce the behavior:

  1. Go to any community site
  2. Sign in if not already signed in
  3. Select "My Profile"
  4. Choose "What would you like your impact to be measured in"
  5. See no choices in the pull down

Expected behavior

There should be 5 Carbon Equivalency choices (Trees, Bulbs, Cars, Metric Tons and one other)

Screenshots or video

Screenshot 2024-06-17 at 11 54 56 AM
BradHN1 commented 2 months ago

I think the problem is that with the change to implement FetchEssentials, the call to data.carbonEquivalency.get" was omitted. We need more thorough QA testing when making such changes.