Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pratishta/subscribe #1563

Merged
merged 20 commits into from
Nov 15, 2024
Merged

Pratishta/subscribe #1563

merged 20 commits into from
Nov 15, 2024

Conversation

pratishta
Copy link
Contributor

Closes #1542

Copy link

netlify bot commented Oct 23, 2024

Deploy Preview for labs-zap ready!

Name Link
🔨 Latest commit dbfe071
🔍 Latest deploy log https://app.netlify.com/sites/labs-zap/deploys/6737928210b28e0008728d2b
😎 Deploy Preview https://deploy-preview-1563--labs-zap.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@pratishta pratishta force-pushed the pratishta/subscribe branch 2 times, most recently from 3565742 to 4b3b6e6 Compare October 29, 2024 19:37
@pratishta pratishta marked this pull request as ready for review October 31, 2024 13:40
@pratishta pratishta requested a review from a team as a code owner October 31, 2024 13:40
@pratishta pratishta requested a review from TylerMatteo October 31, 2024 13:41
@pratishta pratishta marked this pull request as draft November 4, 2024 20:48
if (district.boro == 'Brooklyn') {
this.subs['brooklyn'].push({ ...district, 'checked': 0 });
const districts = lookupCommunityDistrict();
for (const district of districts) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be more in line with previous usage and more performant if you put this in the helper.

@TylerMatteo TylerMatteo marked this pull request as ready for review November 15, 2024 16:18
@TylerMatteo TylerMatteo merged commit 369a5ce into develop Nov 15, 2024
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Subscribe page front end skeleton
3 participants