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

Embed the Rewiring America incentives calculator on the community portal #1298

Open BradHN1 opened 4 months ago

BradHN1 commented 4 months ago

User Story

As a User I want access the Rewiring America Incentive Calculator So that I know what incentives are available to me

Additional details/context

Rewiring America has a new rebate/incentive calculator that you can embed on your website. Instructions are at https://api.rewiringamerica.org/docs/routes/embed

Here is what it looks like on https://embed.rewiringamerica.org/:

Screenshot 2024-04-26 at 3 41 23 PM

The site should track what users. Ideally we should capture the inputs that users enter so we know what they are interested in.

Value added

This will be a nice tool to bring new users to the site.

Acceptance criteria

The conditions that must be met for this to be done. For example, for a login feature: User is securely and reliably logged in until timeout or manual sign-out.

BradHN1 commented 2 months ago

This will be an optional page, but added by default to the Home menu as the 2nd item (before take tour)

BradHN1 commented 1 month ago

Unfortunately we did not review this before it went live. This page needs some fixes and should be hidden behind a feature flag.

Will specify changes for the page once we've reviewed it.