-
Notifications
You must be signed in to change notification settings - Fork 26
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
3032/new what to expect core #3087
Conversation
✅ Deploy Preview for dev-partners-bloom ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
✅ Deploy Preview for dev-bloom ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
✅ Deploy Preview for dev-storybook-bloom ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
} | ||
} | ||
|
||
/* Used for a larger lead paragraph: */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the future, let's separate out changes like this into a different PR so that we can make an issue, discuss it in planning, point it, shorten the review scope, and make sure that the point estimate we made for the initial issue in planning stays accurate :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, I forgot to mention housingbayarea#492 in the PR description. It was something that had already come up with a previous review round…I didn't want to just port the Markdown styles over from HBA without at least modernizing it a bit, and I do think we should create another issue for further review of our Markdown styles (part of the audit?)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@emilyjablonski I fixed the typos and switched to switch (ha!) statements. Regarding the preferences text, it's weird — the document seems to have blacked out those for the Confirmation screen, but not for the confirmation email: I wonder if that was intentional or not? |
@jaredcwhite I think that was a mistake (the blacking out of preferences, sorry! I updated it. Let's add those in! |
Changes made. Last round! (I hope) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🥳 🥳 🥳
* feat: bring over What to Expect and update Markdown styles * feat: show dedicated content on the What to Expect form step * feat: add additional text to terms and confirmation * feat: update form conditionals to use waitlist enum * fix: remove stray import * fix: typos and improved switch statements * fix: confirmation text and remove lottery date
* fix: update email confirmation what to expect copy * fix: email tests (bloom-housing#3095) * feat: new listing type field * 3032/new what to expect core (bloom-housing#3087) * feat: bring over What to Expect and update Markdown styles * feat: show dedicated content on the What to Expect form step * feat: add additional text to terms and confirmation * feat: update form conditionals to use waitlist enum * fix: remove stray import * fix: typos and improved switch statements * fix: confirmation text and remove lottery date * fix: add back in eligibility translations (bloom-housing#3134) * fix: add back in detail page changes (#510) * fix: remove check for whatToExpect in cypress test Co-authored-by: Emily Jablonski <[email protected]> Co-authored-by: Jared White <[email protected]>
* feat: bring over What to Expect and update Markdown styles * feat: show dedicated content on the What to Expect form step * feat: add additional text to terms and confirmation * feat: update form conditionals to use waitlist enum * fix: remove stray import * fix: typos and improved switch statements * fix: confirmation text and remove lottery date
* feat: bring over What to Expect and update Markdown styles * feat: show dedicated content on the What to Expect form step * feat: add additional text to terms and confirmation * feat: update form conditionals to use waitlist enum * fix: remove stray import * fix: typos and improved switch statements * fix: confirmation text and remove lottery date
* feat: new listing type field (#3085) * 3032/new what to expect core (#3087) * feat: bring over What to Expect and update Markdown styles * feat: show dedicated content on the What to Expect form step * feat: add additional text to terms and confirmation * feat: update form conditionals to use waitlist enum * fix: remove stray import * fix: typos and improved switch statements * fix: confirmation text and remove lottery date * fix: add back in eligibility translations (#3134) * fix: correct the cron jobs * feat(expandablecontent): remove classname from ExpandableContent move styling of more/less button to parent component #3140 * Fix code style issues with Prettier * feat(expandabletext): add classname to stories add margin to instances of ExpandableText #3140 * fix: switch listing to server side props (#3145) * fix: update activity-log relationship to users for deletion (#3139) * Allow markup for descriptions and optional classname (#3131) * feat: display income currency value with commas * feat: accept only numeric values in currency field * feat: submit income as a string * feat: remove redundant step prop from currency field * feat: add thank you translations to email footer * fix: change the cron job logging level (#3150) * fix: what to expect missed changes * fix: email tests * chore(release): version - @bloom-housing/[email protected] - @bloom-housing/[email protected] - @bloom-housing/[email protected] - @bloom-housing/[email protected] - @bloom-housing/[email protected] Co-authored-by: Jared White <[email protected]> Co-authored-by: Emily Jablonski <[email protected]> Co-authored-by: Mark Buckner <[email protected]> Co-authored-by: Lint Action <[email protected]> Co-authored-by: christine-sfg <[email protected]> Co-authored-by: krzysztof ziecina <[email protected]>
Issue Overview
This PR addresses #3032, #3033, #3034, and housingbayarea#492
Description
This updates What to Expect-related text on the Get Started, Terms, and Confirmation form steps of public applications so they account for Lottery, FCFS, and Waitlist types.
Note: this also includes a first pass at a Gen2-ification of various Markdown styles (mostly ported over from HBA). Probably more cleanup would be good here, but feels out of scope for this particular issue.
How Can This Be Tested/Reviewed?
There are several listings of different types you can review here:
https://deploy-preview-3087--dev-bloom.netlify.app/listings
Checklist:
yarn generate:client
and/or created a migration if I made backend changes that require themReviewer Notes:
Steps to review a PR:
On Merge:
If you have one commit and message, squash. If you need each message to be applied, rebase and merge.