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

feat: new hopwa program #455

Merged
merged 2 commits into from
Jul 27, 2022
Merged

feat: new hopwa program #455

merged 2 commits into from
Jul 27, 2022

Conversation

emilyjablonski
Copy link
Collaborator

@emilyjablonski emilyjablonski commented Jul 27, 2022

#448

Test by reseeding on dev and then just running the migration on this branch
(New issue to investigate why just reseeding on this branch doesn't work)

Add a new Alameda listing with the program. Submit an application to that listing and checkout the public side. Review the application on the partners app form.

This PR also additionally hides the program from the app summary component

Screen Shot 2022-07-27 at 11 27 41 AM

@netlify
Copy link

netlify bot commented Jul 27, 2022

Deploy Preview for hba-public-dev ready!

Name Link
🔨 Latest commit 6639d12
🔍 Latest deploy log https://app.netlify.com/sites/hba-public-dev/deploys/62e17a2be8fa760008abd9fc
😎 Deploy Preview https://deploy-preview-455--hba-public-dev.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 settings.

@netlify
Copy link

netlify bot commented Jul 27, 2022

Deploy Preview for hba-partners-dev ready!

Name Link
🔨 Latest commit 6639d12
🔍 Latest deploy log https://app.netlify.com/sites/hba-partners-dev/deploys/62e17a2b3e2ddf00099b1fe0
😎 Deploy Preview https://deploy-preview-455--hba-partners-dev.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 settings.

@@ -330,7 +336,7 @@ const FormSummaryDetails = ({
))}
</ViewItem>
{application.programs
.filter((item) => item.claimed === true)
.filter((item: ApplicationProgram) => item.claimed === true && item.key !== "HOPWA")
Copy link
Collaborator

Choose a reason for hiding this comment

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

@emilyjablonski , I don't like this, but I'm ok with it since we're overhauling preferences/programs now. Are we handling cases like this with the new setup?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Same, in the new form we do have an explicit "hide" check

@emilyjablonski emilyjablonski merged commit 9a8bb21 into dev Jul 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants