https://github.com/codeforboston/harvard-fcu
https://github.com/codeforboston/harvard-fcu
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codeforboston/harvard-fcu
- Owner: codeforboston
- License: mit
- Created: 2024-09-29T18:07:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-11T23:10:50.000Z (about 1 year ago)
- Last Synced: 2025-03-12T00:20:21.824Z (about 1 year ago)
- Language: TypeScript
- Size: 835 KB
- Stars: 8
- Watchers: 6
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Havard FCU Membership Eligibility Tool
This code was written in React + TypeScript + Vite, by **Code For Boston**, a non-profit grassroots organization run by volunteers
## Where is the code stored and how do we access it if we need to make changes?
The code is stored on this Github repo, it is then injected into the WordPress dev site ( https://huecu2020.insegment.com/membership-old/eligibility/). The entire functionality is contained in the above repo, however, changes to WordPress styling may affect the visual appearance of the page.
Code injected into WPbakery page builder as raw HTML
```html
```
## Where are visual assets stored?
The '/assets' folder in this repo
## How would I move the features you built to another CMS if we decide to move away from WordPress
Copy the raw HTML from the WPbakery page builder and inject it into the respective section of your new CMS.
## How do I change/update things like the test of messages and other visual elements?
Locate visual elements or test messages, update them accordingly, and submit a pull request to this repo.
## What APIs are in use and how do we check/maintain them if they stop working?
U.S. Census Bureau’s Geocoding Services Web API;
Census Geocoding API URLs for reference
https://geocoding.geo.census.gov/geocoder/geographies/onelineaddress
https://geocoding.geo.census.gov/geocoder/Geocoding_Services_API.html
Google Maps API ([https://console.cloud.google.com/](https://developers.google.com/maps/documentation/javascript/reference/))
## How did we resolve the analytics issue?
TBD