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

refactor: remove applicationAddress #2009

Merged
merged 7 commits into from
Nov 12, 2021
Merged

Conversation

emilyjablonski
Copy link
Collaborator

Pull Request Template

Issue

Addresses #2008

  • This change addresses the issue in full
  • This change addresses only certain aspects of the issue
  • This change is a dependency for another issue
  • This change has a dependency from another issue

Description

Removes applicationAddress because we don't use it anywhere. The impetus is that we were validating on it on LM and it's not something we can fill out.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Prototype/POC (not to merge)
  • This change is a refactor/addresses technical debt
  • This change requires a documentation update
  • This change requires a SQL Script

How Can This Be Tested/Reviewed?

Ensure you can draft/publish in LM.

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have reviewed the changes in a desktop view
  • I have reviewed the changes in a mobile view
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules
  • I have assigned reviewers
  • I have updated the changelog to include a description of my changes
  • I have run yarn generate:client if I made backend changes
  • I have exported any new pieces in ui-components

@netlify
Copy link

netlify bot commented Oct 15, 2021

✔️ Deploy Preview for dev-storybook-bloom ready!

🔨 Explore the source changes: 4255710

🔍 Inspect the deploy log: https://app.netlify.com/sites/dev-storybook-bloom/deploys/618bf1d8493b4e0007a50389

😎 Browse the preview: https://deploy-preview-2009--dev-storybook-bloom.netlify.app

@netlify
Copy link

netlify bot commented Oct 15, 2021

✔️ Deploy Preview for dev-bloom ready!

🔨 Explore the source changes: 4255710

🔍 Inspect the deploy log: https://app.netlify.com/sites/dev-bloom/deploys/618bf1d8bc87780008fb2d37

😎 Browse the preview: https://deploy-preview-2009--dev-bloom.netlify.app

@netlify
Copy link

netlify bot commented Oct 15, 2021

✔️ Deploy Preview for dev-partners-bloom ready!

🔨 Explore the source changes: 4255710

🔍 Inspect the deploy log: https://app.netlify.com/sites/dev-partners-bloom/deploys/618bf1d87e92590007693689

😎 Browse the preview: https://deploy-preview-2009--dev-partners-bloom.netlify.app

@@ -66,12 +66,6 @@ export class ListingCreateDto extends OmitType(ListingDto, [
@Type(() => PreferenceCreateDto)
preferences: PreferenceCreateDto[]

@Expose()
@IsOptional({ groups: [ValidationsGroupsEnum.default] })
@ValidateNested({ groups: [ValidationsGroupsEnum.default] })
Copy link
Collaborator Author

@emilyjablonski emilyjablonski Oct 15, 2021

Choose a reason for hiding this comment

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

This is where I think the validation was coming from - we shouldn't be validating any nested address functions on draft (and we aren't for the other addresses here, and publish pulls from draft), so just removing the validateNested line might do the trick

@emilyjablonski
Copy link
Collaborator Author

@seanmalbert Do you think I should close this or keep it on hold or merge it in?

@seanmalbert
Copy link
Collaborator

@emilyjablonski , I merged in latest dev and I think we can merge this. We have backups and/or can reference the old listing jsons if we find closed listings that have issues. I looked at a few older listings that have the application address populated, but in those cases the property building address is populated with the same data, so I think we should be good there.

@seanmalbert seanmalbert added the ready to merge Should be applied when a PR has been reviewed and approved label Nov 10, 2021
@seanmalbert seanmalbert merged commit bf10632 into dev Nov 12, 2021
seanmalbert added a commit to CityOfDetroit/bloom that referenced this pull request Feb 12, 2022
* fix: retnal assistance eror message

* Preferences cleanup (#1947)

* feat(backend): preferences cleanup

BREAKING CHANGE: Preferences are now M-N relation with a listing and have an intermediate table with ordinal number

* refactor(backend): preferences deduplication

So far each listing referenced it's own unique Preferences. This change introduces Many to Many
relationship between Preference and Listing entity and forces sharing Preferences between listings.

* feat(backend): extend preferences migration with moving existing relations to a new intermediate tab

* feat(backend): add Preference - Jurisdiction ManyToMany relation

* feat: adapt frontend to backend changes

* fix(backend): typeORM preferences select statement

* fix(backend): connect preferences with jurisdictions in seeds, fix pref filter validator

* fix(backend): fix missing import in preferences-filter-params.ts

* refactor: rebase issue

* feat: uptake jurisdictional preferences

* fix: fixup tests

* fix: application preferences ignore page, always separate

* Remove page from src/migration/1633359409242-add-listing-preferences-intermediate-relation.ts

* fix: preference fetching and ordering/pages

* Fix code style issues with Prettier

* fix(backend): query User__leasingAgentInListings__jurisdiction_User__leasingAgentIn specified more

* fix: perferences cypress tests

Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Sean Albert <smabert@gmail.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.13
 - @bloom-housing/partners@2.0.0-pre-tailwind.23
 - @bloom-housing/public@2.0.0-pre-tailwind.23
 - @bloom-housing/ui-components@2.0.0-alpha.23

* fix: updates household member count (#2112)

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.14
 - @bloom-housing/partners@2.0.0-pre-tailwind.24
 - @bloom-housing/public@2.0.0-pre-tailwind.24
 - @bloom-housing/ui-components@2.0.0-alpha.24

* fix: updates household member count

picked 3dee0f7d676ff42d546ecf83a17659cd69d7e1bc

* fix: reverts preferences to re-add as breaking/major bump

* fix: reverts preferences to re-add as breaking/major bump

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.15
 - @bloom-housing/partners@2.0.0-pre-tailwind.25
 - @bloom-housing/public@2.0.0-pre-tailwind.25
 - @bloom-housing/ui-components@2.0.0-alpha.25

* refactor: listing preferences and adds jurisdictional filtering

BREAKING CHANGE: updates preference relationship with listings

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.16
 - @bloom-housing/partners@2.0.0-pre-tailwind.26
 - @bloom-housing/public@2.0.0-pre-tailwind.26
 - @bloom-housing/ui-components@2.0.0-alpha.26

* chore(release): version

 - @bloom-housing/backend-core@2.0.0
 - @bloom-housing/shared-helpers@2.0.0
 - @bloom-housing/partners@2.0.0
 - @bloom-housing/public@2.0.0
 - @bloom-housing/ui-components@2.0.0

* fix: Updates lastName on application save

* docs: Update changelog

* Fix code style issues with Prettier

* chore(release): version

 - @bloom-housing/partners@2.0.1-alpha.0

* fix: a11y color contrast issues with tint on ImageCard component (#2074)

* chore(release): version

 - @bloom-housing/partners@2.0.1-alpha.1
 - @bloom-housing/public@2.0.1-alpha.0
 - @bloom-housing/ui-components@2.0.1-alpha.0

* feat: two new common app questions - Household Changes and Household Student (#2070)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.0
 - @bloom-housing/partners@2.0.1-alpha.2
 - @bloom-housing/public@2.0.1-alpha.1
 - @bloom-housing/ui-components@2.0.1-alpha.1

* fix: household member cypress test (#2113)

* chore(release): version

 - @bloom-housing/public@2.0.1-alpha.2

* fix: SiteHeader visual issues with long menu bars (#2068)

* feat: jurisdictional email signatures (#2111)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.1
 - @bloom-housing/partners@2.0.1-alpha.3
 - @bloom-housing/public@2.0.1-alpha.3
 - @bloom-housing/ui-components@2.0.1-alpha.2

* fix: don't send email confirmation on paper app submission (#2110)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.2
 - @bloom-housing/partners@2.0.1-alpha.4
 - @bloom-housing/public@2.0.1-alpha.4
 - @bloom-housing/ui-components@2.0.1-alpha.3

* 1838/ami chart jurisdictionalized (#2102)

* fix: jurisdictionalizes ami charts on partners

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.3
 - @bloom-housing/partners@2.0.1-alpha.5
 - @bloom-housing/public@2.0.1-alpha.5
 - @bloom-housing/ui-components@2.0.1-alpha.4

* feat: Updates application confirmation numbers (#2072)

* feat: Updates application confirmation numbers

* docs: Update changelog

* feat: adds confirmation number to csv export

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.4
 - @bloom-housing/partners@2.0.1-alpha.6
 - @bloom-housing/public@2.0.1-alpha.6
 - @bloom-housing/ui-components@2.0.1-alpha.5

* fix: updates lastName on application save

picked from aff87ec99ad2fbd4a1f9a6853157ea7770f85a56

* fix(backend): make it possible to filter portal users in /users endpoint (#2078)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.5
 - @bloom-housing/partners@2.0.1-alpha.7
 - @bloom-housing/public@2.0.1-alpha.7
 - @bloom-housing/ui-components@2.0.1-alpha.6

* Revert "refactor: listing preferences and adds jurisdictional filtering"

This reverts commit 9f661b43921ec939bd1bf5709c934ad6f56dd859.

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.6
 - @bloom-housing/partners@2.0.1-alpha.8
 - @bloom-housing/public@2.0.1-alpha.8
 - @bloom-housing/ui-components@2.0.1-alpha.7

* hotfix: ensure Triton seed doesn't error out

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.7
 - @bloom-housing/partners@2.0.1-alpha.9
 - @bloom-housing/public@2.0.1-alpha.9
 - @bloom-housing/ui-components@2.0.1-alpha.8

* chore(release): version

 - @bloom-housing/backend-core@3.0.0
 - @bloom-housing/shared-helpers@3.0.0
 - @bloom-housing/partners@3.0.0
 - @bloom-housing/public@3.0.0
 - @bloom-housing/ui-components@3.0.0

* 1837/preferences cleanup 3 (#2144)

* feat(backend): preferences cleanup

BREAKING CHANGE: Preferences are now M-N relation with a listing and have an intermediate table with ordinal number

* refactor(backend): preferences deduplication

So far each listing referenced it's own unique Preferences. This change introduces Many to Many
relationship between Preference and Listing entity and forces sharing Preferences between listings.

* feat(backend): extend preferences migration with moving existing relations to a new intermediate tab

* feat(backend): add Preference - Jurisdiction ManyToMany relation

* feat: adapt frontend to backend changes

* fix(backend): typeORM preferences select statement

* fix(backend): connect preferences with jurisdictions in seeds, fix pref filter validator

* fix(backend): fix missing import in preferences-filter-params.ts

* refactor: rebase issue

* feat: uptake jurisdictional preferences

* fix: fixup tests

* fix: application preferences ignore page, always separate

* Remove page from src/migration/1633359409242-add-listing-preferences-intermediate-relation.ts

* fix: preference fetching and ordering/pages

* Fix code style issues with Prettier

* fix(backend): query User__leasingAgentInListings__jurisdiction_User__leasingAgentIn specified more

* fix: perferences cypress tests

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.0
 - @bloom-housing/partners@3.0.1-alpha.0
 - @bloom-housing/public@3.0.1-alpha.0
 - @bloom-housing/ui-components@3.0.1-alpha.0

* feat(backend): extend UserUpdateDto to support email change with confirmation (#2120)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.1
 - @bloom-housing/partners@3.0.1-alpha.1
 - @bloom-housing/public@3.0.1-alpha.1
 - @bloom-housing/ui-components@3.0.1-alpha.1

* 2056/user account edit fix (#2073)

* fix: Replaces service to use newly created

* fix: Fix DOB initial values

* feat(backend): extend UserUpdateDto to support email change with confirmation

* fix: Update email form to use a new service

* fix: updates email change language

* Fix code style issues with Prettier

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.2
 - @bloom-housing/partners@3.0.1-alpha.2
 - @bloom-housing/public@3.0.1-alpha.2
 - @bloom-housing/ui-components@3.0.1-alpha.2

* feat: add Programs section to listings management (#2093)

* feat: add Programs section to listings management

* fix: sorting on detail page

* fix: merge issues

* feat: make program fetching jurisdictional

* fix: replace preference with program

* fix: program delete removes jurisdiction

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.3
 - @bloom-housing/partners@3.0.1-alpha.3
 - @bloom-housing/public@3.0.1-alpha.3
 - @bloom-housing/ui-components@3.0.1-alpha.3

* 2085/adds top level catchAll exception filter (#2132)

* fix: adds top level catchAll error filter

* fix: removing now unused exception filter

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.4
 - @bloom-housing/partners@3.0.1-alpha.4
 - @bloom-housing/public@3.0.1-alpha.4
 - @bloom-housing/ui-components@3.0.1-alpha.4

* feat: Change unit number field type to text (#2136)

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.5

* chore(deps): bump electron from 13.1.7 to 13.3.0 (#2137)

Bumps [electron](https://github.com/electron/electron) from 13.1.7 to 13.3.0.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](https://github.com/electron/electron/compare/v13.1.7...v13.3.0)

---
updated-dependencies:
- dependency-name: electron
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump axios from 0.21.1 to 0.21.2 (#2138)

Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.2.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.21.1...v0.21.2)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat(backend): improve application flagged set saving efficiency (#2147)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.5
 - @bloom-housing/partners@3.0.1-alpha.6
 - @bloom-housing/public@3.0.1-alpha.5
 - @bloom-housing/ui-components@3.0.1-alpha.5

* 1655/invite user edit (#1982)

* feat: Update title to be also a react node

* feat: Update translations

* feat: Create reusable form to add and edit users

* feat: Add delete function

* feat(backend): Add ON UPDATE SET NULL to application-user relation

* fix: Fix type

* Fix code style issues with Prettier

* fix(jurisdictionResolverService): updates to return undefined if no jurisdictionName

* feat: Update drawer state name

* feat: Add missing translations

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.6
 - @bloom-housing/partners@3.0.1-alpha.7
 - @bloom-housing/public@3.0.1-alpha.6
 - @bloom-housing/ui-components@3.0.1-alpha.6

* Add a phone number column to the user_accounts table (#2134)

* Merge pull request #710 from CityOfDetroit/feature/add-phonenumber-to-user-entity

Add phone number to user accounts.

* Merge pull request #728 from CityOfDetroit/fix/modify-phone-number-test

Fix user E2E tests.

* Merge pull request #728 from CityOfDetroit/fix/modify-phone-number-test

Fix user E2E tests.

* fix: add validation groups to phoneNumber

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.7
 - @bloom-housing/partners@3.0.1-alpha.8
 - @bloom-housing/public@3.0.1-alpha.7
 - @bloom-housing/ui-components@3.0.1-alpha.7

* refactor: make backend a peer dependency in ui-components (#2146)

* refactor: make backend a peer dependency in ui-components

* fix: fix flaky test

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.0
 - @bloom-housing/partners@3.0.1-alpha.9
 - @bloom-housing/public@3.0.1-alpha.8
 - @bloom-housing/ui-components@3.0.1-alpha.8

* fix: updates address order (#2151)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.8
 - @bloom-housing/shared-helpers@3.0.1-alpha.1
 - @bloom-housing/partners@3.0.1-alpha.10
 - @bloom-housing/public@3.0.1-alpha.9

* feat(backend): add nginx proxy-cache configuration (#2119)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.9
 - @bloom-housing/shared-helpers@3.0.1-alpha.2
 - @bloom-housing/partners@3.0.1-alpha.11
 - @bloom-housing/public@3.0.1-alpha.10

* Release 11 11 21 (#2162)

* fix: fix: adding unit tests to the unit type

picked from dev 1f8d7094e508337131d3033476cd70c2befaecd0

* fix: fix: a11y color contrast issues with tint on ImageCard component

picked from dev 505929149ee1485b9fc59402a9e14ead6de5dfc4

* feat: feat: two new common app questions - Household Changes and Household Student

picked from dev 42a752ec073c0f5b65374c7a68da1e34b0b1c949

* fix: fix: SiteHeader visual issues with long menu bars

picked from dev fd6686e206b4e53ae8b6ab757ad0506eaead0d01

* feat: feat: jurisdictional email signatures

picked from dev 7a146ffb5de88cfa2950e2a469a99e38d71b33c8

* fix: fix: don't send email confirmation on paper app submission

picked from dev 7f83b70327049245ecfba04ae3aea4e967929b2a

* feat: feat: Updates application confirmation numbers

picked from dev 75cd67bcb62280936bdeeaee8c9b7b2583a1339d

* fix: fix(backend): make it possible to filter portal users in /users endpoint

picked from dev 29bf714d28755916ec8ec896366c8c32c3a227c4

* feat: feat(backend): add languages (Language[]) to Jurisdiction entity

picked from dev 9ceed24d48b14888e6ea59b421b409f875d12b01

* fix: feat(backend): try fixing SETEX redis e2e tests flakiness

picked from dev 4087c532ddba672a415a048f4362e509aba7fd7f

* feat: feat(backend): Add user delete endpoint

picked from dev a13f73574b470beff2f8948abb226a6786856480

* fix: fix: improved UX for the Building Selection Criteria drawer

picked from dev 4bd8b09456b54584c3731bcca64019dc231d0c55

* feat: feat(backend): add Program entity

picked from dev 492ec4d333cf9b73af772a1aceed29813f405ba0

* refactor: breaking: 1837/preferences cleanup

picked from dev 3ce6d5eb5aac49431ec5bf4912dbfcbe9077d84e

BREAKING CHANGE: preferences model and relationships changed

* feat: feat(backend): extend UserUpdateDto to support email change

picked from dev 3e1fdbd0ea91d4773973d5c485a5ba61303db90a

* fix: 2056/user account edit fix

picked from dev a15618c0cb548ff5b2ae913b802c9e08bb673f30

* refactor: 2085/adds top level catchAll exception filter

picked from dev aeaa63d1af1fa3d11671e169cb3bd23d356fface

* feat: feat: Change unit number field type to text

picked from dev f54be7c7ba6aac8e00fee610dc86584b60cc212d

* feat(backend): improve application flagged set saving efficiency

* fix: fix: updates address order

picked from dev 252e014dcbd2e4c305384ed552135f5a8e4e4767

* fix: sets programs to optoinal and updates versions

* chore: chore(deps): bump electron from 13.1.7 to 13.3.0

* chore: chore(deps): bump axios from 0.21.1 to 0.21.2

* fix: adds programs service

* fix: fix lisitng e2e tests

* fix: fix member tests

* fix: fixes program, preference, ami-chart de-dupe (#2169)

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.12

* fix: adds jurisdictionId to useSWR path

* fix: recalculate units available on listing update (#2150)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.10
 - @bloom-housing/shared-helpers@3.0.1-alpha.3
 - @bloom-housing/partners@3.0.1-alpha.13
 - @bloom-housing/public@3.0.1-alpha.11

* fix: recalculate units available on listing update

picked form dev f1a3dbce6478b16542ed61ab20de5dfb9b797262

* feat: feat(backend): make use of new application confirmation codes

picked from dev 3c45c2904818200eed4568931d4cc352fd2f449e

* Revert "chore(deps): bump axios from 0.21.1 to 0.21.2 (#2138)"

This reverts commit 7711604323ae2f6a1782a35f7a26176f215f6c00.

* revert: revert "chore(deps): bump axios from 0.21.1 to 0.21.2

picked from dev 2b83bc0393afc42eed542e326d5ef75502ce119c

* refactor: remove applicationAddress (#2009)

* refactor: remove applicationAddress

* docs: readme update

* test: fix backend test

* fix: db migration

* Fix code style issues with Prettier

* test(backend): fix SETEX impossible to process

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.11
 - @bloom-housing/shared-helpers@3.0.1-alpha.4
 - @bloom-housing/partners@3.0.1-alpha.14
 - @bloom-housing/public@3.0.1-alpha.12
 - @bloom-housing/ui-components@3.0.1-alpha.9

* feat: refactor and add public site application flow cypress tests (#2118)

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.15
 - @bloom-housing/public@3.0.1-alpha.13
 - @bloom-housing/ui-components@3.0.1-alpha.10

* fix: sapp submission w/ no due date

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.12
 - @bloom-housing/shared-helpers@3.0.1-alpha.5
 - @bloom-housing/partners@3.0.1-alpha.16
 - @bloom-housing/public@3.0.1-alpha.14

* Revert "feat(backend): add nginx proxy-cache configuration (#2119)"

This reverts commit 34d32e75ceae378a26c57f4c9b7feec8c88339e0.

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.13
 - @bloom-housing/shared-helpers@3.0.1-alpha.6
 - @bloom-housing/partners@3.0.1-alpha.17
 - @bloom-housing/public@3.0.1-alpha.15

* fix: app submission w/ no due date

picked from dev 4af1f5a8448f16d347b4a65ecb85fda4d6ed71fc

* 1975/better seed data for ami-charts (#2156)

* fix: better seed data for ami-charts

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.14
 - @bloom-housing/shared-helpers@3.0.1-alpha.7
 - @bloom-housing/partners@3.0.1-alpha.18
 - @bloom-housing/public@3.0.1-alpha.16

* 2154/avance prefs (#2177)

* feat: new preferences

* feat: preference updates

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.15
 - @bloom-housing/shared-helpers@3.0.1-alpha.8
 - @bloom-housing/partners@3.0.1-alpha.19
 - @bloom-housing/public@3.0.1-alpha.17
 - @bloom-housing/ui-components@3.0.1-alpha.11

* 2154/avance prefs (#2178)

* feat: new preferences

* feat: preference updates

* Fix code style issues with Prettier

* feat: preference options bottom border

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.18

* 2154/avance prefs III (#2179)

* feat: new preferences

* feat: preference updates

* Fix code style issues with Prettier

* feat: preference options bottom border

* feat: liveWorkLivermore preference

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.20
 - @bloom-housing/public@3.0.1-alpha.19
 - @bloom-housing/ui-components@3.0.1-alpha.12

* 1988/adds listing management cypress tests to partner portal (#2103)

* test: adds listing management tests

* test: minor tweaks

* test: big updates for LM cypress tests

* test: fixes selectors

* feat: adding partner cypress tests to pr workflow

* fix: undoing

* chore: adds latest bloom-housing packages to partners

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.21
 - @bloom-housing/public@3.0.1-alpha.20
 - @bloom-housing/ui-components@3.0.1-alpha.13

* feat: adds new preferences, reserved community type

* feat: adds bottom border to preferences

* feat: updates preference string

* fix: preference cleanup for avance

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.22
 - @bloom-housing/public@3.0.1-alpha.21
 - @bloom-housing/ui-components@3.0.1-alpha.14

* fix: preference cleanup for avance

* 1975/one month rent (#2158)

* feat: add depoist helper text

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.16
 - @bloom-housing/shared-helpers@3.0.1-alpha.9
 - @bloom-housing/partners@3.0.1-alpha.23
 - @bloom-housing/public@3.0.1-alpha.22
 - @bloom-housing/ui-components@3.0.1-alpha.15

* fix(backend): fix view.spec.ts test (#2175)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.17
 - @bloom-housing/shared-helpers@3.0.1-alpha.10
 - @bloom-housing/partners@3.0.1-alpha.24
 - @bloom-housing/public@3.0.1-alpha.23

* refactor: removes jsonpath (#2206)

* refactor: removes jsonpath

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.18
 - @bloom-housing/shared-helpers@3.0.1-alpha.11
 - @bloom-housing/partners@3.0.1-alpha.25
 - @bloom-housing/public@3.0.1-alpha.24

* 1869/application program display (#2114)

* feat: add programs step to application forms

* test: add Cypress tests for the programs step

* feat: rework the Programs page and enhance seeds

* chore: fix programs Cypress test

* fix: fixup cypress tests

* fix: update mock data

* fix: fixup mock data pt 2

* fix: type issues

* fix: bugs and simplify program data processing

Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.19
 - @bloom-housing/shared-helpers@3.0.1-alpha.12
 - @bloom-housing/partners@3.0.1-alpha.26
 - @bloom-housing/public@3.0.1-alpha.25
 - @bloom-housing/ui-components@3.0.1-alpha.16

* feat: adds jurisdictions to pref seeds (#2199)

* feat: adds jurisdictions to pref seeds

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.20
 - @bloom-housing/shared-helpers@3.0.1-alpha.13
 - @bloom-housing/partners@3.0.1-alpha.27
 - @bloom-housing/public@3.0.1-alpha.26

* 1901/application program partners (#2182)

* feat: add programs step to application forms

* test: add Cypress tests for the programs step

* feat: rework the Programs page and enhance seeds

* chore: fix programs Cypress test

* feat: add programs step to application forms

* test: add Cypress tests for the programs step

* feat: rework the Programs page and enhance seeds

* chore: fix programs Cypress test

* fix: fixup cypress tests

* fix: update mock data

* fix: fixup mock data pt 2

* fix: type issues

* feat: Create programs mapper

Closes #1901

* feat: Add programs section

Closes #1901

* feat: Create details section for programs

Closes #1901

* feat: Update translations

Closes #1901

* refactor: Remove console log

Closes #1901

* refactor: Simpify code

Closes #1901

* chore: remove console log

* fix: mapProgramToApi return

Co-authored-by: Jared White <jared@jaredwhite.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.21
 - @bloom-housing/shared-helpers@3.0.1-alpha.14
 - @bloom-housing/partners@3.0.1-alpha.28
 - @bloom-housing/public@3.0.1-alpha.27
 - @bloom-housing/ui-components@3.0.1-alpha.17

* test: update program test

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.28

* feat: new demographics sub-race questions (#2109)

* feat: new demographics sub-race questions

* fix: update migration to keep data

* feat: other text boxes

* feat: wip other labels

* feat: can edit demo in partners

* fix: cleanup

* feat: csv formatting

* fix: type issue

* feat: remove gender and sexual orientation

* fix: add test id

* fix: more test ids

* fix: select by checkboxes

* fix: dont use select

* fix: data

* fix: add tests, fixup other option

* Fix code style issues with Prettier

* fix: remove unneeded dependencies

* test: add additional test

* Fix code style issues with Prettier

* test: change test id attribute

* chore: cleanup formatApplicationData imports

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.22
 - @bloom-housing/shared-helpers@3.0.1-alpha.15
 - @bloom-housing/partners@3.0.1-alpha.29
 - @bloom-housing/public@3.0.1-alpha.29
 - @bloom-housing/ui-components@3.0.1-alpha.18

* feat: updates email confirmation for lottery (#2200)

* feat: updates email confirmation for lottery

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.23
 - @bloom-housing/shared-helpers@3.0.1-alpha.16
 - @bloom-housing/partners@3.0.1-alpha.30
 - @bloom-housing/public@3.0.1-alpha.30

* fix: add ariaHidden to Icon component

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.17
 - @bloom-housing/partners@3.0.1-alpha.31
 - @bloom-housing/public@3.0.1-alpha.31
 - @bloom-housing/ui-components@3.0.1-alpha.19

* fix: add ariaLabel prop to Button component

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.18
 - @bloom-housing/partners@3.0.1-alpha.32
 - @bloom-housing/public@3.0.1-alpha.32
 - @bloom-housing/ui-components@3.0.1-alpha.20

* fix: change the yes/no radio text to be more descriptive (#2208)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.19
 - @bloom-housing/partners@3.0.1-alpha.33
 - @bloom-housing/public@3.0.1-alpha.33
 - @bloom-housing/ui-components@3.0.1-alpha.21

* fix: remove alameda reference in demographics (#2209)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.20
 - @bloom-housing/partners@3.0.1-alpha.34
 - @bloom-housing/public@3.0.1-alpha.34
 - @bloom-housing/ui-components@3.0.1-alpha.22

* refactor: remove applicationAddress

picked from dev bf10632a62bf2f14922948c046ea3352ed010f4f

* feat: refactor and add public site application flow cypress tests

picked from dev 9ec0e8d05f9570773110754e7fdaf49254d1eab8

* feat: better seed data for ami-charts

picked from dev d8b1d4d185731a589c563a32bd592d01537785f3

* feat: adds listing management cypress tests to partner portal

* fix: listings management keep empty strings, remove empty objects

picked from dev c4b1e833ec128f457015ac7ffa421ee6047083d9

* feat: one month rent

picked from dev 883b0d53030e1c4d54f2f75bd5e188bb1d255f64

* test: view.spec.ts test

picked from dev 324446c90138d8fac50aba445f515009b5a58bfb

* refactor: removes jsonpath

picked from dev deb39acc005607ce3076942b1f49590d08afc10c

* feat: adds jurisdictions to pref seeds

picked from dev 9e47cec3b1acfe769207ccbb33c07019cd742e33

* feat: new demographics sub-race questions

picked from dev 9ab892694c1ad2fa8890b411b3b32af68ade1fc3

* feat: updates email confirmation for lottery

picked from dev 1a5e824c96d8e23674c32ea92688b9f7255528d3

* fix: add ariaHidden to Icon component

picked from dev c7bb86aec6fd5ad386c7ca50087d0113b14503be

* fix: add ariaLabel prop to Button component

picked from dev 509ddc898ba44c05e26f8ed8c777f1ba456eeee5

* fix: change the yes/no radio text to be more descriptive

picked from dev 0c46054574535523d6f217bb0677bbe732b8945f

* fix: remove alameda reference in demographics

picked from dev 7d5991cbf6dbe0b61f2b14d265e87ce3687f743d

* chore: release version

picked from dev fe82f25dc349877d974ae62d228fea0354978fb7

* feat: ami chart jurisdictionalized

picked from dev 0a5cbc88a9d9e3c2ff716fe0f44ca6c48f5dcc50

* refactor: make backend a peer dependency in ui-components

picked from dev 952aaa14a77e0960312ff0eeee51399d1d6af9f3

* feat: add a phone number column to the user_accounts table

picked from dev 2647df9ab9888a525cc8a164d091dda6482c502a

* chore: removes application program partners

* chore: removes application program display

* Revert "chore: removes application program display"

This reverts commit 14825b4a6c9cd1a7235e32074e32af18a71b5c26.

* Revert "chore: removes application program partners"

This reverts commit d7aa38c777972a2e21d9f816441caa27f98d3f86.

* chore: yarn.lock and backend-swagger

* fix: removes Duplicate identifier fieldGroupObjectToArray

* feat: skip preferences if not on listing

* chore(release): version

* fix: cannot save custom mailing, dropoff, or pickup address

* chore(release): version

* chore: converge on one axios version, remove peer dependency

* chore(release): version

* feat: simplify Waitlist component and use more flexible schema

* chore(release): version

* fix: lottery results uploads now save

* chore(release): version

* feat: add SRO unit type

* chore(release): version

* fix: paper application submission

* chore(release): version

* fix: choose-language context

* chore(release): version

* fix: applications/view hide prefs

* chore(release): version

* feat: overrides fallback to english, tagalog support

* chore(release): version

* fix: account translations

* chore(release): version

* fix: units with invalid ami chart

* chore(release): version

* fix: remove description for the partners programs

* fix: fix modal styles on mobile

* fix: visual improvement to programs form display

* fix: submission tests not running

* chore: translations (#2293)

* chore: translations (#2295)

* chore: missing translations (#2296)

* fix: prefUnits on autofill summary (#2294)

* chore: move Programs step to come after Students (#2277)

* feat: adds whatToExpect to GTrans

* chore: missing translations (#2299)

* fix: 2259/fixes idle timeout not resetting properly (#2292)

* chore(release): version

* fix: demographics howDidYouHear options (2305)

* chore(release): version

* fix: mobile notice text wrap issue (#2308)

* feat: postmark date time fields partners (#2239)

* fix: versioning issues (#2311)

* chore(release): version

* chore(backend): move libs/ to shared/utils, clean up modules (#2230)

* feat(backend): all programs to csv export (#2302)

* chore(release): version

* feat: filter partner users

* chore(release): version

* feat: adds updating open listing modal (#2288)

* fix: closed listings allowed apps (#2317)

* feat: 2165/rosefield preference updates (#2386)

* chore(release): version

* Revert "chore(release): version"

This reverts commit 7c414ca7f8c5709e4ff19b94e3fb1089bdc45e97.

* chore(release): version

 - @bloom-housing/backend-core@3.0.1
 - @bloom-housing/shared-helpers@3.0.1
 - @bloom-housing/partners@3.0.1
 - @bloom-housing/public@3.0.1
 - @bloom-housing/ui-components@3.0.1

* feat(backend): add storing listing translations (#2215)

* feat: adds whatToExpect to GTrans (#2303)

* fix: patch issue with submit application section

* fix: patches translations for preferences (#2410)

* fix: issues with public app and readds auto save (2428)

* fix: ami charts without all households (#2430)

* fix: load blank application

* 2022-01-27 release (#2439)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.23
 - @bloom-housing/partners@3.0.1-alpha.37
 - @bloom-housing/public@3.0.1-alpha.38
 - @bloom-housing/ui-components@3.0.1-alpha.24

* fix(backend): nginx with heroku configuration (#2196)

* fix(backend): nginx with heroku configuration

* feat(backend): nginx make hostname and port variable

* feat: nginx proxy updates

* feat(backend): modify proxy_pass and Host header settings

Co-authored-by: seanmalbert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.26
 - @bloom-housing/shared-helpers@3.0.1-alpha.24
 - @bloom-housing/partners@3.0.1-alpha.38
 - @bloom-housing/public@3.0.1-alpha.39
 - @bloom-housing/ui-components@3.0.1-alpha.25

* fix: fetchBaseListingData (#2238)

* fix: fetchBaseListingData

* fix: fetchBaseListingData

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.40

* fix: lottery results uploads now save (#2226)

* fix: lottery results uploads now save

* fix: switch to partial typing

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.39

* feat: getStaticPaths fallback blocking test

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.41

* chore: add temp logs for testing id/slug

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.42

* chore(backend): move libs/ to shared/utils, clean up modules (#2230)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.27
 - @bloom-housing/shared-helpers@3.0.1-alpha.25
 - @bloom-housing/partners@3.0.1-alpha.40
 - @bloom-housing/public@3.0.1-alpha.43
 - @bloom-housing/ui-components@3.0.1-alpha.26

* chore: add SRO unit type (#2243)

* chore: add SRO unit type to DB / translations

* chore: additional string changes to SRO

* test(backend): add SRO to unit types test

* feat: SRO unit type additions

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.28
 - @bloom-housing/shared-helpers@3.0.1-alpha.26
 - @bloom-housing/partners@3.0.1-alpha.41
 - @bloom-housing/public@3.0.1-alpha.44
 - @bloom-housing/ui-components@3.0.1-alpha.27

* 2140/fix paper application submission (#2195)

* fix: fix paper application submission

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.42

* Fix code style issues with Prettier

* test: adds cypress test coverage

* fix: updates per sean

* fix: one more update

* test: fix partners unit tests

* fix: choose-language context

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.45

* fix: applications drop off address

* fix: applications/view hide prefs

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.46

* feat(backend): add storing listing translations (#2215)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.29
 - @bloom-housing/shared-helpers@3.0.1-alpha.27
 - @bloom-housing/partners@3.0.1-alpha.43
 - @bloom-housing/public@3.0.1-alpha.47
 - @bloom-housing/ui-components@3.0.1-alpha.28

* fix(backend): make nginx proxy use Language HTTP header in cache key (#2266)

* 2098/fix partner applications grid display (#2188)

* fix: partner applications grid display

* Fix code style issues with Prettier

* test: fix tests

* Fix code style issues with Prettier

* fix: updates to using views

* tests: add application grid test

* fix: updates per sean

* fix: one more update

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.30
 - @bloom-housing/shared-helpers@3.0.1-alpha.28
 - @bloom-housing/partners@3.0.1-alpha.44
 - @bloom-housing/public@3.0.1-alpha.48
 - @bloom-housing/ui-components@3.0.1-alpha.29

* fix: fixes some issues with the deployment

* Revert/2188 (#2270)

* fix: fixes some issues with the deployment

* revert: partner applications grid display

* fix: view.spec

Co-authored-by: Yazeed Loonat <yazeedloonat@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.31
 - @bloom-housing/shared-helpers@3.0.1-alpha.29
 - @bloom-housing/partners@3.0.1-alpha.45
 - @bloom-housing/public@3.0.1-alpha.49
 - @bloom-housing/ui-components@3.0.1-alpha.30

* 2098/fix partner applications grid display (#2188)

* fix: partner applications grid display

* Fix code style issues with Prettier

* test: fix tests

* Fix code style issues with Prettier

* fix: updates to using views

* tests: add application grid test

* fix: updates per sean

* fix: one more update

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* feat(backend): add listings closing routine (#2213)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.32
 - @bloom-housing/shared-helpers@3.0.1-alpha.30
 - @bloom-housing/partners@3.0.1-alpha.46
 - @bloom-housing/public@3.0.1-alpha.50
 - @bloom-housing/ui-components@3.0.1-alpha.31

* feat(backend): add user password expiration

* fix: Remove description for the partners programs (#2234)

Closes #1901

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.47

* 2227/lock login attempts frontend (#2260)

* feat: Add new translations

Closes #1927

* refactor: Make title as optional

Closes #1927

* feat: Update login alert text

Closes #1927

* fix: Use translation, instead of hardcoded text

Closes #1927

* feat: Add translation

Closes #1927

* feat: Update type name

Closes #1927

* feat: Add new alerts

Closes #1927

* fix: Fix translation

Closes #1927

* fix(AlertBox.tsx): Fix close icon placement

Closes #1927

* feat: Create helper to catch network errors

Closes #1927

* feat: Add translations

Closes #1927

* feat: Create reusable sign-in form

Closes #1927

* refactor(sign-in page, public and partners): Update sign-in pages to use reusable form

BREAKING CHANGE: sign-in pages have been updated

Closes #1927

* Fix code style issues with Prettier

* fix: fixes tests and also issue with user grid

* fix: fixes linting error

* feat(backend): add appropriate http exception for password outdated login failure

* fix: Fix modal styles on mobile (#2280)

Closes #2253

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.31
 - @bloom-housing/partners@3.0.1-alpha.48
 - @bloom-housing/public@3.0.1-alpha.51
 - @bloom-housing/ui-components@3.0.1-alpha.32

* fix: visual improvement to programs form display (#2276)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.52

* fix: submission tests not running (#2282)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.53

* feat: overrides fallback to english, tagalog support (#2262)

* chore: allow work-in strings to take jurisdiction name

* feat: add support for tagalog

* Fix code style issues with Prettier

* feat: tagalog language

* feat: translations precedence includes en overrides

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.33
 - @bloom-housing/shared-helpers@3.0.1-alpha.32
 - @bloom-housing/partners@3.0.1-alpha.49
 - @bloom-housing/public@3.0.1-alpha.54
 - @bloom-housing/ui-components@3.0.1-alpha.33

* fix: account translations (#2278)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.33
 - @bloom-housing/partners@3.0.1-alpha.50
 - @bloom-housing/public@3.0.1-alpha.55
 - @bloom-housing/ui-components@3.0.1-alpha.34

* test: fixes test issues

* fix: fix sortig on applications partner grid

* chore: translations (#2293)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.34
 - @bloom-housing/partners@3.0.1-alpha.51
 - @bloom-housing/public@3.0.1-alpha.56
 - @bloom-housing/ui-components@3.0.1-alpha.35

* chore: translations (#2295)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.35
 - @bloom-housing/partners@3.0.1-alpha.52
 - @bloom-housing/public@3.0.1-alpha.57
 - @bloom-housing/ui-components@3.0.1-alpha.36

* chore: missing translations (#2296)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.36
 - @bloom-housing/partners@3.0.1-alpha.53
 - @bloom-housing/public@3.0.1-alpha.58
 - @bloom-housing/ui-components@3.0.1-alpha.37

* fix: prefUnits on autofill summary (#2294)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.59

* chore: move Programs step to come after Students (#2277)

* chore: move Programs step to come after Students

* test: rearrange order of programs within Cypress tests

* test: remove problematic statement

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.60

* fix: units with invalid ami chart (#2290)

* fix: alunits with invalid ami chart

* perf: uniquePercentageChartSet map

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.34
 - @bloom-housing/shared-helpers@3.0.1-alpha.37
 - @bloom-housing/partners@3.0.1-alpha.54
 - @bloom-housing/public@3.0.1-alpha.61
 - @bloom-housing/ui-components@3.0.1-alpha.38

* chore: missing translations (#2299)

* chore: missing translations

* chore: remove logs

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.38
 - @bloom-housing/partners@3.0.1-alpha.55
 - @bloom-housing/public@3.0.1-alpha.62
 - @bloom-housing/ui-components@3.0.1-alpha.39

* 2259/fixes idle timeout not resetting properly (#2292)

* fix: fixes idle timeout not resetting properly

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.63

* feat: adds whatToExpect to GTrans (#2303)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.35
 - @bloom-housing/shared-helpers@3.0.1-alpha.39
 - @bloom-housing/partners@3.0.1-alpha.56
 - @bloom-housing/public@3.0.1-alpha.64
 - @bloom-housing/ui-components@3.0.1-alpha.40

* fix: demographics howDidYouHear options were not changing on language change (#2305)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.65

* Fix checkbox rtl style

* feat(backend): add password outdating only to users which are either admins or partners

* fix: fix hero button width with secondary button (#2306)

* fix: mobile notice text wrap issue (#2308)

* feat(backend): add activity logging to listings module (#2190)

* feat(backend): add activity logging to listings module

* feat(backend): add activity logging to applications and user controllers

* feat(backend): add metada column to activity log entity

* feat(backend): change activity log metadata column type

* feat(backend): remove applications related changes

* feat(backend): remove ListingActivityLogInterceptor

* 2040/postmark date time fields partners (#2239)

* feat: add postmark by date and time fields

* feat: fix display and preview page

* test: fix so the correct date displays

* Fix code style issues with Prettier

* fix: fixes per emily

* fix: updates per sean

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* fix: versioning issues (#2311)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.36
 - @bloom-housing/shared-helpers@3.0.1-alpha.41
 - @bloom-housing/partners@3.0.1-alpha.58
 - @bloom-housing/public@3.0.1-alpha.67
 - @bloom-housing/ui-components@3.0.1-alpha.42

* feat(backend): all programs to csv export (#2302)

* feat(backend): all programs to csv export

* chore: removes console log

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.37
 - @bloom-housing/shared-helpers@3.0.1-alpha.42
 - @bloom-housing/partners@3.0.1-alpha.59
 - @bloom-housing/public@3.0.1-alpha.68
 - @bloom-housing/ui-components@3.0.1-alpha.43

* feat(backend): add partnerTerms to jurisdiction entity (#2301)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.38
 - @bloom-housing/shared-helpers@3.0.1-alpha.43
 - @bloom-housing/partners@3.0.1-alpha.60
 - @bloom-housing/public@3.0.1-alpha.69
 - @bloom-housing/ui-components@3.0.1-alpha.44

* feat: removes ListingLangCacheInterceptor from get by id

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.39
 - @bloom-housing/shared-helpers@3.0.1-alpha.44
 - @bloom-housing/partners@3.0.1-alpha.61
 - @bloom-housing/public@3.0.1-alpha.70
 - @bloom-housing/ui-components@3.0.1-alpha.45

* fix: Update translation

Closes 1927

* fix: Update hardcoded translations

Closes #1927

* refactor: listing detail props (#2313)

* refactor: listing detail props

* fix: HouseholdSizeField FieldError

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.45
 - @bloom-housing/partners@3.0.1-alpha.62
 - @bloom-housing/public@3.0.1-alpha.71
 - @bloom-housing/ui-components@3.0.1-alpha.46

* chore(deps): bump next from 11.1.2 to 11.1.3 (#2289)

* feat(backend): refactor applications module (#2279)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.40
 - @bloom-housing/shared-helpers@3.0.1-alpha.46
 - @bloom-housing/partners@3.0.1-alpha.63
 - @bloom-housing/public@3.0.1-alpha.72
 - @bloom-housing/ui-components@3.0.1-alpha.47

* feat: filter partner users

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.64

* feat: password reset message

* fix: make mailThin background transparent

* fix: add mailThin icon to stories

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.47
 - @bloom-housing/partners@3.0.1-alpha.65
 - @bloom-housing/public@3.0.1-alpha.73
 - @bloom-housing/ui-components@3.0.1-alpha.48

* feat: adds updating open listing modal (#2288)

* feat: adds updating open listing modal

* fix: closed listings allowed apps (#2317)

* feat: updates for gtm

* feat: updates for gtm

* fix: removes more closed listing application paths (#2319)

* feat: make page header title optional

* feat(backend): remove activity log interceptor from update-password

* refactor: removing helpers from ui-components that are backend dependent (#2108)

BREAKING CHANGE: moved some helpers from ui-components to shared-helpers

* chore: bump versions (#2326)

* fix: make numbered list breakpoint match config

* chore: bump shared-helpers version

* fix: partners shared-helpers version

* chore: bump partners version

* chore: bump public version

* chore: bump version

* chore(release): version

 - @bloom-housing/backend-core@3.0.1
 - @bloom-housing/shared-helpers@4.0.0
 - @bloom-housing/partners@4.0.0
 - @bloom-housing/public@4.0.0
 - @bloom-housing/ui-components@4.0.0

* feat: add matched style to ApplicationStatus

* Fix code style issues with Prettier

* fix: make primary buttons primary background

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.0
 - @bloom-housing/shared-helpers@4.0.1-alpha.0
 - @bloom-housing/partners@4.0.1-alpha.0
 - @bloom-housing/public@4.0.1-alpha.0
 - @bloom-housing/ui-components@4.0.1-alpha.0

* chore: backend & ui-component gitHead

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.1
 - @bloom-housing/shared-helpers@4.0.1-alpha.1
 - @bloom-housing/partners@4.0.1-alpha.1
 - @bloom-housing/public@4.0.1-alpha.1
 - @bloom-housing/ui-components@4.0.1-alpha.1

* fix: propagate custom icon type to ImageCard prop

* Fix code style issues with Prettier

* fix: check for user lastLoginAt

* test: updates user login test

* fix: bump version (#2349)

* fix: bump version (#2350)

* fix: cypress coverage configs

* fix: force a release number if one exists (#2351)

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.6
 - @bloom-housing/shared-helpers@4.0.1-alpha.6
 - @bloom-housing/partners@4.0.1-alpha.6
 - @bloom-housing/public@4.0.1-alpha.6
 - @bloom-housing/ui-components@4.0.1-alpha.6

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.7
 - @bloom-housing/shared-helpers@4.0.1-alpha.7
 - @bloom-housing/partners@4.0.1-alpha.7
 - @bloom-housing/public@4.0.1-alpha.7
 - @bloom-housing/ui-components@4.0.1-alpha.7

* fix: apply action block style to button class not component (#2348)

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.8
 - @bloom-housing/partners@4.0.1-alpha.8
 - @bloom-housing/public@4.0.1-alpha.8
 - @bloom-housing/ui-components@4.0.1-alpha.8

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.8
 - @bloom-housing/shared-helpers@4.0.1-alpha.9
 - @bloom-housing/partners@4.0.1-alpha.9
 - @bloom-housing/public@4.0.1-alpha.9
 - @bloom-housing/ui-components@4.0.1-alpha.9

* fix: remove next dependency from ui-components (#2352)

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.10
 - @bloom-housing/partners@4.0.1-alpha.10
 - @bloom-housing/public@4.0.1-alpha.10
 - @bloom-housing/ui-components@4.0.1-alpha.10

* chore: port latest dev updates over for paper listing form

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.11
 - @bloom-housing/partners@4.0.1-alpha.11
 - @bloom-housing/public@4.0.1-alpha.11
 - @bloom-housing/ui-components@4.0.1-alpha.11

* Add public urls to jurisdiction (#2316)

* Add public urls to jurisdiction

* feat(backend): fix units-transformations.spec test

* feat(backend): fix changes in interface of the autogenerated client in sites/

* Fix code style issues with Prettier

* feat: adds detroit to migration for local/dev

* Fix code style issues with Prettier

* feat: updates to use publicUrl

* Fix code style issues with Prettier

* feat(backend): update add-public-url-to-jurisdiction migration

* fix(backend): jurisidctions e2e tests

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.9
 - @bloom-housing/shared-helpers@4.0.1-alpha.12
 - @bloom-housing/partners@4.0.1-alpha.12
 - @bloom-housing/public@4.0.1-alpha.12
 - @bloom-housing/ui-components@4.0.1-alpha.12

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.10
 - @bloom-housing/shared-helpers@4.0.1-alpha.13
 - @bloom-housing/partners@4.0.1-alpha.13
 - @bloom-housing/public@4.0.1-alpha.13
 - @bloom-housing/ui-components@4.0.1-alpha.13

* fix: move type declarations out of shared-helpers (#2356)

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.14
 - @bloom-housing/partners@4.0.1-alpha.14
 - @bloom-housing/public@4.0.1-alpha.14
 - @bloom-housing/ui-components@4.0.1-alpha.14

* chore(release): version

 - @bloom-housing/partners@4.0.1-alpha.15

* refactor: unifiies logic around listingid

* refactor: prevent local reseed with cypress tests (#2353)

* chore(release): version

 - @bloom-housing/public@4.0.1-alpha.15

* test: add partners cypress ci job

* chore: fixup config

* chore: fixup config 2

* chore: fixup config 3

* chore: fixup config 3

* chore: fixup config 4

* chore: change name to be unique

* fix: update naming

* fix: remove empty secrets

* fix: add in env variable defaults

* fix: add test id

* fix: use drag n drop

* fix: rename var

* fix: rename var2

* test: update config

* 1290/use dayjs instead of moment (#2338)

* Convert all use of Moment to Dayjs

* fix: more moment -> dayjs cleanup

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.11
 - @bloom-housing/shared-helpers@4.0.1-alpha.15
 - @bloom-housing/partners@4.0.1-alpha.16
 - @bloom-housing/public@4.0.1-alpha.16
 - @bloom-housing/ui-components@4.0.1-alpha.15

* test: fix for cypress tests

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.12
 - @bloom-housing/shared-helpers@4.0.1-alpha.16
 - @bloom-housing/partners@4.0.1-alpha.17
 - @bloom-housing/public@4.0.1-alpha.17
 - @bloom-housing/ui-components@4.0.1-alpha.16

* fix: listings group expandable section css updates (#2377)

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.17
 - @bloom-housing/partners@4.0.1-alpha.18
 - @bloom-housing/public@4.0.1-alpha.18
 - @bloom-housing/ui-components@4.0.1-alpha.17

* fix: ensure dayjs parsing strings will work as expected

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.18
 - @bloom-housing/partners@4.0.1-alpha.19
 - @bloom-housing/public@4.0.1-alpha.19
 - @bloom-housing/ui-components@4.0.1-alpha.18

* feat: adds event logging to most of the pages

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.19
 - @bloom-housing/partners@4.0.1-alpha.20
 - @bloom-housing/public@4.0.1-alpha.20
 - @bloom-housing/ui-components@4.0.1-alpha.19

* fix: open house events can now be edited and work cross-browser (#2320)

* fix: open house events can be edited and work cross-browser

* chore: refactor event dates handling to use dayjs

* fix: lm form refresh and getDetailFieldTime

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/partners@4.0.1-alpha.21

* 2165/rosefield preference updates (#2386)

* feat: rosefield preference updates

* feat: removes "no" from rosefield translations

* fix: removing translations

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.20
 - @bloom-housing/partners@4.0.1-alpha.22
 - @bloom-housing/public@4.0.1-alpha.21
 - @bloom-housing/ui-components@4.0.1-alpha.20

* fix: dates showing as invalid in send by mail section (#2362)

BREAKING CHANGE: remove applicationDueTime field and consolidated into applicationDueDate

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.13
 - @bloom-housing/shared-helpers@4.0.1-alpha.21
 - @bloom-housing/partners@4.0.1-alpha.23
 - @bloom-housing/public@4.0.1-alpha.22
 - @bloom-housing/ui-components@4.0.1-alpha.21

* fix: partners render issue (#2395)

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.14
 - @bloom-housing/shared-helpers@4.0.1-alpha.22
 - @bloom-housing/partners@4.0.1-alpha.24
 - @bloom-housing/public@4.0.1-alpha.23
 - @bloom-housing/ui-components@4.0.1-alpha.22

* fix: user status enum to camel case; gtm types

* fix: removes unnecessary ternary

* test: fix flaky cypress test

* fix: patches translations for preferences (#2410)

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.15
 - @bloom-housing/shared-helpers@4.0.1-alpha.23
 - @bloom-housing/partners@4.0.1-alpha.25
 - @bloom-housing/public@4.0.1-alpha.24
 - @bloom-housing/ui-components@4.0.1-alpha.23

* feat: listing card takes optional children (#2407)

* feat: listing card takes optional children

* fix: additional header

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.24
 - @bloom-housing/partners@4.0.1-alpha.26
 - @bloom-housing/public@4.0.1-alpha.25
 - @bloom-housing/ui-components@4.0.1-alpha.24

* feat: set gtm pageTitle to english only

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.25
 - @bloom-housing/partners@4.0.1-alpha.27
 - @bloom-housing/public@4.0.1-alpha.26

* test: fix partner listing tests

* test: adds back mailing address checks

* chore(release): version

 - @bloom-housing/partners@4.0.1-alpha.28

* fix: issues with public app and readds auto save

* fix: removing console logs

* chore(release): version

 - @bloom-housing/public@4.0.1-alpha.27

* fix: ami charts without all households (#2430)

* fix: ami charts without all households

* fix: merging filter and reduce together

Co-authored-by: Yazeed Loonat <yazeedloonat@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.16
 - @bloom-housing/shared-helpers@4.0.1-alpha.26
 - @bloom-housing/partners@4.0.1-alpha.29
 - @bloom-housing/public@4.0.1-alpha.28
 - @bloom-housing/ui-components@4.0.1-alpha.25

* chore: add translations for per month/year in hmi table (#2418)

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.27
 - @bloom-housing/partners@4.0.1-alpha.30
 - @bloom-housing/public@4.0.1-alpha.29
 - @bloom-housing/ui-components@4.0.1-alpha.26

* fix: Fix infinite page width (#2434)

Closes #2374

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.28
 - @bloom-housing/partners@4.0.1-alpha.31
 - @bloom-housing/public@4.0.1-alpha.30
 - @bloom-housing/ui-components@4.0.1-alpha.27

* refactor: Increase textarea limits (#2435)

Closes #2420

* chore(release): version

 - @bloom-housing/partners@4.0.1-alpha.32

* 2328/address verification (#2412)

* feat: verify applicant address via MapBox API

* feat: support various selection states for address

* chore: refactor address to break up large file

* test: update Cypress tests to check address validation

* test: update mock data with a real address

* test: update minimal application data as well

* test: add additional tests for address validation

* test: relocate bad addresses to separate integration test

* feat: improve the error state when invalid address

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.29
 - @bloom-housing/partners@4.0.1-alpha.33
 - @bloom-housing/public@4.0.1-alpha.31
 - @bloom-housing/ui-components@4.0.1-alpha.28

* revert: changes from fix: Fix infinite page width #2434

Co-authored-by: github.context.workflow <github-actions@github.com>
Co-authored-by: Michał Plebański <michalp@airnauts.com>
Co-authored-by: Jared White <jared@jaredwhite.com>
Co-authored-by: Yazeed Loonat <YazeedLoonat@gmail.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: dominikx96 <dominik@airnauts.com>
Co-authored-by: Emily Jablonski <65367387+emilyjablonski@users.noreply.github.com>
Co-authored-by: Gabe Benjamin <gabeb@google.com>
Co-authored-by: Andrea Egan <akegan@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrea Egan <andrea.egan@sfgov.org>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>

* build: sets node max-old-space-size (#2458)

* build: max-old-space-size

* build: update casbin version

* fix: await casbin enforcer

* build: adds Aptfile for heroku (#2460)

* refactor: param and auth updates for export (#2465)

* 2382/berkeley way customizations (#2436)

* chore(release): version

 - @bloom-housing/backend-core@4.0.1
 - @bloom-housing/shared-helpers@4.0.1
 - @bloom-housing/partners@4.0.1
 - @bloom-housing/public@4.0.1
 - @bloom-housing/ui-components@4.0.1

* fix: updates partner check for listing perm (#2484)

* feat: 2419/adding SMC preferences (#2482)

* feat: 2468/adding dublin preferences (#2483)

* chore(release): version

 - @bloom-housing/backend-core@4.0.2
 - @bloom-housing/shared-helpers@4.0.2
 - @bloom-housing/partners@4.0.2
 - @bloom-housing/public@4.0.2
 - @bloom-housing/ui-components@4.0.2

* fix: csv export auth check (#2488)

* chore: merge upstream master

* Fix code style issues with ESLint

* Fix code style issues with Prettier

* test: updates for tests to pass

* Fix code style issues with Prettier

* test: updates for ui-components

* build: updates for public and partners builds

* fix: issues with public

* fix: update to SiteHeader partner use

* test: fix user and ProgressNav tests

* Fix code style issues with Prettier

* test: temp skip activity monitor tests

* test: temp skip longer tests

* test: temp skip activity monitor tests

* fix: lint rule

Co-authored-by: Michał Plebański <michalp@airnauts.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: github.context.workflow <github-actions@github.com>
Co-authored-by: Dominik Barcikowski <dominik@airnauts.com>
Co-authored-by: Emily Jablonski <65367387+emilyjablonski@users.noreply.github.com>
Co-authored-by: Yazeed Loonat <YazeedLoonat@gmail.com>
Co-authored-by: Jared White <jared@whitefusion.studio>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: plunkettgoogle <66751489+plunkettgoogle@users.noreply.github.com>
Co-authored-by: Jared White <jared@jaredwhite.com>
Co-authored-by: Gabe Benjamin <GabeKEBenjamin@gmail.com>
Co-authored-by: Gabe Benjamin <gabeb@google.com>
Co-authored-by: Andrea Egan <akegan@users.noreply.github.com>
Co-authored-by: Andrea Egan <andrea.egan@sfgov.org>
seanmalbert added a commit to CityOfDetroit/bloom that referenced this pull request Mar 11, 2022
* 2022-02-10 core (#982)

* fix: retnal assistance eror message

* Preferences cleanup (#1947)

* feat(backend): preferences cleanup

BREAKING CHANGE: Preferences are now M-N relation with a listing and have an intermediate table with ordinal number

* refactor(backend): preferences deduplication

So far each listing referenced it's own unique Preferences. This change introduces Many to Many
relationship between Preference and Listing entity and forces sharing Preferences between listings.

* feat(backend): extend preferences migration with moving existing relations to a new intermediate tab

* feat(backend): add Preference - Jurisdiction ManyToMany relation

* feat: adapt frontend to backend changes

* fix(backend): typeORM preferences select statement

* fix(backend): connect preferences with jurisdictions in seeds, fix pref filter validator

* fix(backend): fix missing import in preferences-filter-params.ts

* refactor: rebase issue

* feat: uptake jurisdictional preferences

* fix: fixup tests

* fix: application preferences ignore page, always separate

* Remove page from src/migration/1633359409242-add-listing-preferences-intermediate-relation.ts

* fix: preference fetching and ordering/pages

* Fix code style issues with Prettier

* fix(backend): query User__leasingAgentInListings__jurisdiction_User__leasingAgentIn specified more

* fix: perferences cypress tests

Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Sean Albert <smabert@gmail.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.13
 - @bloom-housing/partners@2.0.0-pre-tailwind.23
 - @bloom-housing/public@2.0.0-pre-tailwind.23
 - @bloom-housing/ui-components@2.0.0-alpha.23

* fix: updates household member count (#2112)

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.14
 - @bloom-housing/partners@2.0.0-pre-tailwind.24
 - @bloom-housing/public@2.0.0-pre-tailwind.24
 - @bloom-housing/ui-components@2.0.0-alpha.24

* fix: updates household member count

picked 3dee0f7d676ff42d546ecf83a17659cd69d7e1bc

* fix: reverts preferences to re-add as breaking/major bump

* fix: reverts preferences to re-add as breaking/major bump

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.15
 - @bloom-housing/partners@2.0.0-pre-tailwind.25
 - @bloom-housing/public@2.0.0-pre-tailwind.25
 - @bloom-housing/ui-components@2.0.0-alpha.25

* refactor: listing preferences and adds jurisdictional filtering

BREAKING CHANGE: updates preference relationship with listings

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.16
 - @bloom-housing/partners@2.0.0-pre-tailwind.26
 - @bloom-housing/public@2.0.0-pre-tailwind.26
 - @bloom-housing/ui-components@2.0.0-alpha.26

* chore(release): version

 - @bloom-housing/backend-core@2.0.0
 - @bloom-housing/shared-helpers@2.0.0
 - @bloom-housing/partners@2.0.0
 - @bloom-housing/public@2.0.0
 - @bloom-housing/ui-components@2.0.0

* fix: Updates lastName on application save

* docs: Update changelog

* Fix code style issues with Prettier

* chore(release): version

 - @bloom-housing/partners@2.0.1-alpha.0

* fix: a11y color contrast issues with tint on ImageCard component (#2074)

* chore(release): version

 - @bloom-housing/partners@2.0.1-alpha.1
 - @bloom-housing/public@2.0.1-alpha.0
 - @bloom-housing/ui-components@2.0.1-alpha.0

* feat: two new common app questions - Household Changes and Household Student (#2070)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.0
 - @bloom-housing/partners@2.0.1-alpha.2
 - @bloom-housing/public@2.0.1-alpha.1
 - @bloom-housing/ui-components@2.0.1-alpha.1

* fix: household member cypress test (#2113)

* chore(release): version

 - @bloom-housing/public@2.0.1-alpha.2

* fix: SiteHeader visual issues with long menu bars (#2068)

* feat: jurisdictional email signatures (#2111)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.1
 - @bloom-housing/partners@2.0.1-alpha.3
 - @bloom-housing/public@2.0.1-alpha.3
 - @bloom-housing/ui-components@2.0.1-alpha.2

* fix: don't send email confirmation on paper app submission (#2110)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.2
 - @bloom-housing/partners@2.0.1-alpha.4
 - @bloom-housing/public@2.0.1-alpha.4
 - @bloom-housing/ui-components@2.0.1-alpha.3

* 1838/ami chart jurisdictionalized (#2102)

* fix: jurisdictionalizes ami charts on partners

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.3
 - @bloom-housing/partners@2.0.1-alpha.5
 - @bloom-housing/public@2.0.1-alpha.5
 - @bloom-housing/ui-components@2.0.1-alpha.4

* feat: Updates application confirmation numbers (#2072)

* feat: Updates application confirmation numbers

* docs: Update changelog

* feat: adds confirmation number to csv export

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.4
 - @bloom-housing/partners@2.0.1-alpha.6
 - @bloom-housing/public@2.0.1-alpha.6
 - @bloom-housing/ui-components@2.0.1-alpha.5

* fix: updates lastName on application save

picked from aff87ec99ad2fbd4a1f9a6853157ea7770f85a56

* fix(backend): make it possible to filter portal users in /users endpoint (#2078)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.5
 - @bloom-housing/partners@2.0.1-alpha.7
 - @bloom-housing/public@2.0.1-alpha.7
 - @bloom-housing/ui-components@2.0.1-alpha.6

* Revert "refactor: listing preferences and adds jurisdictional filtering"

This reverts commit 9f661b43921ec939bd1bf5709c934ad6f56dd859.

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.6
 - @bloom-housing/partners@2.0.1-alpha.8
 - @bloom-housing/public@2.0.1-alpha.8
 - @bloom-housing/ui-components@2.0.1-alpha.7

* hotfix: ensure Triton seed doesn't error out

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.7
 - @bloom-housing/partners@2.0.1-alpha.9
 - @bloom-housing/public@2.0.1-alpha.9
 - @bloom-housing/ui-components@2.0.1-alpha.8

* chore(release): version

 - @bloom-housing/backend-core@3.0.0
 - @bloom-housing/shared-helpers@3.0.0
 - @bloom-housing/partners@3.0.0
 - @bloom-housing/public@3.0.0
 - @bloom-housing/ui-components@3.0.0

* 1837/preferences cleanup 3 (#2144)

* feat(backend): preferences cleanup

BREAKING CHANGE: Preferences are now M-N relation with a listing and have an intermediate table with ordinal number

* refactor(backend): preferences deduplication

So far each listing referenced it's own unique Preferences. This change introduces Many to Many
relationship between Preference and Listing entity and forces sharing Preferences between listings.

* feat(backend): extend preferences migration with moving existing relations to a new intermediate tab

* feat(backend): add Preference - Jurisdiction ManyToMany relation

* feat: adapt frontend to backend changes

* fix(backend): typeORM preferences select statement

* fix(backend): connect preferences with jurisdictions in seeds, fix pref filter validator

* fix(backend): fix missing import in preferences-filter-params.ts

* refactor: rebase issue

* feat: uptake jurisdictional preferences

* fix: fixup tests

* fix: application preferences ignore page, always separate

* Remove page from src/migration/1633359409242-add-listing-preferences-intermediate-relation.ts

* fix: preference fetching and ordering/pages

* Fix code style issues with Prettier

* fix(backend): query User__leasingAgentInListings__jurisdiction_User__leasingAgentIn specified more

* fix: perferences cypress tests

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.0
 - @bloom-housing/partners@3.0.1-alpha.0
 - @bloom-housing/public@3.0.1-alpha.0
 - @bloom-housing/ui-components@3.0.1-alpha.0

* feat(backend): extend UserUpdateDto to support email change with confirmation (#2120)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.1
 - @bloom-housing/partners@3.0.1-alpha.1
 - @bloom-housing/public@3.0.1-alpha.1
 - @bloom-housing/ui-components@3.0.1-alpha.1

* 2056/user account edit fix (#2073)

* fix: Replaces service to use newly created

* fix: Fix DOB initial values

* feat(backend): extend UserUpdateDto to support email change with confirmation

* fix: Update email form to use a new service

* fix: updates email change language

* Fix code style issues with Prettier

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.2
 - @bloom-housing/partners@3.0.1-alpha.2
 - @bloom-housing/public@3.0.1-alpha.2
 - @bloom-housing/ui-components@3.0.1-alpha.2

* feat: add Programs section to listings management (#2093)

* feat: add Programs section to listings management

* fix: sorting on detail page

* fix: merge issues

* feat: make program fetching jurisdictional

* fix: replace preference with program

* fix: program delete removes jurisdiction

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.3
 - @bloom-housing/partners@3.0.1-alpha.3
 - @bloom-housing/public@3.0.1-alpha.3
 - @bloom-housing/ui-components@3.0.1-alpha.3

* 2085/adds top level catchAll exception filter (#2132)

* fix: adds top level catchAll error filter

* fix: removing now unused exception filter

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.4
 - @bloom-housing/partners@3.0.1-alpha.4
 - @bloom-housing/public@3.0.1-alpha.4
 - @bloom-housing/ui-components@3.0.1-alpha.4

* feat: Change unit number field type to text (#2136)

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.5

* chore(deps): bump electron from 13.1.7 to 13.3.0 (#2137)

Bumps [electron](https://github.com/electron/electron) from 13.1.7 to 13.3.0.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](https://github.com/electron/electron/compare/v13.1.7...v13.3.0)

---
updated-dependencies:
- dependency-name: electron
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump axios from 0.21.1 to 0.21.2 (#2138)

Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.2.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.21.1...v0.21.2)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat(backend): improve application flagged set saving efficiency (#2147)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.5
 - @bloom-housing/partners@3.0.1-alpha.6
 - @bloom-housing/public@3.0.1-alpha.5
 - @bloom-housing/ui-components@3.0.1-alpha.5

* 1655/invite user edit (#1982)

* feat: Update title to be also a react node

* feat: Update translations

* feat: Create reusable form to add and edit users

* feat: Add delete function

* feat(backend): Add ON UPDATE SET NULL to application-user relation

* fix: Fix type

* Fix code style issues with Prettier

* fix(jurisdictionResolverService): updates to return undefined if no jurisdictionName

* feat: Update drawer state name

* feat: Add missing translations

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.6
 - @bloom-housing/partners@3.0.1-alpha.7
 - @bloom-housing/public@3.0.1-alpha.6
 - @bloom-housing/ui-components@3.0.1-alpha.6

* Add a phone number column to the user_accounts table (#2134)

* Merge pull request #710 from CityOfDetroit/feature/add-phonenumber-to-user-entity

Add phone number to user accounts.

* Merge pull request #728 from CityOfDetroit/fix/modify-phone-number-test

Fix user E2E tests.

* Merge pull request #728 from CityOfDetroit/fix/modify-phone-number-test

Fix user E2E tests.

* fix: add validation groups to phoneNumber

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.7
 - @bloom-housing/partners@3.0.1-alpha.8
 - @bloom-housing/public@3.0.1-alpha.7
 - @bloom-housing/ui-components@3.0.1-alpha.7

* refactor: make backend a peer dependency in ui-components (#2146)

* refactor: make backend a peer dependency in ui-components

* fix: fix flaky test

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.0
 - @bloom-housing/partners@3.0.1-alpha.9
 - @bloom-housing/public@3.0.1-alpha.8
 - @bloom-housing/ui-components@3.0.1-alpha.8

* fix: updates address order (#2151)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.8
 - @bloom-housing/shared-helpers@3.0.1-alpha.1
 - @bloom-housing/partners@3.0.1-alpha.10
 - @bloom-housing/public@3.0.1-alpha.9

* feat(backend): add nginx proxy-cache configuration (#2119)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.9
 - @bloom-housing/shared-helpers@3.0.1-alpha.2
 - @bloom-housing/partners@3.0.1-alpha.11
 - @bloom-housing/public@3.0.1-alpha.10

* Release 11 11 21 (#2162)

* fix: fix: adding unit tests to the unit type

picked from dev 1f8d7094e508337131d3033476cd70c2befaecd0

* fix: fix: a11y color contrast issues with tint on ImageCard component

picked from dev 505929149ee1485b9fc59402a9e14ead6de5dfc4

* feat: feat: two new common app questions - Household Changes and Household Student

picked from dev 42a752ec073c0f5b65374c7a68da1e34b0b1c949

* fix: fix: SiteHeader visual issues with long menu bars

picked from dev fd6686e206b4e53ae8b6ab757ad0506eaead0d01

* feat: feat: jurisdictional email signatures

picked from dev 7a146ffb5de88cfa2950e2a469a99e38d71b33c8

* fix: fix: don't send email confirmation on paper app submission

picked from dev 7f83b70327049245ecfba04ae3aea4e967929b2a

* feat: feat: Updates application confirmation numbers

picked from dev 75cd67bcb62280936bdeeaee8c9b7b2583a1339d

* fix: fix(backend): make it possible to filter portal users in /users endpoint

picked from dev 29bf714d28755916ec8ec896366c8c32c3a227c4

* feat: feat(backend): add languages (Language[]) to Jurisdiction entity

picked from dev 9ceed24d48b14888e6ea59b421b409f875d12b01

* fix: feat(backend): try fixing SETEX redis e2e tests flakiness

picked from dev 4087c532ddba672a415a048f4362e509aba7fd7f

* feat: feat(backend): Add user delete endpoint

picked from dev a13f73574b470beff2f8948abb226a6786856480

* fix: fix: improved UX for the Building Selection Criteria drawer

picked from dev 4bd8b09456b54584c3731bcca64019dc231d0c55

* feat: feat(backend): add Program entity

picked from dev 492ec4d333cf9b73af772a1aceed29813f405ba0

* refactor: breaking: 1837/preferences cleanup

picked from dev 3ce6d5eb5aac49431ec5bf4912dbfcbe9077d84e

BREAKING CHANGE: preferences model and relationships changed

* feat: feat(backend): extend UserUpdateDto to support email change

picked from dev 3e1fdbd0ea91d4773973d5c485a5ba61303db90a

* fix: 2056/user account edit fix

picked from dev a15618c0cb548ff5b2ae913b802c9e08bb673f30

* refactor: 2085/adds top level catchAll exception filter

picked from dev aeaa63d1af1fa3d11671e169cb3bd23d356fface

* feat: feat: Change unit number field type to text

picked from dev f54be7c7ba6aac8e00fee610dc86584b60cc212d

* feat(backend): improve application flagged set saving efficiency

* fix: fix: updates address order

picked from dev 252e014dcbd2e4c305384ed552135f5a8e4e4767

* fix: sets programs to optoinal and updates versions

* chore: chore(deps): bump electron from 13.1.7 to 13.3.0

* chore: chore(deps): bump axios from 0.21.1 to 0.21.2

* fix: adds programs service

* fix: fix lisitng e2e tests

* fix: fix member tests

* fix: fixes program, preference, ami-chart de-dupe (#2169)

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.12

* fix: adds jurisdictionId to useSWR path

* fix: recalculate units available on listing update (#2150)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.10
 - @bloom-housing/shared-helpers@3.0.1-alpha.3
 - @bloom-housing/partners@3.0.1-alpha.13
 - @bloom-housing/public@3.0.1-alpha.11

* fix: recalculate units available on listing update

picked form dev f1a3dbce6478b16542ed61ab20de5dfb9b797262

* feat: feat(backend): make use of new application confirmation codes

picked from dev 3c45c2904818200eed4568931d4cc352fd2f449e

* Revert "chore(deps): bump axios from 0.21.1 to 0.21.2 (#2138)"

This reverts commit 7711604323ae2f6a1782a35f7a26176f215f6c00.

* revert: revert "chore(deps): bump axios from 0.21.1 to 0.21.2

picked from dev 2b83bc0393afc42eed542e326d5ef75502ce119c

* refactor: remove applicationAddress (#2009)

* refactor: remove applicationAddress

* docs: readme update

* test: fix backend test

* fix: db migration

* Fix code style issues with Prettier

* test(backend): fix SETEX impossible to process

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.11
 - @bloom-housing/shared-helpers@3.0.1-alpha.4
 - @bloom-housing/partners@3.0.1-alpha.14
 - @bloom-housing/public@3.0.1-alpha.12
 - @bloom-housing/ui-components@3.0.1-alpha.9

* feat: refactor and add public site application flow cypress tests (#2118)

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.15
 - @bloom-housing/public@3.0.1-alpha.13
 - @bloom-housing/ui-components@3.0.1-alpha.10

* fix: sapp submission w/ no due date

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.12
 - @bloom-housing/shared-helpers@3.0.1-alpha.5
 - @bloom-housing/partners@3.0.1-alpha.16
 - @bloom-housing/public@3.0.1-alpha.14

* Revert "feat(backend): add nginx proxy-cache configuration (#2119)"

This reverts commit 34d32e75ceae378a26c57f4c9b7feec8c88339e0.

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.13
 - @bloom-housing/shared-helpers@3.0.1-alpha.6
 - @bloom-housing/partners@3.0.1-alpha.17
 - @bloom-housing/public@3.0.1-alpha.15

* fix: app submission w/ no due date

picked from dev 4af1f5a8448f16d347b4a65ecb85fda4d6ed71fc

* 1975/better seed data for ami-charts (#2156)

* fix: better seed data for ami-charts

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.14
 - @bloom-housing/shared-helpers@3.0.1-alpha.7
 - @bloom-housing/partners@3.0.1-alpha.18
 - @bloom-housing/public@3.0.1-alpha.16

* 2154/avance prefs (#2177)

* feat: new preferences

* feat: preference updates

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.15
 - @bloom-housing/shared-helpers@3.0.1-alpha.8
 - @bloom-housing/partners@3.0.1-alpha.19
 - @bloom-housing/public@3.0.1-alpha.17
 - @bloom-housing/ui-components@3.0.1-alpha.11

* 2154/avance prefs (#2178)

* feat: new preferences

* feat: preference updates

* Fix code style issues with Prettier

* feat: preference options bottom border

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.18

* 2154/avance prefs III (#2179)

* feat: new preferences

* feat: preference updates

* Fix code style issues with Prettier

* feat: preference options bottom border

* feat: liveWorkLivermore preference

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.20
 - @bloom-housing/public@3.0.1-alpha.19
 - @bloom-housing/ui-components@3.0.1-alpha.12

* 1988/adds listing management cypress tests to partner portal (#2103)

* test: adds listing management tests

* test: minor tweaks

* test: big updates for LM cypress tests

* test: fixes selectors

* feat: adding partner cypress tests to pr workflow

* fix: undoing

* chore: adds latest bloom-housing packages to partners

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.21
 - @bloom-housing/public@3.0.1-alpha.20
 - @bloom-housing/ui-components@3.0.1-alpha.13

* feat: adds new preferences, reserved community type

* feat: adds bottom border to preferences

* feat: updates preference string

* fix: preference cleanup for avance

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.22
 - @bloom-housing/public@3.0.1-alpha.21
 - @bloom-housing/ui-components@3.0.1-alpha.14

* fix: preference cleanup for avance

* 1975/one month rent (#2158)

* feat: add depoist helper text

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.16
 - @bloom-housing/shared-helpers@3.0.1-alpha.9
 - @bloom-housing/partners@3.0.1-alpha.23
 - @bloom-housing/public@3.0.1-alpha.22
 - @bloom-housing/ui-components@3.0.1-alpha.15

* fix(backend): fix view.spec.ts test (#2175)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.17
 - @bloom-housing/shared-helpers@3.0.1-alpha.10
 - @bloom-housing/partners@3.0.1-alpha.24
 - @bloom-housing/public@3.0.1-alpha.23

* refactor: removes jsonpath (#2206)

* refactor: removes jsonpath

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.18
 - @bloom-housing/shared-helpers@3.0.1-alpha.11
 - @bloom-housing/partners@3.0.1-alpha.25
 - @bloom-housing/public@3.0.1-alpha.24

* 1869/application program display (#2114)

* feat: add programs step to application forms

* test: add Cypress tests for the programs step

* feat: rework the Programs page and enhance seeds

* chore: fix programs Cypress test

* fix: fixup cypress tests

* fix: update mock data

* fix: fixup mock data pt 2

* fix: type issues

* fix: bugs and simplify program data processing

Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.19
 - @bloom-housing/shared-helpers@3.0.1-alpha.12
 - @bloom-housing/partners@3.0.1-alpha.26
 - @bloom-housing/public@3.0.1-alpha.25
 - @bloom-housing/ui-components@3.0.1-alpha.16

* feat: adds jurisdictions to pref seeds (#2199)

* feat: adds jurisdictions to pref seeds

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.20
 - @bloom-housing/shared-helpers@3.0.1-alpha.13
 - @bloom-housing/partners@3.0.1-alpha.27
 - @bloom-housing/public@3.0.1-alpha.26

* 1901/application program partners (#2182)

* feat: add programs step to application forms

* test: add Cypress tests for the programs step

* feat: rework the Programs page and enhance seeds

* chore: fix programs Cypress test

* feat: add programs step to application forms

* test: add Cypress tests for the programs step

* feat: rework the Programs page and enhance seeds

* chore: fix programs Cypress test

* fix: fixup cypress tests

* fix: update mock data

* fix: fixup mock data pt 2

* fix: type issues

* feat: Create programs mapper

Closes #1901

* feat: Add programs section

Closes #1901

* feat: Create details section for programs

Closes #1901

* feat: Update translations

Closes #1901

* refactor: Remove console log

Closes #1901

* refactor: Simpify code

Closes #1901

* chore: remove console log

* fix: mapProgramToApi return

Co-authored-by: Jared White <jared@jaredwhite.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.21
 - @bloom-housing/shared-helpers@3.0.1-alpha.14
 - @bloom-housing/partners@3.0.1-alpha.28
 - @bloom-housing/public@3.0.1-alpha.27
 - @bloom-housing/ui-components@3.0.1-alpha.17

* test: update program test

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.28

* feat: new demographics sub-race questions (#2109)

* feat: new demographics sub-race questions

* fix: update migration to keep data

* feat: other text boxes

* feat: wip other labels

* feat: can edit demo in partners

* fix: cleanup

* feat: csv formatting

* fix: type issue

* feat: remove gender and sexual orientation

* fix: add test id

* fix: more test ids

* fix: select by checkboxes

* fix: dont use select

* fix: data

* fix: add tests, fixup other option

* Fix code style issues with Prettier

* fix: remove unneeded dependencies

* test: add additional test

* Fix code style issues with Prettier

* test: change test id attribute

* chore: cleanup formatApplicationData imports

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.22
 - @bloom-housing/shared-helpers@3.0.1-alpha.15
 - @bloom-housing/partners@3.0.1-alpha.29
 - @bloom-housing/public@3.0.1-alpha.29
 - @bloom-housing/ui-components@3.0.1-alpha.18

* feat: updates email confirmation for lottery (#2200)

* feat: updates email confirmation for lottery

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.23
 - @bloom-housing/shared-helpers@3.0.1-alpha.16
 - @bloom-housing/partners@3.0.1-alpha.30
 - @bloom-housing/public@3.0.1-alpha.30

* fix: add ariaHidden to Icon component

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.17
 - @bloom-housing/partners@3.0.1-alpha.31
 - @bloom-housing/public@3.0.1-alpha.31
 - @bloom-housing/ui-components@3.0.1-alpha.19

* fix: add ariaLabel prop to Button component

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.18
 - @bloom-housing/partners@3.0.1-alpha.32
 - @bloom-housing/public@3.0.1-alpha.32
 - @bloom-housing/ui-components@3.0.1-alpha.20

* fix: change the yes/no radio text to be more descriptive (#2208)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.19
 - @bloom-housing/partners@3.0.1-alpha.33
 - @bloom-housing/public@3.0.1-alpha.33
 - @bloom-housing/ui-components@3.0.1-alpha.21

* fix: remove alameda reference in demographics (#2209)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.20
 - @bloom-housing/partners@3.0.1-alpha.34
 - @bloom-housing/public@3.0.1-alpha.34
 - @bloom-housing/ui-components@3.0.1-alpha.22

* refactor: remove applicationAddress

picked from dev bf10632a62bf2f14922948c046ea3352ed010f4f

* feat: refactor and add public site application flow cypress tests

picked from dev 9ec0e8d05f9570773110754e7fdaf49254d1eab8

* feat: better seed data for ami-charts

picked from dev d8b1d4d185731a589c563a32bd592d01537785f3

* feat: adds listing management cypress tests to partner portal

* fix: listings management keep empty strings, remove empty objects

picked from dev c4b1e833ec128f457015ac7ffa421ee6047083d9

* feat: one month rent

picked from dev 883b0d53030e1c4d54f2f75bd5e188bb1d255f64

* test: view.spec.ts test

picked from dev 324446c90138d8fac50aba445f515009b5a58bfb

* refactor: removes jsonpath

picked from dev deb39acc005607ce3076942b1f49590d08afc10c

* feat: adds jurisdictions to pref seeds

picked from dev 9e47cec3b1acfe769207ccbb33c07019cd742e33

* feat: new demographics sub-race questions

picked from dev 9ab892694c1ad2fa8890b411b3b32af68ade1fc3

* feat: updates email confirmation for lottery

picked from dev 1a5e824c96d8e23674c32ea92688b9f7255528d3

* fix: add ariaHidden to Icon component

picked from dev c7bb86aec6fd5ad386c7ca50087d0113b14503be

* fix: add ariaLabel prop to Button component

picked from dev 509ddc898ba44c05e26f8ed8c777f1ba456eeee5

* fix: change the yes/no radio text to be more descriptive

picked from dev 0c46054574535523d6f217bb0677bbe732b8945f

* fix: remove alameda reference in demographics

picked from dev 7d5991cbf6dbe0b61f2b14d265e87ce3687f743d

* chore: release version

picked from dev fe82f25dc349877d974ae62d228fea0354978fb7

* feat: ami chart jurisdictionalized

picked from dev 0a5cbc88a9d9e3c2ff716fe0f44ca6c48f5dcc50

* refactor: make backend a peer dependency in ui-components

picked from dev 952aaa14a77e0960312ff0eeee51399d1d6af9f3

* feat: add a phone number column to the user_accounts table

picked from dev 2647df9ab9888a525cc8a164d091dda6482c502a

* chore: removes application program partners

* chore: removes application program display

* Revert "chore: removes application program display"

This reverts commit 14825b4a6c9cd1a7235e32074e32af18a71b5c26.

* Revert "chore: removes application program partners"

This reverts commit d7aa38c777972a2e21d9f816441caa27f98d3f86.

* chore: yarn.lock and backend-swagger

* fix: removes Duplicate identifier fieldGroupObjectToArray

* feat: skip preferences if not on listing

* chore(release): version

* fix: cannot save custom mailing, dropoff, or pickup address

* chore(release): version

* chore: converge on one axios version, remove peer dependency

* chore(release): version

* feat: simplify Waitlist component and use more flexible schema

* chore(release): version

* fix: lottery results uploads now save

* chore(release): version

* feat: add SRO unit type

* chore(release): version

* fix: paper application submission

* chore(release): version

* fix: choose-language context

* chore(release): version

* fix: applications/view hide prefs

* chore(release): version

* feat: overrides fallback to english, tagalog support

* chore(release): version

* fix: account translations

* chore(release): version

* fix: units with invalid ami chart

* chore(release): version

* fix: remove description for the partners programs

* fix: fix modal styles on mobile

* fix: visual improvement to programs form display

* fix: submission tests not running

* chore: translations (#2293)

* chore: translations (#2295)

* chore: missing translations (#2296)

* fix: prefUnits on autofill summary (#2294)

* chore: move Programs step to come after Students (#2277)

* feat: adds whatToExpect to GTrans

* chore: missing translations (#2299)

* fix: 2259/fixes idle timeout not resetting properly (#2292)

* chore(release): version

* fix: demographics howDidYouHear options (2305)

* chore(release): version

* fix: mobile notice text wrap issue (#2308)

* feat: postmark date time fields partners (#2239)

* fix: versioning issues (#2311)

* chore(release): version

* chore(backend): move libs/ to shared/utils, clean up modules (#2230)

* feat(backend): all programs to csv export (#2302)

* chore(release): version

* feat: filter partner users

* chore(release): version

* feat: adds updating open listing modal (#2288)

* fix: closed listings allowed apps (#2317)

* feat: 2165/rosefield preference updates (#2386)

* chore(release): version

* Revert "chore(release): version"

This reverts commit 7c414ca7f8c5709e4ff19b94e3fb1089bdc45e97.

* chore(release): version

 - @bloom-housing/backend-core@3.0.1
 - @bloom-housing/shared-helpers@3.0.1
 - @bloom-housing/partners@3.0.1
 - @bloom-housing/public@3.0.1
 - @bloom-housing/ui-components@3.0.1

* feat(backend): add storing listing translations (#2215)

* feat: adds whatToExpect to GTrans (#2303)

* fix: patch issue with submit application section

* fix: patches translations for preferences (#2410)

* fix: issues with public app and readds auto save (2428)

* fix: ami charts without all households (#2430)

* fix: load blank application

* 2022-01-27 release (#2439)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.23
 - @bloom-housing/partners@3.0.1-alpha.37
 - @bloom-housing/public@3.0.1-alpha.38
 - @bloom-housing/ui-components@3.0.1-alpha.24

* fix(backend): nginx with heroku configuration (#2196)

* fix(backend): nginx with heroku configuration

* feat(backend): nginx make hostname and port variable

* feat: nginx proxy updates

* feat(backend): modify proxy_pass and Host header settings

Co-authored-by: seanmalbert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.26
 - @bloom-housing/shared-helpers@3.0.1-alpha.24
 - @bloom-housing/partners@3.0.1-alpha.38
 - @bloom-housing/public@3.0.1-alpha.39
 - @bloom-housing/ui-components@3.0.1-alpha.25

* fix: fetchBaseListingData (#2238)

* fix: fetchBaseListingData

* fix: fetchBaseListingData

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.40

* fix: lottery results uploads now save (#2226)

* fix: lottery results uploads now save

* fix: switch to partial typing

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.39

* feat: getStaticPaths fallback blocking test

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.41

* chore: add temp logs for testing id/slug

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.42

* chore(backend): move libs/ to shared/utils, clean up modules (#2230)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.27
 - @bloom-housing/shared-helpers@3.0.1-alpha.25
 - @bloom-housing/partners@3.0.1-alpha.40
 - @bloom-housing/public@3.0.1-alpha.43
 - @bloom-housing/ui-components@3.0.1-alpha.26

* chore: add SRO unit type (#2243)

* chore: add SRO unit type to DB / translations

* chore: additional string changes to SRO

* test(backend): add SRO to unit types test

* feat: SRO unit type additions

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.28
 - @bloom-housing/shared-helpers@3.0.1-alpha.26
 - @bloom-housing/partners@3.0.1-alpha.41
 - @bloom-housing/public@3.0.1-alpha.44
 - @bloom-housing/ui-components@3.0.1-alpha.27

* 2140/fix paper application submission (#2195)

* fix: fix paper application submission

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.42

* Fix code style issues with Prettier

* test: adds cypress test coverage

* fix: updates per sean

* fix: one more update

* test: fix partners unit tests

* fix: choose-language context

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.45

* fix: applications drop off address

* fix: applications/view hide prefs

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.46

* feat(backend): add storing listing translations (#2215)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.29
 - @bloom-housing/shared-helpers@3.0.1-alpha.27
 - @bloom-housing/partners@3.0.1-alpha.43
 - @bloom-housing/public@3.0.1-alpha.47
 - @bloom-housing/ui-components@3.0.1-alpha.28

* fix(backend): make nginx proxy use Language HTTP header in cache key (#2266)

* 2098/fix partner applications grid display (#2188)

* fix: partner applications grid display

* Fix code style issues with Prettier

* test: fix tests

* Fix code style issues with Prettier

* fix: updates to using views

* tests: add application grid test

* fix: updates per sean

* fix: one more update

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.30
 - @bloom-housing/shared-helpers@3.0.1-alpha.28
 - @bloom-housing/partners@3.0.1-alpha.44
 - @bloom-housing/public@3.0.1-alpha.48
 - @bloom-housing/ui-components@3.0.1-alpha.29

* fix: fixes some issues with the deployment

* Revert/2188 (#2270)

* fix: fixes some issues with the deployment

* revert: partner applications grid display

* fix: view.spec

Co-authored-by: Yazeed Loonat <yazeedloonat@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.31
 - @bloom-housing/shared-helpers@3.0.1-alpha.29
 - @bloom-housing/partners@3.0.1-alpha.45
 - @bloom-housing/public@3.0.1-alpha.49
 - @bloom-housing/ui-components@3.0.1-alpha.30

* 2098/fix partner applications grid display (#2188)

* fix: partner applications grid display

* Fix code style issues with Prettier

* test: fix tests

* Fix code style issues with Prettier

* fix: updates to using views

* tests: add application grid test

* fix: updates per sean

* fix: one more update

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* feat(backend): add listings closing routine (#2213)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.32
 - @bloom-housing/shared-helpers@3.0.1-alpha.30
 - @bloom-housing/partners@3.0.1-alpha.46
 - @bloom-housing/public@3.0.1-alpha.50
 - @bloom-housing/ui-components@3.0.1-alpha.31

* feat(backend): add user password expiration

* fix: Remove description for the partners programs (#2234)

Closes #1901

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.47

* 2227/lock login attempts frontend (#2260)

* feat: Add new translations

Closes #1927

* refactor: Make title as optional

Closes #1927

* feat: Update login alert text

Closes #1927

* fix: Use translation, instead of hardcoded text

Closes #1927

* feat: Add translation

Closes #1927

* feat: Update type name

Closes #1927

* feat: Add new alerts

Closes #1927

* fix: Fix translation

Closes #1927

* fix(AlertBox.tsx): Fix close icon placement

Closes #1927

* feat: Create helper to catch network errors

Closes #1927

* feat: Add translations

Closes #1927

* feat: Create reusable sign-in form

Closes #1927

* refactor(sign-in page, public and partners): Update sign-in pages to use reusable form

BREAKING CHANGE: sign-in pages have been updated

Closes #1927

* Fix code style issues with Prettier

* fix: fixes tests and also issue with user grid

* fix: fixes linting error

* feat(backend): add appropriate http exception for password outdated login failure

* fix: Fix modal styles on mobile (#2280)

Closes #2253

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.31
 - @bloom-housing/partners@3.0.1-alpha.48
 - @bloom-housing/public@3.0.1-alpha.51
 - @bloom-housing/ui-components@3.0.1-alpha.32

* fix: visual improvement to programs form display (#2276)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.52

* fix: submission tests not running (#2282)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.53

* feat: overrides fallback to english, tagalog support (#2262)

* chore: allow work-in strings to take jurisdiction name

* feat: add support for tagalog

* Fix code style issues with Prettier

* feat: tagalog language

* feat: translations precedence includes en overrides

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.33
 - @bloom-housing/shared-helpers@3.0.1-alpha.32
 - @bloom-housing/partners@3.0.1-alpha.49
 - @bloom-housing/public@3.0.1-alpha.54
 - @bloom-housing/ui-components@3.0.1-alpha.33

* fix: account translations (#2278)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.33
 - @bloom-housing/partners@3.0.1-alpha.50
 - @bloom-housing/public@3.0.1-alpha.55
 - @bloom-housing/ui-components@3.0.1-alpha.34

* test: fixes test issues

* fix: fix sortig on applications partner grid

* chore: translations (#2293)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.34
 - @bloom-housing/partners@3.0.1-alpha.51
 - @bloom-housing/public@3.0.1-alpha.56
 - @bloom-housing/ui-components@3.0.1-alpha.35

* chore: translations (#2295)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.35
 - @bloom-housing/partners@3.0.1-alpha.52
 - @bloom-housing/public@3.0.1-alpha.57
 - @bloom-housing/ui-components@3.0.1-alpha.36

* chore: missing translations (#2296)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.36
 - @bloom-housing/partners@3.0.1-alpha.53
 - @bloom-housing/public@3.0.1-alpha.58
 - @bloom-housing/ui-components@3.0.1-alpha.37

* fix: prefUnits on autofill summary (#2294)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.59

* chore: move Programs step to come after Students (#2277)

* chore: move Programs step to come after Students

* test: rearrange order of programs within Cypress tests

* test: remove problematic statement

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.60

* fix: units with invalid ami chart (#2290)

* fix: alunits with invalid ami chart

* perf: uniquePercentageChartSet map

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.34
 - @bloom-housing/shared-helpers@3.0.1-alpha.37
 - @bloom-housing/partners@3.0.1-alpha.54
 - @bloom-housing/public@3.0.1-alpha.61
 - @bloom-housing/ui-components@3.0.1-alpha.38

* chore: missing translations (#2299)

* chore: missing translations

* chore: remove logs

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.38
 - @bloom-housing/partners@3.0.1-alpha.55
 - @bloom-housing/public@3.0.1-alpha.62
 - @bloom-housing/ui-components@3.0.1-alpha.39

* 2259/fixes idle timeout not resetting properly (#2292)

* fix: fixes idle timeout not resetting properly

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.63

* feat: adds whatToExpect to GTrans (#2303)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.35
 - @bloom-housing/shared-helpers@3.0.1-alpha.39
 - @bloom-housing/partners@3.0.1-alpha.56
 - @bloom-housing/public@3.0.1-alpha.64
 - @bloom-housing/ui-components@3.0.1-alpha.40

* fix: demographics howDidYouHear options were not changing on language change (#2305)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.65

* Fix checkbox rtl style

* feat(backend): add password outdating only to users which are either admins or partners

* fix: fix hero button width with secondary button (#2306)

* fix: mobile notice text wrap issue (#2308)

* feat(backend): add activity logging to listings module (#2190)

* feat(backend): add activity logging to listings module

* feat(backend): add activity logging to applications and user controllers

* feat(backend): add metada column to activity log entity

* feat(backend): change activity log metadata column type

* feat(backend): remove applications related changes

* feat(backend): remove ListingActivityLogInterceptor

* 2040/postmark date time fields partners (#2239)

* feat: add postmark by date and time fields

* feat: fix display and preview page

* test: fix so the correct date displays

* Fix code style issues with Prettier

* fix: fixes per emily

* fix: updates per sean

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* fix: versioning issues (#2311)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.36
 - @bloom-housing/shared-helpers@3.0.1-alpha.41
 - @bloom-housing/partners@3.0.1-alpha.58
 - @bloom-housing/public@3.0.1-alpha.67
 - @bloom-housing/ui-components@3.0.1-alpha.42

* feat(backend): all programs to csv export (#2302)

* feat(backend): all programs to csv export

* chore: removes console log

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.37
 - @bloom-housing/shared-helpers@3.0.1-alpha.42
 - @bloom-housing/partners@3.0.1-alpha.59
 - @bloom-housing/public@3.0.1-alpha.68
 - @bloom-housing/ui-components@3.0.1-alpha.43

* feat(backend): add partnerTerms to jurisdiction entity (#2301)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.38
 - @bloom-housing/shared-helpers@3.0.1-alpha.43
 - @bloom-housing/partners@3.0.1-alpha.60
 - @bloom-housing/public@3.0.1-alpha.69
 - @bloom-housing/ui-components@3.0.1-alpha.44

* feat: removes ListingLangCacheInterceptor from get by id

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.39
 - @bloom-housing/shared-helpers@3.0.1-alpha.44
 - @bloom-housing/partners@3.0.1-alpha.61
 - @bloom-housing/public@3.0.1-alpha.70
 - @bloom-housing/ui-components@3.0.1-alpha.45

* fix: Update translation

Closes 1927

* fix: Update hardcoded translations

Closes #1927

* refactor: listing detail props (#2313)

* refactor: listing detail props

* fix: HouseholdSizeField FieldError

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.45
 - @bloom-housing/partners@3.0.1-alpha.62
 - @bloom-housing/public@3.0.1-alpha.71
 - @bloom-housing/ui-components@3.0.1-alpha.46

* chore(deps): bump next from 11.1.2 to 11.1.3 (#2289)

* feat(backend): refactor applications module (#2279)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.40
 - @bloom-housing/shared-helpers@3.0.1-alpha.46
 - @bloom-housing/partners@3.0.1-alpha.63
 - @bloom-housing/public@3.0.1-alpha.72
 - @bloom-housing/ui-components@3.0.1-alpha.47

* feat: filter partner users

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.64

* feat: password reset message

* fix: make mailThin background transparent

* fix: add mailThin icon to stories

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.47
 - @bloom-housing/partners@3.0.1-alpha.65
 - @bloom-housing/public@3.0.1-alpha.73
 - @bloom-housing/ui-components@3.0.1-alpha.48

* feat: adds updating open listing modal (#2288)

* feat: adds updating open listing modal

* fix: closed listings allowed apps (#2317)

* feat: updates for gtm

* feat: updates for gtm

* fix: removes more closed listing application paths (#2319)

* feat: make page header title optional

* feat(backend): remove activity log interceptor from update-password

* refactor: removing helpers from ui-components that are backend dependent (#2108)

BREAKING CHANGE: moved some helpers from ui-components to shared-helpers

* chore: bump versions (#2326)

* fix: make numbered list breakpoint match config

* chore: bump shared-helpers version

* fix: partners shared-helpers version

* chore: bump partners version

* chore: bump public version

* chore: bump version

* chore(release): version

 - @bloom-housing/backend-core@3.0.1
 - @bloom-housing/shared-helpers@4.0.0
 - @bloom-housing/partners@4.0.0
 - @bloom-housing/public@4.0.0
 - @bloom-housing/ui-components@4.0.0

* feat: add matched style to ApplicationStatus

* Fix code style issues with Prettier

* fix: make primary buttons primary background

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.0
 - @bloom-housing/shared-helpers@4.0.1-alpha.0
 - @bloom-housing/partners@4.0.1-alpha.0
 - @bloom-housing/public@4.0.1-alpha.0
 - @bloom-housing/ui-components@4.0.1-alpha.0

* chore: backend & ui-component gitHead

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.1
 - @bloom-housing/shared-helpers@4.0.1-alpha.1
 - @bloom-housing/partners@4.0.1-alpha.1
 - @bloom-housing/public@4.0.1-alpha.1
 - @bloom-housing/ui-components@4.0.1-alpha.1

* fix: propagate custom icon type to ImageCard prop

* Fix code style issues with Prettier

* fix: check for user lastLoginAt

* test: updates user login test

* fix: bump version (#2349)

* fix: bump version (#2350)

* fix: cypress coverage configs

* fix: force a release number if one exists (#2351)

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.6
 - @bloom-housing/shared-helpers@4.0.1-alpha.6
 - @bloom-housing/partners@4.0.1-alpha.6
 - @bloom-housing/public@4.0.1-alpha.6
 - @bloom-housing/ui-components@4.0.1-alpha.6

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.7
 - @bloom-housing/shared-helpers@4.0.1-alpha.7
 - @bloom-housing/partners@4.0.1-alpha.7
 - @bloom-housing/public@4.0.1-alpha.7
 - @bloom-housing/ui-components@4.0.1-alpha.7

* fix: apply action block style to button class not component (#2348)

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.8
 - @bloom-housing/partners@4.0.1-alpha.8
 - @bloom-housing/public@4.0.1-alpha.8
 - @bloom-housing/ui-components@4.0.1-alpha.8

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.8
 - @bloom-housing/shared-helpers@4.0.1-alpha.9
 - @bloom-housing/partners@4.0.1-alpha.9
 - @bloom-housing/public@4.0.1-alpha.9
 - @bloom-housing/ui-components@4.0.1-alpha.9

* fix: remove next dependency from ui-components (#2352)

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.10
 - @bloom-housing/partners@4.0.1-alpha.10
 - @bloom-housing/public@4.0.1-alpha.10
 - @bloom-housing/ui-components@4.0.1-alpha.10

* chore: port latest dev updates over for paper listing form

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.11
 - @bloom-housing/partners@4.0.1-alpha.11
 - @bloom-housing/public@4.0.1-alpha.11
 - @bloom-housing/ui-components@4.0.1-alpha.11

* Add public urls to jurisdiction (#2316)

* Add public urls to jurisdiction

* feat(backend): fix units-transformations.spec test

* feat(backend): fix changes in interface of the autogenerated client in sites/

* Fix code style issues with Prettier

* feat: adds detroit to migration for local/dev

* Fix code style issues with Prettier

* feat: updates to use publicUrl

* Fix code style issues with Prettier

* feat(backend): update add-public-url-to-jurisdiction migration

* fix(backend): jurisidctions e2e tests

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.9
 - @bloom-housing/shared-helpers@4.0.1-alpha.12
 - @bloom-housing/partners@4.0.1-alpha.12
 - @bloom-housing/public@4.0.1-alpha.12
 - @bloom-housing/ui-components@4.0.1-alpha.12

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.10
 - @bloom-housing/shared-helpers@4.0.1-alpha.13
 - @bloom-housing/partners@4.0.1-alpha.13
 - @bloom-housing/public@4.0.1-alpha.13
 - @bloom-housing/ui-components@4.0.1-alpha.13

* fix: move type declarations out of shared-helpers (#2356)

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.14
 - @bloom-housing/partners@4.0.1-alpha.14
 - @bloom-housing/public@4.0.1-alpha.14
 - @bloom-housing/ui-components@4.0.1-alpha.14

* chore(release): version

 - @bloom-housing/partners@4.0.1-alpha.15

* refactor: unifiies logic around listingid

* refactor: prevent local reseed with cypress tests (#2353)

* chore(release): version

 - @bloom-housing/public@4.0.1-alpha.15

* test: add partners cypress ci job

* chore: fixup config

* chore: fixup config 2

* chore: fixup config 3

* chore: fixup config 3

* chore: fixup config 4

* chore: change name to be unique

* fix: update naming

* fix: remove empty secrets

* fix: add in env variable defaults

* fix: add test id

* fix: use drag n drop

* fix: rename var

* fix: rename var2

* test: update config

* 1290/use dayjs instead of moment (#2338)

* Convert all use of Moment to Dayjs

* fix: more moment -> dayjs cleanup

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.11
 - @bloom-housing/shared-helpers@4.0.1-alpha.15
 - @bloom-housing/partners@4.0.1-alpha.16
 - @bloom-housing/public@4.0.1-alpha.16
 - @bloom-housing/ui-components@4.0.1-alpha.15

* test: fix for cypress tests

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.12
 - @bloom-housing/shared-helpers@4.0.1-alpha.16
 - @bloom-housing/partners@4.0.1-alpha.17
 - @bloom-housing/public@4.0.1-alpha.17
 - @bloom-housing/ui-components@4.0.1-alpha.16

* fix: listings group expandable section css updates (#2377)

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.17
 - @bloom-housing/partners@4.0.1-alpha.18
 - @bloom-housing/public@4.0.1-alpha.18
 - @bloom-housing/ui-components@4.0.1-alpha.17

* fix: ensure dayjs parsing strings will work as expected

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.18
 - @bloom-housing/partners@4.0.1-alpha.19
 - @bloom-housing/public@4.0.1-alpha.19
 - @bloom-housing/ui-components@4.0.1-alpha.18

* feat: adds event logging to most of the pages

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.19
 - @bloom-housing/partners@4.0.1-alpha.20
 - @bloom-housing/public@4.0.1-alpha.20
 - @bloom-housing/ui-components@4.0.1-alpha.19

* fix: open house events can now be edited and work cross-browser (#2320)

* fix: open house events can be edited and work cross-browser

* chore: refactor event dates handling to use dayjs

* fix: lm form refresh and getDetailFieldTime

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/partners@4.0.1-alpha.21

* 2165/rosefield preference updates (#2386)

* feat: rosefield preference updates

* feat: removes "no" from rosefield translations

* fix: removing translations

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.20
 - @bloom-housing/partners@4.0.1-alpha.22
 - @bloom-housing/public@4.0.1-alpha.21
 - @bloom-housing/ui-components@4.0.1-alpha.20

* fix: dates showing as invalid in send by mail section (#2362)

BREAKING CHANGE: remove applicationDueTime field and consolidated into applicationDueDate

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.13
 - @bloom-housing/shared-helpers@4.0.1-alpha.21
 - @bloom-housing/partners@4.0.1-alpha.23
 - @bloom-housing/public@4.0.1-alpha.22
 - @bloom-housing/ui-components@4.0.1-alpha.21

* fix: partners render issue (#2395)

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.14
 - @bloom-housing/shared-helpers@4.0.1-alpha.22
 - @bloom-housing/partners@4.0.1-alpha.24
 - @bloom-housing/public@4.0.1-alpha.23
 - @bloom-housing/ui-components@4.0.1-alpha.22

* fix: user status enum to camel case; gtm types

* fix: removes unnecessary ternary

* test: fix flaky cypress test

* fix: patches translations for preferences (#2410)

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.15
 - @bloom-housing/shared-helpers@4.0.1-alpha.23
 - @bloom-housing/partners@4.0.1-alpha.25
 - @bloom-housing/public@4.0.1-alpha.24
 - @bloom-housing/ui-components@4.0.1-alpha.23

* feat: listing card takes optional children (#2407)

* feat: listing card takes optional children

* fix: additional header

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.24
 - @bloom-housing/partners@4.0.1-alpha.26
 - @bloom-housing/public@4.0.1-alpha.25
 - @bloom-housing/ui-components@4.0.1-alpha.24

* feat: set gtm pageTitle to english only

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.25
 - @bloom-housing/partners@4.0.1-alpha.27
 - @bloom-housing/public@4.0.1-alpha.26

* test: fix partner listing tests

* test: adds back mailing address checks

* chore(release): version

 - @bloom-housing/partners@4.0.1-alpha.28

* fix: issues with public app and readds auto save

* fix: removing console logs

* chore(release): version

 - @bloom-housing/public@4.0.1-alpha.27

* fix: ami charts without all households (#2430)

* fix: ami charts without all households

* fix: merging filter and reduce together

Co-authored-by: Yazeed Loonat <yazeedloonat@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.16
 - @bloom-housing/shared-helpers@4.0.1-alpha.26
 - @bloom-housing/partners@4.0.1-alpha.29
 - @bloom-housing/public@4.0.1-alpha.28
 - @bloom-housing/ui-components@4.0.1-alpha.25

* chore: add translations for per month/year in hmi table (#2418)

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.27
 - @bloom-housing/partners@4.0.1-alpha.30
 - @bloom-housing/public@4.0.1-alpha.29
 - @bloom-housing/ui-components@4.0.1-alpha.26

* fix: Fix infinite page width (#2434)

Closes #2374

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.28
 - @bloom-housing/partners@4.0.1-alpha.31
 - @bloom-housing/public@4.0.1-alpha.30
 - @bloom-housing/ui-components@4.0.1-alpha.27

* refactor: Increase textarea limits (#2435)

Closes #2420

* chore(release): version

 - @bloom-housing/partners@4.0.1-alpha.32

* 2328/address verification (#2412)

* feat: verify applicant address via MapBox API

* feat: support various selection states for address

* chore: refactor address to break up large file

* test: update Cypress tests to check address validation

* test: update mock data with a real address

* test: update minimal application data as well

* test: add additional tests for address validation

* test: relocate bad addresses to separate integration test

* feat: improve the error state when invalid address

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.29
 - @bloom-housing/partners@4.0.1-alpha.33
 - @bloom-housing/public@4.0.1-alpha.31
 - @bloom-housing/ui-components@4.0.1-alpha.28

* revert: changes from fix: Fix infinite page width #2434

Co-authored-by: github.context.workflow <github-actions@github.com>
Co-authored-by: Michał Plebański <michalp@airnauts.com>
Co-authored-by: Jared White <jared@jaredwhite.com>
Co-authored-by: Yazeed Loonat <YazeedLoonat@gmail.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: dominikx96 <dominik@airnauts.com>
Co-authored-by: Emily Jablonski <65367387+emilyjablonski@users.noreply.github.com>
Co-authored-by: Gabe Benjamin <gabeb@google.com>
Co-authored-by: Andrea Egan <akegan@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrea Egan <andrea.egan@sfgov.org>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>

* build: sets node max-old-space-size (#2458)

* build: max-old-space-size

* build: update casbin version

* fix: await casbin enforcer

* build: adds Aptfile for heroku (#2460)

* refactor: param and auth updates for export (#2465)

* 2382/berkeley way customizations (#2436)

* chore(release): version

 - @bloom-housing/backend-core@4.0.1
 - @bloom-housing/shared-helpers@4.0.1
 - @bloom-housing/partners@4.0.1
 - @bloom-housing/public@4.0.1
 - @bloom-housing/ui-components@4.0.1

* fix: updates partner check for listing perm (#2484)

* feat: 2419/adding SMC preferences (#2482)

* feat: 2468/adding dublin preferences (#2483)

* chore(release): version

 - @bloom-housing/backend-core@4.0.2
 - @bloom-housing/shared-helpers@4.0.2
 - @bloom-housing/partners@4.0.2
 - @bloom-housing/public@4.0.2
 - @bloom-housing/ui-components@4.0.2

* fix: csv export auth check (#2488)

* chore: merge upstream master

* Fix code style issues with ESLint

* Fix code style issues with Prettier

* test: updates for tests to pass

* Fix code style issues with Prettier

* test: updates for ui-components

* build: updates for public and partners builds

* fix: issues with public

* fix: update to SiteHeader partner use

* test: fix user and ProgressNav tests

* Fix code style issues with Prettier

* test: temp skip activity monitor tests

* test: temp skip longer tests

* test: temp skip activity monitor tests

* fix: lint rule

Co-authored-by: Michał Plebański <michalp@airnauts.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: github.context.workflow <github-actions@github.com>
Co-authored-by: Dominik Barcikowski <dominik@airnauts.com>
Co-authored-by: Emily Jablonski <65367387+emilyjablonski@users.noreply.github.com>
Co-authored-by: Yazeed Loonat <YazeedLoonat@gmail.com>
Co-authored-by: Jared White <jared@whitefusion.studio>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: plunkettgoogle <66751489+plunkettgoogle@users.noreply.github.com>
Co-authored-by: Jared White <jared@jaredwhite.com>
Co-authored-by: Gabe Benjamin <GabeKEBenjamin@gmail.com>
Co-authored-by: Gabe Benjamin <gabeb@google.com>
Co-authored-by: Andrea Egan <akegan@users.noreply.github.com>
Co-authored-by: Andrea Egan <andrea.egan@sfgov.org>

* feat: updates listings view config (#983)

* feat: updates listings view config

* fix: lint and back jurisdiction join

* feat: adds view to listingsFetcher

* refactor: Remove required to publish labels

Closes #970

* feat: show building accessibility features on partners (v2) (#984)

* feat: show building accessibility features on the listing form detail page

* fix: mobile styling

* chore: update primary color in Tailwind override (#980)

* Remove listing fields

* feat(backend): update units summary model

* style: formatting

* feat: backend-swagger with unit summary updates

* feat(backend): remove Listing published required fields (#996)

* refactor: comment out mistyped scripts

* fix: fixup base view

* feat(backend): fix unit group model update tests

* feat: occupancy tables wip

* build: local db to bloom_detroit

* fix: add summary in seed

* refactor: rename unitssummary, add needed fields

* fix: rebase issues

* Fixes Partner Portal Users (#1009)

* fix: partner portal users

* style: remove console log

* feat: updates user list to filter by isPortalUser

* feat: adds hud and mshda 2021 ami charts (#1020)

* feat: adds hud and mshda 2021 ami charts

* fix: remove mixed content assets from seeds

* fix: adds Detroit jurisdiction by default for partners

* fix: fixes file name to include dto

* feat: hides/prevents partner publish (#1021)

* feat: hides/prevents partner publish

* fix: pr requests and user update

* fix: issues exposed by tests

* feat: occupancy table based on unit groups (#1023)

* feat: occupancy table based on unit groups

* test: add tests

* test: update strings

* refactor: remove SRO strings

* test: more test coverage

* fix: make range translated

* fix: pre-existing ListingView template issues

* fix: patch old unit summary table pieces

Co-authored-by: Sean Albert <smabert@gmail.com>

* feat: adding partner unit groups

* feat: adds programs to Detroit (#1022)

* feat: adds programs to Detroit

* feat: adds programs to public site

* style: removes comment

* feat: remove Community Type section from form and detail

* refactor: updates program titles

* feat: updates for program descriptions per Safiya

* feat: adding save functionality

* fix: updates for editing

* 987/import listings basic (#1019)

* feat(backend): add import listing basic

* chore: remove todo notes from scripts

* feat: adds programs to Detroit (#1022)

* feat: adds programs to Detroit

* feat: adds programs to public site

* style: removes comment

* feat: remove Community Type section from form and deta…
seanmalbert added a commit to CityOfDetroit/bloom that referenced this pull request Apr 26, 2022
* 2022-02-10 core (#982)

* fix: retnal assistance eror message

* Preferences cleanup (#1947)

* feat(backend): preferences cleanup

BREAKING CHANGE: Preferences are now M-N relation with a listing and have an intermediate table with ordinal number

* refactor(backend): preferences deduplication

So far each listing referenced it's own unique Preferences. This change introduces Many to Many
relationship between Preference and Listing entity and forces sharing Preferences between listings.

* feat(backend): extend preferences migration with moving existing relations to a new intermediate tab

* feat(backend): add Preference - Jurisdiction ManyToMany relation

* feat: adapt frontend to backend changes

* fix(backend): typeORM preferences select statement

* fix(backend): connect preferences with jurisdictions in seeds, fix pref filter validator

* fix(backend): fix missing import in preferences-filter-params.ts

* refactor: rebase issue

* feat: uptake jurisdictional preferences

* fix: fixup tests

* fix: application preferences ignore page, always separate

* Remove page from src/migration/1633359409242-add-listing-preferences-intermediate-relation.ts

* fix: preference fetching and ordering/pages

* Fix code style issues with Prettier

* fix(backend): query User__leasingAgentInListings__jurisdiction_User__leasingAgentIn specified more

* fix: perferences cypress tests

Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Sean Albert <smabert@gmail.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.13
 - @bloom-housing/partners@2.0.0-pre-tailwind.23
 - @bloom-housing/public@2.0.0-pre-tailwind.23
 - @bloom-housing/ui-components@2.0.0-alpha.23

* fix: updates household member count (#2112)

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.14
 - @bloom-housing/partners@2.0.0-pre-tailwind.24
 - @bloom-housing/public@2.0.0-pre-tailwind.24
 - @bloom-housing/ui-components@2.0.0-alpha.24

* fix: updates household member count

picked 3dee0f7d676ff42d546ecf83a17659cd69d7e1bc

* fix: reverts preferences to re-add as breaking/major bump

* fix: reverts preferences to re-add as breaking/major bump

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.15
 - @bloom-housing/partners@2.0.0-pre-tailwind.25
 - @bloom-housing/public@2.0.0-pre-tailwind.25
 - @bloom-housing/ui-components@2.0.0-alpha.25

* refactor: listing preferences and adds jurisdictional filtering

BREAKING CHANGE: updates preference relationship with listings

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.16
 - @bloom-housing/partners@2.0.0-pre-tailwind.26
 - @bloom-housing/public@2.0.0-pre-tailwind.26
 - @bloom-housing/ui-components@2.0.0-alpha.26

* chore(release): version

 - @bloom-housing/backend-core@2.0.0
 - @bloom-housing/shared-helpers@2.0.0
 - @bloom-housing/partners@2.0.0
 - @bloom-housing/public@2.0.0
 - @bloom-housing/ui-components@2.0.0

* fix: Updates lastName on application save

* docs: Update changelog

* Fix code style issues with Prettier

* chore(release): version

 - @bloom-housing/partners@2.0.1-alpha.0

* fix: a11y color contrast issues with tint on ImageCard component (#2074)

* chore(release): version

 - @bloom-housing/partners@2.0.1-alpha.1
 - @bloom-housing/public@2.0.1-alpha.0
 - @bloom-housing/ui-components@2.0.1-alpha.0

* feat: two new common app questions - Household Changes and Household Student (#2070)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.0
 - @bloom-housing/partners@2.0.1-alpha.2
 - @bloom-housing/public@2.0.1-alpha.1
 - @bloom-housing/ui-components@2.0.1-alpha.1

* fix: household member cypress test (#2113)

* chore(release): version

 - @bloom-housing/public@2.0.1-alpha.2

* fix: SiteHeader visual issues with long menu bars (#2068)

* feat: jurisdictional email signatures (#2111)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.1
 - @bloom-housing/partners@2.0.1-alpha.3
 - @bloom-housing/public@2.0.1-alpha.3
 - @bloom-housing/ui-components@2.0.1-alpha.2

* fix: don't send email confirmation on paper app submission (#2110)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.2
 - @bloom-housing/partners@2.0.1-alpha.4
 - @bloom-housing/public@2.0.1-alpha.4
 - @bloom-housing/ui-components@2.0.1-alpha.3

* 1838/ami chart jurisdictionalized (#2102)

* fix: jurisdictionalizes ami charts on partners

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.3
 - @bloom-housing/partners@2.0.1-alpha.5
 - @bloom-housing/public@2.0.1-alpha.5
 - @bloom-housing/ui-components@2.0.1-alpha.4

* feat: Updates application confirmation numbers (#2072)

* feat: Updates application confirmation numbers

* docs: Update changelog

* feat: adds confirmation number to csv export

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.4
 - @bloom-housing/partners@2.0.1-alpha.6
 - @bloom-housing/public@2.0.1-alpha.6
 - @bloom-housing/ui-components@2.0.1-alpha.5

* fix: updates lastName on application save

picked from aff87ec99ad2fbd4a1f9a6853157ea7770f85a56

* fix(backend): make it possible to filter portal users in /users endpoint (#2078)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.5
 - @bloom-housing/partners@2.0.1-alpha.7
 - @bloom-housing/public@2.0.1-alpha.7
 - @bloom-housing/ui-components@2.0.1-alpha.6

* Revert "refactor: listing preferences and adds jurisdictional filtering"

This reverts commit 9f661b43921ec939bd1bf5709c934ad6f56dd859.

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.6
 - @bloom-housing/partners@2.0.1-alpha.8
 - @bloom-housing/public@2.0.1-alpha.8
 - @bloom-housing/ui-components@2.0.1-alpha.7

* hotfix: ensure Triton seed doesn't error out

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.7
 - @bloom-housing/partners@2.0.1-alpha.9
 - @bloom-housing/public@2.0.1-alpha.9
 - @bloom-housing/ui-components@2.0.1-alpha.8

* chore(release): version

 - @bloom-housing/backend-core@3.0.0
 - @bloom-housing/shared-helpers@3.0.0
 - @bloom-housing/partners@3.0.0
 - @bloom-housing/public@3.0.0
 - @bloom-housing/ui-components@3.0.0

* 1837/preferences cleanup 3 (#2144)

* feat(backend): preferences cleanup

BREAKING CHANGE: Preferences are now M-N relation with a listing and have an intermediate table with ordinal number

* refactor(backend): preferences deduplication

So far each listing referenced it's own unique Preferences. This change introduces Many to Many
relationship between Preference and Listing entity and forces sharing Preferences between listings.

* feat(backend): extend preferences migration with moving existing relations to a new intermediate tab

* feat(backend): add Preference - Jurisdiction ManyToMany relation

* feat: adapt frontend to backend changes

* fix(backend): typeORM preferences select statement

* fix(backend): connect preferences with jurisdictions in seeds, fix pref filter validator

* fix(backend): fix missing import in preferences-filter-params.ts

* refactor: rebase issue

* feat: uptake jurisdictional preferences

* fix: fixup tests

* fix: application preferences ignore page, always separate

* Remove page from src/migration/1633359409242-add-listing-preferences-intermediate-relation.ts

* fix: preference fetching and ordering/pages

* Fix code style issues with Prettier

* fix(backend): query User__leasingAgentInListings__jurisdiction_User__leasingAgentIn specified more

* fix: perferences cypress tests

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.0
 - @bloom-housing/partners@3.0.1-alpha.0
 - @bloom-housing/public@3.0.1-alpha.0
 - @bloom-housing/ui-components@3.0.1-alpha.0

* feat(backend): extend UserUpdateDto to support email change with confirmation (#2120)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.1
 - @bloom-housing/partners@3.0.1-alpha.1
 - @bloom-housing/public@3.0.1-alpha.1
 - @bloom-housing/ui-components@3.0.1-alpha.1

* 2056/user account edit fix (#2073)

* fix: Replaces service to use newly created

* fix: Fix DOB initial values

* feat(backend): extend UserUpdateDto to support email change with confirmation

* fix: Update email form to use a new service

* fix: updates email change language

* Fix code style issues with Prettier

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.2
 - @bloom-housing/partners@3.0.1-alpha.2
 - @bloom-housing/public@3.0.1-alpha.2
 - @bloom-housing/ui-components@3.0.1-alpha.2

* feat: add Programs section to listings management (#2093)

* feat: add Programs section to listings management

* fix: sorting on detail page

* fix: merge issues

* feat: make program fetching jurisdictional

* fix: replace preference with program

* fix: program delete removes jurisdiction

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.3
 - @bloom-housing/partners@3.0.1-alpha.3
 - @bloom-housing/public@3.0.1-alpha.3
 - @bloom-housing/ui-components@3.0.1-alpha.3

* 2085/adds top level catchAll exception filter (#2132)

* fix: adds top level catchAll error filter

* fix: removing now unused exception filter

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.4
 - @bloom-housing/partners@3.0.1-alpha.4
 - @bloom-housing/public@3.0.1-alpha.4
 - @bloom-housing/ui-components@3.0.1-alpha.4

* feat: Change unit number field type to text (#2136)

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.5

* chore(deps): bump electron from 13.1.7 to 13.3.0 (#2137)

Bumps [electron](https://github.com/electron/electron) from 13.1.7 to 13.3.0.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](https://github.com/electron/electron/compare/v13.1.7...v13.3.0)

---
updated-dependencies:
- dependency-name: electron
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump axios from 0.21.1 to 0.21.2 (#2138)

Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.2.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.21.1...v0.21.2)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat(backend): improve application flagged set saving efficiency (#2147)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.5
 - @bloom-housing/partners@3.0.1-alpha.6
 - @bloom-housing/public@3.0.1-alpha.5
 - @bloom-housing/ui-components@3.0.1-alpha.5

* 1655/invite user edit (#1982)

* feat: Update title to be also a react node

* feat: Update translations

* feat: Create reusable form to add and edit users

* feat: Add delete function

* feat(backend): Add ON UPDATE SET NULL to application-user relation

* fix: Fix type

* Fix code style issues with Prettier

* fix(jurisdictionResolverService): updates to return undefined if no jurisdictionName

* feat: Update drawer state name

* feat: Add missing translations

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.6
 - @bloom-housing/partners@3.0.1-alpha.7
 - @bloom-housing/public@3.0.1-alpha.6
 - @bloom-housing/ui-components@3.0.1-alpha.6

* Add a phone number column to the user_accounts table (#2134)

* Merge pull request #710 from CityOfDetroit/feature/add-phonenumber-to-user-entity

Add phone number to user accounts.

* Merge pull request #728 from CityOfDetroit/fix/modify-phone-number-test

Fix user E2E tests.

* Merge pull request #728 from CityOfDetroit/fix/modify-phone-number-test

Fix user E2E tests.

* fix: add validation groups to phoneNumber

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.7
 - @bloom-housing/partners@3.0.1-alpha.8
 - @bloom-housing/public@3.0.1-alpha.7
 - @bloom-housing/ui-components@3.0.1-alpha.7

* refactor: make backend a peer dependency in ui-components (#2146)

* refactor: make backend a peer dependency in ui-components

* fix: fix flaky test

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.0
 - @bloom-housing/partners@3.0.1-alpha.9
 - @bloom-housing/public@3.0.1-alpha.8
 - @bloom-housing/ui-components@3.0.1-alpha.8

* fix: updates address order (#2151)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.8
 - @bloom-housing/shared-helpers@3.0.1-alpha.1
 - @bloom-housing/partners@3.0.1-alpha.10
 - @bloom-housing/public@3.0.1-alpha.9

* feat(backend): add nginx proxy-cache configuration (#2119)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.9
 - @bloom-housing/shared-helpers@3.0.1-alpha.2
 - @bloom-housing/partners@3.0.1-alpha.11
 - @bloom-housing/public@3.0.1-alpha.10

* Release 11 11 21 (#2162)

* fix: fix: adding unit tests to the unit type

picked from dev 1f8d7094e508337131d3033476cd70c2befaecd0

* fix: fix: a11y color contrast issues with tint on ImageCard component

picked from dev 505929149ee1485b9fc59402a9e14ead6de5dfc4

* feat: feat: two new common app questions - Household Changes and Household Student

picked from dev 42a752ec073c0f5b65374c7a68da1e34b0b1c949

* fix: fix: SiteHeader visual issues with long menu bars

picked from dev fd6686e206b4e53ae8b6ab757ad0506eaead0d01

* feat: feat: jurisdictional email signatures

picked from dev 7a146ffb5de88cfa2950e2a469a99e38d71b33c8

* fix: fix: don't send email confirmation on paper app submission

picked from dev 7f83b70327049245ecfba04ae3aea4e967929b2a

* feat: feat: Updates application confirmation numbers

picked from dev 75cd67bcb62280936bdeeaee8c9b7b2583a1339d

* fix: fix(backend): make it possible to filter portal users in /users endpoint

picked from dev 29bf714d28755916ec8ec896366c8c32c3a227c4

* feat: feat(backend): add languages (Language[]) to Jurisdiction entity

picked from dev 9ceed24d48b14888e6ea59b421b409f875d12b01

* fix: feat(backend): try fixing SETEX redis e2e tests flakiness

picked from dev 4087c532ddba672a415a048f4362e509aba7fd7f

* feat: feat(backend): Add user delete endpoint

picked from dev a13f73574b470beff2f8948abb226a6786856480

* fix: fix: improved UX for the Building Selection Criteria drawer

picked from dev 4bd8b09456b54584c3731bcca64019dc231d0c55

* feat: feat(backend): add Program entity

picked from dev 492ec4d333cf9b73af772a1aceed29813f405ba0

* refactor: breaking: 1837/preferences cleanup

picked from dev 3ce6d5eb5aac49431ec5bf4912dbfcbe9077d84e

BREAKING CHANGE: preferences model and relationships changed

* feat: feat(backend): extend UserUpdateDto to support email change

picked from dev 3e1fdbd0ea91d4773973d5c485a5ba61303db90a

* fix: 2056/user account edit fix

picked from dev a15618c0cb548ff5b2ae913b802c9e08bb673f30

* refactor: 2085/adds top level catchAll exception filter

picked from dev aeaa63d1af1fa3d11671e169cb3bd23d356fface

* feat: feat: Change unit number field type to text

picked from dev f54be7c7ba6aac8e00fee610dc86584b60cc212d

* feat(backend): improve application flagged set saving efficiency

* fix: fix: updates address order

picked from dev 252e014dcbd2e4c305384ed552135f5a8e4e4767

* fix: sets programs to optoinal and updates versions

* chore: chore(deps): bump electron from 13.1.7 to 13.3.0

* chore: chore(deps): bump axios from 0.21.1 to 0.21.2

* fix: adds programs service

* fix: fix lisitng e2e tests

* fix: fix member tests

* fix: fixes program, preference, ami-chart de-dupe (#2169)

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.12

* fix: adds jurisdictionId to useSWR path

* fix: recalculate units available on listing update (#2150)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.10
 - @bloom-housing/shared-helpers@3.0.1-alpha.3
 - @bloom-housing/partners@3.0.1-alpha.13
 - @bloom-housing/public@3.0.1-alpha.11

* fix: recalculate units available on listing update

picked form dev f1a3dbce6478b16542ed61ab20de5dfb9b797262

* feat: feat(backend): make use of new application confirmation codes

picked from dev 3c45c2904818200eed4568931d4cc352fd2f449e

* Revert "chore(deps): bump axios from 0.21.1 to 0.21.2 (#2138)"

This reverts commit 7711604323ae2f6a1782a35f7a26176f215f6c00.

* revert: revert "chore(deps): bump axios from 0.21.1 to 0.21.2

picked from dev 2b83bc0393afc42eed542e326d5ef75502ce119c

* refactor: remove applicationAddress (#2009)

* refactor: remove applicationAddress

* docs: readme update

* test: fix backend test

* fix: db migration

* Fix code style issues with Prettier

* test(backend): fix SETEX impossible to process

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.11
 - @bloom-housing/shared-helpers@3.0.1-alpha.4
 - @bloom-housing/partners@3.0.1-alpha.14
 - @bloom-housing/public@3.0.1-alpha.12
 - @bloom-housing/ui-components@3.0.1-alpha.9

* feat: refactor and add public site application flow cypress tests (#2118)

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.15
 - @bloom-housing/public@3.0.1-alpha.13
 - @bloom-housing/ui-components@3.0.1-alpha.10

* fix: sapp submission w/ no due date

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.12
 - @bloom-housing/shared-helpers@3.0.1-alpha.5
 - @bloom-housing/partners@3.0.1-alpha.16
 - @bloom-housing/public@3.0.1-alpha.14

* Revert "feat(backend): add nginx proxy-cache configuration (#2119)"

This reverts commit 34d32e75ceae378a26c57f4c9b7feec8c88339e0.

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.13
 - @bloom-housing/shared-helpers@3.0.1-alpha.6
 - @bloom-housing/partners@3.0.1-alpha.17
 - @bloom-housing/public@3.0.1-alpha.15

* fix: app submission w/ no due date

picked from dev 4af1f5a8448f16d347b4a65ecb85fda4d6ed71fc

* 1975/better seed data for ami-charts (#2156)

* fix: better seed data for ami-charts

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.14
 - @bloom-housing/shared-helpers@3.0.1-alpha.7
 - @bloom-housing/partners@3.0.1-alpha.18
 - @bloom-housing/public@3.0.1-alpha.16

* 2154/avance prefs (#2177)

* feat: new preferences

* feat: preference updates

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.15
 - @bloom-housing/shared-helpers@3.0.1-alpha.8
 - @bloom-housing/partners@3.0.1-alpha.19
 - @bloom-housing/public@3.0.1-alpha.17
 - @bloom-housing/ui-components@3.0.1-alpha.11

* 2154/avance prefs (#2178)

* feat: new preferences

* feat: preference updates

* Fix code style issues with Prettier

* feat: preference options bottom border

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.18

* 2154/avance prefs III (#2179)

* feat: new preferences

* feat: preference updates

* Fix code style issues with Prettier

* feat: preference options bottom border

* feat: liveWorkLivermore preference

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.20
 - @bloom-housing/public@3.0.1-alpha.19
 - @bloom-housing/ui-components@3.0.1-alpha.12

* 1988/adds listing management cypress tests to partner portal (#2103)

* test: adds listing management tests

* test: minor tweaks

* test: big updates for LM cypress tests

* test: fixes selectors

* feat: adding partner cypress tests to pr workflow

* fix: undoing

* chore: adds latest bloom-housing packages to partners

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.21
 - @bloom-housing/public@3.0.1-alpha.20
 - @bloom-housing/ui-components@3.0.1-alpha.13

* feat: adds new preferences, reserved community type

* feat: adds bottom border to preferences

* feat: updates preference string

* fix: preference cleanup for avance

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.22
 - @bloom-housing/public@3.0.1-alpha.21
 - @bloom-housing/ui-components@3.0.1-alpha.14

* fix: preference cleanup for avance

* 1975/one month rent (#2158)

* feat: add depoist helper text

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.16
 - @bloom-housing/shared-helpers@3.0.1-alpha.9
 - @bloom-housing/partners@3.0.1-alpha.23
 - @bloom-housing/public@3.0.1-alpha.22
 - @bloom-housing/ui-components@3.0.1-alpha.15

* fix(backend): fix view.spec.ts test (#2175)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.17
 - @bloom-housing/shared-helpers@3.0.1-alpha.10
 - @bloom-housing/partners@3.0.1-alpha.24
 - @bloom-housing/public@3.0.1-alpha.23

* refactor: removes jsonpath (#2206)

* refactor: removes jsonpath

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.18
 - @bloom-housing/shared-helpers@3.0.1-alpha.11
 - @bloom-housing/partners@3.0.1-alpha.25
 - @bloom-housing/public@3.0.1-alpha.24

* 1869/application program display (#2114)

* feat: add programs step to application forms

* test: add Cypress tests for the programs step

* feat: rework the Programs page and enhance seeds

* chore: fix programs Cypress test

* fix: fixup cypress tests

* fix: update mock data

* fix: fixup mock data pt 2

* fix: type issues

* fix: bugs and simplify program data processing

Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.19
 - @bloom-housing/shared-helpers@3.0.1-alpha.12
 - @bloom-housing/partners@3.0.1-alpha.26
 - @bloom-housing/public@3.0.1-alpha.25
 - @bloom-housing/ui-components@3.0.1-alpha.16

* feat: adds jurisdictions to pref seeds (#2199)

* feat: adds jurisdictions to pref seeds

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.20
 - @bloom-housing/shared-helpers@3.0.1-alpha.13
 - @bloom-housing/partners@3.0.1-alpha.27
 - @bloom-housing/public@3.0.1-alpha.26

* 1901/application program partners (#2182)

* feat: add programs step to application forms

* test: add Cypress tests for the programs step

* feat: rework the Programs page and enhance seeds

* chore: fix programs Cypress test

* feat: add programs step to application forms

* test: add Cypress tests for the programs step

* feat: rework the Programs page and enhance seeds

* chore: fix programs Cypress test

* fix: fixup cypress tests

* fix: update mock data

* fix: fixup mock data pt 2

* fix: type issues

* feat: Create programs mapper

Closes #1901

* feat: Add programs section

Closes #1901

* feat: Create details section for programs

Closes #1901

* feat: Update translations

Closes #1901

* refactor: Remove console log

Closes #1901

* refactor: Simpify code

Closes #1901

* chore: remove console log

* fix: mapProgramToApi return

Co-authored-by: Jared White <jared@jaredwhite.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.21
 - @bloom-housing/shared-helpers@3.0.1-alpha.14
 - @bloom-housing/partners@3.0.1-alpha.28
 - @bloom-housing/public@3.0.1-alpha.27
 - @bloom-housing/ui-components@3.0.1-alpha.17

* test: update program test

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.28

* feat: new demographics sub-race questions (#2109)

* feat: new demographics sub-race questions

* fix: update migration to keep data

* feat: other text boxes

* feat: wip other labels

* feat: can edit demo in partners

* fix: cleanup

* feat: csv formatting

* fix: type issue

* feat: remove gender and sexual orientation

* fix: add test id

* fix: more test ids

* fix: select by checkboxes

* fix: dont use select

* fix: data

* fix: add tests, fixup other option

* Fix code style issues with Prettier

* fix: remove unneeded dependencies

* test: add additional test

* Fix code style issues with Prettier

* test: change test id attribute

* chore: cleanup formatApplicationData imports

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.22
 - @bloom-housing/shared-helpers@3.0.1-alpha.15
 - @bloom-housing/partners@3.0.1-alpha.29
 - @bloom-housing/public@3.0.1-alpha.29
 - @bloom-housing/ui-components@3.0.1-alpha.18

* feat: updates email confirmation for lottery (#2200)

* feat: updates email confirmation for lottery

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.23
 - @bloom-housing/shared-helpers@3.0.1-alpha.16
 - @bloom-housing/partners@3.0.1-alpha.30
 - @bloom-housing/public@3.0.1-alpha.30

* fix: add ariaHidden to Icon component

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.17
 - @bloom-housing/partners@3.0.1-alpha.31
 - @bloom-housing/public@3.0.1-alpha.31
 - @bloom-housing/ui-components@3.0.1-alpha.19

* fix: add ariaLabel prop to Button component

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.18
 - @bloom-housing/partners@3.0.1-alpha.32
 - @bloom-housing/public@3.0.1-alpha.32
 - @bloom-housing/ui-components@3.0.1-alpha.20

* fix: change the yes/no radio text to be more descriptive (#2208)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.19
 - @bloom-housing/partners@3.0.1-alpha.33
 - @bloom-housing/public@3.0.1-alpha.33
 - @bloom-housing/ui-components@3.0.1-alpha.21

* fix: remove alameda reference in demographics (#2209)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.20
 - @bloom-housing/partners@3.0.1-alpha.34
 - @bloom-housing/public@3.0.1-alpha.34
 - @bloom-housing/ui-components@3.0.1-alpha.22

* refactor: remove applicationAddress

picked from dev bf10632a62bf2f14922948c046ea3352ed010f4f

* feat: refactor and add public site application flow cypress tests

picked from dev 9ec0e8d05f9570773110754e7fdaf49254d1eab8

* feat: better seed data for ami-charts

picked from dev d8b1d4d185731a589c563a32bd592d01537785f3

* feat: adds listing management cypress tests to partner portal

* fix: listings management keep empty strings, remove empty objects

picked from dev c4b1e833ec128f457015ac7ffa421ee6047083d9

* feat: one month rent

picked from dev 883b0d53030e1c4d54f2f75bd5e188bb1d255f64

* test: view.spec.ts test

picked from dev 324446c90138d8fac50aba445f515009b5a58bfb

* refactor: removes jsonpath

picked from dev deb39acc005607ce3076942b1f49590d08afc10c

* feat: adds jurisdictions to pref seeds

picked from dev 9e47cec3b1acfe769207ccbb33c07019cd742e33

* feat: new demographics sub-race questions

picked from dev 9ab892694c1ad2fa8890b411b3b32af68ade1fc3

* feat: updates email confirmation for lottery

picked from dev 1a5e824c96d8e23674c32ea92688b9f7255528d3

* fix: add ariaHidden to Icon component

picked from dev c7bb86aec6fd5ad386c7ca50087d0113b14503be

* fix: add ariaLabel prop to Button component

picked from dev 509ddc898ba44c05e26f8ed8c777f1ba456eeee5

* fix: change the yes/no radio text to be more descriptive

picked from dev 0c46054574535523d6f217bb0677bbe732b8945f

* fix: remove alameda reference in demographics

picked from dev 7d5991cbf6dbe0b61f2b14d265e87ce3687f743d

* chore: release version

picked from dev fe82f25dc349877d974ae62d228fea0354978fb7

* feat: ami chart jurisdictionalized

picked from dev 0a5cbc88a9d9e3c2ff716fe0f44ca6c48f5dcc50

* refactor: make backend a peer dependency in ui-components

picked from dev 952aaa14a77e0960312ff0eeee51399d1d6af9f3

* feat: add a phone number column to the user_accounts table

picked from dev 2647df9ab9888a525cc8a164d091dda6482c502a

* chore: removes application program partners

* chore: removes application program display

* Revert "chore: removes application program display"

This reverts commit 14825b4a6c9cd1a7235e32074e32af18a71b5c26.

* Revert "chore: removes application program partners"

This reverts commit d7aa38c777972a2e21d9f816441caa27f98d3f86.

* chore: yarn.lock and backend-swagger

* fix: removes Duplicate identifier fieldGroupObjectToArray

* feat: skip preferences if not on listing

* chore(release): version

* fix: cannot save custom mailing, dropoff, or pickup address

* chore(release): version

* chore: converge on one axios version, remove peer dependency

* chore(release): version

* feat: simplify Waitlist component and use more flexible schema

* chore(release): version

* fix: lottery results uploads now save

* chore(release): version

* feat: add SRO unit type

* chore(release): version

* fix: paper application submission

* chore(release): version

* fix: choose-language context

* chore(release): version

* fix: applications/view hide prefs

* chore(release): version

* feat: overrides fallback to english, tagalog support

* chore(release): version

* fix: account translations

* chore(release): version

* fix: units with invalid ami chart

* chore(release): version

* fix: remove description for the partners programs

* fix: fix modal styles on mobile

* fix: visual improvement to programs form display

* fix: submission tests not running

* chore: translations (#2293)

* chore: translations (#2295)

* chore: missing translations (#2296)

* fix: prefUnits on autofill summary (#2294)

* chore: move Programs step to come after Students (#2277)

* feat: adds whatToExpect to GTrans

* chore: missing translations (#2299)

* fix: 2259/fixes idle timeout not resetting properly (#2292)

* chore(release): version

* fix: demographics howDidYouHear options (2305)

* chore(release): version

* fix: mobile notice text wrap issue (#2308)

* feat: postmark date time fields partners (#2239)

* fix: versioning issues (#2311)

* chore(release): version

* chore(backend): move libs/ to shared/utils, clean up modules (#2230)

* feat(backend): all programs to csv export (#2302)

* chore(release): version

* feat: filter partner users

* chore(release): version

* feat: adds updating open listing modal (#2288)

* fix: closed listings allowed apps (#2317)

* feat: 2165/rosefield preference updates (#2386)

* chore(release): version

* Revert "chore(release): version"

This reverts commit 7c414ca7f8c5709e4ff19b94e3fb1089bdc45e97.

* chore(release): version

 - @bloom-housing/backend-core@3.0.1
 - @bloom-housing/shared-helpers@3.0.1
 - @bloom-housing/partners@3.0.1
 - @bloom-housing/public@3.0.1
 - @bloom-housing/ui-components@3.0.1

* feat(backend): add storing listing translations (#2215)

* feat: adds whatToExpect to GTrans (#2303)

* fix: patch issue with submit application section

* fix: patches translations for preferences (#2410)

* fix: issues with public app and readds auto save (2428)

* fix: ami charts without all households (#2430)

* fix: load blank application

* 2022-01-27 release (#2439)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.23
 - @bloom-housing/partners@3.0.1-alpha.37
 - @bloom-housing/public@3.0.1-alpha.38
 - @bloom-housing/ui-components@3.0.1-alpha.24

* fix(backend): nginx with heroku configuration (#2196)

* fix(backend): nginx with heroku configuration

* feat(backend): nginx make hostname and port variable

* feat: nginx proxy updates

* feat(backend): modify proxy_pass and Host header settings

Co-authored-by: seanmalbert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.26
 - @bloom-housing/shared-helpers@3.0.1-alpha.24
 - @bloom-housing/partners@3.0.1-alpha.38
 - @bloom-housing/public@3.0.1-alpha.39
 - @bloom-housing/ui-components@3.0.1-alpha.25

* fix: fetchBaseListingData (#2238)

* fix: fetchBaseListingData

* fix: fetchBaseListingData

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.40

* fix: lottery results uploads now save (#2226)

* fix: lottery results uploads now save

* fix: switch to partial typing

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.39

* feat: getStaticPaths fallback blocking test

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.41

* chore: add temp logs for testing id/slug

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.42

* chore(backend): move libs/ to shared/utils, clean up modules (#2230)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.27
 - @bloom-housing/shared-helpers@3.0.1-alpha.25
 - @bloom-housing/partners@3.0.1-alpha.40
 - @bloom-housing/public@3.0.1-alpha.43
 - @bloom-housing/ui-components@3.0.1-alpha.26

* chore: add SRO unit type (#2243)

* chore: add SRO unit type to DB / translations

* chore: additional string changes to SRO

* test(backend): add SRO to unit types test

* feat: SRO unit type additions

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.28
 - @bloom-housing/shared-helpers@3.0.1-alpha.26
 - @bloom-housing/partners@3.0.1-alpha.41
 - @bloom-housing/public@3.0.1-alpha.44
 - @bloom-housing/ui-components@3.0.1-alpha.27

* 2140/fix paper application submission (#2195)

* fix: fix paper application submission

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.42

* Fix code style issues with Prettier

* test: adds cypress test coverage

* fix: updates per sean

* fix: one more update

* test: fix partners unit tests

* fix: choose-language context

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.45

* fix: applications drop off address

* fix: applications/view hide prefs

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.46

* feat(backend): add storing listing translations (#2215)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.29
 - @bloom-housing/shared-helpers@3.0.1-alpha.27
 - @bloom-housing/partners@3.0.1-alpha.43
 - @bloom-housing/public@3.0.1-alpha.47
 - @bloom-housing/ui-components@3.0.1-alpha.28

* fix(backend): make nginx proxy use Language HTTP header in cache key (#2266)

* 2098/fix partner applications grid display (#2188)

* fix: partner applications grid display

* Fix code style issues with Prettier

* test: fix tests

* Fix code style issues with Prettier

* fix: updates to using views

* tests: add application grid test

* fix: updates per sean

* fix: one more update

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.30
 - @bloom-housing/shared-helpers@3.0.1-alpha.28
 - @bloom-housing/partners@3.0.1-alpha.44
 - @bloom-housing/public@3.0.1-alpha.48
 - @bloom-housing/ui-components@3.0.1-alpha.29

* fix: fixes some issues with the deployment

* Revert/2188 (#2270)

* fix: fixes some issues with the deployment

* revert: partner applications grid display

* fix: view.spec

Co-authored-by: Yazeed Loonat <yazeedloonat@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.31
 - @bloom-housing/shared-helpers@3.0.1-alpha.29
 - @bloom-housing/partners@3.0.1-alpha.45
 - @bloom-housing/public@3.0.1-alpha.49
 - @bloom-housing/ui-components@3.0.1-alpha.30

* 2098/fix partner applications grid display (#2188)

* fix: partner applications grid display

* Fix code style issues with Prettier

* test: fix tests

* Fix code style issues with Prettier

* fix: updates to using views

* tests: add application grid test

* fix: updates per sean

* fix: one more update

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* feat(backend): add listings closing routine (#2213)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.32
 - @bloom-housing/shared-helpers@3.0.1-alpha.30
 - @bloom-housing/partners@3.0.1-alpha.46
 - @bloom-housing/public@3.0.1-alpha.50
 - @bloom-housing/ui-components@3.0.1-alpha.31

* feat(backend): add user password expiration

* fix: Remove description for the partners programs (#2234)

Closes #1901

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.47

* 2227/lock login attempts frontend (#2260)

* feat: Add new translations

Closes #1927

* refactor: Make title as optional

Closes #1927

* feat: Update login alert text

Closes #1927

* fix: Use translation, instead of hardcoded text

Closes #1927

* feat: Add translation

Closes #1927

* feat: Update type name

Closes #1927

* feat: Add new alerts

Closes #1927

* fix: Fix translation

Closes #1927

* fix(AlertBox.tsx): Fix close icon placement

Closes #1927

* feat: Create helper to catch network errors

Closes #1927

* feat: Add translations

Closes #1927

* feat: Create reusable sign-in form

Closes #1927

* refactor(sign-in page, public and partners): Update sign-in pages to use reusable form

BREAKING CHANGE: sign-in pages have been updated

Closes #1927

* Fix code style issues with Prettier

* fix: fixes tests and also issue with user grid

* fix: fixes linting error

* feat(backend): add appropriate http exception for password outdated login failure

* fix: Fix modal styles on mobile (#2280)

Closes #2253

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.31
 - @bloom-housing/partners@3.0.1-alpha.48
 - @bloom-housing/public@3.0.1-alpha.51
 - @bloom-housing/ui-components@3.0.1-alpha.32

* fix: visual improvement to programs form display (#2276)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.52

* fix: submission tests not running (#2282)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.53

* feat: overrides fallback to english, tagalog support (#2262)

* chore: allow work-in strings to take jurisdiction name

* feat: add support for tagalog

* Fix code style issues with Prettier

* feat: tagalog language

* feat: translations precedence includes en overrides

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.33
 - @bloom-housing/shared-helpers@3.0.1-alpha.32
 - @bloom-housing/partners@3.0.1-alpha.49
 - @bloom-housing/public@3.0.1-alpha.54
 - @bloom-housing/ui-components@3.0.1-alpha.33

* fix: account translations (#2278)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.33
 - @bloom-housing/partners@3.0.1-alpha.50
 - @bloom-housing/public@3.0.1-alpha.55
 - @bloom-housing/ui-components@3.0.1-alpha.34

* test: fixes test issues

* fix: fix sortig on applications partner grid

* chore: translations (#2293)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.34
 - @bloom-housing/partners@3.0.1-alpha.51
 - @bloom-housing/public@3.0.1-alpha.56
 - @bloom-housing/ui-components@3.0.1-alpha.35

* chore: translations (#2295)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.35
 - @bloom-housing/partners@3.0.1-alpha.52
 - @bloom-housing/public@3.0.1-alpha.57
 - @bloom-housing/ui-components@3.0.1-alpha.36

* chore: missing translations (#2296)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.36
 - @bloom-housing/partners@3.0.1-alpha.53
 - @bloom-housing/public@3.0.1-alpha.58
 - @bloom-housing/ui-components@3.0.1-alpha.37

* fix: prefUnits on autofill summary (#2294)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.59

* chore: move Programs step to come after Students (#2277)

* chore: move Programs step to come after Students

* test: rearrange order of programs within Cypress tests

* test: remove problematic statement

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.60

* fix: units with invalid ami chart (#2290)

* fix: alunits with invalid ami chart

* perf: uniquePercentageChartSet map

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.34
 - @bloom-housing/shared-helpers@3.0.1-alpha.37
 - @bloom-housing/partners@3.0.1-alpha.54
 - @bloom-housing/public@3.0.1-alpha.61
 - @bloom-housing/ui-components@3.0.1-alpha.38

* chore: missing translations (#2299)

* chore: missing translations

* chore: remove logs

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.38
 - @bloom-housing/partners@3.0.1-alpha.55
 - @bloom-housing/public@3.0.1-alpha.62
 - @bloom-housing/ui-components@3.0.1-alpha.39

* 2259/fixes idle timeout not resetting properly (#2292)

* fix: fixes idle timeout not resetting properly

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.63

* feat: adds whatToExpect to GTrans (#2303)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.35
 - @bloom-housing/shared-helpers@3.0.1-alpha.39
 - @bloom-housing/partners@3.0.1-alpha.56
 - @bloom-housing/public@3.0.1-alpha.64
 - @bloom-housing/ui-components@3.0.1-alpha.40

* fix: demographics howDidYouHear options were not changing on language change (#2305)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.65

* Fix checkbox rtl style

* feat(backend): add password outdating only to users which are either admins or partners

* fix: fix hero button width with secondary button (#2306)

* fix: mobile notice text wrap issue (#2308)

* feat(backend): add activity logging to listings module (#2190)

* feat(backend): add activity logging to listings module

* feat(backend): add activity logging to applications and user controllers

* feat(backend): add metada column to activity log entity

* feat(backend): change activity log metadata column type

* feat(backend): remove applications related changes

* feat(backend): remove ListingActivityLogInterceptor

* 2040/postmark date time fields partners (#2239)

* feat: add postmark by date and time fields

* feat: fix display and preview page

* test: fix so the correct date displays

* Fix code style issues with Prettier

* fix: fixes per emily

* fix: updates per sean

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* fix: versioning issues (#2311)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.36
 - @bloom-housing/shared-helpers@3.0.1-alpha.41
 - @bloom-housing/partners@3.0.1-alpha.58
 - @bloom-housing/public@3.0.1-alpha.67
 - @bloom-housing/ui-components@3.0.1-alpha.42

* feat(backend): all programs to csv export (#2302)

* feat(backend): all programs to csv export

* chore: removes console log

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.37
 - @bloom-housing/shared-helpers@3.0.1-alpha.42
 - @bloom-housing/partners@3.0.1-alpha.59
 - @bloom-housing/public@3.0.1-alpha.68
 - @bloom-housing/ui-components@3.0.1-alpha.43

* feat(backend): add partnerTerms to jurisdiction entity (#2301)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.38
 - @bloom-housing/shared-helpers@3.0.1-alpha.43
 - @bloom-housing/partners@3.0.1-alpha.60
 - @bloom-housing/public@3.0.1-alpha.69
 - @bloom-housing/ui-components@3.0.1-alpha.44

* feat: removes ListingLangCacheInterceptor from get by id

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.39
 - @bloom-housing/shared-helpers@3.0.1-alpha.44
 - @bloom-housing/partners@3.0.1-alpha.61
 - @bloom-housing/public@3.0.1-alpha.70
 - @bloom-housing/ui-components@3.0.1-alpha.45

* fix: Update translation

Closes 1927

* fix: Update hardcoded translations

Closes #1927

* refactor: listing detail props (#2313)

* refactor: listing detail props

* fix: HouseholdSizeField FieldError

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.45
 - @bloom-housing/partners@3.0.1-alpha.62
 - @bloom-housing/public@3.0.1-alpha.71
 - @bloom-housing/ui-components@3.0.1-alpha.46

* chore(deps): bump next from 11.1.2 to 11.1.3 (#2289)

* feat(backend): refactor applications module (#2279)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.40
 - @bloom-housing/shared-helpers@3.0.1-alpha.46
 - @bloom-housing/partners@3.0.1-alpha.63
 - @bloom-housing/public@3.0.1-alpha.72
 - @bloom-housing/ui-components@3.0.1-alpha.47

* feat: filter partner users

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.64

* feat: password reset message

* fix: make mailThin background transparent

* fix: add mailThin icon to stories

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.47
 - @bloom-housing/partners@3.0.1-alpha.65
 - @bloom-housing/public@3.0.1-alpha.73
 - @bloom-housing/ui-components@3.0.1-alpha.48

* feat: adds updating open listing modal (#2288)

* feat: adds updating open listing modal

* fix: closed listings allowed apps (#2317)

* feat: updates for gtm

* feat: updates for gtm

* fix: removes more closed listing application paths (#2319)

* feat: make page header title optional

* feat(backend): remove activity log interceptor from update-password

* refactor: removing helpers from ui-components that are backend dependent (#2108)

BREAKING CHANGE: moved some helpers from ui-components to shared-helpers

* chore: bump versions (#2326)

* fix: make numbered list breakpoint match config

* chore: bump shared-helpers version

* fix: partners shared-helpers version

* chore: bump partners version

* chore: bump public version

* chore: bump version

* chore(release): version

 - @bloom-housing/backend-core@3.0.1
 - @bloom-housing/shared-helpers@4.0.0
 - @bloom-housing/partners@4.0.0
 - @bloom-housing/public@4.0.0
 - @bloom-housing/ui-components@4.0.0

* feat: add matched style to ApplicationStatus

* Fix code style issues with Prettier

* fix: make primary buttons primary background

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.0
 - @bloom-housing/shared-helpers@4.0.1-alpha.0
 - @bloom-housing/partners@4.0.1-alpha.0
 - @bloom-housing/public@4.0.1-alpha.0
 - @bloom-housing/ui-components@4.0.1-alpha.0

* chore: backend & ui-component gitHead

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.1
 - @bloom-housing/shared-helpers@4.0.1-alpha.1
 - @bloom-housing/partners@4.0.1-alpha.1
 - @bloom-housing/public@4.0.1-alpha.1
 - @bloom-housing/ui-components@4.0.1-alpha.1

* fix: propagate custom icon type to ImageCard prop

* Fix code style issues with Prettier

* fix: check for user lastLoginAt

* test: updates user login test

* fix: bump version (#2349)

* fix: bump version (#2350)

* fix: cypress coverage configs

* fix: force a release number if one exists (#2351)

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.6
 - @bloom-housing/shared-helpers@4.0.1-alpha.6
 - @bloom-housing/partners@4.0.1-alpha.6
 - @bloom-housing/public@4.0.1-alpha.6
 - @bloom-housing/ui-components@4.0.1-alpha.6

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.7
 - @bloom-housing/shared-helpers@4.0.1-alpha.7
 - @bloom-housing/partners@4.0.1-alpha.7
 - @bloom-housing/public@4.0.1-alpha.7
 - @bloom-housing/ui-components@4.0.1-alpha.7

* fix: apply action block style to button class not component (#2348)

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.8
 - @bloom-housing/partners@4.0.1-alpha.8
 - @bloom-housing/public@4.0.1-alpha.8
 - @bloom-housing/ui-components@4.0.1-alpha.8

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.8
 - @bloom-housing/shared-helpers@4.0.1-alpha.9
 - @bloom-housing/partners@4.0.1-alpha.9
 - @bloom-housing/public@4.0.1-alpha.9
 - @bloom-housing/ui-components@4.0.1-alpha.9

* fix: remove next dependency from ui-components (#2352)

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.10
 - @bloom-housing/partners@4.0.1-alpha.10
 - @bloom-housing/public@4.0.1-alpha.10
 - @bloom-housing/ui-components@4.0.1-alpha.10

* chore: port latest dev updates over for paper listing form

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.11
 - @bloom-housing/partners@4.0.1-alpha.11
 - @bloom-housing/public@4.0.1-alpha.11
 - @bloom-housing/ui-components@4.0.1-alpha.11

* Add public urls to jurisdiction (#2316)

* Add public urls to jurisdiction

* feat(backend): fix units-transformations.spec test

* feat(backend): fix changes in interface of the autogenerated client in sites/

* Fix code style issues with Prettier

* feat: adds detroit to migration for local/dev

* Fix code style issues with Prettier

* feat: updates to use publicUrl

* Fix code style issues with Prettier

* feat(backend): update add-public-url-to-jurisdiction migration

* fix(backend): jurisidctions e2e tests

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.9
 - @bloom-housing/shared-helpers@4.0.1-alpha.12
 - @bloom-housing/partners@4.0.1-alpha.12
 - @bloom-housing/public@4.0.1-alpha.12
 - @bloom-housing/ui-components@4.0.1-alpha.12

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.10
 - @bloom-housing/shared-helpers@4.0.1-alpha.13
 - @bloom-housing/partners@4.0.1-alpha.13
 - @bloom-housing/public@4.0.1-alpha.13
 - @bloom-housing/ui-components@4.0.1-alpha.13

* fix: move type declarations out of shared-helpers (#2356)

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.14
 - @bloom-housing/partners@4.0.1-alpha.14
 - @bloom-housing/public@4.0.1-alpha.14
 - @bloom-housing/ui-components@4.0.1-alpha.14

* chore(release): version

 - @bloom-housing/partners@4.0.1-alpha.15

* refactor: unifiies logic around listingid

* refactor: prevent local reseed with cypress tests (#2353)

* chore(release): version

 - @bloom-housing/public@4.0.1-alpha.15

* test: add partners cypress ci job

* chore: fixup config

* chore: fixup config 2

* chore: fixup config 3

* chore: fixup config 3

* chore: fixup config 4

* chore: change name to be unique

* fix: update naming

* fix: remove empty secrets

* fix: add in env variable defaults

* fix: add test id

* fix: use drag n drop

* fix: rename var

* fix: rename var2

* test: update config

* 1290/use dayjs instead of moment (#2338)

* Convert all use of Moment to Dayjs

* fix: more moment -> dayjs cleanup

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.11
 - @bloom-housing/shared-helpers@4.0.1-alpha.15
 - @bloom-housing/partners@4.0.1-alpha.16
 - @bloom-housing/public@4.0.1-alpha.16
 - @bloom-housing/ui-components@4.0.1-alpha.15

* test: fix for cypress tests

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.12
 - @bloom-housing/shared-helpers@4.0.1-alpha.16
 - @bloom-housing/partners@4.0.1-alpha.17
 - @bloom-housing/public@4.0.1-alpha.17
 - @bloom-housing/ui-components@4.0.1-alpha.16

* fix: listings group expandable section css updates (#2377)

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.17
 - @bloom-housing/partners@4.0.1-alpha.18
 - @bloom-housing/public@4.0.1-alpha.18
 - @bloom-housing/ui-components@4.0.1-alpha.17

* fix: ensure dayjs parsing strings will work as expected

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.18
 - @bloom-housing/partners@4.0.1-alpha.19
 - @bloom-housing/public@4.0.1-alpha.19
 - @bloom-housing/ui-components@4.0.1-alpha.18

* feat: adds event logging to most of the pages

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.19
 - @bloom-housing/partners@4.0.1-alpha.20
 - @bloom-housing/public@4.0.1-alpha.20
 - @bloom-housing/ui-components@4.0.1-alpha.19

* fix: open house events can now be edited and work cross-browser (#2320)

* fix: open house events can be edited and work cross-browser

* chore: refactor event dates handling to use dayjs

* fix: lm form refresh and getDetailFieldTime

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/partners@4.0.1-alpha.21

* 2165/rosefield preference updates (#2386)

* feat: rosefield preference updates

* feat: removes "no" from rosefield translations

* fix: removing translations

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.20
 - @bloom-housing/partners@4.0.1-alpha.22
 - @bloom-housing/public@4.0.1-alpha.21
 - @bloom-housing/ui-components@4.0.1-alpha.20

* fix: dates showing as invalid in send by mail section (#2362)

BREAKING CHANGE: remove applicationDueTime field and consolidated into applicationDueDate

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.13
 - @bloom-housing/shared-helpers@4.0.1-alpha.21
 - @bloom-housing/partners@4.0.1-alpha.23
 - @bloom-housing/public@4.0.1-alpha.22
 - @bloom-housing/ui-components@4.0.1-alpha.21

* fix: partners render issue (#2395)

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.14
 - @bloom-housing/shared-helpers@4.0.1-alpha.22
 - @bloom-housing/partners@4.0.1-alpha.24
 - @bloom-housing/public@4.0.1-alpha.23
 - @bloom-housing/ui-components@4.0.1-alpha.22

* fix: user status enum to camel case; gtm types

* fix: removes unnecessary ternary

* test: fix flaky cypress test

* fix: patches translations for preferences (#2410)

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.15
 - @bloom-housing/shared-helpers@4.0.1-alpha.23
 - @bloom-housing/partners@4.0.1-alpha.25
 - @bloom-housing/public@4.0.1-alpha.24
 - @bloom-housing/ui-components@4.0.1-alpha.23

* feat: listing card takes optional children (#2407)

* feat: listing card takes optional children

* fix: additional header

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.24
 - @bloom-housing/partners@4.0.1-alpha.26
 - @bloom-housing/public@4.0.1-alpha.25
 - @bloom-housing/ui-components@4.0.1-alpha.24

* feat: set gtm pageTitle to english only

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.25
 - @bloom-housing/partners@4.0.1-alpha.27
 - @bloom-housing/public@4.0.1-alpha.26

* test: fix partner listing tests

* test: adds back mailing address checks

* chore(release): version

 - @bloom-housing/partners@4.0.1-alpha.28

* fix: issues with public app and readds auto save

* fix: removing console logs

* chore(release): version

 - @bloom-housing/public@4.0.1-alpha.27

* fix: ami charts without all households (#2430)

* fix: ami charts without all households

* fix: merging filter and reduce together

Co-authored-by: Yazeed Loonat <yazeedloonat@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.16
 - @bloom-housing/shared-helpers@4.0.1-alpha.26
 - @bloom-housing/partners@4.0.1-alpha.29
 - @bloom-housing/public@4.0.1-alpha.28
 - @bloom-housing/ui-components@4.0.1-alpha.25

* chore: add translations for per month/year in hmi table (#2418)

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.27
 - @bloom-housing/partners@4.0.1-alpha.30
 - @bloom-housing/public@4.0.1-alpha.29
 - @bloom-housing/ui-components@4.0.1-alpha.26

* fix: Fix infinite page width (#2434)

Closes #2374

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.28
 - @bloom-housing/partners@4.0.1-alpha.31
 - @bloom-housing/public@4.0.1-alpha.30
 - @bloom-housing/ui-components@4.0.1-alpha.27

* refactor: Increase textarea limits (#2435)

Closes #2420

* chore(release): version

 - @bloom-housing/partners@4.0.1-alpha.32

* 2328/address verification (#2412)

* feat: verify applicant address via MapBox API

* feat: support various selection states for address

* chore: refactor address to break up large file

* test: update Cypress tests to check address validation

* test: update mock data with a real address

* test: update minimal application data as well

* test: add additional tests for address validation

* test: relocate bad addresses to separate integration test

* feat: improve the error state when invalid address

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.29
 - @bloom-housing/partners@4.0.1-alpha.33
 - @bloom-housing/public@4.0.1-alpha.31
 - @bloom-housing/ui-components@4.0.1-alpha.28

* revert: changes from fix: Fix infinite page width #2434

Co-authored-by: github.context.workflow <github-actions@github.com>
Co-authored-by: Michał Plebański <michalp@airnauts.com>
Co-authored-by: Jared White <jared@jaredwhite.com>
Co-authored-by: Yazeed Loonat <YazeedLoonat@gmail.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: dominikx96 <dominik@airnauts.com>
Co-authored-by: Emily Jablonski <65367387+emilyjablonski@users.noreply.github.com>
Co-authored-by: Gabe Benjamin <gabeb@google.com>
Co-authored-by: Andrea Egan <akegan@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrea Egan <andrea.egan@sfgov.org>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>

* build: sets node max-old-space-size (#2458)

* build: max-old-space-size

* build: update casbin version

* fix: await casbin enforcer

* build: adds Aptfile for heroku (#2460)

* refactor: param and auth updates for export (#2465)

* 2382/berkeley way customizations (#2436)

* chore(release): version

 - @bloom-housing/backend-core@4.0.1
 - @bloom-housing/shared-helpers@4.0.1
 - @bloom-housing/partners@4.0.1
 - @bloom-housing/public@4.0.1
 - @bloom-housing/ui-components@4.0.1

* fix: updates partner check for listing perm (#2484)

* feat: 2419/adding SMC preferences (#2482)

* feat: 2468/adding dublin preferences (#2483)

* chore(release): version

 - @bloom-housing/backend-core@4.0.2
 - @bloom-housing/shared-helpers@4.0.2
 - @bloom-housing/partners@4.0.2
 - @bloom-housing/public@4.0.2
 - @bloom-housing/ui-components@4.0.2

* fix: csv export auth check (#2488)

* chore: merge upstream master

* Fix code style issues with ESLint

* Fix code style issues with Prettier

* test: updates for tests to pass

* Fix code style issues with Prettier

* test: updates for ui-components

* build: updates for public and partners builds

* fix: issues with public

* fix: update to SiteHeader partner use

* test: fix user and ProgressNav tests

* Fix code style issues with Prettier

* test: temp skip activity monitor tests

* test: temp skip longer tests

* test: temp skip activity monitor tests

* fix: lint rule

Co-authored-by: Michał Plebański <michalp@airnauts.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: github.context.workflow <github-actions@github.com>
Co-authored-by: Dominik Barcikowski <dominik@airnauts.com>
Co-authored-by: Emily Jablonski <65367387+emilyjablonski@users.noreply.github.com>
Co-authored-by: Yazeed Loonat <YazeedLoonat@gmail.com>
Co-authored-by: Jared White <jared@whitefusion.studio>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: plunkettgoogle <66751489+plunkettgoogle@users.noreply.github.com>
Co-authored-by: Jared White <jared@jaredwhite.com>
Co-authored-by: Gabe Benjamin <GabeKEBenjamin@gmail.com>
Co-authored-by: Gabe Benjamin <gabeb@google.com>
Co-authored-by: Andrea Egan <akegan@users.noreply.github.com>
Co-authored-by: Andrea Egan <andrea.egan@sfgov.org>

* feat: updates listings view config (#983)

* feat: updates listings view config

* fix: lint and back jurisdiction join

* feat: adds view to listingsFetcher

* refactor: Remove required to publish labels

Closes #970

* feat: show building accessibility features on partners (v2) (#984)

* feat: show building accessibility features on the listing form detail page

* fix: mobile styling

* chore: update primary color in Tailwind override (#980)

* Remove listing fields

* feat(backend): update units summary model

* style: formatting

* feat: backend-swagger with unit summary updates

* feat(backend): remove Listing published required fields (#996)

* refactor: comment out mistyped scripts

* fix: fixup base view

* feat(backend): fix unit group model update tests

* feat: occupancy tables wip

* build: local db to bloom_detroit

* fix: add summary in seed

* refactor: rename unitssummary, add needed fields

* fix: rebase issues

* Fixes Partner Portal Users (#1009)

* fix: partner portal users

* style: remove console log

* feat: updates user list to filter by isPortalUser

* feat: adds hud and mshda 2021 ami charts (#1020)

* feat: adds hud and mshda 2021 ami charts

* fix: remove mixed content assets from seeds

* fix: adds Detroit jurisdiction by default for partners

* fix: fixes file name to include dto

* feat: hides/prevents partner publish (#1021)

* feat: hides/prevents partner publish

* fix: pr requests and user update

* fix: issues exposed by tests

* feat: occupancy table based on unit groups (#1023)

* feat: occupancy table based on unit groups

* test: add tests

* test: update strings

* refactor: remove SRO strings

* test: more test coverage

* fix: make range translated

* fix: pre-existing ListingView template issues

* fix: patch old unit summary table pieces

Co-authored-by: Sean Albert <smabert@gmail.com>

* feat: adding partner unit groups

* feat: adds programs to Detroit (#1022)

* feat: adds programs to Detroit

* feat: adds programs to public site

* style: removes comment

* feat: remove Community Type section from form and detail

* refactor: updates program titles

* feat: updates for program descriptions per Safiya

* feat: adding save functionality

* fix: updates for editing

* 987/import listings basic (#1019)

* feat(backend): add import listing basic

* chore: remove todo notes from scripts

* feat: adds programs to Detroit (#1022)

* feat: adds programs to Detroit

* feat: adds programs to public site

* style: removes comment

* feat: remove Community Type section from form and deta…
seanmalbert added a commit to CityOfDetroit/bloom that referenced this pull request Apr 29, 2022
* 2022-02-10 core (#982)

* fix: retnal assistance eror message

* Preferences cleanup (#1947)

* feat(backend): preferences cleanup

BREAKING CHANGE: Preferences are now M-N relation with a listing and have an intermediate table with ordinal number

* refactor(backend): preferences deduplication

So far each listing referenced it's own unique Preferences. This change introduces Many to Many
relationship between Preference and Listing entity and forces sharing Preferences between listings.

* feat(backend): extend preferences migration with moving existing relations to a new intermediate tab

* feat(backend): add Preference - Jurisdiction ManyToMany relation

* feat: adapt frontend to backend changes

* fix(backend): typeORM preferences select statement

* fix(backend): connect preferences with jurisdictions in seeds, fix pref filter validator

* fix(backend): fix missing import in preferences-filter-params.ts

* refactor: rebase issue

* feat: uptake jurisdictional preferences

* fix: fixup tests

* fix: application preferences ignore page, always separate

* Remove page from src/migration/1633359409242-add-listing-preferences-intermediate-relation.ts

* fix: preference fetching and ordering/pages

* Fix code style issues with Prettier

* fix(backend): query User__leasingAgentInListings__jurisdiction_User__leasingAgentIn specified more

* fix: perferences cypress tests

Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Sean Albert <smabert@gmail.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.13
 - @bloom-housing/partners@2.0.0-pre-tailwind.23
 - @bloom-housing/public@2.0.0-pre-tailwind.23
 - @bloom-housing/ui-components@2.0.0-alpha.23

* fix: updates household member count (#2112)

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.14
 - @bloom-housing/partners@2.0.0-pre-tailwind.24
 - @bloom-housing/public@2.0.0-pre-tailwind.24
 - @bloom-housing/ui-components@2.0.0-alpha.24

* fix: updates household member count

picked 3dee0f7d676ff42d546ecf83a17659cd69d7e1bc

* fix: reverts preferences to re-add as breaking/major bump

* fix: reverts preferences to re-add as breaking/major bump

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.15
 - @bloom-housing/partners@2.0.0-pre-tailwind.25
 - @bloom-housing/public@2.0.0-pre-tailwind.25
 - @bloom-housing/ui-components@2.0.0-alpha.25

* refactor: listing preferences and adds jurisdictional filtering

BREAKING CHANGE: updates preference relationship with listings

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.16
 - @bloom-housing/partners@2.0.0-pre-tailwind.26
 - @bloom-housing/public@2.0.0-pre-tailwind.26
 - @bloom-housing/ui-components@2.0.0-alpha.26

* chore(release): version

 - @bloom-housing/backend-core@2.0.0
 - @bloom-housing/shared-helpers@2.0.0
 - @bloom-housing/partners@2.0.0
 - @bloom-housing/public@2.0.0
 - @bloom-housing/ui-components@2.0.0

* fix: Updates lastName on application save

* docs: Update changelog

* Fix code style issues with Prettier

* chore(release): version

 - @bloom-housing/partners@2.0.1-alpha.0

* fix: a11y color contrast issues with tint on ImageCard component (#2074)

* chore(release): version

 - @bloom-housing/partners@2.0.1-alpha.1
 - @bloom-housing/public@2.0.1-alpha.0
 - @bloom-housing/ui-components@2.0.1-alpha.0

* feat: two new common app questions - Household Changes and Household Student (#2070)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.0
 - @bloom-housing/partners@2.0.1-alpha.2
 - @bloom-housing/public@2.0.1-alpha.1
 - @bloom-housing/ui-components@2.0.1-alpha.1

* fix: household member cypress test (#2113)

* chore(release): version

 - @bloom-housing/public@2.0.1-alpha.2

* fix: SiteHeader visual issues with long menu bars (#2068)

* feat: jurisdictional email signatures (#2111)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.1
 - @bloom-housing/partners@2.0.1-alpha.3
 - @bloom-housing/public@2.0.1-alpha.3
 - @bloom-housing/ui-components@2.0.1-alpha.2

* fix: don't send email confirmation on paper app submission (#2110)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.2
 - @bloom-housing/partners@2.0.1-alpha.4
 - @bloom-housing/public@2.0.1-alpha.4
 - @bloom-housing/ui-components@2.0.1-alpha.3

* 1838/ami chart jurisdictionalized (#2102)

* fix: jurisdictionalizes ami charts on partners

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.3
 - @bloom-housing/partners@2.0.1-alpha.5
 - @bloom-housing/public@2.0.1-alpha.5
 - @bloom-housing/ui-components@2.0.1-alpha.4

* feat: Updates application confirmation numbers (#2072)

* feat: Updates application confirmation numbers

* docs: Update changelog

* feat: adds confirmation number to csv export

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.4
 - @bloom-housing/partners@2.0.1-alpha.6
 - @bloom-housing/public@2.0.1-alpha.6
 - @bloom-housing/ui-components@2.0.1-alpha.5

* fix: updates lastName on application save

picked from aff87ec99ad2fbd4a1f9a6853157ea7770f85a56

* fix(backend): make it possible to filter portal users in /users endpoint (#2078)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.5
 - @bloom-housing/partners@2.0.1-alpha.7
 - @bloom-housing/public@2.0.1-alpha.7
 - @bloom-housing/ui-components@2.0.1-alpha.6

* Revert "refactor: listing preferences and adds jurisdictional filtering"

This reverts commit 9f661b43921ec939bd1bf5709c934ad6f56dd859.

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.6
 - @bloom-housing/partners@2.0.1-alpha.8
 - @bloom-housing/public@2.0.1-alpha.8
 - @bloom-housing/ui-components@2.0.1-alpha.7

* hotfix: ensure Triton seed doesn't error out

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.7
 - @bloom-housing/partners@2.0.1-alpha.9
 - @bloom-housing/public@2.0.1-alpha.9
 - @bloom-housing/ui-components@2.0.1-alpha.8

* chore(release): version

 - @bloom-housing/backend-core@3.0.0
 - @bloom-housing/shared-helpers@3.0.0
 - @bloom-housing/partners@3.0.0
 - @bloom-housing/public@3.0.0
 - @bloom-housing/ui-components@3.0.0

* 1837/preferences cleanup 3 (#2144)

* feat(backend): preferences cleanup

BREAKING CHANGE: Preferences are now M-N relation with a listing and have an intermediate table with ordinal number

* refactor(backend): preferences deduplication

So far each listing referenced it's own unique Preferences. This change introduces Many to Many
relationship between Preference and Listing entity and forces sharing Preferences between listings.

* feat(backend): extend preferences migration with moving existing relations to a new intermediate tab

* feat(backend): add Preference - Jurisdiction ManyToMany relation

* feat: adapt frontend to backend changes

* fix(backend): typeORM preferences select statement

* fix(backend): connect preferences with jurisdictions in seeds, fix pref filter validator

* fix(backend): fix missing import in preferences-filter-params.ts

* refactor: rebase issue

* feat: uptake jurisdictional preferences

* fix: fixup tests

* fix: application preferences ignore page, always separate

* Remove page from src/migration/1633359409242-add-listing-preferences-intermediate-relation.ts

* fix: preference fetching and ordering/pages

* Fix code style issues with Prettier

* fix(backend): query User__leasingAgentInListings__jurisdiction_User__leasingAgentIn specified more

* fix: perferences cypress tests

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.0
 - @bloom-housing/partners@3.0.1-alpha.0
 - @bloom-housing/public@3.0.1-alpha.0
 - @bloom-housing/ui-components@3.0.1-alpha.0

* feat(backend): extend UserUpdateDto to support email change with confirmation (#2120)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.1
 - @bloom-housing/partners@3.0.1-alpha.1
 - @bloom-housing/public@3.0.1-alpha.1
 - @bloom-housing/ui-components@3.0.1-alpha.1

* 2056/user account edit fix (#2073)

* fix: Replaces service to use newly created

* fix: Fix DOB initial values

* feat(backend): extend UserUpdateDto to support email change with confirmation

* fix: Update email form to use a new service

* fix: updates email change language

* Fix code style issues with Prettier

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.2
 - @bloom-housing/partners@3.0.1-alpha.2
 - @bloom-housing/public@3.0.1-alpha.2
 - @bloom-housing/ui-components@3.0.1-alpha.2

* feat: add Programs section to listings management (#2093)

* feat: add Programs section to listings management

* fix: sorting on detail page

* fix: merge issues

* feat: make program fetching jurisdictional

* fix: replace preference with program

* fix: program delete removes jurisdiction

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.3
 - @bloom-housing/partners@3.0.1-alpha.3
 - @bloom-housing/public@3.0.1-alpha.3
 - @bloom-housing/ui-components@3.0.1-alpha.3

* 2085/adds top level catchAll exception filter (#2132)

* fix: adds top level catchAll error filter

* fix: removing now unused exception filter

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.4
 - @bloom-housing/partners@3.0.1-alpha.4
 - @bloom-housing/public@3.0.1-alpha.4
 - @bloom-housing/ui-components@3.0.1-alpha.4

* feat: Change unit number field type to text (#2136)

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.5

* chore(deps): bump electron from 13.1.7 to 13.3.0 (#2137)

Bumps [electron](https://github.com/electron/electron) from 13.1.7 to 13.3.0.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](https://github.com/electron/electron/compare/v13.1.7...v13.3.0)

---
updated-dependencies:
- dependency-name: electron
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump axios from 0.21.1 to 0.21.2 (#2138)

Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.2.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.21.1...v0.21.2)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat(backend): improve application flagged set saving efficiency (#2147)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.5
 - @bloom-housing/partners@3.0.1-alpha.6
 - @bloom-housing/public@3.0.1-alpha.5
 - @bloom-housing/ui-components@3.0.1-alpha.5

* 1655/invite user edit (#1982)

* feat: Update title to be also a react node

* feat: Update translations

* feat: Create reusable form to add and edit users

* feat: Add delete function

* feat(backend): Add ON UPDATE SET NULL to application-user relation

* fix: Fix type

* Fix code style issues with Prettier

* fix(jurisdictionResolverService): updates to return undefined if no jurisdictionName

* feat: Update drawer state name

* feat: Add missing translations

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.6
 - @bloom-housing/partners@3.0.1-alpha.7
 - @bloom-housing/public@3.0.1-alpha.6
 - @bloom-housing/ui-components@3.0.1-alpha.6

* Add a phone number column to the user_accounts table (#2134)

* Merge pull request #710 from CityOfDetroit/feature/add-phonenumber-to-user-entity

Add phone number to user accounts.

* Merge pull request #728 from CityOfDetroit/fix/modify-phone-number-test

Fix user E2E tests.

* Merge pull request #728 from CityOfDetroit/fix/modify-phone-number-test

Fix user E2E tests.

* fix: add validation groups to phoneNumber

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.7
 - @bloom-housing/partners@3.0.1-alpha.8
 - @bloom-housing/public@3.0.1-alpha.7
 - @bloom-housing/ui-components@3.0.1-alpha.7

* refactor: make backend a peer dependency in ui-components (#2146)

* refactor: make backend a peer dependency in ui-components

* fix: fix flaky test

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.0
 - @bloom-housing/partners@3.0.1-alpha.9
 - @bloom-housing/public@3.0.1-alpha.8
 - @bloom-housing/ui-components@3.0.1-alpha.8

* fix: updates address order (#2151)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.8
 - @bloom-housing/shared-helpers@3.0.1-alpha.1
 - @bloom-housing/partners@3.0.1-alpha.10
 - @bloom-housing/public@3.0.1-alpha.9

* feat(backend): add nginx proxy-cache configuration (#2119)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.9
 - @bloom-housing/shared-helpers@3.0.1-alpha.2
 - @bloom-housing/partners@3.0.1-alpha.11
 - @bloom-housing/public@3.0.1-alpha.10

* Release 11 11 21 (#2162)

* fix: fix: adding unit tests to the unit type

picked from dev 1f8d7094e508337131d3033476cd70c2befaecd0

* fix: fix: a11y color contrast issues with tint on ImageCard component

picked from dev 505929149ee1485b9fc59402a9e14ead6de5dfc4

* feat: feat: two new common app questions - Household Changes and Household Student

picked from dev 42a752ec073c0f5b65374c7a68da1e34b0b1c949

* fix: fix: SiteHeader visual issues with long menu bars

picked from dev fd6686e206b4e53ae8b6ab757ad0506eaead0d01

* feat: feat: jurisdictional email signatures

picked from dev 7a146ffb5de88cfa2950e2a469a99e38d71b33c8

* fix: fix: don't send email confirmation on paper app submission

picked from dev 7f83b70327049245ecfba04ae3aea4e967929b2a

* feat: feat: Updates application confirmation numbers

picked from dev 75cd67bcb62280936bdeeaee8c9b7b2583a1339d

* fix: fix(backend): make it possible to filter portal users in /users endpoint

picked from dev 29bf714d28755916ec8ec896366c8c32c3a227c4

* feat: feat(backend): add languages (Language[]) to Jurisdiction entity

picked from dev 9ceed24d48b14888e6ea59b421b409f875d12b01

* fix: feat(backend): try fixing SETEX redis e2e tests flakiness

picked from dev 4087c532ddba672a415a048f4362e509aba7fd7f

* feat: feat(backend): Add user delete endpoint

picked from dev a13f73574b470beff2f8948abb226a6786856480

* fix: fix: improved UX for the Building Selection Criteria drawer

picked from dev 4bd8b09456b54584c3731bcca64019dc231d0c55

* feat: feat(backend): add Program entity

picked from dev 492ec4d333cf9b73af772a1aceed29813f405ba0

* refactor: breaking: 1837/preferences cleanup

picked from dev 3ce6d5eb5aac49431ec5bf4912dbfcbe9077d84e

BREAKING CHANGE: preferences model and relationships changed

* feat: feat(backend): extend UserUpdateDto to support email change

picked from dev 3e1fdbd0ea91d4773973d5c485a5ba61303db90a

* fix: 2056/user account edit fix

picked from dev a15618c0cb548ff5b2ae913b802c9e08bb673f30

* refactor: 2085/adds top level catchAll exception filter

picked from dev aeaa63d1af1fa3d11671e169cb3bd23d356fface

* feat: feat: Change unit number field type to text

picked from dev f54be7c7ba6aac8e00fee610dc86584b60cc212d

* feat(backend): improve application flagged set saving efficiency

* fix: fix: updates address order

picked from dev 252e014dcbd2e4c305384ed552135f5a8e4e4767

* fix: sets programs to optoinal and updates versions

* chore: chore(deps): bump electron from 13.1.7 to 13.3.0

* chore: chore(deps): bump axios from 0.21.1 to 0.21.2

* fix: adds programs service

* fix: fix lisitng e2e tests

* fix: fix member tests

* fix: fixes program, preference, ami-chart de-dupe (#2169)

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.12

* fix: adds jurisdictionId to useSWR path

* fix: recalculate units available on listing update (#2150)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.10
 - @bloom-housing/shared-helpers@3.0.1-alpha.3
 - @bloom-housing/partners@3.0.1-alpha.13
 - @bloom-housing/public@3.0.1-alpha.11

* fix: recalculate units available on listing update

picked form dev f1a3dbce6478b16542ed61ab20de5dfb9b797262

* feat: feat(backend): make use of new application confirmation codes

picked from dev 3c45c2904818200eed4568931d4cc352fd2f449e

* Revert "chore(deps): bump axios from 0.21.1 to 0.21.2 (#2138)"

This reverts commit 7711604323ae2f6a1782a35f7a26176f215f6c00.

* revert: revert "chore(deps): bump axios from 0.21.1 to 0.21.2

picked from dev 2b83bc0393afc42eed542e326d5ef75502ce119c

* refactor: remove applicationAddress (#2009)

* refactor: remove applicationAddress

* docs: readme update

* test: fix backend test

* fix: db migration

* Fix code style issues with Prettier

* test(backend): fix SETEX impossible to process

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.11
 - @bloom-housing/shared-helpers@3.0.1-alpha.4
 - @bloom-housing/partners@3.0.1-alpha.14
 - @bloom-housing/public@3.0.1-alpha.12
 - @bloom-housing/ui-components@3.0.1-alpha.9

* feat: refactor and add public site application flow cypress tests (#2118)

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.15
 - @bloom-housing/public@3.0.1-alpha.13
 - @bloom-housing/ui-components@3.0.1-alpha.10

* fix: sapp submission w/ no due date

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.12
 - @bloom-housing/shared-helpers@3.0.1-alpha.5
 - @bloom-housing/partners@3.0.1-alpha.16
 - @bloom-housing/public@3.0.1-alpha.14

* Revert "feat(backend): add nginx proxy-cache configuration (#2119)"

This reverts commit 34d32e75ceae378a26c57f4c9b7feec8c88339e0.

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.13
 - @bloom-housing/shared-helpers@3.0.1-alpha.6
 - @bloom-housing/partners@3.0.1-alpha.17
 - @bloom-housing/public@3.0.1-alpha.15

* fix: app submission w/ no due date

picked from dev 4af1f5a8448f16d347b4a65ecb85fda4d6ed71fc

* 1975/better seed data for ami-charts (#2156)

* fix: better seed data for ami-charts

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.14
 - @bloom-housing/shared-helpers@3.0.1-alpha.7
 - @bloom-housing/partners@3.0.1-alpha.18
 - @bloom-housing/public@3.0.1-alpha.16

* 2154/avance prefs (#2177)

* feat: new preferences

* feat: preference updates

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.15
 - @bloom-housing/shared-helpers@3.0.1-alpha.8
 - @bloom-housing/partners@3.0.1-alpha.19
 - @bloom-housing/public@3.0.1-alpha.17
 - @bloom-housing/ui-components@3.0.1-alpha.11

* 2154/avance prefs (#2178)

* feat: new preferences

* feat: preference updates

* Fix code style issues with Prettier

* feat: preference options bottom border

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.18

* 2154/avance prefs III (#2179)

* feat: new preferences

* feat: preference updates

* Fix code style issues with Prettier

* feat: preference options bottom border

* feat: liveWorkLivermore preference

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.20
 - @bloom-housing/public@3.0.1-alpha.19
 - @bloom-housing/ui-components@3.0.1-alpha.12

* 1988/adds listing management cypress tests to partner portal (#2103)

* test: adds listing management tests

* test: minor tweaks

* test: big updates for LM cypress tests

* test: fixes selectors

* feat: adding partner cypress tests to pr workflow

* fix: undoing

* chore: adds latest bloom-housing packages to partners

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.21
 - @bloom-housing/public@3.0.1-alpha.20
 - @bloom-housing/ui-components@3.0.1-alpha.13

* feat: adds new preferences, reserved community type

* feat: adds bottom border to preferences

* feat: updates preference string

* fix: preference cleanup for avance

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.22
 - @bloom-housing/public@3.0.1-alpha.21
 - @bloom-housing/ui-components@3.0.1-alpha.14

* fix: preference cleanup for avance

* 1975/one month rent (#2158)

* feat: add depoist helper text

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.16
 - @bloom-housing/shared-helpers@3.0.1-alpha.9
 - @bloom-housing/partners@3.0.1-alpha.23
 - @bloom-housing/public@3.0.1-alpha.22
 - @bloom-housing/ui-components@3.0.1-alpha.15

* fix(backend): fix view.spec.ts test (#2175)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.17
 - @bloom-housing/shared-helpers@3.0.1-alpha.10
 - @bloom-housing/partners@3.0.1-alpha.24
 - @bloom-housing/public@3.0.1-alpha.23

* refactor: removes jsonpath (#2206)

* refactor: removes jsonpath

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.18
 - @bloom-housing/shared-helpers@3.0.1-alpha.11
 - @bloom-housing/partners@3.0.1-alpha.25
 - @bloom-housing/public@3.0.1-alpha.24

* 1869/application program display (#2114)

* feat: add programs step to application forms

* test: add Cypress tests for the programs step

* feat: rework the Programs page and enhance seeds

* chore: fix programs Cypress test

* fix: fixup cypress tests

* fix: update mock data

* fix: fixup mock data pt 2

* fix: type issues

* fix: bugs and simplify program data processing

Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.19
 - @bloom-housing/shared-helpers@3.0.1-alpha.12
 - @bloom-housing/partners@3.0.1-alpha.26
 - @bloom-housing/public@3.0.1-alpha.25
 - @bloom-housing/ui-components@3.0.1-alpha.16

* feat: adds jurisdictions to pref seeds (#2199)

* feat: adds jurisdictions to pref seeds

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.20
 - @bloom-housing/shared-helpers@3.0.1-alpha.13
 - @bloom-housing/partners@3.0.1-alpha.27
 - @bloom-housing/public@3.0.1-alpha.26

* 1901/application program partners (#2182)

* feat: add programs step to application forms

* test: add Cypress tests for the programs step

* feat: rework the Programs page and enhance seeds

* chore: fix programs Cypress test

* feat: add programs step to application forms

* test: add Cypress tests for the programs step

* feat: rework the Programs page and enhance seeds

* chore: fix programs Cypress test

* fix: fixup cypress tests

* fix: update mock data

* fix: fixup mock data pt 2

* fix: type issues

* feat: Create programs mapper

Closes #1901

* feat: Add programs section

Closes #1901

* feat: Create details section for programs

Closes #1901

* feat: Update translations

Closes #1901

* refactor: Remove console log

Closes #1901

* refactor: Simpify code

Closes #1901

* chore: remove console log

* fix: mapProgramToApi return

Co-authored-by: Jared White <jared@jaredwhite.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.21
 - @bloom-housing/shared-helpers@3.0.1-alpha.14
 - @bloom-housing/partners@3.0.1-alpha.28
 - @bloom-housing/public@3.0.1-alpha.27
 - @bloom-housing/ui-components@3.0.1-alpha.17

* test: update program test

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.28

* feat: new demographics sub-race questions (#2109)

* feat: new demographics sub-race questions

* fix: update migration to keep data

* feat: other text boxes

* feat: wip other labels

* feat: can edit demo in partners

* fix: cleanup

* feat: csv formatting

* fix: type issue

* feat: remove gender and sexual orientation

* fix: add test id

* fix: more test ids

* fix: select by checkboxes

* fix: dont use select

* fix: data

* fix: add tests, fixup other option

* Fix code style issues with Prettier

* fix: remove unneeded dependencies

* test: add additional test

* Fix code style issues with Prettier

* test: change test id attribute

* chore: cleanup formatApplicationData imports

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.22
 - @bloom-housing/shared-helpers@3.0.1-alpha.15
 - @bloom-housing/partners@3.0.1-alpha.29
 - @bloom-housing/public@3.0.1-alpha.29
 - @bloom-housing/ui-components@3.0.1-alpha.18

* feat: updates email confirmation for lottery (#2200)

* feat: updates email confirmation for lottery

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.23
 - @bloom-housing/shared-helpers@3.0.1-alpha.16
 - @bloom-housing/partners@3.0.1-alpha.30
 - @bloom-housing/public@3.0.1-alpha.30

* fix: add ariaHidden to Icon component

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.17
 - @bloom-housing/partners@3.0.1-alpha.31
 - @bloom-housing/public@3.0.1-alpha.31
 - @bloom-housing/ui-components@3.0.1-alpha.19

* fix: add ariaLabel prop to Button component

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.18
 - @bloom-housing/partners@3.0.1-alpha.32
 - @bloom-housing/public@3.0.1-alpha.32
 - @bloom-housing/ui-components@3.0.1-alpha.20

* fix: change the yes/no radio text to be more descriptive (#2208)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.19
 - @bloom-housing/partners@3.0.1-alpha.33
 - @bloom-housing/public@3.0.1-alpha.33
 - @bloom-housing/ui-components@3.0.1-alpha.21

* fix: remove alameda reference in demographics (#2209)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.20
 - @bloom-housing/partners@3.0.1-alpha.34
 - @bloom-housing/public@3.0.1-alpha.34
 - @bloom-housing/ui-components@3.0.1-alpha.22

* refactor: remove applicationAddress

picked from dev bf10632a62bf2f14922948c046ea3352ed010f4f

* feat: refactor and add public site application flow cypress tests

picked from dev 9ec0e8d05f9570773110754e7fdaf49254d1eab8

* feat: better seed data for ami-charts

picked from dev d8b1d4d185731a589c563a32bd592d01537785f3

* feat: adds listing management cypress tests to partner portal

* fix: listings management keep empty strings, remove empty objects

picked from dev c4b1e833ec128f457015ac7ffa421ee6047083d9

* feat: one month rent

picked from dev 883b0d53030e1c4d54f2f75bd5e188bb1d255f64

* test: view.spec.ts test

picked from dev 324446c90138d8fac50aba445f515009b5a58bfb

* refactor: removes jsonpath

picked from dev deb39acc005607ce3076942b1f49590d08afc10c

* feat: adds jurisdictions to pref seeds

picked from dev 9e47cec3b1acfe769207ccbb33c07019cd742e33

* feat: new demographics sub-race questions

picked from dev 9ab892694c1ad2fa8890b411b3b32af68ade1fc3

* feat: updates email confirmation for lottery

picked from dev 1a5e824c96d8e23674c32ea92688b9f7255528d3

* fix: add ariaHidden to Icon component

picked from dev c7bb86aec6fd5ad386c7ca50087d0113b14503be

* fix: add ariaLabel prop to Button component

picked from dev 509ddc898ba44c05e26f8ed8c777f1ba456eeee5

* fix: change the yes/no radio text to be more descriptive

picked from dev 0c46054574535523d6f217bb0677bbe732b8945f

* fix: remove alameda reference in demographics

picked from dev 7d5991cbf6dbe0b61f2b14d265e87ce3687f743d

* chore: release version

picked from dev fe82f25dc349877d974ae62d228fea0354978fb7

* feat: ami chart jurisdictionalized

picked from dev 0a5cbc88a9d9e3c2ff716fe0f44ca6c48f5dcc50

* refactor: make backend a peer dependency in ui-components

picked from dev 952aaa14a77e0960312ff0eeee51399d1d6af9f3

* feat: add a phone number column to the user_accounts table

picked from dev 2647df9ab9888a525cc8a164d091dda6482c502a

* chore: removes application program partners

* chore: removes application program display

* Revert "chore: removes application program display"

This reverts commit 14825b4a6c9cd1a7235e32074e32af18a71b5c26.

* Revert "chore: removes application program partners"

This reverts commit d7aa38c777972a2e21d9f816441caa27f98d3f86.

* chore: yarn.lock and backend-swagger

* fix: removes Duplicate identifier fieldGroupObjectToArray

* feat: skip preferences if not on listing

* chore(release): version

* fix: cannot save custom mailing, dropoff, or pickup address

* chore(release): version

* chore: converge on one axios version, remove peer dependency

* chore(release): version

* feat: simplify Waitlist component and use more flexible schema

* chore(release): version

* fix: lottery results uploads now save

* chore(release): version

* feat: add SRO unit type

* chore(release): version

* fix: paper application submission

* chore(release): version

* fix: choose-language context

* chore(release): version

* fix: applications/view hide prefs

* chore(release): version

* feat: overrides fallback to english, tagalog support

* chore(release): version

* fix: account translations

* chore(release): version

* fix: units with invalid ami chart

* chore(release): version

* fix: remove description for the partners programs

* fix: fix modal styles on mobile

* fix: visual improvement to programs form display

* fix: submission tests not running

* chore: translations (#2293)

* chore: translations (#2295)

* chore: missing translations (#2296)

* fix: prefUnits on autofill summary (#2294)

* chore: move Programs step to come after Students (#2277)

* feat: adds whatToExpect to GTrans

* chore: missing translations (#2299)

* fix: 2259/fixes idle timeout not resetting properly (#2292)

* chore(release): version

* fix: demographics howDidYouHear options (2305)

* chore(release): version

* fix: mobile notice text wrap issue (#2308)

* feat: postmark date time fields partners (#2239)

* fix: versioning issues (#2311)

* chore(release): version

* chore(backend): move libs/ to shared/utils, clean up modules (#2230)

* feat(backend): all programs to csv export (#2302)

* chore(release): version

* feat: filter partner users

* chore(release): version

* feat: adds updating open listing modal (#2288)

* fix: closed listings allowed apps (#2317)

* feat: 2165/rosefield preference updates (#2386)

* chore(release): version

* Revert "chore(release): version"

This reverts commit 7c414ca7f8c5709e4ff19b94e3fb1089bdc45e97.

* chore(release): version

 - @bloom-housing/backend-core@3.0.1
 - @bloom-housing/shared-helpers@3.0.1
 - @bloom-housing/partners@3.0.1
 - @bloom-housing/public@3.0.1
 - @bloom-housing/ui-components@3.0.1

* feat(backend): add storing listing translations (#2215)

* feat: adds whatToExpect to GTrans (#2303)

* fix: patch issue with submit application section

* fix: patches translations for preferences (#2410)

* fix: issues with public app and readds auto save (2428)

* fix: ami charts without all households (#2430)

* fix: load blank application

* 2022-01-27 release (#2439)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.23
 - @bloom-housing/partners@3.0.1-alpha.37
 - @bloom-housing/public@3.0.1-alpha.38
 - @bloom-housing/ui-components@3.0.1-alpha.24

* fix(backend): nginx with heroku configuration (#2196)

* fix(backend): nginx with heroku configuration

* feat(backend): nginx make hostname and port variable

* feat: nginx proxy updates

* feat(backend): modify proxy_pass and Host header settings

Co-authored-by: seanmalbert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.26
 - @bloom-housing/shared-helpers@3.0.1-alpha.24
 - @bloom-housing/partners@3.0.1-alpha.38
 - @bloom-housing/public@3.0.1-alpha.39
 - @bloom-housing/ui-components@3.0.1-alpha.25

* fix: fetchBaseListingData (#2238)

* fix: fetchBaseListingData

* fix: fetchBaseListingData

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.40

* fix: lottery results uploads now save (#2226)

* fix: lottery results uploads now save

* fix: switch to partial typing

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.39

* feat: getStaticPaths fallback blocking test

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.41

* chore: add temp logs for testing id/slug

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.42

* chore(backend): move libs/ to shared/utils, clean up modules (#2230)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.27
 - @bloom-housing/shared-helpers@3.0.1-alpha.25
 - @bloom-housing/partners@3.0.1-alpha.40
 - @bloom-housing/public@3.0.1-alpha.43
 - @bloom-housing/ui-components@3.0.1-alpha.26

* chore: add SRO unit type (#2243)

* chore: add SRO unit type to DB / translations

* chore: additional string changes to SRO

* test(backend): add SRO to unit types test

* feat: SRO unit type additions

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.28
 - @bloom-housing/shared-helpers@3.0.1-alpha.26
 - @bloom-housing/partners@3.0.1-alpha.41
 - @bloom-housing/public@3.0.1-alpha.44
 - @bloom-housing/ui-components@3.0.1-alpha.27

* 2140/fix paper application submission (#2195)

* fix: fix paper application submission

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.42

* Fix code style issues with Prettier

* test: adds cypress test coverage

* fix: updates per sean

* fix: one more update

* test: fix partners unit tests

* fix: choose-language context

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.45

* fix: applications drop off address

* fix: applications/view hide prefs

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.46

* feat(backend): add storing listing translations (#2215)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.29
 - @bloom-housing/shared-helpers@3.0.1-alpha.27
 - @bloom-housing/partners@3.0.1-alpha.43
 - @bloom-housing/public@3.0.1-alpha.47
 - @bloom-housing/ui-components@3.0.1-alpha.28

* fix(backend): make nginx proxy use Language HTTP header in cache key (#2266)

* 2098/fix partner applications grid display (#2188)

* fix: partner applications grid display

* Fix code style issues with Prettier

* test: fix tests

* Fix code style issues with Prettier

* fix: updates to using views

* tests: add application grid test

* fix: updates per sean

* fix: one more update

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.30
 - @bloom-housing/shared-helpers@3.0.1-alpha.28
 - @bloom-housing/partners@3.0.1-alpha.44
 - @bloom-housing/public@3.0.1-alpha.48
 - @bloom-housing/ui-components@3.0.1-alpha.29

* fix: fixes some issues with the deployment

* Revert/2188 (#2270)

* fix: fixes some issues with the deployment

* revert: partner applications grid display

* fix: view.spec

Co-authored-by: Yazeed Loonat <yazeedloonat@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.31
 - @bloom-housing/shared-helpers@3.0.1-alpha.29
 - @bloom-housing/partners@3.0.1-alpha.45
 - @bloom-housing/public@3.0.1-alpha.49
 - @bloom-housing/ui-components@3.0.1-alpha.30

* 2098/fix partner applications grid display (#2188)

* fix: partner applications grid display

* Fix code style issues with Prettier

* test: fix tests

* Fix code style issues with Prettier

* fix: updates to using views

* tests: add application grid test

* fix: updates per sean

* fix: one more update

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* feat(backend): add listings closing routine (#2213)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.32
 - @bloom-housing/shared-helpers@3.0.1-alpha.30
 - @bloom-housing/partners@3.0.1-alpha.46
 - @bloom-housing/public@3.0.1-alpha.50
 - @bloom-housing/ui-components@3.0.1-alpha.31

* feat(backend): add user password expiration

* fix: Remove description for the partners programs (#2234)

Closes #1901

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.47

* 2227/lock login attempts frontend (#2260)

* feat: Add new translations

Closes #1927

* refactor: Make title as optional

Closes #1927

* feat: Update login alert text

Closes #1927

* fix: Use translation, instead of hardcoded text

Closes #1927

* feat: Add translation

Closes #1927

* feat: Update type name

Closes #1927

* feat: Add new alerts

Closes #1927

* fix: Fix translation

Closes #1927

* fix(AlertBox.tsx): Fix close icon placement

Closes #1927

* feat: Create helper to catch network errors

Closes #1927

* feat: Add translations

Closes #1927

* feat: Create reusable sign-in form

Closes #1927

* refactor(sign-in page, public and partners): Update sign-in pages to use reusable form

BREAKING CHANGE: sign-in pages have been updated

Closes #1927

* Fix code style issues with Prettier

* fix: fixes tests and also issue with user grid

* fix: fixes linting error

* feat(backend): add appropriate http exception for password outdated login failure

* fix: Fix modal styles on mobile (#2280)

Closes #2253

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.31
 - @bloom-housing/partners@3.0.1-alpha.48
 - @bloom-housing/public@3.0.1-alpha.51
 - @bloom-housing/ui-components@3.0.1-alpha.32

* fix: visual improvement to programs form display (#2276)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.52

* fix: submission tests not running (#2282)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.53

* feat: overrides fallback to english, tagalog support (#2262)

* chore: allow work-in strings to take jurisdiction name

* feat: add support for tagalog

* Fix code style issues with Prettier

* feat: tagalog language

* feat: translations precedence includes en overrides

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.33
 - @bloom-housing/shared-helpers@3.0.1-alpha.32
 - @bloom-housing/partners@3.0.1-alpha.49
 - @bloom-housing/public@3.0.1-alpha.54
 - @bloom-housing/ui-components@3.0.1-alpha.33

* fix: account translations (#2278)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.33
 - @bloom-housing/partners@3.0.1-alpha.50
 - @bloom-housing/public@3.0.1-alpha.55
 - @bloom-housing/ui-components@3.0.1-alpha.34

* test: fixes test issues

* fix: fix sortig on applications partner grid

* chore: translations (#2293)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.34
 - @bloom-housing/partners@3.0.1-alpha.51
 - @bloom-housing/public@3.0.1-alpha.56
 - @bloom-housing/ui-components@3.0.1-alpha.35

* chore: translations (#2295)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.35
 - @bloom-housing/partners@3.0.1-alpha.52
 - @bloom-housing/public@3.0.1-alpha.57
 - @bloom-housing/ui-components@3.0.1-alpha.36

* chore: missing translations (#2296)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.36
 - @bloom-housing/partners@3.0.1-alpha.53
 - @bloom-housing/public@3.0.1-alpha.58
 - @bloom-housing/ui-components@3.0.1-alpha.37

* fix: prefUnits on autofill summary (#2294)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.59

* chore: move Programs step to come after Students (#2277)

* chore: move Programs step to come after Students

* test: rearrange order of programs within Cypress tests

* test: remove problematic statement

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.60

* fix: units with invalid ami chart (#2290)

* fix: alunits with invalid ami chart

* perf: uniquePercentageChartSet map

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.34
 - @bloom-housing/shared-helpers@3.0.1-alpha.37
 - @bloom-housing/partners@3.0.1-alpha.54
 - @bloom-housing/public@3.0.1-alpha.61
 - @bloom-housing/ui-components@3.0.1-alpha.38

* chore: missing translations (#2299)

* chore: missing translations

* chore: remove logs

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.38
 - @bloom-housing/partners@3.0.1-alpha.55
 - @bloom-housing/public@3.0.1-alpha.62
 - @bloom-housing/ui-components@3.0.1-alpha.39

* 2259/fixes idle timeout not resetting properly (#2292)

* fix: fixes idle timeout not resetting properly

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.63

* feat: adds whatToExpect to GTrans (#2303)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.35
 - @bloom-housing/shared-helpers@3.0.1-alpha.39
 - @bloom-housing/partners@3.0.1-alpha.56
 - @bloom-housing/public@3.0.1-alpha.64
 - @bloom-housing/ui-components@3.0.1-alpha.40

* fix: demographics howDidYouHear options were not changing on language change (#2305)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.65

* Fix checkbox rtl style

* feat(backend): add password outdating only to users which are either admins or partners

* fix: fix hero button width with secondary button (#2306)

* fix: mobile notice text wrap issue (#2308)

* feat(backend): add activity logging to listings module (#2190)

* feat(backend): add activity logging to listings module

* feat(backend): add activity logging to applications and user controllers

* feat(backend): add metada column to activity log entity

* feat(backend): change activity log metadata column type

* feat(backend): remove applications related changes

* feat(backend): remove ListingActivityLogInterceptor

* 2040/postmark date time fields partners (#2239)

* feat: add postmark by date and time fields

* feat: fix display and preview page

* test: fix so the correct date displays

* Fix code style issues with Prettier

* fix: fixes per emily

* fix: updates per sean

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* fix: versioning issues (#2311)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.36
 - @bloom-housing/shared-helpers@3.0.1-alpha.41
 - @bloom-housing/partners@3.0.1-alpha.58
 - @bloom-housing/public@3.0.1-alpha.67
 - @bloom-housing/ui-components@3.0.1-alpha.42

* feat(backend): all programs to csv export (#2302)

* feat(backend): all programs to csv export

* chore: removes console log

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.37
 - @bloom-housing/shared-helpers@3.0.1-alpha.42
 - @bloom-housing/partners@3.0.1-alpha.59
 - @bloom-housing/public@3.0.1-alpha.68
 - @bloom-housing/ui-components@3.0.1-alpha.43

* feat(backend): add partnerTerms to jurisdiction entity (#2301)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.38
 - @bloom-housing/shared-helpers@3.0.1-alpha.43
 - @bloom-housing/partners@3.0.1-alpha.60
 - @bloom-housing/public@3.0.1-alpha.69
 - @bloom-housing/ui-components@3.0.1-alpha.44

* feat: removes ListingLangCacheInterceptor from get by id

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.39
 - @bloom-housing/shared-helpers@3.0.1-alpha.44
 - @bloom-housing/partners@3.0.1-alpha.61
 - @bloom-housing/public@3.0.1-alpha.70
 - @bloom-housing/ui-components@3.0.1-alpha.45

* fix: Update translation

Closes 1927

* fix: Update hardcoded translations

Closes #1927

* refactor: listing detail props (#2313)

* refactor: listing detail props

* fix: HouseholdSizeField FieldError

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.45
 - @bloom-housing/partners@3.0.1-alpha.62
 - @bloom-housing/public@3.0.1-alpha.71
 - @bloom-housing/ui-components@3.0.1-alpha.46

* chore(deps): bump next from 11.1.2 to 11.1.3 (#2289)

* feat(backend): refactor applications module (#2279)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.40
 - @bloom-housing/shared-helpers@3.0.1-alpha.46
 - @bloom-housing/partners@3.0.1-alpha.63
 - @bloom-housing/public@3.0.1-alpha.72
 - @bloom-housing/ui-components@3.0.1-alpha.47

* feat: filter partner users

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.64

* feat: password reset message

* fix: make mailThin background transparent

* fix: add mailThin icon to stories

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.47
 - @bloom-housing/partners@3.0.1-alpha.65
 - @bloom-housing/public@3.0.1-alpha.73
 - @bloom-housing/ui-components@3.0.1-alpha.48

* feat: adds updating open listing modal (#2288)

* feat: adds updating open listing modal

* fix: closed listings allowed apps (#2317)

* feat: updates for gtm

* feat: updates for gtm

* fix: removes more closed listing application paths (#2319)

* feat: make page header title optional

* feat(backend): remove activity log interceptor from update-password

* refactor: removing helpers from ui-components that are backend dependent (#2108)

BREAKING CHANGE: moved some helpers from ui-components to shared-helpers

* chore: bump versions (#2326)

* fix: make numbered list breakpoint match config

* chore: bump shared-helpers version

* fix: partners shared-helpers version

* chore: bump partners version

* chore: bump public version

* chore: bump version

* chore(release): version

 - @bloom-housing/backend-core@3.0.1
 - @bloom-housing/shared-helpers@4.0.0
 - @bloom-housing/partners@4.0.0
 - @bloom-housing/public@4.0.0
 - @bloom-housing/ui-components@4.0.0

* feat: add matched style to ApplicationStatus

* Fix code style issues with Prettier

* fix: make primary buttons primary background

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.0
 - @bloom-housing/shared-helpers@4.0.1-alpha.0
 - @bloom-housing/partners@4.0.1-alpha.0
 - @bloom-housing/public@4.0.1-alpha.0
 - @bloom-housing/ui-components@4.0.1-alpha.0

* chore: backend & ui-component gitHead

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.1
 - @bloom-housing/shared-helpers@4.0.1-alpha.1
 - @bloom-housing/partners@4.0.1-alpha.1
 - @bloom-housing/public@4.0.1-alpha.1
 - @bloom-housing/ui-components@4.0.1-alpha.1

* fix: propagate custom icon type to ImageCard prop

* Fix code style issues with Prettier

* fix: check for user lastLoginAt

* test: updates user login test

* fix: bump version (#2349)

* fix: bump version (#2350)

* fix: cypress coverage configs

* fix: force a release number if one exists (#2351)

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.6
 - @bloom-housing/shared-helpers@4.0.1-alpha.6
 - @bloom-housing/partners@4.0.1-alpha.6
 - @bloom-housing/public@4.0.1-alpha.6
 - @bloom-housing/ui-components@4.0.1-alpha.6

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.7
 - @bloom-housing/shared-helpers@4.0.1-alpha.7
 - @bloom-housing/partners@4.0.1-alpha.7
 - @bloom-housing/public@4.0.1-alpha.7
 - @bloom-housing/ui-components@4.0.1-alpha.7

* fix: apply action block style to button class not component (#2348)

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.8
 - @bloom-housing/partners@4.0.1-alpha.8
 - @bloom-housing/public@4.0.1-alpha.8
 - @bloom-housing/ui-components@4.0.1-alpha.8

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.8
 - @bloom-housing/shared-helpers@4.0.1-alpha.9
 - @bloom-housing/partners@4.0.1-alpha.9
 - @bloom-housing/public@4.0.1-alpha.9
 - @bloom-housing/ui-components@4.0.1-alpha.9

* fix: remove next dependency from ui-components (#2352)

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.10
 - @bloom-housing/partners@4.0.1-alpha.10
 - @bloom-housing/public@4.0.1-alpha.10
 - @bloom-housing/ui-components@4.0.1-alpha.10

* chore: port latest dev updates over for paper listing form

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.11
 - @bloom-housing/partners@4.0.1-alpha.11
 - @bloom-housing/public@4.0.1-alpha.11
 - @bloom-housing/ui-components@4.0.1-alpha.11

* Add public urls to jurisdiction (#2316)

* Add public urls to jurisdiction

* feat(backend): fix units-transformations.spec test

* feat(backend): fix changes in interface of the autogenerated client in sites/

* Fix code style issues with Prettier

* feat: adds detroit to migration for local/dev

* Fix code style issues with Prettier

* feat: updates to use publicUrl

* Fix code style issues with Prettier

* feat(backend): update add-public-url-to-jurisdiction migration

* fix(backend): jurisidctions e2e tests

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.9
 - @bloom-housing/shared-helpers@4.0.1-alpha.12
 - @bloom-housing/partners@4.0.1-alpha.12
 - @bloom-housing/public@4.0.1-alpha.12
 - @bloom-housing/ui-components@4.0.1-alpha.12

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.10
 - @bloom-housing/shared-helpers@4.0.1-alpha.13
 - @bloom-housing/partners@4.0.1-alpha.13
 - @bloom-housing/public@4.0.1-alpha.13
 - @bloom-housing/ui-components@4.0.1-alpha.13

* fix: move type declarations out of shared-helpers (#2356)

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.14
 - @bloom-housing/partners@4.0.1-alpha.14
 - @bloom-housing/public@4.0.1-alpha.14
 - @bloom-housing/ui-components@4.0.1-alpha.14

* chore(release): version

 - @bloom-housing/partners@4.0.1-alpha.15

* refactor: unifiies logic around listingid

* refactor: prevent local reseed with cypress tests (#2353)

* chore(release): version

 - @bloom-housing/public@4.0.1-alpha.15

* test: add partners cypress ci job

* chore: fixup config

* chore: fixup config 2

* chore: fixup config 3

* chore: fixup config 3

* chore: fixup config 4

* chore: change name to be unique

* fix: update naming

* fix: remove empty secrets

* fix: add in env variable defaults

* fix: add test id

* fix: use drag n drop

* fix: rename var

* fix: rename var2

* test: update config

* 1290/use dayjs instead of moment (#2338)

* Convert all use of Moment to Dayjs

* fix: more moment -> dayjs cleanup

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.11
 - @bloom-housing/shared-helpers@4.0.1-alpha.15
 - @bloom-housing/partners@4.0.1-alpha.16
 - @bloom-housing/public@4.0.1-alpha.16
 - @bloom-housing/ui-components@4.0.1-alpha.15

* test: fix for cypress tests

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.12
 - @bloom-housing/shared-helpers@4.0.1-alpha.16
 - @bloom-housing/partners@4.0.1-alpha.17
 - @bloom-housing/public@4.0.1-alpha.17
 - @bloom-housing/ui-components@4.0.1-alpha.16

* fix: listings group expandable section css updates (#2377)

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.17
 - @bloom-housing/partners@4.0.1-alpha.18
 - @bloom-housing/public@4.0.1-alpha.18
 - @bloom-housing/ui-components@4.0.1-alpha.17

* fix: ensure dayjs parsing strings will work as expected

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.18
 - @bloom-housing/partners@4.0.1-alpha.19
 - @bloom-housing/public@4.0.1-alpha.19
 - @bloom-housing/ui-components@4.0.1-alpha.18

* feat: adds event logging to most of the pages

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.19
 - @bloom-housing/partners@4.0.1-alpha.20
 - @bloom-housing/public@4.0.1-alpha.20
 - @bloom-housing/ui-components@4.0.1-alpha.19

* fix: open house events can now be edited and work cross-browser (#2320)

* fix: open house events can be edited and work cross-browser

* chore: refactor event dates handling to use dayjs

* fix: lm form refresh and getDetailFieldTime

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/partners@4.0.1-alpha.21

* 2165/rosefield preference updates (#2386)

* feat: rosefield preference updates

* feat: removes "no" from rosefield translations

* fix: removing translations

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.20
 - @bloom-housing/partners@4.0.1-alpha.22
 - @bloom-housing/public@4.0.1-alpha.21
 - @bloom-housing/ui-components@4.0.1-alpha.20

* fix: dates showing as invalid in send by mail section (#2362)

BREAKING CHANGE: remove applicationDueTime field and consolidated into applicationDueDate

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.13
 - @bloom-housing/shared-helpers@4.0.1-alpha.21
 - @bloom-housing/partners@4.0.1-alpha.23
 - @bloom-housing/public@4.0.1-alpha.22
 - @bloom-housing/ui-components@4.0.1-alpha.21

* fix: partners render issue (#2395)

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.14
 - @bloom-housing/shared-helpers@4.0.1-alpha.22
 - @bloom-housing/partners@4.0.1-alpha.24
 - @bloom-housing/public@4.0.1-alpha.23
 - @bloom-housing/ui-components@4.0.1-alpha.22

* fix: user status enum to camel case; gtm types

* fix: removes unnecessary ternary

* test: fix flaky cypress test

* fix: patches translations for preferences (#2410)

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.15
 - @bloom-housing/shared-helpers@4.0.1-alpha.23
 - @bloom-housing/partners@4.0.1-alpha.25
 - @bloom-housing/public@4.0.1-alpha.24
 - @bloom-housing/ui-components@4.0.1-alpha.23

* feat: listing card takes optional children (#2407)

* feat: listing card takes optional children

* fix: additional header

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.24
 - @bloom-housing/partners@4.0.1-alpha.26
 - @bloom-housing/public@4.0.1-alpha.25
 - @bloom-housing/ui-components@4.0.1-alpha.24

* feat: set gtm pageTitle to english only

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.25
 - @bloom-housing/partners@4.0.1-alpha.27
 - @bloom-housing/public@4.0.1-alpha.26

* test: fix partner listing tests

* test: adds back mailing address checks

* chore(release): version

 - @bloom-housing/partners@4.0.1-alpha.28

* fix: issues with public app and readds auto save

* fix: removing console logs

* chore(release): version

 - @bloom-housing/public@4.0.1-alpha.27

* fix: ami charts without all households (#2430)

* fix: ami charts without all households

* fix: merging filter and reduce together

Co-authored-by: Yazeed Loonat <yazeedloonat@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.16
 - @bloom-housing/shared-helpers@4.0.1-alpha.26
 - @bloom-housing/partners@4.0.1-alpha.29
 - @bloom-housing/public@4.0.1-alpha.28
 - @bloom-housing/ui-components@4.0.1-alpha.25

* chore: add translations for per month/year in hmi table (#2418)

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.27
 - @bloom-housing/partners@4.0.1-alpha.30
 - @bloom-housing/public@4.0.1-alpha.29
 - @bloom-housing/ui-components@4.0.1-alpha.26

* fix: Fix infinite page width (#2434)

Closes #2374

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.28
 - @bloom-housing/partners@4.0.1-alpha.31
 - @bloom-housing/public@4.0.1-alpha.30
 - @bloom-housing/ui-components@4.0.1-alpha.27

* refactor: Increase textarea limits (#2435)

Closes #2420

* chore(release): version

 - @bloom-housing/partners@4.0.1-alpha.32

* 2328/address verification (#2412)

* feat: verify applicant address via MapBox API

* feat: support various selection states for address

* chore: refactor address to break up large file

* test: update Cypress tests to check address validation

* test: update mock data with a real address

* test: update minimal application data as well

* test: add additional tests for address validation

* test: relocate bad addresses to separate integration test

* feat: improve the error state when invalid address

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.29
 - @bloom-housing/partners@4.0.1-alpha.33
 - @bloom-housing/public@4.0.1-alpha.31
 - @bloom-housing/ui-components@4.0.1-alpha.28

* revert: changes from fix: Fix infinite page width #2434

Co-authored-by: github.context.workflow <github-actions@github.com>
Co-authored-by: Michał Plebański <michalp@airnauts.com>
Co-authored-by: Jared White <jared@jaredwhite.com>
Co-authored-by: Yazeed Loonat <YazeedLoonat@gmail.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: dominikx96 <dominik@airnauts.com>
Co-authored-by: Emily Jablonski <65367387+emilyjablonski@users.noreply.github.com>
Co-authored-by: Gabe Benjamin <gabeb@google.com>
Co-authored-by: Andrea Egan <akegan@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrea Egan <andrea.egan@sfgov.org>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>

* build: sets node max-old-space-size (#2458)

* build: max-old-space-size

* build: update casbin version

* fix: await casbin enforcer

* build: adds Aptfile for heroku (#2460)

* refactor: param and auth updates for export (#2465)

* 2382/berkeley way customizations (#2436)

* chore(release): version

 - @bloom-housing/backend-core@4.0.1
 - @bloom-housing/shared-helpers@4.0.1
 - @bloom-housing/partners@4.0.1
 - @bloom-housing/public@4.0.1
 - @bloom-housing/ui-components@4.0.1

* fix: updates partner check for listing perm (#2484)

* feat: 2419/adding SMC preferences (#2482)

* feat: 2468/adding dublin preferences (#2483)

* chore(release): version

 - @bloom-housing/backend-core@4.0.2
 - @bloom-housing/shared-helpers@4.0.2
 - @bloom-housing/partners@4.0.2
 - @bloom-housing/public@4.0.2
 - @bloom-housing/ui-components@4.0.2

* fix: csv export auth check (#2488)

* chore: merge upstream master

* Fix code style issues with ESLint

* Fix code style issues with Prettier

* test: updates for tests to pass

* Fix code style issues with Prettier

* test: updates for ui-components

* build: updates for public and partners builds

* fix: issues with public

* fix: update to SiteHeader partner use

* test: fix user and ProgressNav tests

* Fix code style issues with Prettier

* test: temp skip activity monitor tests

* test: temp skip longer tests

* test: temp skip activity monitor tests

* fix: lint rule

Co-authored-by: Michał Plebański <michalp@airnauts.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: github.context.workflow <github-actions@github.com>
Co-authored-by: Dominik Barcikowski <dominik@airnauts.com>
Co-authored-by: Emily Jablonski <65367387+emilyjablonski@users.noreply.github.com>
Co-authored-by: Yazeed Loonat <YazeedLoonat@gmail.com>
Co-authored-by: Jared White <jared@whitefusion.studio>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: plunkettgoogle <66751489+plunkettgoogle@users.noreply.github.com>
Co-authored-by: Jared White <jared@jaredwhite.com>
Co-authored-by: Gabe Benjamin <GabeKEBenjamin@gmail.com>
Co-authored-by: Gabe Benjamin <gabeb@google.com>
Co-authored-by: Andrea Egan <akegan@users.noreply.github.com>
Co-authored-by: Andrea Egan <andrea.egan@sfgov.org>

* feat: updates listings view config (#983)

* feat: updates listings view config

* fix: lint and back jurisdiction join

* feat: adds view to listingsFetcher

* refactor: Remove required to publish labels

Closes #970

* feat: show building accessibility features on partners (v2) (#984)

* feat: show building accessibility features on the listing form detail page

* fix: mobile styling

* chore: update primary color in Tailwind override (#980)

* Remove listing fields

* feat(backend): update units summary model

* style: formatting

* feat: backend-swagger with unit summary updates

* feat(backend): remove Listing published required fields (#996)

* refactor: comment out mistyped scripts

* fix: fixup base view

* feat(backend): fix unit group model update tests

* feat: occupancy tables wip

* build: local db to bloom_detroit

* fix: add summary in seed

* refactor: rename unitssummary, add needed fields

* fix: rebase issues

* Fixes Partner Portal Users (#1009)

* fix: partner portal users

* style: remove console log

* feat: updates user list to filter by isPortalUser

* feat: adds hud and mshda 2021 ami charts (#1020)

* feat: adds hud and mshda 2021 ami charts

* fix: remove mixed content assets from seeds

* fix: adds Detroit jurisdiction by default for partners

* fix: fixes file name to include dto

* feat: hides/prevents partner publish (#1021)

* feat: hides/prevents partner publish

* fix: pr requests and user update

* fix: issues exposed by tests

* feat: occupancy table based on unit groups (#1023)

* feat: occupancy table based on unit groups

* test: add tests

* test: update strings

* refactor: remove SRO strings

* test: more test coverage

* fix: make range translated

* fix: pre-existing ListingView template issues

* fix: patch old unit summary table pieces

Co-authored-by: Sean Albert <smabert@gmail.com>

* feat: adding partner unit groups

* feat: adds programs to Detroit (#1022)

* feat: adds programs to Detroit

* feat: adds programs to public site

* style: removes comment

* feat: remove Community Type section from form and detail

* refactor: updates program titles

* feat: updates for program descriptions per Safiya

* feat: adding save functionality

* fix: updates for editing

* 987/import listings basic (#1019)

* feat(backend): add import listing basic

* chore: remove todo notes from scripts

* feat: adds programs to Detroit (#1022)

* feat: adds programs to Detroit

* feat: adds programs to public site

* style: removes comment

* feat: remove Community Type section from form and detail…
seanmalbert added a commit to CityOfDetroit/bloom that referenced this pull request May 4, 2022
* 2022-03-10 release (#1044)

* 2022-02-10 core (#982)

* fix: retnal assistance eror message

* Preferences cleanup (#1947)

* feat(backend): preferences cleanup

BREAKING CHANGE: Preferences are now M-N relation with a listing and have an intermediate table with ordinal number

* refactor(backend): preferences deduplication

So far each listing referenced it's own unique Preferences. This change introduces Many to Many
relationship between Preference and Listing entity and forces sharing Preferences between listings.

* feat(backend): extend preferences migration with moving existing relations to a new intermediate tab

* feat(backend): add Preference - Jurisdiction ManyToMany relation

* feat: adapt frontend to backend changes

* fix(backend): typeORM preferences select statement

* fix(backend): connect preferences with jurisdictions in seeds, fix pref filter validator

* fix(backend): fix missing import in preferences-filter-params.ts

* refactor: rebase issue

* feat: uptake jurisdictional preferences

* fix: fixup tests

* fix: application preferences ignore page, always separate

* Remove page from src/migration/1633359409242-add-listing-preferences-intermediate-relation.ts

* fix: preference fetching and ordering/pages

* Fix code style issues with Prettier

* fix(backend): query User__leasingAgentInListings__jurisdiction_User__leasingAgentIn specified more

* fix: perferences cypress tests

Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Sean Albert <smabert@gmail.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.13
 - @bloom-housing/partners@2.0.0-pre-tailwind.23
 - @bloom-housing/public@2.0.0-pre-tailwind.23
 - @bloom-housing/ui-components@2.0.0-alpha.23

* fix: updates household member count (#2112)

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.14
 - @bloom-housing/partners@2.0.0-pre-tailwind.24
 - @bloom-housing/public@2.0.0-pre-tailwind.24
 - @bloom-housing/ui-components@2.0.0-alpha.24

* fix: updates household member count

picked 3dee0f7d676ff42d546ecf83a17659cd69d7e1bc

* fix: reverts preferences to re-add as breaking/major bump

* fix: reverts preferences to re-add as breaking/major bump

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.15
 - @bloom-housing/partners@2.0.0-pre-tailwind.25
 - @bloom-housing/public@2.0.0-pre-tailwind.25
 - @bloom-housing/ui-components@2.0.0-alpha.25

* refactor: listing preferences and adds jurisdictional filtering

BREAKING CHANGE: updates preference relationship with listings

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.16
 - @bloom-housing/partners@2.0.0-pre-tailwind.26
 - @bloom-housing/public@2.0.0-pre-tailwind.26
 - @bloom-housing/ui-components@2.0.0-alpha.26

* chore(release): version

 - @bloom-housing/backend-core@2.0.0
 - @bloom-housing/shared-helpers@2.0.0
 - @bloom-housing/partners@2.0.0
 - @bloom-housing/public@2.0.0
 - @bloom-housing/ui-components@2.0.0

* fix: Updates lastName on application save

* docs: Update changelog

* Fix code style issues with Prettier

* chore(release): version

 - @bloom-housing/partners@2.0.1-alpha.0

* fix: a11y color contrast issues with tint on ImageCard component (#2074)

* chore(release): version

 - @bloom-housing/partners@2.0.1-alpha.1
 - @bloom-housing/public@2.0.1-alpha.0
 - @bloom-housing/ui-components@2.0.1-alpha.0

* feat: two new common app questions - Household Changes and Household Student (#2070)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.0
 - @bloom-housing/partners@2.0.1-alpha.2
 - @bloom-housing/public@2.0.1-alpha.1
 - @bloom-housing/ui-components@2.0.1-alpha.1

* fix: household member cypress test (#2113)

* chore(release): version

 - @bloom-housing/public@2.0.1-alpha.2

* fix: SiteHeader visual issues with long menu bars (#2068)

* feat: jurisdictional email signatures (#2111)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.1
 - @bloom-housing/partners@2.0.1-alpha.3
 - @bloom-housing/public@2.0.1-alpha.3
 - @bloom-housing/ui-components@2.0.1-alpha.2

* fix: don't send email confirmation on paper app submission (#2110)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.2
 - @bloom-housing/partners@2.0.1-alpha.4
 - @bloom-housing/public@2.0.1-alpha.4
 - @bloom-housing/ui-components@2.0.1-alpha.3

* 1838/ami chart jurisdictionalized (#2102)

* fix: jurisdictionalizes ami charts on partners

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.3
 - @bloom-housing/partners@2.0.1-alpha.5
 - @bloom-housing/public@2.0.1-alpha.5
 - @bloom-housing/ui-components@2.0.1-alpha.4

* feat: Updates application confirmation numbers (#2072)

* feat: Updates application confirmation numbers

* docs: Update changelog

* feat: adds confirmation number to csv export

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.4
 - @bloom-housing/partners@2.0.1-alpha.6
 - @bloom-housing/public@2.0.1-alpha.6
 - @bloom-housing/ui-components@2.0.1-alpha.5

* fix: updates lastName on application save

picked from aff87ec99ad2fbd4a1f9a6853157ea7770f85a56

* fix(backend): make it possible to filter portal users in /users endpoint (#2078)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.5
 - @bloom-housing/partners@2.0.1-alpha.7
 - @bloom-housing/public@2.0.1-alpha.7
 - @bloom-housing/ui-components@2.0.1-alpha.6

* Revert "refactor: listing preferences and adds jurisdictional filtering"

This reverts commit 9f661b43921ec939bd1bf5709c934ad6f56dd859.

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.6
 - @bloom-housing/partners@2.0.1-alpha.8
 - @bloom-housing/public@2.0.1-alpha.8
 - @bloom-housing/ui-components@2.0.1-alpha.7

* hotfix: ensure Triton seed doesn't error out

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.7
 - @bloom-housing/partners@2.0.1-alpha.9
 - @bloom-housing/public@2.0.1-alpha.9
 - @bloom-housing/ui-components@2.0.1-alpha.8

* chore(release): version

 - @bloom-housing/backend-core@3.0.0
 - @bloom-housing/shared-helpers@3.0.0
 - @bloom-housing/partners@3.0.0
 - @bloom-housing/public@3.0.0
 - @bloom-housing/ui-components@3.0.0

* 1837/preferences cleanup 3 (#2144)

* feat(backend): preferences cleanup

BREAKING CHANGE: Preferences are now M-N relation with a listing and have an intermediate table with ordinal number

* refactor(backend): preferences deduplication

So far each listing referenced it's own unique Preferences. This change introduces Many to Many
relationship between Preference and Listing entity and forces sharing Preferences between listings.

* feat(backend): extend preferences migration with moving existing relations to a new intermediate tab

* feat(backend): add Preference - Jurisdiction ManyToMany relation

* feat: adapt frontend to backend changes

* fix(backend): typeORM preferences select statement

* fix(backend): connect preferences with jurisdictions in seeds, fix pref filter validator

* fix(backend): fix missing import in preferences-filter-params.ts

* refactor: rebase issue

* feat: uptake jurisdictional preferences

* fix: fixup tests

* fix: application preferences ignore page, always separate

* Remove page from src/migration/1633359409242-add-listing-preferences-intermediate-relation.ts

* fix: preference fetching and ordering/pages

* Fix code style issues with Prettier

* fix(backend): query User__leasingAgentInListings__jurisdiction_User__leasingAgentIn specified more

* fix: perferences cypress tests

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.0
 - @bloom-housing/partners@3.0.1-alpha.0
 - @bloom-housing/public@3.0.1-alpha.0
 - @bloom-housing/ui-components@3.0.1-alpha.0

* feat(backend): extend UserUpdateDto to support email change with confirmation (#2120)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.1
 - @bloom-housing/partners@3.0.1-alpha.1
 - @bloom-housing/public@3.0.1-alpha.1
 - @bloom-housing/ui-components@3.0.1-alpha.1

* 2056/user account edit fix (#2073)

* fix: Replaces service to use newly created

* fix: Fix DOB initial values

* feat(backend): extend UserUpdateDto to support email change with confirmation

* fix: Update email form to use a new service

* fix: updates email change language

* Fix code style issues with Prettier

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.2
 - @bloom-housing/partners@3.0.1-alpha.2
 - @bloom-housing/public@3.0.1-alpha.2
 - @bloom-housing/ui-components@3.0.1-alpha.2

* feat: add Programs section to listings management (#2093)

* feat: add Programs section to listings management

* fix: sorting on detail page

* fix: merge issues

* feat: make program fetching jurisdictional

* fix: replace preference with program

* fix: program delete removes jurisdiction

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.3
 - @bloom-housing/partners@3.0.1-alpha.3
 - @bloom-housing/public@3.0.1-alpha.3
 - @bloom-housing/ui-components@3.0.1-alpha.3

* 2085/adds top level catchAll exception filter (#2132)

* fix: adds top level catchAll error filter

* fix: removing now unused exception filter

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.4
 - @bloom-housing/partners@3.0.1-alpha.4
 - @bloom-housing/public@3.0.1-alpha.4
 - @bloom-housing/ui-components@3.0.1-alpha.4

* feat: Change unit number field type to text (#2136)

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.5

* chore(deps): bump electron from 13.1.7 to 13.3.0 (#2137)

Bumps [electron](https://github.com/electron/electron) from 13.1.7 to 13.3.0.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](https://github.com/electron/electron/compare/v13.1.7...v13.3.0)

---
updated-dependencies:
- dependency-name: electron
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump axios from 0.21.1 to 0.21.2 (#2138)

Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.2.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.21.1...v0.21.2)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat(backend): improve application flagged set saving efficiency (#2147)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.5
 - @bloom-housing/partners@3.0.1-alpha.6
 - @bloom-housing/public@3.0.1-alpha.5
 - @bloom-housing/ui-components@3.0.1-alpha.5

* 1655/invite user edit (#1982)

* feat: Update title to be also a react node

* feat: Update translations

* feat: Create reusable form to add and edit users

* feat: Add delete function

* feat(backend): Add ON UPDATE SET NULL to application-user relation

* fix: Fix type

* Fix code style issues with Prettier

* fix(jurisdictionResolverService): updates to return undefined if no jurisdictionName

* feat: Update drawer state name

* feat: Add missing translations

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.6
 - @bloom-housing/partners@3.0.1-alpha.7
 - @bloom-housing/public@3.0.1-alpha.6
 - @bloom-housing/ui-components@3.0.1-alpha.6

* Add a phone number column to the user_accounts table (#2134)

* Merge pull request #710 from CityOfDetroit/feature/add-phonenumber-to-user-entity

Add phone number to user accounts.

* Merge pull request #728 from CityOfDetroit/fix/modify-phone-number-test

Fix user E2E tests.

* Merge pull request #728 from CityOfDetroit/fix/modify-phone-number-test

Fix user E2E tests.

* fix: add validation groups to phoneNumber

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.7
 - @bloom-housing/partners@3.0.1-alpha.8
 - @bloom-housing/public@3.0.1-alpha.7
 - @bloom-housing/ui-components@3.0.1-alpha.7

* refactor: make backend a peer dependency in ui-components (#2146)

* refactor: make backend a peer dependency in ui-components

* fix: fix flaky test

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.0
 - @bloom-housing/partners@3.0.1-alpha.9
 - @bloom-housing/public@3.0.1-alpha.8
 - @bloom-housing/ui-components@3.0.1-alpha.8

* fix: updates address order (#2151)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.8
 - @bloom-housing/shared-helpers@3.0.1-alpha.1
 - @bloom-housing/partners@3.0.1-alpha.10
 - @bloom-housing/public@3.0.1-alpha.9

* feat(backend): add nginx proxy-cache configuration (#2119)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.9
 - @bloom-housing/shared-helpers@3.0.1-alpha.2
 - @bloom-housing/partners@3.0.1-alpha.11
 - @bloom-housing/public@3.0.1-alpha.10

* Release 11 11 21 (#2162)

* fix: fix: adding unit tests to the unit type

picked from dev 1f8d7094e508337131d3033476cd70c2befaecd0

* fix: fix: a11y color contrast issues with tint on ImageCard component

picked from dev 505929149ee1485b9fc59402a9e14ead6de5dfc4

* feat: feat: two new common app questions - Household Changes and Household Student

picked from dev 42a752ec073c0f5b65374c7a68da1e34b0b1c949

* fix: fix: SiteHeader visual issues with long menu bars

picked from dev fd6686e206b4e53ae8b6ab757ad0506eaead0d01

* feat: feat: jurisdictional email signatures

picked from dev 7a146ffb5de88cfa2950e2a469a99e38d71b33c8

* fix: fix: don't send email confirmation on paper app submission

picked from dev 7f83b70327049245ecfba04ae3aea4e967929b2a

* feat: feat: Updates application confirmation numbers

picked from dev 75cd67bcb62280936bdeeaee8c9b7b2583a1339d

* fix: fix(backend): make it possible to filter portal users in /users endpoint

picked from dev 29bf714d28755916ec8ec896366c8c32c3a227c4

* feat: feat(backend): add languages (Language[]) to Jurisdiction entity

picked from dev 9ceed24d48b14888e6ea59b421b409f875d12b01

* fix: feat(backend): try fixing SETEX redis e2e tests flakiness

picked from dev 4087c532ddba672a415a048f4362e509aba7fd7f

* feat: feat(backend): Add user delete endpoint

picked from dev a13f73574b470beff2f8948abb226a6786856480

* fix: fix: improved UX for the Building Selection Criteria drawer

picked from dev 4bd8b09456b54584c3731bcca64019dc231d0c55

* feat: feat(backend): add Program entity

picked from dev 492ec4d333cf9b73af772a1aceed29813f405ba0

* refactor: breaking: 1837/preferences cleanup

picked from dev 3ce6d5eb5aac49431ec5bf4912dbfcbe9077d84e

BREAKING CHANGE: preferences model and relationships changed

* feat: feat(backend): extend UserUpdateDto to support email change

picked from dev 3e1fdbd0ea91d4773973d5c485a5ba61303db90a

* fix: 2056/user account edit fix

picked from dev a15618c0cb548ff5b2ae913b802c9e08bb673f30

* refactor: 2085/adds top level catchAll exception filter

picked from dev aeaa63d1af1fa3d11671e169cb3bd23d356fface

* feat: feat: Change unit number field type to text

picked from dev f54be7c7ba6aac8e00fee610dc86584b60cc212d

* feat(backend): improve application flagged set saving efficiency

* fix: fix: updates address order

picked from dev 252e014dcbd2e4c305384ed552135f5a8e4e4767

* fix: sets programs to optoinal and updates versions

* chore: chore(deps): bump electron from 13.1.7 to 13.3.0

* chore: chore(deps): bump axios from 0.21.1 to 0.21.2

* fix: adds programs service

* fix: fix lisitng e2e tests

* fix: fix member tests

* fix: fixes program, preference, ami-chart de-dupe (#2169)

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.12

* fix: adds jurisdictionId to useSWR path

* fix: recalculate units available on listing update (#2150)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.10
 - @bloom-housing/shared-helpers@3.0.1-alpha.3
 - @bloom-housing/partners@3.0.1-alpha.13
 - @bloom-housing/public@3.0.1-alpha.11

* fix: recalculate units available on listing update

picked form dev f1a3dbce6478b16542ed61ab20de5dfb9b797262

* feat: feat(backend): make use of new application confirmation codes

picked from dev 3c45c2904818200eed4568931d4cc352fd2f449e

* Revert "chore(deps): bump axios from 0.21.1 to 0.21.2 (#2138)"

This reverts commit 7711604323ae2f6a1782a35f7a26176f215f6c00.

* revert: revert "chore(deps): bump axios from 0.21.1 to 0.21.2

picked from dev 2b83bc0393afc42eed542e326d5ef75502ce119c

* refactor: remove applicationAddress (#2009)

* refactor: remove applicationAddress

* docs: readme update

* test: fix backend test

* fix: db migration

* Fix code style issues with Prettier

* test(backend): fix SETEX impossible to process

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.11
 - @bloom-housing/shared-helpers@3.0.1-alpha.4
 - @bloom-housing/partners@3.0.1-alpha.14
 - @bloom-housing/public@3.0.1-alpha.12
 - @bloom-housing/ui-components@3.0.1-alpha.9

* feat: refactor and add public site application flow cypress tests (#2118)

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.15
 - @bloom-housing/public@3.0.1-alpha.13
 - @bloom-housing/ui-components@3.0.1-alpha.10

* fix: sapp submission w/ no due date

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.12
 - @bloom-housing/shared-helpers@3.0.1-alpha.5
 - @bloom-housing/partners@3.0.1-alpha.16
 - @bloom-housing/public@3.0.1-alpha.14

* Revert "feat(backend): add nginx proxy-cache configuration (#2119)"

This reverts commit 34d32e75ceae378a26c57f4c9b7feec8c88339e0.

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.13
 - @bloom-housing/shared-helpers@3.0.1-alpha.6
 - @bloom-housing/partners@3.0.1-alpha.17
 - @bloom-housing/public@3.0.1-alpha.15

* fix: app submission w/ no due date

picked from dev 4af1f5a8448f16d347b4a65ecb85fda4d6ed71fc

* 1975/better seed data for ami-charts (#2156)

* fix: better seed data for ami-charts

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.14
 - @bloom-housing/shared-helpers@3.0.1-alpha.7
 - @bloom-housing/partners@3.0.1-alpha.18
 - @bloom-housing/public@3.0.1-alpha.16

* 2154/avance prefs (#2177)

* feat: new preferences

* feat: preference updates

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.15
 - @bloom-housing/shared-helpers@3.0.1-alpha.8
 - @bloom-housing/partners@3.0.1-alpha.19
 - @bloom-housing/public@3.0.1-alpha.17
 - @bloom-housing/ui-components@3.0.1-alpha.11

* 2154/avance prefs (#2178)

* feat: new preferences

* feat: preference updates

* Fix code style issues with Prettier

* feat: preference options bottom border

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.18

* 2154/avance prefs III (#2179)

* feat: new preferences

* feat: preference updates

* Fix code style issues with Prettier

* feat: preference options bottom border

* feat: liveWorkLivermore preference

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.20
 - @bloom-housing/public@3.0.1-alpha.19
 - @bloom-housing/ui-components@3.0.1-alpha.12

* 1988/adds listing management cypress tests to partner portal (#2103)

* test: adds listing management tests

* test: minor tweaks

* test: big updates for LM cypress tests

* test: fixes selectors

* feat: adding partner cypress tests to pr workflow

* fix: undoing

* chore: adds latest bloom-housing packages to partners

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.21
 - @bloom-housing/public@3.0.1-alpha.20
 - @bloom-housing/ui-components@3.0.1-alpha.13

* feat: adds new preferences, reserved community type

* feat: adds bottom border to preferences

* feat: updates preference string

* fix: preference cleanup for avance

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.22
 - @bloom-housing/public@3.0.1-alpha.21
 - @bloom-housing/ui-components@3.0.1-alpha.14

* fix: preference cleanup for avance

* 1975/one month rent (#2158)

* feat: add depoist helper text

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.16
 - @bloom-housing/shared-helpers@3.0.1-alpha.9
 - @bloom-housing/partners@3.0.1-alpha.23
 - @bloom-housing/public@3.0.1-alpha.22
 - @bloom-housing/ui-components@3.0.1-alpha.15

* fix(backend): fix view.spec.ts test (#2175)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.17
 - @bloom-housing/shared-helpers@3.0.1-alpha.10
 - @bloom-housing/partners@3.0.1-alpha.24
 - @bloom-housing/public@3.0.1-alpha.23

* refactor: removes jsonpath (#2206)

* refactor: removes jsonpath

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.18
 - @bloom-housing/shared-helpers@3.0.1-alpha.11
 - @bloom-housing/partners@3.0.1-alpha.25
 - @bloom-housing/public@3.0.1-alpha.24

* 1869/application program display (#2114)

* feat: add programs step to application forms

* test: add Cypress tests for the programs step

* feat: rework the Programs page and enhance seeds

* chore: fix programs Cypress test

* fix: fixup cypress tests

* fix: update mock data

* fix: fixup mock data pt 2

* fix: type issues

* fix: bugs and simplify program data processing

Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.19
 - @bloom-housing/shared-helpers@3.0.1-alpha.12
 - @bloom-housing/partners@3.0.1-alpha.26
 - @bloom-housing/public@3.0.1-alpha.25
 - @bloom-housing/ui-components@3.0.1-alpha.16

* feat: adds jurisdictions to pref seeds (#2199)

* feat: adds jurisdictions to pref seeds

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.20
 - @bloom-housing/shared-helpers@3.0.1-alpha.13
 - @bloom-housing/partners@3.0.1-alpha.27
 - @bloom-housing/public@3.0.1-alpha.26

* 1901/application program partners (#2182)

* feat: add programs step to application forms

* test: add Cypress tests for the programs step

* feat: rework the Programs page and enhance seeds

* chore: fix programs Cypress test

* feat: add programs step to application forms

* test: add Cypress tests for the programs step

* feat: rework the Programs page and enhance seeds

* chore: fix programs Cypress test

* fix: fixup cypress tests

* fix: update mock data

* fix: fixup mock data pt 2

* fix: type issues

* feat: Create programs mapper

Closes #1901

* feat: Add programs section

Closes #1901

* feat: Create details section for programs

Closes #1901

* feat: Update translations

Closes #1901

* refactor: Remove console log

Closes #1901

* refactor: Simpify code

Closes #1901

* chore: remove console log

* fix: mapProgramToApi return

Co-authored-by: Jared White <jared@jaredwhite.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.21
 - @bloom-housing/shared-helpers@3.0.1-alpha.14
 - @bloom-housing/partners@3.0.1-alpha.28
 - @bloom-housing/public@3.0.1-alpha.27
 - @bloom-housing/ui-components@3.0.1-alpha.17

* test: update program test

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.28

* feat: new demographics sub-race questions (#2109)

* feat: new demographics sub-race questions

* fix: update migration to keep data

* feat: other text boxes

* feat: wip other labels

* feat: can edit demo in partners

* fix: cleanup

* feat: csv formatting

* fix: type issue

* feat: remove gender and sexual orientation

* fix: add test id

* fix: more test ids

* fix: select by checkboxes

* fix: dont use select

* fix: data

* fix: add tests, fixup other option

* Fix code style issues with Prettier

* fix: remove unneeded dependencies

* test: add additional test

* Fix code style issues with Prettier

* test: change test id attribute

* chore: cleanup formatApplicationData imports

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.22
 - @bloom-housing/shared-helpers@3.0.1-alpha.15
 - @bloom-housing/partners@3.0.1-alpha.29
 - @bloom-housing/public@3.0.1-alpha.29
 - @bloom-housing/ui-components@3.0.1-alpha.18

* feat: updates email confirmation for lottery (#2200)

* feat: updates email confirmation for lottery

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.23
 - @bloom-housing/shared-helpers@3.0.1-alpha.16
 - @bloom-housing/partners@3.0.1-alpha.30
 - @bloom-housing/public@3.0.1-alpha.30

* fix: add ariaHidden to Icon component

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.17
 - @bloom-housing/partners@3.0.1-alpha.31
 - @bloom-housing/public@3.0.1-alpha.31
 - @bloom-housing/ui-components@3.0.1-alpha.19

* fix: add ariaLabel prop to Button component

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.18
 - @bloom-housing/partners@3.0.1-alpha.32
 - @bloom-housing/public@3.0.1-alpha.32
 - @bloom-housing/ui-components@3.0.1-alpha.20

* fix: change the yes/no radio text to be more descriptive (#2208)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.19
 - @bloom-housing/partners@3.0.1-alpha.33
 - @bloom-housing/public@3.0.1-alpha.33
 - @bloom-housing/ui-components@3.0.1-alpha.21

* fix: remove alameda reference in demographics (#2209)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.20
 - @bloom-housing/partners@3.0.1-alpha.34
 - @bloom-housing/public@3.0.1-alpha.34
 - @bloom-housing/ui-components@3.0.1-alpha.22

* refactor: remove applicationAddress

picked from dev bf10632a62bf2f14922948c046ea3352ed010f4f

* feat: refactor and add public site application flow cypress tests

picked from dev 9ec0e8d05f9570773110754e7fdaf49254d1eab8

* feat: better seed data for ami-charts

picked from dev d8b1d4d185731a589c563a32bd592d01537785f3

* feat: adds listing management cypress tests to partner portal

* fix: listings management keep empty strings, remove empty objects

picked from dev c4b1e833ec128f457015ac7ffa421ee6047083d9

* feat: one month rent

picked from dev 883b0d53030e1c4d54f2f75bd5e188bb1d255f64

* test: view.spec.ts test

picked from dev 324446c90138d8fac50aba445f515009b5a58bfb

* refactor: removes jsonpath

picked from dev deb39acc005607ce3076942b1f49590d08afc10c

* feat: adds jurisdictions to pref seeds

picked from dev 9e47cec3b1acfe769207ccbb33c07019cd742e33

* feat: new demographics sub-race questions

picked from dev 9ab892694c1ad2fa8890b411b3b32af68ade1fc3

* feat: updates email confirmation for lottery

picked from dev 1a5e824c96d8e23674c32ea92688b9f7255528d3

* fix: add ariaHidden to Icon component

picked from dev c7bb86aec6fd5ad386c7ca50087d0113b14503be

* fix: add ariaLabel prop to Button component

picked from dev 509ddc898ba44c05e26f8ed8c777f1ba456eeee5

* fix: change the yes/no radio text to be more descriptive

picked from dev 0c46054574535523d6f217bb0677bbe732b8945f

* fix: remove alameda reference in demographics

picked from dev 7d5991cbf6dbe0b61f2b14d265e87ce3687f743d

* chore: release version

picked from dev fe82f25dc349877d974ae62d228fea0354978fb7

* feat: ami chart jurisdictionalized

picked from dev 0a5cbc88a9d9e3c2ff716fe0f44ca6c48f5dcc50

* refactor: make backend a peer dependency in ui-components

picked from dev 952aaa14a77e0960312ff0eeee51399d1d6af9f3

* feat: add a phone number column to the user_accounts table

picked from dev 2647df9ab9888a525cc8a164d091dda6482c502a

* chore: removes application program partners

* chore: removes application program display

* Revert "chore: removes application program display"

This reverts commit 14825b4a6c9cd1a7235e32074e32af18a71b5c26.

* Revert "chore: removes application program partners"

This reverts commit d7aa38c777972a2e21d9f816441caa27f98d3f86.

* chore: yarn.lock and backend-swagger

* fix: removes Duplicate identifier fieldGroupObjectToArray

* feat: skip preferences if not on listing

* chore(release): version

* fix: cannot save custom mailing, dropoff, or pickup address

* chore(release): version

* chore: converge on one axios version, remove peer dependency

* chore(release): version

* feat: simplify Waitlist component and use more flexible schema

* chore(release): version

* fix: lottery results uploads now save

* chore(release): version

* feat: add SRO unit type

* chore(release): version

* fix: paper application submission

* chore(release): version

* fix: choose-language context

* chore(release): version

* fix: applications/view hide prefs

* chore(release): version

* feat: overrides fallback to english, tagalog support

* chore(release): version

* fix: account translations

* chore(release): version

* fix: units with invalid ami chart

* chore(release): version

* fix: remove description for the partners programs

* fix: fix modal styles on mobile

* fix: visual improvement to programs form display

* fix: submission tests not running

* chore: translations (#2293)

* chore: translations (#2295)

* chore: missing translations (#2296)

* fix: prefUnits on autofill summary (#2294)

* chore: move Programs step to come after Students (#2277)

* feat: adds whatToExpect to GTrans

* chore: missing translations (#2299)

* fix: 2259/fixes idle timeout not resetting properly (#2292)

* chore(release): version

* fix: demographics howDidYouHear options (2305)

* chore(release): version

* fix: mobile notice text wrap issue (#2308)

* feat: postmark date time fields partners (#2239)

* fix: versioning issues (#2311)

* chore(release): version

* chore(backend): move libs/ to shared/utils, clean up modules (#2230)

* feat(backend): all programs to csv export (#2302)

* chore(release): version

* feat: filter partner users

* chore(release): version

* feat: adds updating open listing modal (#2288)

* fix: closed listings allowed apps (#2317)

* feat: 2165/rosefield preference updates (#2386)

* chore(release): version

* Revert "chore(release): version"

This reverts commit 7c414ca7f8c5709e4ff19b94e3fb1089bdc45e97.

* chore(release): version

 - @bloom-housing/backend-core@3.0.1
 - @bloom-housing/shared-helpers@3.0.1
 - @bloom-housing/partners@3.0.1
 - @bloom-housing/public@3.0.1
 - @bloom-housing/ui-components@3.0.1

* feat(backend): add storing listing translations (#2215)

* feat: adds whatToExpect to GTrans (#2303)

* fix: patch issue with submit application section

* fix: patches translations for preferences (#2410)

* fix: issues with public app and readds auto save (2428)

* fix: ami charts without all households (#2430)

* fix: load blank application

* 2022-01-27 release (#2439)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.23
 - @bloom-housing/partners@3.0.1-alpha.37
 - @bloom-housing/public@3.0.1-alpha.38
 - @bloom-housing/ui-components@3.0.1-alpha.24

* fix(backend): nginx with heroku configuration (#2196)

* fix(backend): nginx with heroku configuration

* feat(backend): nginx make hostname and port variable

* feat: nginx proxy updates

* feat(backend): modify proxy_pass and Host header settings

Co-authored-by: seanmalbert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.26
 - @bloom-housing/shared-helpers@3.0.1-alpha.24
 - @bloom-housing/partners@3.0.1-alpha.38
 - @bloom-housing/public@3.0.1-alpha.39
 - @bloom-housing/ui-components@3.0.1-alpha.25

* fix: fetchBaseListingData (#2238)

* fix: fetchBaseListingData

* fix: fetchBaseListingData

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.40

* fix: lottery results uploads now save (#2226)

* fix: lottery results uploads now save

* fix: switch to partial typing

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.39

* feat: getStaticPaths fallback blocking test

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.41

* chore: add temp logs for testing id/slug

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.42

* chore(backend): move libs/ to shared/utils, clean up modules (#2230)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.27
 - @bloom-housing/shared-helpers@3.0.1-alpha.25
 - @bloom-housing/partners@3.0.1-alpha.40
 - @bloom-housing/public@3.0.1-alpha.43
 - @bloom-housing/ui-components@3.0.1-alpha.26

* chore: add SRO unit type (#2243)

* chore: add SRO unit type to DB / translations

* chore: additional string changes to SRO

* test(backend): add SRO to unit types test

* feat: SRO unit type additions

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.28
 - @bloom-housing/shared-helpers@3.0.1-alpha.26
 - @bloom-housing/partners@3.0.1-alpha.41
 - @bloom-housing/public@3.0.1-alpha.44
 - @bloom-housing/ui-components@3.0.1-alpha.27

* 2140/fix paper application submission (#2195)

* fix: fix paper application submission

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.42

* Fix code style issues with Prettier

* test: adds cypress test coverage

* fix: updates per sean

* fix: one more update

* test: fix partners unit tests

* fix: choose-language context

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.45

* fix: applications drop off address

* fix: applications/view hide prefs

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.46

* feat(backend): add storing listing translations (#2215)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.29
 - @bloom-housing/shared-helpers@3.0.1-alpha.27
 - @bloom-housing/partners@3.0.1-alpha.43
 - @bloom-housing/public@3.0.1-alpha.47
 - @bloom-housing/ui-components@3.0.1-alpha.28

* fix(backend): make nginx proxy use Language HTTP header in cache key (#2266)

* 2098/fix partner applications grid display (#2188)

* fix: partner applications grid display

* Fix code style issues with Prettier

* test: fix tests

* Fix code style issues with Prettier

* fix: updates to using views

* tests: add application grid test

* fix: updates per sean

* fix: one more update

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.30
 - @bloom-housing/shared-helpers@3.0.1-alpha.28
 - @bloom-housing/partners@3.0.1-alpha.44
 - @bloom-housing/public@3.0.1-alpha.48
 - @bloom-housing/ui-components@3.0.1-alpha.29

* fix: fixes some issues with the deployment

* Revert/2188 (#2270)

* fix: fixes some issues with the deployment

* revert: partner applications grid display

* fix: view.spec

Co-authored-by: Yazeed Loonat <yazeedloonat@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.31
 - @bloom-housing/shared-helpers@3.0.1-alpha.29
 - @bloom-housing/partners@3.0.1-alpha.45
 - @bloom-housing/public@3.0.1-alpha.49
 - @bloom-housing/ui-components@3.0.1-alpha.30

* 2098/fix partner applications grid display (#2188)

* fix: partner applications grid display

* Fix code style issues with Prettier

* test: fix tests

* Fix code style issues with Prettier

* fix: updates to using views

* tests: add application grid test

* fix: updates per sean

* fix: one more update

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* feat(backend): add listings closing routine (#2213)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.32
 - @bloom-housing/shared-helpers@3.0.1-alpha.30
 - @bloom-housing/partners@3.0.1-alpha.46
 - @bloom-housing/public@3.0.1-alpha.50
 - @bloom-housing/ui-components@3.0.1-alpha.31

* feat(backend): add user password expiration

* fix: Remove description for the partners programs (#2234)

Closes #1901

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.47

* 2227/lock login attempts frontend (#2260)

* feat: Add new translations

Closes #1927

* refactor: Make title as optional

Closes #1927

* feat: Update login alert text

Closes #1927

* fix: Use translation, instead of hardcoded text

Closes #1927

* feat: Add translation

Closes #1927

* feat: Update type name

Closes #1927

* feat: Add new alerts

Closes #1927

* fix: Fix translation

Closes #1927

* fix(AlertBox.tsx): Fix close icon placement

Closes #1927

* feat: Create helper to catch network errors

Closes #1927

* feat: Add translations

Closes #1927

* feat: Create reusable sign-in form

Closes #1927

* refactor(sign-in page, public and partners): Update sign-in pages to use reusable form

BREAKING CHANGE: sign-in pages have been updated

Closes #1927

* Fix code style issues with Prettier

* fix: fixes tests and also issue with user grid

* fix: fixes linting error

* feat(backend): add appropriate http exception for password outdated login failure

* fix: Fix modal styles on mobile (#2280)

Closes #2253

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.31
 - @bloom-housing/partners@3.0.1-alpha.48
 - @bloom-housing/public@3.0.1-alpha.51
 - @bloom-housing/ui-components@3.0.1-alpha.32

* fix: visual improvement to programs form display (#2276)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.52

* fix: submission tests not running (#2282)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.53

* feat: overrides fallback to english, tagalog support (#2262)

* chore: allow work-in strings to take jurisdiction name

* feat: add support for tagalog

* Fix code style issues with Prettier

* feat: tagalog language

* feat: translations precedence includes en overrides

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.33
 - @bloom-housing/shared-helpers@3.0.1-alpha.32
 - @bloom-housing/partners@3.0.1-alpha.49
 - @bloom-housing/public@3.0.1-alpha.54
 - @bloom-housing/ui-components@3.0.1-alpha.33

* fix: account translations (#2278)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.33
 - @bloom-housing/partners@3.0.1-alpha.50
 - @bloom-housing/public@3.0.1-alpha.55
 - @bloom-housing/ui-components@3.0.1-alpha.34

* test: fixes test issues

* fix: fix sortig on applications partner grid

* chore: translations (#2293)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.34
 - @bloom-housing/partners@3.0.1-alpha.51
 - @bloom-housing/public@3.0.1-alpha.56
 - @bloom-housing/ui-components@3.0.1-alpha.35

* chore: translations (#2295)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.35
 - @bloom-housing/partners@3.0.1-alpha.52
 - @bloom-housing/public@3.0.1-alpha.57
 - @bloom-housing/ui-components@3.0.1-alpha.36

* chore: missing translations (#2296)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.36
 - @bloom-housing/partners@3.0.1-alpha.53
 - @bloom-housing/public@3.0.1-alpha.58
 - @bloom-housing/ui-components@3.0.1-alpha.37

* fix: prefUnits on autofill summary (#2294)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.59

* chore: move Programs step to come after Students (#2277)

* chore: move Programs step to come after Students

* test: rearrange order of programs within Cypress tests

* test: remove problematic statement

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.60

* fix: units with invalid ami chart (#2290)

* fix: alunits with invalid ami chart

* perf: uniquePercentageChartSet map

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.34
 - @bloom-housing/shared-helpers@3.0.1-alpha.37
 - @bloom-housing/partners@3.0.1-alpha.54
 - @bloom-housing/public@3.0.1-alpha.61
 - @bloom-housing/ui-components@3.0.1-alpha.38

* chore: missing translations (#2299)

* chore: missing translations

* chore: remove logs

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.38
 - @bloom-housing/partners@3.0.1-alpha.55
 - @bloom-housing/public@3.0.1-alpha.62
 - @bloom-housing/ui-components@3.0.1-alpha.39

* 2259/fixes idle timeout not resetting properly (#2292)

* fix: fixes idle timeout not resetting properly

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.63

* feat: adds whatToExpect to GTrans (#2303)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.35
 - @bloom-housing/shared-helpers@3.0.1-alpha.39
 - @bloom-housing/partners@3.0.1-alpha.56
 - @bloom-housing/public@3.0.1-alpha.64
 - @bloom-housing/ui-components@3.0.1-alpha.40

* fix: demographics howDidYouHear options were not changing on language change (#2305)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.65

* Fix checkbox rtl style

* feat(backend): add password outdating only to users which are either admins or partners

* fix: fix hero button width with secondary button (#2306)

* fix: mobile notice text wrap issue (#2308)

* feat(backend): add activity logging to listings module (#2190)

* feat(backend): add activity logging to listings module

* feat(backend): add activity logging to applications and user controllers

* feat(backend): add metada column to activity log entity

* feat(backend): change activity log metadata column type

* feat(backend): remove applications related changes

* feat(backend): remove ListingActivityLogInterceptor

* 2040/postmark date time fields partners (#2239)

* feat: add postmark by date and time fields

* feat: fix display and preview page

* test: fix so the correct date displays

* Fix code style issues with Prettier

* fix: fixes per emily

* fix: updates per sean

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* fix: versioning issues (#2311)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.36
 - @bloom-housing/shared-helpers@3.0.1-alpha.41
 - @bloom-housing/partners@3.0.1-alpha.58
 - @bloom-housing/public@3.0.1-alpha.67
 - @bloom-housing/ui-components@3.0.1-alpha.42

* feat(backend): all programs to csv export (#2302)

* feat(backend): all programs to csv export

* chore: removes console log

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.37
 - @bloom-housing/shared-helpers@3.0.1-alpha.42
 - @bloom-housing/partners@3.0.1-alpha.59
 - @bloom-housing/public@3.0.1-alpha.68
 - @bloom-housing/ui-components@3.0.1-alpha.43

* feat(backend): add partnerTerms to jurisdiction entity (#2301)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.38
 - @bloom-housing/shared-helpers@3.0.1-alpha.43
 - @bloom-housing/partners@3.0.1-alpha.60
 - @bloom-housing/public@3.0.1-alpha.69
 - @bloom-housing/ui-components@3.0.1-alpha.44

* feat: removes ListingLangCacheInterceptor from get by id

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.39
 - @bloom-housing/shared-helpers@3.0.1-alpha.44
 - @bloom-housing/partners@3.0.1-alpha.61
 - @bloom-housing/public@3.0.1-alpha.70
 - @bloom-housing/ui-components@3.0.1-alpha.45

* fix: Update translation

Closes 1927

* fix: Update hardcoded translations

Closes #1927

* refactor: listing detail props (#2313)

* refactor: listing detail props

* fix: HouseholdSizeField FieldError

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.45
 - @bloom-housing/partners@3.0.1-alpha.62
 - @bloom-housing/public@3.0.1-alpha.71
 - @bloom-housing/ui-components@3.0.1-alpha.46

* chore(deps): bump next from 11.1.2 to 11.1.3 (#2289)

* feat(backend): refactor applications module (#2279)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.40
 - @bloom-housing/shared-helpers@3.0.1-alpha.46
 - @bloom-housing/partners@3.0.1-alpha.63
 - @bloom-housing/public@3.0.1-alpha.72
 - @bloom-housing/ui-components@3.0.1-alpha.47

* feat: filter partner users

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.64

* feat: password reset message

* fix: make mailThin background transparent

* fix: add mailThin icon to stories

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.47
 - @bloom-housing/partners@3.0.1-alpha.65
 - @bloom-housing/public@3.0.1-alpha.73
 - @bloom-housing/ui-components@3.0.1-alpha.48

* feat: adds updating open listing modal (#2288)

* feat: adds updating open listing modal

* fix: closed listings allowed apps (#2317)

* feat: updates for gtm

* feat: updates for gtm

* fix: removes more closed listing application paths (#2319)

* feat: make page header title optional

* feat(backend): remove activity log interceptor from update-password

* refactor: removing helpers from ui-components that are backend dependent (#2108)

BREAKING CHANGE: moved some helpers from ui-components to shared-helpers

* chore: bump versions (#2326)

* fix: make numbered list breakpoint match config

* chore: bump shared-helpers version

* fix: partners shared-helpers version

* chore: bump partners version

* chore: bump public version

* chore: bump version

* chore(release): version

 - @bloom-housing/backend-core@3.0.1
 - @bloom-housing/shared-helpers@4.0.0
 - @bloom-housing/partners@4.0.0
 - @bloom-housing/public@4.0.0
 - @bloom-housing/ui-components@4.0.0

* feat: add matched style to ApplicationStatus

* Fix code style issues with Prettier

* fix: make primary buttons primary background

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.0
 - @bloom-housing/shared-helpers@4.0.1-alpha.0
 - @bloom-housing/partners@4.0.1-alpha.0
 - @bloom-housing/public@4.0.1-alpha.0
 - @bloom-housing/ui-components@4.0.1-alpha.0

* chore: backend & ui-component gitHead

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.1
 - @bloom-housing/shared-helpers@4.0.1-alpha.1
 - @bloom-housing/partners@4.0.1-alpha.1
 - @bloom-housing/public@4.0.1-alpha.1
 - @bloom-housing/ui-components@4.0.1-alpha.1

* fix: propagate custom icon type to ImageCard prop

* Fix code style issues with Prettier

* fix: check for user lastLoginAt

* test: updates user login test

* fix: bump version (#2349)

* fix: bump version (#2350)

* fix: cypress coverage configs

* fix: force a release number if one exists (#2351)

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.6
 - @bloom-housing/shared-helpers@4.0.1-alpha.6
 - @bloom-housing/partners@4.0.1-alpha.6
 - @bloom-housing/public@4.0.1-alpha.6
 - @bloom-housing/ui-components@4.0.1-alpha.6

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.7
 - @bloom-housing/shared-helpers@4.0.1-alpha.7
 - @bloom-housing/partners@4.0.1-alpha.7
 - @bloom-housing/public@4.0.1-alpha.7
 - @bloom-housing/ui-components@4.0.1-alpha.7

* fix: apply action block style to button class not component (#2348)

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.8
 - @bloom-housing/partners@4.0.1-alpha.8
 - @bloom-housing/public@4.0.1-alpha.8
 - @bloom-housing/ui-components@4.0.1-alpha.8

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.8
 - @bloom-housing/shared-helpers@4.0.1-alpha.9
 - @bloom-housing/partners@4.0.1-alpha.9
 - @bloom-housing/public@4.0.1-alpha.9
 - @bloom-housing/ui-components@4.0.1-alpha.9

* fix: remove next dependency from ui-components (#2352)

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.10
 - @bloom-housing/partners@4.0.1-alpha.10
 - @bloom-housing/public@4.0.1-alpha.10
 - @bloom-housing/ui-components@4.0.1-alpha.10

* chore: port latest dev updates over for paper listing form

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.11
 - @bloom-housing/partners@4.0.1-alpha.11
 - @bloom-housing/public@4.0.1-alpha.11
 - @bloom-housing/ui-components@4.0.1-alpha.11

* Add public urls to jurisdiction (#2316)

* Add public urls to jurisdiction

* feat(backend): fix units-transformations.spec test

* feat(backend): fix changes in interface of the autogenerated client in sites/

* Fix code style issues with Prettier

* feat: adds detroit to migration for local/dev

* Fix code style issues with Prettier

* feat: updates to use publicUrl

* Fix code style issues with Prettier

* feat(backend): update add-public-url-to-jurisdiction migration

* fix(backend): jurisidctions e2e tests

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.9
 - @bloom-housing/shared-helpers@4.0.1-alpha.12
 - @bloom-housing/partners@4.0.1-alpha.12
 - @bloom-housing/public@4.0.1-alpha.12
 - @bloom-housing/ui-components@4.0.1-alpha.12

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.10
 - @bloom-housing/shared-helpers@4.0.1-alpha.13
 - @bloom-housing/partners@4.0.1-alpha.13
 - @bloom-housing/public@4.0.1-alpha.13
 - @bloom-housing/ui-components@4.0.1-alpha.13

* fix: move type declarations out of shared-helpers (#2356)

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.14
 - @bloom-housing/partners@4.0.1-alpha.14
 - @bloom-housing/public@4.0.1-alpha.14
 - @bloom-housing/ui-components@4.0.1-alpha.14

* chore(release): version

 - @bloom-housing/partners@4.0.1-alpha.15

* refactor: unifiies logic around listingid

* refactor: prevent local reseed with cypress tests (#2353)

* chore(release): version

 - @bloom-housing/public@4.0.1-alpha.15

* test: add partners cypress ci job

* chore: fixup config

* chore: fixup config 2

* chore: fixup config 3

* chore: fixup config 3

* chore: fixup config 4

* chore: change name to be unique

* fix: update naming

* fix: remove empty secrets

* fix: add in env variable defaults

* fix: add test id

* fix: use drag n drop

* fix: rename var

* fix: rename var2

* test: update config

* 1290/use dayjs instead of moment (#2338)

* Convert all use of Moment to Dayjs

* fix: more moment -> dayjs cleanup

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.11
 - @bloom-housing/shared-helpers@4.0.1-alpha.15
 - @bloom-housing/partners@4.0.1-alpha.16
 - @bloom-housing/public@4.0.1-alpha.16
 - @bloom-housing/ui-components@4.0.1-alpha.15

* test: fix for cypress tests

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.12
 - @bloom-housing/shared-helpers@4.0.1-alpha.16
 - @bloom-housing/partners@4.0.1-alpha.17
 - @bloom-housing/public@4.0.1-alpha.17
 - @bloom-housing/ui-components@4.0.1-alpha.16

* fix: listings group expandable section css updates (#2377)

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.17
 - @bloom-housing/partners@4.0.1-alpha.18
 - @bloom-housing/public@4.0.1-alpha.18
 - @bloom-housing/ui-components@4.0.1-alpha.17

* fix: ensure dayjs parsing strings will work as expected

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.18
 - @bloom-housing/partners@4.0.1-alpha.19
 - @bloom-housing/public@4.0.1-alpha.19
 - @bloom-housing/ui-components@4.0.1-alpha.18

* feat: adds event logging to most of the pages

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.19
 - @bloom-housing/partners@4.0.1-alpha.20
 - @bloom-housing/public@4.0.1-alpha.20
 - @bloom-housing/ui-components@4.0.1-alpha.19

* fix: open house events can now be edited and work cross-browser (#2320)

* fix: open house events can be edited and work cross-browser

* chore: refactor event dates handling to use dayjs

* fix: lm form refresh and getDetailFieldTime

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/partners@4.0.1-alpha.21

* 2165/rosefield preference updates (#2386)

* feat: rosefield preference updates

* feat: removes "no" from rosefield translations

* fix: removing translations

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.20
 - @bloom-housing/partners@4.0.1-alpha.22
 - @bloom-housing/public@4.0.1-alpha.21
 - @bloom-housing/ui-components@4.0.1-alpha.20

* fix: dates showing as invalid in send by mail section (#2362)

BREAKING CHANGE: remove applicationDueTime field and consolidated into applicationDueDate

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.13
 - @bloom-housing/shared-helpers@4.0.1-alpha.21
 - @bloom-housing/partners@4.0.1-alpha.23
 - @bloom-housing/public@4.0.1-alpha.22
 - @bloom-housing/ui-components@4.0.1-alpha.21

* fix: partners render issue (#2395)

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.14
 - @bloom-housing/shared-helpers@4.0.1-alpha.22
 - @bloom-housing/partners@4.0.1-alpha.24
 - @bloom-housing/public@4.0.1-alpha.23
 - @bloom-housing/ui-components@4.0.1-alpha.22

* fix: user status enum to camel case; gtm types

* fix: removes unnecessary ternary

* test: fix flaky cypress test

* fix: patches translations for preferences (#2410)

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.15
 - @bloom-housing/shared-helpers@4.0.1-alpha.23
 - @bloom-housing/partners@4.0.1-alpha.25
 - @bloom-housing/public@4.0.1-alpha.24
 - @bloom-housing/ui-components@4.0.1-alpha.23

* feat: listing card takes optional children (#2407)

* feat: listing card takes optional children

* fix: additional header

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.24
 - @bloom-housing/partners@4.0.1-alpha.26
 - @bloom-housing/public@4.0.1-alpha.25
 - @bloom-housing/ui-components@4.0.1-alpha.24

* feat: set gtm pageTitle to english only

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.25
 - @bloom-housing/partners@4.0.1-alpha.27
 - @bloom-housing/public@4.0.1-alpha.26

* test: fix partner listing tests

* test: adds back mailing address checks

* chore(release): version

 - @bloom-housing/partners@4.0.1-alpha.28

* fix: issues with public app and readds auto save

* fix: removing console logs

* chore(release): version

 - @bloom-housing/public@4.0.1-alpha.27

* fix: ami charts without all households (#2430)

* fix: ami charts without all households

* fix: merging filter and reduce together

Co-authored-by: Yazeed Loonat <yazeedloonat@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.16
 - @bloom-housing/shared-helpers@4.0.1-alpha.26
 - @bloom-housing/partners@4.0.1-alpha.29
 - @bloom-housing/public@4.0.1-alpha.28
 - @bloom-housing/ui-components@4.0.1-alpha.25

* chore: add translations for per month/year in hmi table (#2418)

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.27
 - @bloom-housing/partners@4.0.1-alpha.30
 - @bloom-housing/public@4.0.1-alpha.29
 - @bloom-housing/ui-components@4.0.1-alpha.26

* fix: Fix infinite page width (#2434)

Closes #2374

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.28
 - @bloom-housing/partners@4.0.1-alpha.31
 - @bloom-housing/public@4.0.1-alpha.30
 - @bloom-housing/ui-components@4.0.1-alpha.27

* refactor: Increase textarea limits (#2435)

Closes #2420

* chore(release): version

 - @bloom-housing/partners@4.0.1-alpha.32

* 2328/address verification (#2412)

* feat: verify applicant address via MapBox API

* feat: support various selection states for address

* chore: refactor address to break up large file

* test: update Cypress tests to check address validation

* test: update mock data with a real address

* test: update minimal application data as well

* test: add additional tests for address validation

* test: relocate bad addresses to separate integration test

* feat: improve the error state when invalid address

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.29
 - @bloom-housing/partners@4.0.1-alpha.33
 - @bloom-housing/public@4.0.1-alpha.31
 - @bloom-housing/ui-components@4.0.1-alpha.28

* revert: changes from fix: Fix infinite page width #2434

Co-authored-by: github.context.workflow <github-actions@github.com>
Co-authored-by: Michał Plebański <michalp@airnauts.com>
Co-authored-by: Jared White <jared@jaredwhite.com>
Co-authored-by: Yazeed Loonat <YazeedLoonat@gmail.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: dominikx96 <dominik@airnauts.com>
Co-authored-by: Emily Jablonski <65367387+emilyjablonski@users.noreply.github.com>
Co-authored-by: Gabe Benjamin <gabeb@google.com>
Co-authored-by: Andrea Egan <akegan@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrea Egan <andrea.egan@sfgov.org>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>

* build: sets node max-old-space-size (#2458)

* build: max-old-space-size

* build: update casbin version

* fix: await casbin enforcer

* build: adds Aptfile for heroku (#2460)

* refactor: param and auth updates for export (#2465)

* 2382/berkeley way customizations (#2436)

* chore(release): version

 - @bloom-housing/backend-core@4.0.1
 - @bloom-housing/shared-helpers@4.0.1
 - @bloom-housing/partners@4.0.1
 - @bloom-housing/public@4.0.1
 - @bloom-housing/ui-components@4.0.1

* fix: updates partner check for listing perm (#2484)

* feat: 2419/adding SMC preferences (#2482)

* feat: 2468/adding dublin preferences (#2483)

* chore(release): version

 - @bloom-housing/backend-core@4.0.2
 - @bloom-housing/shared-helpers@4.0.2
 - @bloom-housing/partners@4.0.2
 - @bloom-housing/public@4.0.2
 - @bloom-housing/ui-components@4.0.2

* fix: csv export auth check (#2488)

* chore: merge upstream master

* Fix code style issues with ESLint

* Fix code style issues with Prettier

* test: updates for tests to pass

* Fix code style issues with Prettier

* test: updates for ui-components

* build: updates for public and partners builds

* fix: issues with public

* fix: update to SiteHeader partner use

* test: fix user and ProgressNav tests

* Fix code style issues with Prettier

* test: temp skip activity monitor tests

* test: temp skip longer tests

* test: temp skip activity monitor tests

* fix: lint rule

Co-authored-by: Michał Plebański <michalp@airnauts.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: github.context.workflow <github-actions@github.com>
Co-authored-by: Dominik Barcikowski <dominik@airnauts.com>
Co-authored-by: Emily Jablonski <65367387+emilyjablonski@users.noreply.github.com>
Co-authored-by: Yazeed Loonat <YazeedLoonat@gmail.com>
Co-authored-by: Jared White <jared@whitefusion.studio>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: plunkettgoogle <66751489+plunkettgoogle@users.noreply.github.com>
Co-authored-by: Jared White <jared@jaredwhite.com>
Co-authored-by: Gabe Benjamin <GabeKEBenjamin@gmail.com>
Co-authored-by: Gabe Benjamin <gabeb@google.com>
Co-authored-by: Andrea Egan <akegan@users.noreply.github.com>
Co-authored-by: Andrea Egan <andrea.egan@sfgov.org>

* feat: updates listings view config (#983)

* feat: updates listings view config

* fix: lint and back jurisdiction join

* feat: adds view to listingsFetcher

* refactor: Remove required to publish labels

Closes #970

* feat: show building accessibility features on partners (v2) (#984)

* feat: show building accessibility features on the listing form detail page

* fix: mobile styling

* chore: update primary color in Tailwind override (#980)

* Remove listing fields

* feat(backend): update units summary model

* style: formatting

* feat: backend-swagger with unit summary updates

* feat(backend): remove Listing published required fields (#996)

* refactor: comment out mistyped scripts

* fix: fixup base view

* feat(backend): fix unit group model update tests

* feat: occupancy tables wip

* build: local db to bloom_detroit

* fix: add summary in seed

* refactor: rename unitssummary, add needed fields

* fix: rebase issues

* Fixes Partner Portal Users (#1009)

* fix: partner portal users

* style: remove console log

* feat: updates user list to filter by isPortalUser

* feat: adds hud and mshda 2021 ami charts (#1020)

* feat: adds hud and mshda 2021 ami charts

* fix: remove mixed content assets from seeds

* fix: adds Detroit jurisdiction by default for partners

* fix: fixes file name to include dto

* feat: hides/prevents partner publish (#1021)

* feat: hides/prevents partner publish

* fix: pr requests and user update

* fix: issues exposed by tests

* feat: occupancy table based on unit groups (#1023)

* feat: occupancy table based on unit groups

* test: add tests

* test: update strings

* refactor: remove SRO strings

* test: more test coverage

* fix: make range translated

* fix: pre-existing ListingView template issues

* fix: patch old unit summary table pieces

Co-authored-by: Sean Albert <smabert@gmail.com>

* feat: adding partner unit groups

* feat: adds programs to Detroit (#1022)

* feat: adds programs to Detroit

* feat: adds programs to public site

* style: removes comment

* feat: remove Community Type section from form and detail

* refactor: updates program titles

* feat: updates for program descriptions per Safiya

* feat: adding save functionality

* fix: updates for editing

* 987/import listings basic (#1019)

* feat(backend): add import listing basic

* chore: remove todo notes from scripts

* feat: adds programs to Detroit (#1022)

* feat: adds programs to Detroit

* feat: adds programs to public site

* style: removes comment

* feat: remove Communi…
seanmalbert added a commit to CityOfDetroit/bloom that referenced this pull request May 9, 2022
* 2022-02-10 core (#982)

* fix: retnal assistance eror message

* Preferences cleanup (#1947)

* feat(backend): preferences cleanup

BREAKING CHANGE: Preferences are now M-N relation with a listing and have an intermediate table with ordinal number

* refactor(backend): preferences deduplication

So far each listing referenced it's own unique Preferences. This change introduces Many to Many
relationship between Preference and Listing entity and forces sharing Preferences between listings.

* feat(backend): extend preferences migration with moving existing relations to a new intermediate tab

* feat(backend): add Preference - Jurisdiction ManyToMany relation

* feat: adapt frontend to backend changes

* fix(backend): typeORM preferences select statement

* fix(backend): connect preferences with jurisdictions in seeds, fix pref filter validator

* fix(backend): fix missing import in preferences-filter-params.ts

* refactor: rebase issue

* feat: uptake jurisdictional preferences

* fix: fixup tests

* fix: application preferences ignore page, always separate

* Remove page from src/migration/1633359409242-add-listing-preferences-intermediate-relation.ts

* fix: preference fetching and ordering/pages

* Fix code style issues with Prettier

* fix(backend): query User__leasingAgentInListings__jurisdiction_User__leasingAgentIn specified more

* fix: perferences cypress tests

Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Sean Albert <smabert@gmail.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.13
 - @bloom-housing/partners@2.0.0-pre-tailwind.23
 - @bloom-housing/public@2.0.0-pre-tailwind.23
 - @bloom-housing/ui-components@2.0.0-alpha.23

* fix: updates household member count (#2112)

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.14
 - @bloom-housing/partners@2.0.0-pre-tailwind.24
 - @bloom-housing/public@2.0.0-pre-tailwind.24
 - @bloom-housing/ui-components@2.0.0-alpha.24

* fix: updates household member count

picked 3dee0f7d676ff42d546ecf83a17659cd69d7e1bc

* fix: reverts preferences to re-add as breaking/major bump

* fix: reverts preferences to re-add as breaking/major bump

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.15
 - @bloom-housing/partners@2.0.0-pre-tailwind.25
 - @bloom-housing/public@2.0.0-pre-tailwind.25
 - @bloom-housing/ui-components@2.0.0-alpha.25

* refactor: listing preferences and adds jurisdictional filtering

BREAKING CHANGE: updates preference relationship with listings

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.16
 - @bloom-housing/partners@2.0.0-pre-tailwind.26
 - @bloom-housing/public@2.0.0-pre-tailwind.26
 - @bloom-housing/ui-components@2.0.0-alpha.26

* chore(release): version

 - @bloom-housing/backend-core@2.0.0
 - @bloom-housing/shared-helpers@2.0.0
 - @bloom-housing/partners@2.0.0
 - @bloom-housing/public@2.0.0
 - @bloom-housing/ui-components@2.0.0

* fix: Updates lastName on application save

* docs: Update changelog

* Fix code style issues with Prettier

* chore(release): version

 - @bloom-housing/partners@2.0.1-alpha.0

* fix: a11y color contrast issues with tint on ImageCard component (#2074)

* chore(release): version

 - @bloom-housing/partners@2.0.1-alpha.1
 - @bloom-housing/public@2.0.1-alpha.0
 - @bloom-housing/ui-components@2.0.1-alpha.0

* feat: two new common app questions - Household Changes and Household Student (#2070)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.0
 - @bloom-housing/partners@2.0.1-alpha.2
 - @bloom-housing/public@2.0.1-alpha.1
 - @bloom-housing/ui-components@2.0.1-alpha.1

* fix: household member cypress test (#2113)

* chore(release): version

 - @bloom-housing/public@2.0.1-alpha.2

* fix: SiteHeader visual issues with long menu bars (#2068)

* feat: jurisdictional email signatures (#2111)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.1
 - @bloom-housing/partners@2.0.1-alpha.3
 - @bloom-housing/public@2.0.1-alpha.3
 - @bloom-housing/ui-components@2.0.1-alpha.2

* fix: don't send email confirmation on paper app submission (#2110)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.2
 - @bloom-housing/partners@2.0.1-alpha.4
 - @bloom-housing/public@2.0.1-alpha.4
 - @bloom-housing/ui-components@2.0.1-alpha.3

* 1838/ami chart jurisdictionalized (#2102)

* fix: jurisdictionalizes ami charts on partners

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.3
 - @bloom-housing/partners@2.0.1-alpha.5
 - @bloom-housing/public@2.0.1-alpha.5
 - @bloom-housing/ui-components@2.0.1-alpha.4

* feat: Updates application confirmation numbers (#2072)

* feat: Updates application confirmation numbers

* docs: Update changelog

* feat: adds confirmation number to csv export

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.4
 - @bloom-housing/partners@2.0.1-alpha.6
 - @bloom-housing/public@2.0.1-alpha.6
 - @bloom-housing/ui-components@2.0.1-alpha.5

* fix: updates lastName on application save

picked from aff87ec99ad2fbd4a1f9a6853157ea7770f85a56

* fix(backend): make it possible to filter portal users in /users endpoint (#2078)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.5
 - @bloom-housing/partners@2.0.1-alpha.7
 - @bloom-housing/public@2.0.1-alpha.7
 - @bloom-housing/ui-components@2.0.1-alpha.6

* Revert "refactor: listing preferences and adds jurisdictional filtering"

This reverts commit 9f661b43921ec939bd1bf5709c934ad6f56dd859.

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.6
 - @bloom-housing/partners@2.0.1-alpha.8
 - @bloom-housing/public@2.0.1-alpha.8
 - @bloom-housing/ui-components@2.0.1-alpha.7

* hotfix: ensure Triton seed doesn't error out

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.7
 - @bloom-housing/partners@2.0.1-alpha.9
 - @bloom-housing/public@2.0.1-alpha.9
 - @bloom-housing/ui-components@2.0.1-alpha.8

* chore(release): version

 - @bloom-housing/backend-core@3.0.0
 - @bloom-housing/shared-helpers@3.0.0
 - @bloom-housing/partners@3.0.0
 - @bloom-housing/public@3.0.0
 - @bloom-housing/ui-components@3.0.0

* 1837/preferences cleanup 3 (#2144)

* feat(backend): preferences cleanup

BREAKING CHANGE: Preferences are now M-N relation with a listing and have an intermediate table with ordinal number

* refactor(backend): preferences deduplication

So far each listing referenced it's own unique Preferences. This change introduces Many to Many
relationship between Preference and Listing entity and forces sharing Preferences between listings.

* feat(backend): extend preferences migration with moving existing relations to a new intermediate tab

* feat(backend): add Preference - Jurisdiction ManyToMany relation

* feat: adapt frontend to backend changes

* fix(backend): typeORM preferences select statement

* fix(backend): connect preferences with jurisdictions in seeds, fix pref filter validator

* fix(backend): fix missing import in preferences-filter-params.ts

* refactor: rebase issue

* feat: uptake jurisdictional preferences

* fix: fixup tests

* fix: application preferences ignore page, always separate

* Remove page from src/migration/1633359409242-add-listing-preferences-intermediate-relation.ts

* fix: preference fetching and ordering/pages

* Fix code style issues with Prettier

* fix(backend): query User__leasingAgentInListings__jurisdiction_User__leasingAgentIn specified more

* fix: perferences cypress tests

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.0
 - @bloom-housing/partners@3.0.1-alpha.0
 - @bloom-housing/public@3.0.1-alpha.0
 - @bloom-housing/ui-components@3.0.1-alpha.0

* feat(backend): extend UserUpdateDto to support email change with confirmation (#2120)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.1
 - @bloom-housing/partners@3.0.1-alpha.1
 - @bloom-housing/public@3.0.1-alpha.1
 - @bloom-housing/ui-components@3.0.1-alpha.1

* 2056/user account edit fix (#2073)

* fix: Replaces service to use newly created

* fix: Fix DOB initial values

* feat(backend): extend UserUpdateDto to support email change with confirmation

* fix: Update email form to use a new service

* fix: updates email change language

* Fix code style issues with Prettier

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.2
 - @bloom-housing/partners@3.0.1-alpha.2
 - @bloom-housing/public@3.0.1-alpha.2
 - @bloom-housing/ui-components@3.0.1-alpha.2

* feat: add Programs section to listings management (#2093)

* feat: add Programs section to listings management

* fix: sorting on detail page

* fix: merge issues

* feat: make program fetching jurisdictional

* fix: replace preference with program

* fix: program delete removes jurisdiction

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.3
 - @bloom-housing/partners@3.0.1-alpha.3
 - @bloom-housing/public@3.0.1-alpha.3
 - @bloom-housing/ui-components@3.0.1-alpha.3

* 2085/adds top level catchAll exception filter (#2132)

* fix: adds top level catchAll error filter

* fix: removing now unused exception filter

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.4
 - @bloom-housing/partners@3.0.1-alpha.4
 - @bloom-housing/public@3.0.1-alpha.4
 - @bloom-housing/ui-components@3.0.1-alpha.4

* feat: Change unit number field type to text (#2136)

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.5

* chore(deps): bump electron from 13.1.7 to 13.3.0 (#2137)

Bumps [electron](https://github.com/electron/electron) from 13.1.7 to 13.3.0.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](https://github.com/electron/electron/compare/v13.1.7...v13.3.0)

---
updated-dependencies:
- dependency-name: electron
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump axios from 0.21.1 to 0.21.2 (#2138)

Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.2.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.21.1...v0.21.2)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat(backend): improve application flagged set saving efficiency (#2147)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.5
 - @bloom-housing/partners@3.0.1-alpha.6
 - @bloom-housing/public@3.0.1-alpha.5
 - @bloom-housing/ui-components@3.0.1-alpha.5

* 1655/invite user edit (#1982)

* feat: Update title to be also a react node

* feat: Update translations

* feat: Create reusable form to add and edit users

* feat: Add delete function

* feat(backend): Add ON UPDATE SET NULL to application-user relation

* fix: Fix type

* Fix code style issues with Prettier

* fix(jurisdictionResolverService): updates to return undefined if no jurisdictionName

* feat: Update drawer state name

* feat: Add missing translations

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.6
 - @bloom-housing/partners@3.0.1-alpha.7
 - @bloom-housing/public@3.0.1-alpha.6
 - @bloom-housing/ui-components@3.0.1-alpha.6

* Add a phone number column to the user_accounts table (#2134)

* Merge pull request #710 from CityOfDetroit/feature/add-phonenumber-to-user-entity

Add phone number to user accounts.

* Merge pull request #728 from CityOfDetroit/fix/modify-phone-number-test

Fix user E2E tests.

* Merge pull request #728 from CityOfDetroit/fix/modify-phone-number-test

Fix user E2E tests.

* fix: add validation groups to phoneNumber

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.7
 - @bloom-housing/partners@3.0.1-alpha.8
 - @bloom-housing/public@3.0.1-alpha.7
 - @bloom-housing/ui-components@3.0.1-alpha.7

* refactor: make backend a peer dependency in ui-components (#2146)

* refactor: make backend a peer dependency in ui-components

* fix: fix flaky test

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.0
 - @bloom-housing/partners@3.0.1-alpha.9
 - @bloom-housing/public@3.0.1-alpha.8
 - @bloom-housing/ui-components@3.0.1-alpha.8

* fix: updates address order (#2151)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.8
 - @bloom-housing/shared-helpers@3.0.1-alpha.1
 - @bloom-housing/partners@3.0.1-alpha.10
 - @bloom-housing/public@3.0.1-alpha.9

* feat(backend): add nginx proxy-cache configuration (#2119)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.9
 - @bloom-housing/shared-helpers@3.0.1-alpha.2
 - @bloom-housing/partners@3.0.1-alpha.11
 - @bloom-housing/public@3.0.1-alpha.10

* Release 11 11 21 (#2162)

* fix: fix: adding unit tests to the unit type

picked from dev 1f8d7094e508337131d3033476cd70c2befaecd0

* fix: fix: a11y color contrast issues with tint on ImageCard component

picked from dev 505929149ee1485b9fc59402a9e14ead6de5dfc4

* feat: feat: two new common app questions - Household Changes and Household Student

picked from dev 42a752ec073c0f5b65374c7a68da1e34b0b1c949

* fix: fix: SiteHeader visual issues with long menu bars

picked from dev fd6686e206b4e53ae8b6ab757ad0506eaead0d01

* feat: feat: jurisdictional email signatures

picked from dev 7a146ffb5de88cfa2950e2a469a99e38d71b33c8

* fix: fix: don't send email confirmation on paper app submission

picked from dev 7f83b70327049245ecfba04ae3aea4e967929b2a

* feat: feat: Updates application confirmation numbers

picked from dev 75cd67bcb62280936bdeeaee8c9b7b2583a1339d

* fix: fix(backend): make it possible to filter portal users in /users endpoint

picked from dev 29bf714d28755916ec8ec896366c8c32c3a227c4

* feat: feat(backend): add languages (Language[]) to Jurisdiction entity

picked from dev 9ceed24d48b14888e6ea59b421b409f875d12b01

* fix: feat(backend): try fixing SETEX redis e2e tests flakiness

picked from dev 4087c532ddba672a415a048f4362e509aba7fd7f

* feat: feat(backend): Add user delete endpoint

picked from dev a13f73574b470beff2f8948abb226a6786856480

* fix: fix: improved UX for the Building Selection Criteria drawer

picked from dev 4bd8b09456b54584c3731bcca64019dc231d0c55

* feat: feat(backend): add Program entity

picked from dev 492ec4d333cf9b73af772a1aceed29813f405ba0

* refactor: breaking: 1837/preferences cleanup

picked from dev 3ce6d5eb5aac49431ec5bf4912dbfcbe9077d84e

BREAKING CHANGE: preferences model and relationships changed

* feat: feat(backend): extend UserUpdateDto to support email change

picked from dev 3e1fdbd0ea91d4773973d5c485a5ba61303db90a

* fix: 2056/user account edit fix

picked from dev a15618c0cb548ff5b2ae913b802c9e08bb673f30

* refactor: 2085/adds top level catchAll exception filter

picked from dev aeaa63d1af1fa3d11671e169cb3bd23d356fface

* feat: feat: Change unit number field type to text

picked from dev f54be7c7ba6aac8e00fee610dc86584b60cc212d

* feat(backend): improve application flagged set saving efficiency

* fix: fix: updates address order

picked from dev 252e014dcbd2e4c305384ed552135f5a8e4e4767

* fix: sets programs to optoinal and updates versions

* chore: chore(deps): bump electron from 13.1.7 to 13.3.0

* chore: chore(deps): bump axios from 0.21.1 to 0.21.2

* fix: adds programs service

* fix: fix lisitng e2e tests

* fix: fix member tests

* fix: fixes program, preference, ami-chart de-dupe (#2169)

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.12

* fix: adds jurisdictionId to useSWR path

* fix: recalculate units available on listing update (#2150)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.10
 - @bloom-housing/shared-helpers@3.0.1-alpha.3
 - @bloom-housing/partners@3.0.1-alpha.13
 - @bloom-housing/public@3.0.1-alpha.11

* fix: recalculate units available on listing update

picked form dev f1a3dbce6478b16542ed61ab20de5dfb9b797262

* feat: feat(backend): make use of new application confirmation codes

picked from dev 3c45c2904818200eed4568931d4cc352fd2f449e

* Revert "chore(deps): bump axios from 0.21.1 to 0.21.2 (#2138)"

This reverts commit 7711604323ae2f6a1782a35f7a26176f215f6c00.

* revert: revert "chore(deps): bump axios from 0.21.1 to 0.21.2

picked from dev 2b83bc0393afc42eed542e326d5ef75502ce119c

* refactor: remove applicationAddress (#2009)

* refactor: remove applicationAddress

* docs: readme update

* test: fix backend test

* fix: db migration

* Fix code style issues with Prettier

* test(backend): fix SETEX impossible to process

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.11
 - @bloom-housing/shared-helpers@3.0.1-alpha.4
 - @bloom-housing/partners@3.0.1-alpha.14
 - @bloom-housing/public@3.0.1-alpha.12
 - @bloom-housing/ui-components@3.0.1-alpha.9

* feat: refactor and add public site application flow cypress tests (#2118)

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.15
 - @bloom-housing/public@3.0.1-alpha.13
 - @bloom-housing/ui-components@3.0.1-alpha.10

* fix: sapp submission w/ no due date

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.12
 - @bloom-housing/shared-helpers@3.0.1-alpha.5
 - @bloom-housing/partners@3.0.1-alpha.16
 - @bloom-housing/public@3.0.1-alpha.14

* Revert "feat(backend): add nginx proxy-cache configuration (#2119)"

This reverts commit 34d32e75ceae378a26c57f4c9b7feec8c88339e0.

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.13
 - @bloom-housing/shared-helpers@3.0.1-alpha.6
 - @bloom-housing/partners@3.0.1-alpha.17
 - @bloom-housing/public@3.0.1-alpha.15

* fix: app submission w/ no due date

picked from dev 4af1f5a8448f16d347b4a65ecb85fda4d6ed71fc

* 1975/better seed data for ami-charts (#2156)

* fix: better seed data for ami-charts

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.14
 - @bloom-housing/shared-helpers@3.0.1-alpha.7
 - @bloom-housing/partners@3.0.1-alpha.18
 - @bloom-housing/public@3.0.1-alpha.16

* 2154/avance prefs (#2177)

* feat: new preferences

* feat: preference updates

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.15
 - @bloom-housing/shared-helpers@3.0.1-alpha.8
 - @bloom-housing/partners@3.0.1-alpha.19
 - @bloom-housing/public@3.0.1-alpha.17
 - @bloom-housing/ui-components@3.0.1-alpha.11

* 2154/avance prefs (#2178)

* feat: new preferences

* feat: preference updates

* Fix code style issues with Prettier

* feat: preference options bottom border

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.18

* 2154/avance prefs III (#2179)

* feat: new preferences

* feat: preference updates

* Fix code style issues with Prettier

* feat: preference options bottom border

* feat: liveWorkLivermore preference

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.20
 - @bloom-housing/public@3.0.1-alpha.19
 - @bloom-housing/ui-components@3.0.1-alpha.12

* 1988/adds listing management cypress tests to partner portal (#2103)

* test: adds listing management tests

* test: minor tweaks

* test: big updates for LM cypress tests

* test: fixes selectors

* feat: adding partner cypress tests to pr workflow

* fix: undoing

* chore: adds latest bloom-housing packages to partners

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.21
 - @bloom-housing/public@3.0.1-alpha.20
 - @bloom-housing/ui-components@3.0.1-alpha.13

* feat: adds new preferences, reserved community type

* feat: adds bottom border to preferences

* feat: updates preference string

* fix: preference cleanup for avance

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.22
 - @bloom-housing/public@3.0.1-alpha.21
 - @bloom-housing/ui-components@3.0.1-alpha.14

* fix: preference cleanup for avance

* 1975/one month rent (#2158)

* feat: add depoist helper text

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.16
 - @bloom-housing/shared-helpers@3.0.1-alpha.9
 - @bloom-housing/partners@3.0.1-alpha.23
 - @bloom-housing/public@3.0.1-alpha.22
 - @bloom-housing/ui-components@3.0.1-alpha.15

* fix(backend): fix view.spec.ts test (#2175)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.17
 - @bloom-housing/shared-helpers@3.0.1-alpha.10
 - @bloom-housing/partners@3.0.1-alpha.24
 - @bloom-housing/public@3.0.1-alpha.23

* refactor: removes jsonpath (#2206)

* refactor: removes jsonpath

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.18
 - @bloom-housing/shared-helpers@3.0.1-alpha.11
 - @bloom-housing/partners@3.0.1-alpha.25
 - @bloom-housing/public@3.0.1-alpha.24

* 1869/application program display (#2114)

* feat: add programs step to application forms

* test: add Cypress tests for the programs step

* feat: rework the Programs page and enhance seeds

* chore: fix programs Cypress test

* fix: fixup cypress tests

* fix: update mock data

* fix: fixup mock data pt 2

* fix: type issues

* fix: bugs and simplify program data processing

Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.19
 - @bloom-housing/shared-helpers@3.0.1-alpha.12
 - @bloom-housing/partners@3.0.1-alpha.26
 - @bloom-housing/public@3.0.1-alpha.25
 - @bloom-housing/ui-components@3.0.1-alpha.16

* feat: adds jurisdictions to pref seeds (#2199)

* feat: adds jurisdictions to pref seeds

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.20
 - @bloom-housing/shared-helpers@3.0.1-alpha.13
 - @bloom-housing/partners@3.0.1-alpha.27
 - @bloom-housing/public@3.0.1-alpha.26

* 1901/application program partners (#2182)

* feat: add programs step to application forms

* test: add Cypress tests for the programs step

* feat: rework the Programs page and enhance seeds

* chore: fix programs Cypress test

* feat: add programs step to application forms

* test: add Cypress tests for the programs step

* feat: rework the Programs page and enhance seeds

* chore: fix programs Cypress test

* fix: fixup cypress tests

* fix: update mock data

* fix: fixup mock data pt 2

* fix: type issues

* feat: Create programs mapper

Closes #1901

* feat: Add programs section

Closes #1901

* feat: Create details section for programs

Closes #1901

* feat: Update translations

Closes #1901

* refactor: Remove console log

Closes #1901

* refactor: Simpify code

Closes #1901

* chore: remove console log

* fix: mapProgramToApi return

Co-authored-by: Jared White <jared@jaredwhite.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.21
 - @bloom-housing/shared-helpers@3.0.1-alpha.14
 - @bloom-housing/partners@3.0.1-alpha.28
 - @bloom-housing/public@3.0.1-alpha.27
 - @bloom-housing/ui-components@3.0.1-alpha.17

* test: update program test

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.28

* feat: new demographics sub-race questions (#2109)

* feat: new demographics sub-race questions

* fix: update migration to keep data

* feat: other text boxes

* feat: wip other labels

* feat: can edit demo in partners

* fix: cleanup

* feat: csv formatting

* fix: type issue

* feat: remove gender and sexual orientation

* fix: add test id

* fix: more test ids

* fix: select by checkboxes

* fix: dont use select

* fix: data

* fix: add tests, fixup other option

* Fix code style issues with Prettier

* fix: remove unneeded dependencies

* test: add additional test

* Fix code style issues with Prettier

* test: change test id attribute

* chore: cleanup formatApplicationData imports

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.22
 - @bloom-housing/shared-helpers@3.0.1-alpha.15
 - @bloom-housing/partners@3.0.1-alpha.29
 - @bloom-housing/public@3.0.1-alpha.29
 - @bloom-housing/ui-components@3.0.1-alpha.18

* feat: updates email confirmation for lottery (#2200)

* feat: updates email confirmation for lottery

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.23
 - @bloom-housing/shared-helpers@3.0.1-alpha.16
 - @bloom-housing/partners@3.0.1-alpha.30
 - @bloom-housing/public@3.0.1-alpha.30

* fix: add ariaHidden to Icon component

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.17
 - @bloom-housing/partners@3.0.1-alpha.31
 - @bloom-housing/public@3.0.1-alpha.31
 - @bloom-housing/ui-components@3.0.1-alpha.19

* fix: add ariaLabel prop to Button component

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.18
 - @bloom-housing/partners@3.0.1-alpha.32
 - @bloom-housing/public@3.0.1-alpha.32
 - @bloom-housing/ui-components@3.0.1-alpha.20

* fix: change the yes/no radio text to be more descriptive (#2208)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.19
 - @bloom-housing/partners@3.0.1-alpha.33
 - @bloom-housing/public@3.0.1-alpha.33
 - @bloom-housing/ui-components@3.0.1-alpha.21

* fix: remove alameda reference in demographics (#2209)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.20
 - @bloom-housing/partners@3.0.1-alpha.34
 - @bloom-housing/public@3.0.1-alpha.34
 - @bloom-housing/ui-components@3.0.1-alpha.22

* refactor: remove applicationAddress

picked from dev bf10632a62bf2f14922948c046ea3352ed010f4f

* feat: refactor and add public site application flow cypress tests

picked from dev 9ec0e8d05f9570773110754e7fdaf49254d1eab8

* feat: better seed data for ami-charts

picked from dev d8b1d4d185731a589c563a32bd592d01537785f3

* feat: adds listing management cypress tests to partner portal

* fix: listings management keep empty strings, remove empty objects

picked from dev c4b1e833ec128f457015ac7ffa421ee6047083d9

* feat: one month rent

picked from dev 883b0d53030e1c4d54f2f75bd5e188bb1d255f64

* test: view.spec.ts test

picked from dev 324446c90138d8fac50aba445f515009b5a58bfb

* refactor: removes jsonpath

picked from dev deb39acc005607ce3076942b1f49590d08afc10c

* feat: adds jurisdictions to pref seeds

picked from dev 9e47cec3b1acfe769207ccbb33c07019cd742e33

* feat: new demographics sub-race questions

picked from dev 9ab892694c1ad2fa8890b411b3b32af68ade1fc3

* feat: updates email confirmation for lottery

picked from dev 1a5e824c96d8e23674c32ea92688b9f7255528d3

* fix: add ariaHidden to Icon component

picked from dev c7bb86aec6fd5ad386c7ca50087d0113b14503be

* fix: add ariaLabel prop to Button component

picked from dev 509ddc898ba44c05e26f8ed8c777f1ba456eeee5

* fix: change the yes/no radio text to be more descriptive

picked from dev 0c46054574535523d6f217bb0677bbe732b8945f

* fix: remove alameda reference in demographics

picked from dev 7d5991cbf6dbe0b61f2b14d265e87ce3687f743d

* chore: release version

picked from dev fe82f25dc349877d974ae62d228fea0354978fb7

* feat: ami chart jurisdictionalized

picked from dev 0a5cbc88a9d9e3c2ff716fe0f44ca6c48f5dcc50

* refactor: make backend a peer dependency in ui-components

picked from dev 952aaa14a77e0960312ff0eeee51399d1d6af9f3

* feat: add a phone number column to the user_accounts table

picked from dev 2647df9ab9888a525cc8a164d091dda6482c502a

* chore: removes application program partners

* chore: removes application program display

* Revert "chore: removes application program display"

This reverts commit 14825b4a6c9cd1a7235e32074e32af18a71b5c26.

* Revert "chore: removes application program partners"

This reverts commit d7aa38c777972a2e21d9f816441caa27f98d3f86.

* chore: yarn.lock and backend-swagger

* fix: removes Duplicate identifier fieldGroupObjectToArray

* feat: skip preferences if not on listing

* chore(release): version

* fix: cannot save custom mailing, dropoff, or pickup address

* chore(release): version

* chore: converge on one axios version, remove peer dependency

* chore(release): version

* feat: simplify Waitlist component and use more flexible schema

* chore(release): version

* fix: lottery results uploads now save

* chore(release): version

* feat: add SRO unit type

* chore(release): version

* fix: paper application submission

* chore(release): version

* fix: choose-language context

* chore(release): version

* fix: applications/view hide prefs

* chore(release): version

* feat: overrides fallback to english, tagalog support

* chore(release): version

* fix: account translations

* chore(release): version

* fix: units with invalid ami chart

* chore(release): version

* fix: remove description for the partners programs

* fix: fix modal styles on mobile

* fix: visual improvement to programs form display

* fix: submission tests not running

* chore: translations (#2293)

* chore: translations (#2295)

* chore: missing translations (#2296)

* fix: prefUnits on autofill summary (#2294)

* chore: move Programs step to come after Students (#2277)

* feat: adds whatToExpect to GTrans

* chore: missing translations (#2299)

* fix: 2259/fixes idle timeout not resetting properly (#2292)

* chore(release): version

* fix: demographics howDidYouHear options (2305)

* chore(release): version

* fix: mobile notice text wrap issue (#2308)

* feat: postmark date time fields partners (#2239)

* fix: versioning issues (#2311)

* chore(release): version

* chore(backend): move libs/ to shared/utils, clean up modules (#2230)

* feat(backend): all programs to csv export (#2302)

* chore(release): version

* feat: filter partner users

* chore(release): version

* feat: adds updating open listing modal (#2288)

* fix: closed listings allowed apps (#2317)

* feat: 2165/rosefield preference updates (#2386)

* chore(release): version

* Revert "chore(release): version"

This reverts commit 7c414ca7f8c5709e4ff19b94e3fb1089bdc45e97.

* chore(release): version

 - @bloom-housing/backend-core@3.0.1
 - @bloom-housing/shared-helpers@3.0.1
 - @bloom-housing/partners@3.0.1
 - @bloom-housing/public@3.0.1
 - @bloom-housing/ui-components@3.0.1

* feat(backend): add storing listing translations (#2215)

* feat: adds whatToExpect to GTrans (#2303)

* fix: patch issue with submit application section

* fix: patches translations for preferences (#2410)

* fix: issues with public app and readds auto save (2428)

* fix: ami charts without all households (#2430)

* fix: load blank application

* 2022-01-27 release (#2439)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.23
 - @bloom-housing/partners@3.0.1-alpha.37
 - @bloom-housing/public@3.0.1-alpha.38
 - @bloom-housing/ui-components@3.0.1-alpha.24

* fix(backend): nginx with heroku configuration (#2196)

* fix(backend): nginx with heroku configuration

* feat(backend): nginx make hostname and port variable

* feat: nginx proxy updates

* feat(backend): modify proxy_pass and Host header settings

Co-authored-by: seanmalbert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.26
 - @bloom-housing/shared-helpers@3.0.1-alpha.24
 - @bloom-housing/partners@3.0.1-alpha.38
 - @bloom-housing/public@3.0.1-alpha.39
 - @bloom-housing/ui-components@3.0.1-alpha.25

* fix: fetchBaseListingData (#2238)

* fix: fetchBaseListingData

* fix: fetchBaseListingData

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.40

* fix: lottery results uploads now save (#2226)

* fix: lottery results uploads now save

* fix: switch to partial typing

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.39

* feat: getStaticPaths fallback blocking test

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.41

* chore: add temp logs for testing id/slug

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.42

* chore(backend): move libs/ to shared/utils, clean up modules (#2230)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.27
 - @bloom-housing/shared-helpers@3.0.1-alpha.25
 - @bloom-housing/partners@3.0.1-alpha.40
 - @bloom-housing/public@3.0.1-alpha.43
 - @bloom-housing/ui-components@3.0.1-alpha.26

* chore: add SRO unit type (#2243)

* chore: add SRO unit type to DB / translations

* chore: additional string changes to SRO

* test(backend): add SRO to unit types test

* feat: SRO unit type additions

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.28
 - @bloom-housing/shared-helpers@3.0.1-alpha.26
 - @bloom-housing/partners@3.0.1-alpha.41
 - @bloom-housing/public@3.0.1-alpha.44
 - @bloom-housing/ui-components@3.0.1-alpha.27

* 2140/fix paper application submission (#2195)

* fix: fix paper application submission

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.42

* Fix code style issues with Prettier

* test: adds cypress test coverage

* fix: updates per sean

* fix: one more update

* test: fix partners unit tests

* fix: choose-language context

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.45

* fix: applications drop off address

* fix: applications/view hide prefs

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.46

* feat(backend): add storing listing translations (#2215)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.29
 - @bloom-housing/shared-helpers@3.0.1-alpha.27
 - @bloom-housing/partners@3.0.1-alpha.43
 - @bloom-housing/public@3.0.1-alpha.47
 - @bloom-housing/ui-components@3.0.1-alpha.28

* fix(backend): make nginx proxy use Language HTTP header in cache key (#2266)

* 2098/fix partner applications grid display (#2188)

* fix: partner applications grid display

* Fix code style issues with Prettier

* test: fix tests

* Fix code style issues with Prettier

* fix: updates to using views

* tests: add application grid test

* fix: updates per sean

* fix: one more update

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.30
 - @bloom-housing/shared-helpers@3.0.1-alpha.28
 - @bloom-housing/partners@3.0.1-alpha.44
 - @bloom-housing/public@3.0.1-alpha.48
 - @bloom-housing/ui-components@3.0.1-alpha.29

* fix: fixes some issues with the deployment

* Revert/2188 (#2270)

* fix: fixes some issues with the deployment

* revert: partner applications grid display

* fix: view.spec

Co-authored-by: Yazeed Loonat <yazeedloonat@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.31
 - @bloom-housing/shared-helpers@3.0.1-alpha.29
 - @bloom-housing/partners@3.0.1-alpha.45
 - @bloom-housing/public@3.0.1-alpha.49
 - @bloom-housing/ui-components@3.0.1-alpha.30

* 2098/fix partner applications grid display (#2188)

* fix: partner applications grid display

* Fix code style issues with Prettier

* test: fix tests

* Fix code style issues with Prettier

* fix: updates to using views

* tests: add application grid test

* fix: updates per sean

* fix: one more update

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* feat(backend): add listings closing routine (#2213)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.32
 - @bloom-housing/shared-helpers@3.0.1-alpha.30
 - @bloom-housing/partners@3.0.1-alpha.46
 - @bloom-housing/public@3.0.1-alpha.50
 - @bloom-housing/ui-components@3.0.1-alpha.31

* feat(backend): add user password expiration

* fix: Remove description for the partners programs (#2234)

Closes #1901

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.47

* 2227/lock login attempts frontend (#2260)

* feat: Add new translations

Closes #1927

* refactor: Make title as optional

Closes #1927

* feat: Update login alert text

Closes #1927

* fix: Use translation, instead of hardcoded text

Closes #1927

* feat: Add translation

Closes #1927

* feat: Update type name

Closes #1927

* feat: Add new alerts

Closes #1927

* fix: Fix translation

Closes #1927

* fix(AlertBox.tsx): Fix close icon placement

Closes #1927

* feat: Create helper to catch network errors

Closes #1927

* feat: Add translations

Closes #1927

* feat: Create reusable sign-in form

Closes #1927

* refactor(sign-in page, public and partners): Update sign-in pages to use reusable form

BREAKING CHANGE: sign-in pages have been updated

Closes #1927

* Fix code style issues with Prettier

* fix: fixes tests and also issue with user grid

* fix: fixes linting error

* feat(backend): add appropriate http exception for password outdated login failure

* fix: Fix modal styles on mobile (#2280)

Closes #2253

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.31
 - @bloom-housing/partners@3.0.1-alpha.48
 - @bloom-housing/public@3.0.1-alpha.51
 - @bloom-housing/ui-components@3.0.1-alpha.32

* fix: visual improvement to programs form display (#2276)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.52

* fix: submission tests not running (#2282)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.53

* feat: overrides fallback to english, tagalog support (#2262)

* chore: allow work-in strings to take jurisdiction name

* feat: add support for tagalog

* Fix code style issues with Prettier

* feat: tagalog language

* feat: translations precedence includes en overrides

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.33
 - @bloom-housing/shared-helpers@3.0.1-alpha.32
 - @bloom-housing/partners@3.0.1-alpha.49
 - @bloom-housing/public@3.0.1-alpha.54
 - @bloom-housing/ui-components@3.0.1-alpha.33

* fix: account translations (#2278)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.33
 - @bloom-housing/partners@3.0.1-alpha.50
 - @bloom-housing/public@3.0.1-alpha.55
 - @bloom-housing/ui-components@3.0.1-alpha.34

* test: fixes test issues

* fix: fix sortig on applications partner grid

* chore: translations (#2293)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.34
 - @bloom-housing/partners@3.0.1-alpha.51
 - @bloom-housing/public@3.0.1-alpha.56
 - @bloom-housing/ui-components@3.0.1-alpha.35

* chore: translations (#2295)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.35
 - @bloom-housing/partners@3.0.1-alpha.52
 - @bloom-housing/public@3.0.1-alpha.57
 - @bloom-housing/ui-components@3.0.1-alpha.36

* chore: missing translations (#2296)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.36
 - @bloom-housing/partners@3.0.1-alpha.53
 - @bloom-housing/public@3.0.1-alpha.58
 - @bloom-housing/ui-components@3.0.1-alpha.37

* fix: prefUnits on autofill summary (#2294)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.59

* chore: move Programs step to come after Students (#2277)

* chore: move Programs step to come after Students

* test: rearrange order of programs within Cypress tests

* test: remove problematic statement

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.60

* fix: units with invalid ami chart (#2290)

* fix: alunits with invalid ami chart

* perf: uniquePercentageChartSet map

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.34
 - @bloom-housing/shared-helpers@3.0.1-alpha.37
 - @bloom-housing/partners@3.0.1-alpha.54
 - @bloom-housing/public@3.0.1-alpha.61
 - @bloom-housing/ui-components@3.0.1-alpha.38

* chore: missing translations (#2299)

* chore: missing translations

* chore: remove logs

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.38
 - @bloom-housing/partners@3.0.1-alpha.55
 - @bloom-housing/public@3.0.1-alpha.62
 - @bloom-housing/ui-components@3.0.1-alpha.39

* 2259/fixes idle timeout not resetting properly (#2292)

* fix: fixes idle timeout not resetting properly

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.63

* feat: adds whatToExpect to GTrans (#2303)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.35
 - @bloom-housing/shared-helpers@3.0.1-alpha.39
 - @bloom-housing/partners@3.0.1-alpha.56
 - @bloom-housing/public@3.0.1-alpha.64
 - @bloom-housing/ui-components@3.0.1-alpha.40

* fix: demographics howDidYouHear options were not changing on language change (#2305)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.65

* Fix checkbox rtl style

* feat(backend): add password outdating only to users which are either admins or partners

* fix: fix hero button width with secondary button (#2306)

* fix: mobile notice text wrap issue (#2308)

* feat(backend): add activity logging to listings module (#2190)

* feat(backend): add activity logging to listings module

* feat(backend): add activity logging to applications and user controllers

* feat(backend): add metada column to activity log entity

* feat(backend): change activity log metadata column type

* feat(backend): remove applications related changes

* feat(backend): remove ListingActivityLogInterceptor

* 2040/postmark date time fields partners (#2239)

* feat: add postmark by date and time fields

* feat: fix display and preview page

* test: fix so the correct date displays

* Fix code style issues with Prettier

* fix: fixes per emily

* fix: updates per sean

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* fix: versioning issues (#2311)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.36
 - @bloom-housing/shared-helpers@3.0.1-alpha.41
 - @bloom-housing/partners@3.0.1-alpha.58
 - @bloom-housing/public@3.0.1-alpha.67
 - @bloom-housing/ui-components@3.0.1-alpha.42

* feat(backend): all programs to csv export (#2302)

* feat(backend): all programs to csv export

* chore: removes console log

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.37
 - @bloom-housing/shared-helpers@3.0.1-alpha.42
 - @bloom-housing/partners@3.0.1-alpha.59
 - @bloom-housing/public@3.0.1-alpha.68
 - @bloom-housing/ui-components@3.0.1-alpha.43

* feat(backend): add partnerTerms to jurisdiction entity (#2301)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.38
 - @bloom-housing/shared-helpers@3.0.1-alpha.43
 - @bloom-housing/partners@3.0.1-alpha.60
 - @bloom-housing/public@3.0.1-alpha.69
 - @bloom-housing/ui-components@3.0.1-alpha.44

* feat: removes ListingLangCacheInterceptor from get by id

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.39
 - @bloom-housing/shared-helpers@3.0.1-alpha.44
 - @bloom-housing/partners@3.0.1-alpha.61
 - @bloom-housing/public@3.0.1-alpha.70
 - @bloom-housing/ui-components@3.0.1-alpha.45

* fix: Update translation

Closes 1927

* fix: Update hardcoded translations

Closes #1927

* refactor: listing detail props (#2313)

* refactor: listing detail props

* fix: HouseholdSizeField FieldError

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.45
 - @bloom-housing/partners@3.0.1-alpha.62
 - @bloom-housing/public@3.0.1-alpha.71
 - @bloom-housing/ui-components@3.0.1-alpha.46

* chore(deps): bump next from 11.1.2 to 11.1.3 (#2289)

* feat(backend): refactor applications module (#2279)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.40
 - @bloom-housing/shared-helpers@3.0.1-alpha.46
 - @bloom-housing/partners@3.0.1-alpha.63
 - @bloom-housing/public@3.0.1-alpha.72
 - @bloom-housing/ui-components@3.0.1-alpha.47

* feat: filter partner users

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.64

* feat: password reset message

* fix: make mailThin background transparent

* fix: add mailThin icon to stories

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.47
 - @bloom-housing/partners@3.0.1-alpha.65
 - @bloom-housing/public@3.0.1-alpha.73
 - @bloom-housing/ui-components@3.0.1-alpha.48

* feat: adds updating open listing modal (#2288)

* feat: adds updating open listing modal

* fix: closed listings allowed apps (#2317)

* feat: updates for gtm

* feat: updates for gtm

* fix: removes more closed listing application paths (#2319)

* feat: make page header title optional

* feat(backend): remove activity log interceptor from update-password

* refactor: removing helpers from ui-components that are backend dependent (#2108)

BREAKING CHANGE: moved some helpers from ui-components to shared-helpers

* chore: bump versions (#2326)

* fix: make numbered list breakpoint match config

* chore: bump shared-helpers version

* fix: partners shared-helpers version

* chore: bump partners version

* chore: bump public version

* chore: bump version

* chore(release): version

 - @bloom-housing/backend-core@3.0.1
 - @bloom-housing/shared-helpers@4.0.0
 - @bloom-housing/partners@4.0.0
 - @bloom-housing/public@4.0.0
 - @bloom-housing/ui-components@4.0.0

* feat: add matched style to ApplicationStatus

* Fix code style issues with Prettier

* fix: make primary buttons primary background

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.0
 - @bloom-housing/shared-helpers@4.0.1-alpha.0
 - @bloom-housing/partners@4.0.1-alpha.0
 - @bloom-housing/public@4.0.1-alpha.0
 - @bloom-housing/ui-components@4.0.1-alpha.0

* chore: backend & ui-component gitHead

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.1
 - @bloom-housing/shared-helpers@4.0.1-alpha.1
 - @bloom-housing/partners@4.0.1-alpha.1
 - @bloom-housing/public@4.0.1-alpha.1
 - @bloom-housing/ui-components@4.0.1-alpha.1

* fix: propagate custom icon type to ImageCard prop

* Fix code style issues with Prettier

* fix: check for user lastLoginAt

* test: updates user login test

* fix: bump version (#2349)

* fix: bump version (#2350)

* fix: cypress coverage configs

* fix: force a release number if one exists (#2351)

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.6
 - @bloom-housing/shared-helpers@4.0.1-alpha.6
 - @bloom-housing/partners@4.0.1-alpha.6
 - @bloom-housing/public@4.0.1-alpha.6
 - @bloom-housing/ui-components@4.0.1-alpha.6

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.7
 - @bloom-housing/shared-helpers@4.0.1-alpha.7
 - @bloom-housing/partners@4.0.1-alpha.7
 - @bloom-housing/public@4.0.1-alpha.7
 - @bloom-housing/ui-components@4.0.1-alpha.7

* fix: apply action block style to button class not component (#2348)

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.8
 - @bloom-housing/partners@4.0.1-alpha.8
 - @bloom-housing/public@4.0.1-alpha.8
 - @bloom-housing/ui-components@4.0.1-alpha.8

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.8
 - @bloom-housing/shared-helpers@4.0.1-alpha.9
 - @bloom-housing/partners@4.0.1-alpha.9
 - @bloom-housing/public@4.0.1-alpha.9
 - @bloom-housing/ui-components@4.0.1-alpha.9

* fix: remove next dependency from ui-components (#2352)

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.10
 - @bloom-housing/partners@4.0.1-alpha.10
 - @bloom-housing/public@4.0.1-alpha.10
 - @bloom-housing/ui-components@4.0.1-alpha.10

* chore: port latest dev updates over for paper listing form

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.11
 - @bloom-housing/partners@4.0.1-alpha.11
 - @bloom-housing/public@4.0.1-alpha.11
 - @bloom-housing/ui-components@4.0.1-alpha.11

* Add public urls to jurisdiction (#2316)

* Add public urls to jurisdiction

* feat(backend): fix units-transformations.spec test

* feat(backend): fix changes in interface of the autogenerated client in sites/

* Fix code style issues with Prettier

* feat: adds detroit to migration for local/dev

* Fix code style issues with Prettier

* feat: updates to use publicUrl

* Fix code style issues with Prettier

* feat(backend): update add-public-url-to-jurisdiction migration

* fix(backend): jurisidctions e2e tests

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.9
 - @bloom-housing/shared-helpers@4.0.1-alpha.12
 - @bloom-housing/partners@4.0.1-alpha.12
 - @bloom-housing/public@4.0.1-alpha.12
 - @bloom-housing/ui-components@4.0.1-alpha.12

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.10
 - @bloom-housing/shared-helpers@4.0.1-alpha.13
 - @bloom-housing/partners@4.0.1-alpha.13
 - @bloom-housing/public@4.0.1-alpha.13
 - @bloom-housing/ui-components@4.0.1-alpha.13

* fix: move type declarations out of shared-helpers (#2356)

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.14
 - @bloom-housing/partners@4.0.1-alpha.14
 - @bloom-housing/public@4.0.1-alpha.14
 - @bloom-housing/ui-components@4.0.1-alpha.14

* chore(release): version

 - @bloom-housing/partners@4.0.1-alpha.15

* refactor: unifiies logic around listingid

* refactor: prevent local reseed with cypress tests (#2353)

* chore(release): version

 - @bloom-housing/public@4.0.1-alpha.15

* test: add partners cypress ci job

* chore: fixup config

* chore: fixup config 2

* chore: fixup config 3

* chore: fixup config 3

* chore: fixup config 4

* chore: change name to be unique

* fix: update naming

* fix: remove empty secrets

* fix: add in env variable defaults

* fix: add test id

* fix: use drag n drop

* fix: rename var

* fix: rename var2

* test: update config

* 1290/use dayjs instead of moment (#2338)

* Convert all use of Moment to Dayjs

* fix: more moment -> dayjs cleanup

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.11
 - @bloom-housing/shared-helpers@4.0.1-alpha.15
 - @bloom-housing/partners@4.0.1-alpha.16
 - @bloom-housing/public@4.0.1-alpha.16
 - @bloom-housing/ui-components@4.0.1-alpha.15

* test: fix for cypress tests

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.12
 - @bloom-housing/shared-helpers@4.0.1-alpha.16
 - @bloom-housing/partners@4.0.1-alpha.17
 - @bloom-housing/public@4.0.1-alpha.17
 - @bloom-housing/ui-components@4.0.1-alpha.16

* fix: listings group expandable section css updates (#2377)

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.17
 - @bloom-housing/partners@4.0.1-alpha.18
 - @bloom-housing/public@4.0.1-alpha.18
 - @bloom-housing/ui-components@4.0.1-alpha.17

* fix: ensure dayjs parsing strings will work as expected

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.18
 - @bloom-housing/partners@4.0.1-alpha.19
 - @bloom-housing/public@4.0.1-alpha.19
 - @bloom-housing/ui-components@4.0.1-alpha.18

* feat: adds event logging to most of the pages

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.19
 - @bloom-housing/partners@4.0.1-alpha.20
 - @bloom-housing/public@4.0.1-alpha.20
 - @bloom-housing/ui-components@4.0.1-alpha.19

* fix: open house events can now be edited and work cross-browser (#2320)

* fix: open house events can be edited and work cross-browser

* chore: refactor event dates handling to use dayjs

* fix: lm form refresh and getDetailFieldTime

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/partners@4.0.1-alpha.21

* 2165/rosefield preference updates (#2386)

* feat: rosefield preference updates

* feat: removes "no" from rosefield translations

* fix: removing translations

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.20
 - @bloom-housing/partners@4.0.1-alpha.22
 - @bloom-housing/public@4.0.1-alpha.21
 - @bloom-housing/ui-components@4.0.1-alpha.20

* fix: dates showing as invalid in send by mail section (#2362)

BREAKING CHANGE: remove applicationDueTime field and consolidated into applicationDueDate

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.13
 - @bloom-housing/shared-helpers@4.0.1-alpha.21
 - @bloom-housing/partners@4.0.1-alpha.23
 - @bloom-housing/public@4.0.1-alpha.22
 - @bloom-housing/ui-components@4.0.1-alpha.21

* fix: partners render issue (#2395)

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.14
 - @bloom-housing/shared-helpers@4.0.1-alpha.22
 - @bloom-housing/partners@4.0.1-alpha.24
 - @bloom-housing/public@4.0.1-alpha.23
 - @bloom-housing/ui-components@4.0.1-alpha.22

* fix: user status enum to camel case; gtm types

* fix: removes unnecessary ternary

* test: fix flaky cypress test

* fix: patches translations for preferences (#2410)

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.15
 - @bloom-housing/shared-helpers@4.0.1-alpha.23
 - @bloom-housing/partners@4.0.1-alpha.25
 - @bloom-housing/public@4.0.1-alpha.24
 - @bloom-housing/ui-components@4.0.1-alpha.23

* feat: listing card takes optional children (#2407)

* feat: listing card takes optional children

* fix: additional header

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.24
 - @bloom-housing/partners@4.0.1-alpha.26
 - @bloom-housing/public@4.0.1-alpha.25
 - @bloom-housing/ui-components@4.0.1-alpha.24

* feat: set gtm pageTitle to english only

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.25
 - @bloom-housing/partners@4.0.1-alpha.27
 - @bloom-housing/public@4.0.1-alpha.26

* test: fix partner listing tests

* test: adds back mailing address checks

* chore(release): version

 - @bloom-housing/partners@4.0.1-alpha.28

* fix: issues with public app and readds auto save

* fix: removing console logs

* chore(release): version

 - @bloom-housing/public@4.0.1-alpha.27

* fix: ami charts without all households (#2430)

* fix: ami charts without all households

* fix: merging filter and reduce together

Co-authored-by: Yazeed Loonat <yazeedloonat@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.16
 - @bloom-housing/shared-helpers@4.0.1-alpha.26
 - @bloom-housing/partners@4.0.1-alpha.29
 - @bloom-housing/public@4.0.1-alpha.28
 - @bloom-housing/ui-components@4.0.1-alpha.25

* chore: add translations for per month/year in hmi table (#2418)

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.27
 - @bloom-housing/partners@4.0.1-alpha.30
 - @bloom-housing/public@4.0.1-alpha.29
 - @bloom-housing/ui-components@4.0.1-alpha.26

* fix: Fix infinite page width (#2434)

Closes #2374

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.28
 - @bloom-housing/partners@4.0.1-alpha.31
 - @bloom-housing/public@4.0.1-alpha.30
 - @bloom-housing/ui-components@4.0.1-alpha.27

* refactor: Increase textarea limits (#2435)

Closes #2420

* chore(release): version

 - @bloom-housing/partners@4.0.1-alpha.32

* 2328/address verification (#2412)

* feat: verify applicant address via MapBox API

* feat: support various selection states for address

* chore: refactor address to break up large file

* test: update Cypress tests to check address validation

* test: update mock data with a real address

* test: update minimal application data as well

* test: add additional tests for address validation

* test: relocate bad addresses to separate integration test

* feat: improve the error state when invalid address

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.29
 - @bloom-housing/partners@4.0.1-alpha.33
 - @bloom-housing/public@4.0.1-alpha.31
 - @bloom-housing/ui-components@4.0.1-alpha.28

* revert: changes from fix: Fix infinite page width #2434

Co-authored-by: github.context.workflow <github-actions@github.com>
Co-authored-by: Michał Plebański <michalp@airnauts.com>
Co-authored-by: Jared White <jared@jaredwhite.com>
Co-authored-by: Yazeed Loonat <YazeedLoonat@gmail.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: dominikx96 <dominik@airnauts.com>
Co-authored-by: Emily Jablonski <65367387+emilyjablonski@users.noreply.github.com>
Co-authored-by: Gabe Benjamin <gabeb@google.com>
Co-authored-by: Andrea Egan <akegan@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrea Egan <andrea.egan@sfgov.org>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>

* build: sets node max-old-space-size (#2458)

* build: max-old-space-size

* build: update casbin version

* fix: await casbin enforcer

* build: adds Aptfile for heroku (#2460)

* refactor: param and auth updates for export (#2465)

* 2382/berkeley way customizations (#2436)

* chore(release): version

 - @bloom-housing/backend-core@4.0.1
 - @bloom-housing/shared-helpers@4.0.1
 - @bloom-housing/partners@4.0.1
 - @bloom-housing/public@4.0.1
 - @bloom-housing/ui-components@4.0.1

* fix: updates partner check for listing perm (#2484)

* feat: 2419/adding SMC preferences (#2482)

* feat: 2468/adding dublin preferences (#2483)

* chore(release): version

 - @bloom-housing/backend-core@4.0.2
 - @bloom-housing/shared-helpers@4.0.2
 - @bloom-housing/partners@4.0.2
 - @bloom-housing/public@4.0.2
 - @bloom-housing/ui-components@4.0.2

* fix: csv export auth check (#2488)

* chore: merge upstream master

* Fix code style issues with ESLint

* Fix code style issues with Prettier

* test: updates for tests to pass

* Fix code style issues with Prettier

* test: updates for ui-components

* build: updates for public and partners builds

* fix: issues with public

* fix: update to SiteHeader partner use

* test: fix user and ProgressNav tests

* Fix code style issues with Prettier

* test: temp skip activity monitor tests

* test: temp skip longer tests

* test: temp skip activity monitor tests

* fix: lint rule

Co-authored-by: Michał Plebański <michalp@airnauts.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: github.context.workflow <github-actions@github.com>
Co-authored-by: Dominik Barcikowski <dominik@airnauts.com>
Co-authored-by: Emily Jablonski <65367387+emilyjablonski@users.noreply.github.com>
Co-authored-by: Yazeed Loonat <YazeedLoonat@gmail.com>
Co-authored-by: Jared White <jared@whitefusion.studio>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: plunkettgoogle <66751489+plunkettgoogle@users.noreply.github.com>
Co-authored-by: Jared White <jared@jaredwhite.com>
Co-authored-by: Gabe Benjamin <GabeKEBenjamin@gmail.com>
Co-authored-by: Gabe Benjamin <gabeb@google.com>
Co-authored-by: Andrea Egan <akegan@users.noreply.github.com>
Co-authored-by: Andrea Egan <andrea.egan@sfgov.org>

* feat: updates listings view config (#983)

* feat: updates listings view config

* fix: lint and back jurisdiction join

* feat: adds view to listingsFetcher

* refactor: Remove required to publish labels

Closes #970

* feat: show building accessibility features on partners (v2) (#984)

* feat: show building accessibility features on the listing form detail page

* fix: mobile styling

* chore: update primary color in Tailwind override (#980)

* Remove listing fields

* feat(backend): update units summary model

* style: formatting

* feat: backend-swagger with unit summary updates

* feat(backend): remove Listing published required fields (#996)

* refactor: comment out mistyped scripts

* fix: fixup base view

* feat(backend): fix unit group model update tests

* feat: occupancy tables wip

* build: local db to bloom_detroit

* fix: add summary in seed

* refactor: rename unitssummary, add needed fields

* fix: rebase issues

* Fixes Partner Portal Users (#1009)

* fix: partner portal users

* style: remove console log

* feat: updates user list to filter by isPortalUser

* feat: adds hud and mshda 2021 ami charts (#1020)

* feat: adds hud and mshda 2021 ami charts

* fix: remove mixed content assets from seeds

* fix: adds Detroit jurisdiction by default for partners

* fix: fixes file name to include dto

* feat: hides/prevents partner publish (#1021)

* feat: hides/prevents partner publish

* fix: pr requests and user update

* fix: issues exposed by tests

* feat: occupancy table based on unit groups (#1023)

* feat: occupancy table based on unit groups

* test: add tests

* test: update strings

* refactor: remove SRO strings

* test: more test coverage

* fix: make range translated

* fix: pre-existing ListingView template issues

* fix: patch old unit summary table pieces

Co-authored-by: Sean Albert <smabert@gmail.com>

* feat: adding partner unit groups

* feat: adds programs to Detroit (#1022)

* feat: adds programs to Detroit

* feat: adds programs to public site

* style: removes comment

* feat: remove Community Type section from form and detail

* refactor: updates program titles

* feat: updates for program descriptions per Safiya

* feat: adding save functionality

* fix: updates for editing

* 987/import listings basic (#1019)

* feat(backend): add import listing basic

* chore: remove todo notes from scripts

* feat: adds programs to Detroit (#1022)

* feat: adds programs to Detroit

* feat: adds programs to public site

* style: removes comment

* feat: remove Community Type section from form and deta…
seanmalbert added a commit to CityOfDetroit/bloom that referenced this pull request May 19, 2022
* 2022-02-10 core (#982)

* fix: retnal assistance eror message

* Preferences cleanup (#1947)

* feat(backend): preferences cleanup

BREAKING CHANGE: Preferences are now M-N relation with a listing and have an intermediate table with ordinal number

* refactor(backend): preferences deduplication

So far each listing referenced it's own unique Preferences. This change introduces Many to Many
relationship between Preference and Listing entity and forces sharing Preferences between listings.

* feat(backend): extend preferences migration with moving existing relations to a new intermediate tab

* feat(backend): add Preference - Jurisdiction ManyToMany relation

* feat: adapt frontend to backend changes

* fix(backend): typeORM preferences select statement

* fix(backend): connect preferences with jurisdictions in seeds, fix pref filter validator

* fix(backend): fix missing import in preferences-filter-params.ts

* refactor: rebase issue

* feat: uptake jurisdictional preferences

* fix: fixup tests

* fix: application preferences ignore page, always separate

* Remove page from src/migration/1633359409242-add-listing-preferences-intermediate-relation.ts

* fix: preference fetching and ordering/pages

* Fix code style issues with Prettier

* fix(backend): query User__leasingAgentInListings__jurisdiction_User__leasingAgentIn specified more

* fix: perferences cypress tests

Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Sean Albert <smabert@gmail.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.13
 - @bloom-housing/partners@2.0.0-pre-tailwind.23
 - @bloom-housing/public@2.0.0-pre-tailwind.23
 - @bloom-housing/ui-components@2.0.0-alpha.23

* fix: updates household member count (#2112)

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.14
 - @bloom-housing/partners@2.0.0-pre-tailwind.24
 - @bloom-housing/public@2.0.0-pre-tailwind.24
 - @bloom-housing/ui-components@2.0.0-alpha.24

* fix: updates household member count

picked 3dee0f7d676ff42d546ecf83a17659cd69d7e1bc

* fix: reverts preferences to re-add as breaking/major bump

* fix: reverts preferences to re-add as breaking/major bump

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.15
 - @bloom-housing/partners@2.0.0-pre-tailwind.25
 - @bloom-housing/public@2.0.0-pre-tailwind.25
 - @bloom-housing/ui-components@2.0.0-alpha.25

* refactor: listing preferences and adds jurisdictional filtering

BREAKING CHANGE: updates preference relationship with listings

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.16
 - @bloom-housing/partners@2.0.0-pre-tailwind.26
 - @bloom-housing/public@2.0.0-pre-tailwind.26
 - @bloom-housing/ui-components@2.0.0-alpha.26

* chore(release): version

 - @bloom-housing/backend-core@2.0.0
 - @bloom-housing/shared-helpers@2.0.0
 - @bloom-housing/partners@2.0.0
 - @bloom-housing/public@2.0.0
 - @bloom-housing/ui-components@2.0.0

* fix: Updates lastName on application save

* docs: Update changelog

* Fix code style issues with Prettier

* chore(release): version

 - @bloom-housing/partners@2.0.1-alpha.0

* fix: a11y color contrast issues with tint on ImageCard component (#2074)

* chore(release): version

 - @bloom-housing/partners@2.0.1-alpha.1
 - @bloom-housing/public@2.0.1-alpha.0
 - @bloom-housing/ui-components@2.0.1-alpha.0

* feat: two new common app questions - Household Changes and Household Student (#2070)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.0
 - @bloom-housing/partners@2.0.1-alpha.2
 - @bloom-housing/public@2.0.1-alpha.1
 - @bloom-housing/ui-components@2.0.1-alpha.1

* fix: household member cypress test (#2113)

* chore(release): version

 - @bloom-housing/public@2.0.1-alpha.2

* fix: SiteHeader visual issues with long menu bars (#2068)

* feat: jurisdictional email signatures (#2111)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.1
 - @bloom-housing/partners@2.0.1-alpha.3
 - @bloom-housing/public@2.0.1-alpha.3
 - @bloom-housing/ui-components@2.0.1-alpha.2

* fix: don't send email confirmation on paper app submission (#2110)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.2
 - @bloom-housing/partners@2.0.1-alpha.4
 - @bloom-housing/public@2.0.1-alpha.4
 - @bloom-housing/ui-components@2.0.1-alpha.3

* 1838/ami chart jurisdictionalized (#2102)

* fix: jurisdictionalizes ami charts on partners

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.3
 - @bloom-housing/partners@2.0.1-alpha.5
 - @bloom-housing/public@2.0.1-alpha.5
 - @bloom-housing/ui-components@2.0.1-alpha.4

* feat: Updates application confirmation numbers (#2072)

* feat: Updates application confirmation numbers

* docs: Update changelog

* feat: adds confirmation number to csv export

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.4
 - @bloom-housing/partners@2.0.1-alpha.6
 - @bloom-housing/public@2.0.1-alpha.6
 - @bloom-housing/ui-components@2.0.1-alpha.5

* fix: updates lastName on application save

picked from aff87ec99ad2fbd4a1f9a6853157ea7770f85a56

* fix(backend): make it possible to filter portal users in /users endpoint (#2078)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.5
 - @bloom-housing/partners@2.0.1-alpha.7
 - @bloom-housing/public@2.0.1-alpha.7
 - @bloom-housing/ui-components@2.0.1-alpha.6

* Revert "refactor: listing preferences and adds jurisdictional filtering"

This reverts commit 9f661b43921ec939bd1bf5709c934ad6f56dd859.

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.6
 - @bloom-housing/partners@2.0.1-alpha.8
 - @bloom-housing/public@2.0.1-alpha.8
 - @bloom-housing/ui-components@2.0.1-alpha.7

* hotfix: ensure Triton seed doesn't error out

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.7
 - @bloom-housing/partners@2.0.1-alpha.9
 - @bloom-housing/public@2.0.1-alpha.9
 - @bloom-housing/ui-components@2.0.1-alpha.8

* chore(release): version

 - @bloom-housing/backend-core@3.0.0
 - @bloom-housing/shared-helpers@3.0.0
 - @bloom-housing/partners@3.0.0
 - @bloom-housing/public@3.0.0
 - @bloom-housing/ui-components@3.0.0

* 1837/preferences cleanup 3 (#2144)

* feat(backend): preferences cleanup

BREAKING CHANGE: Preferences are now M-N relation with a listing and have an intermediate table with ordinal number

* refactor(backend): preferences deduplication

So far each listing referenced it's own unique Preferences. This change introduces Many to Many
relationship between Preference and Listing entity and forces sharing Preferences between listings.

* feat(backend): extend preferences migration with moving existing relations to a new intermediate tab

* feat(backend): add Preference - Jurisdiction ManyToMany relation

* feat: adapt frontend to backend changes

* fix(backend): typeORM preferences select statement

* fix(backend): connect preferences with jurisdictions in seeds, fix pref filter validator

* fix(backend): fix missing import in preferences-filter-params.ts

* refactor: rebase issue

* feat: uptake jurisdictional preferences

* fix: fixup tests

* fix: application preferences ignore page, always separate

* Remove page from src/migration/1633359409242-add-listing-preferences-intermediate-relation.ts

* fix: preference fetching and ordering/pages

* Fix code style issues with Prettier

* fix(backend): query User__leasingAgentInListings__jurisdiction_User__leasingAgentIn specified more

* fix: perferences cypress tests

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.0
 - @bloom-housing/partners@3.0.1-alpha.0
 - @bloom-housing/public@3.0.1-alpha.0
 - @bloom-housing/ui-components@3.0.1-alpha.0

* feat(backend): extend UserUpdateDto to support email change with confirmation (#2120)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.1
 - @bloom-housing/partners@3.0.1-alpha.1
 - @bloom-housing/public@3.0.1-alpha.1
 - @bloom-housing/ui-components@3.0.1-alpha.1

* 2056/user account edit fix (#2073)

* fix: Replaces service to use newly created

* fix: Fix DOB initial values

* feat(backend): extend UserUpdateDto to support email change with confirmation

* fix: Update email form to use a new service

* fix: updates email change language

* Fix code style issues with Prettier

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.2
 - @bloom-housing/partners@3.0.1-alpha.2
 - @bloom-housing/public@3.0.1-alpha.2
 - @bloom-housing/ui-components@3.0.1-alpha.2

* feat: add Programs section to listings management (#2093)

* feat: add Programs section to listings management

* fix: sorting on detail page

* fix: merge issues

* feat: make program fetching jurisdictional

* fix: replace preference with program

* fix: program delete removes jurisdiction

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.3
 - @bloom-housing/partners@3.0.1-alpha.3
 - @bloom-housing/public@3.0.1-alpha.3
 - @bloom-housing/ui-components@3.0.1-alpha.3

* 2085/adds top level catchAll exception filter (#2132)

* fix: adds top level catchAll error filter

* fix: removing now unused exception filter

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.4
 - @bloom-housing/partners@3.0.1-alpha.4
 - @bloom-housing/public@3.0.1-alpha.4
 - @bloom-housing/ui-components@3.0.1-alpha.4

* feat: Change unit number field type to text (#2136)

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.5

* chore(deps): bump electron from 13.1.7 to 13.3.0 (#2137)

Bumps [electron](https://github.com/electron/electron) from 13.1.7 to 13.3.0.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](https://github.com/electron/electron/compare/v13.1.7...v13.3.0)

---
updated-dependencies:
- dependency-name: electron
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump axios from 0.21.1 to 0.21.2 (#2138)

Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.2.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.21.1...v0.21.2)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat(backend): improve application flagged set saving efficiency (#2147)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.5
 - @bloom-housing/partners@3.0.1-alpha.6
 - @bloom-housing/public@3.0.1-alpha.5
 - @bloom-housing/ui-components@3.0.1-alpha.5

* 1655/invite user edit (#1982)

* feat: Update title to be also a react node

* feat: Update translations

* feat: Create reusable form to add and edit users

* feat: Add delete function

* feat(backend): Add ON UPDATE SET NULL to application-user relation

* fix: Fix type

* Fix code style issues with Prettier

* fix(jurisdictionResolverService): updates to return undefined if no jurisdictionName

* feat: Update drawer state name

* feat: Add missing translations

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.6
 - @bloom-housing/partners@3.0.1-alpha.7
 - @bloom-housing/public@3.0.1-alpha.6
 - @bloom-housing/ui-components@3.0.1-alpha.6

* Add a phone number column to the user_accounts table (#2134)

* Merge pull request #710 from CityOfDetroit/feature/add-phonenumber-to-user-entity

Add phone number to user accounts.

* Merge pull request #728 from CityOfDetroit/fix/modify-phone-number-test

Fix user E2E tests.

* Merge pull request #728 from CityOfDetroit/fix/modify-phone-number-test

Fix user E2E tests.

* fix: add validation groups to phoneNumber

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.7
 - @bloom-housing/partners@3.0.1-alpha.8
 - @bloom-housing/public@3.0.1-alpha.7
 - @bloom-housing/ui-components@3.0.1-alpha.7

* refactor: make backend a peer dependency in ui-components (#2146)

* refactor: make backend a peer dependency in ui-components

* fix: fix flaky test

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.0
 - @bloom-housing/partners@3.0.1-alpha.9
 - @bloom-housing/public@3.0.1-alpha.8
 - @bloom-housing/ui-components@3.0.1-alpha.8

* fix: updates address order (#2151)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.8
 - @bloom-housing/shared-helpers@3.0.1-alpha.1
 - @bloom-housing/partners@3.0.1-alpha.10
 - @bloom-housing/public@3.0.1-alpha.9

* feat(backend): add nginx proxy-cache configuration (#2119)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.9
 - @bloom-housing/shared-helpers@3.0.1-alpha.2
 - @bloom-housing/partners@3.0.1-alpha.11
 - @bloom-housing/public@3.0.1-alpha.10

* Release 11 11 21 (#2162)

* fix: fix: adding unit tests to the unit type

picked from dev 1f8d7094e508337131d3033476cd70c2befaecd0

* fix: fix: a11y color contrast issues with tint on ImageCard component

picked from dev 505929149ee1485b9fc59402a9e14ead6de5dfc4

* feat: feat: two new common app questions - Household Changes and Household Student

picked from dev 42a752ec073c0f5b65374c7a68da1e34b0b1c949

* fix: fix: SiteHeader visual issues with long menu bars

picked from dev fd6686e206b4e53ae8b6ab757ad0506eaead0d01

* feat: feat: jurisdictional email signatures

picked from dev 7a146ffb5de88cfa2950e2a469a99e38d71b33c8

* fix: fix: don't send email confirmation on paper app submission

picked from dev 7f83b70327049245ecfba04ae3aea4e967929b2a

* feat: feat: Updates application confirmation numbers

picked from dev 75cd67bcb62280936bdeeaee8c9b7b2583a1339d

* fix: fix(backend): make it possible to filter portal users in /users endpoint

picked from dev 29bf714d28755916ec8ec896366c8c32c3a227c4

* feat: feat(backend): add languages (Language[]) to Jurisdiction entity

picked from dev 9ceed24d48b14888e6ea59b421b409f875d12b01

* fix: feat(backend): try fixing SETEX redis e2e tests flakiness

picked from dev 4087c532ddba672a415a048f4362e509aba7fd7f

* feat: feat(backend): Add user delete endpoint

picked from dev a13f73574b470beff2f8948abb226a6786856480

* fix: fix: improved UX for the Building Selection Criteria drawer

picked from dev 4bd8b09456b54584c3731bcca64019dc231d0c55

* feat: feat(backend): add Program entity

picked from dev 492ec4d333cf9b73af772a1aceed29813f405ba0

* refactor: breaking: 1837/preferences cleanup

picked from dev 3ce6d5eb5aac49431ec5bf4912dbfcbe9077d84e

BREAKING CHANGE: preferences model and relationships changed

* feat: feat(backend): extend UserUpdateDto to support email change

picked from dev 3e1fdbd0ea91d4773973d5c485a5ba61303db90a

* fix: 2056/user account edit fix

picked from dev a15618c0cb548ff5b2ae913b802c9e08bb673f30

* refactor: 2085/adds top level catchAll exception filter

picked from dev aeaa63d1af1fa3d11671e169cb3bd23d356fface

* feat: feat: Change unit number field type to text

picked from dev f54be7c7ba6aac8e00fee610dc86584b60cc212d

* feat(backend): improve application flagged set saving efficiency

* fix: fix: updates address order

picked from dev 252e014dcbd2e4c305384ed552135f5a8e4e4767

* fix: sets programs to optoinal and updates versions

* chore: chore(deps): bump electron from 13.1.7 to 13.3.0

* chore: chore(deps): bump axios from 0.21.1 to 0.21.2

* fix: adds programs service

* fix: fix lisitng e2e tests

* fix: fix member tests

* fix: fixes program, preference, ami-chart de-dupe (#2169)

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.12

* fix: adds jurisdictionId to useSWR path

* fix: recalculate units available on listing update (#2150)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.10
 - @bloom-housing/shared-helpers@3.0.1-alpha.3
 - @bloom-housing/partners@3.0.1-alpha.13
 - @bloom-housing/public@3.0.1-alpha.11

* fix: recalculate units available on listing update

picked form dev f1a3dbce6478b16542ed61ab20de5dfb9b797262

* feat: feat(backend): make use of new application confirmation codes

picked from dev 3c45c2904818200eed4568931d4cc352fd2f449e

* Revert "chore(deps): bump axios from 0.21.1 to 0.21.2 (#2138)"

This reverts commit 7711604323ae2f6a1782a35f7a26176f215f6c00.

* revert: revert "chore(deps): bump axios from 0.21.1 to 0.21.2

picked from dev 2b83bc0393afc42eed542e326d5ef75502ce119c

* refactor: remove applicationAddress (#2009)

* refactor: remove applicationAddress

* docs: readme update

* test: fix backend test

* fix: db migration

* Fix code style issues with Prettier

* test(backend): fix SETEX impossible to process

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.11
 - @bloom-housing/shared-helpers@3.0.1-alpha.4
 - @bloom-housing/partners@3.0.1-alpha.14
 - @bloom-housing/public@3.0.1-alpha.12
 - @bloom-housing/ui-components@3.0.1-alpha.9

* feat: refactor and add public site application flow cypress tests (#2118)

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.15
 - @bloom-housing/public@3.0.1-alpha.13
 - @bloom-housing/ui-components@3.0.1-alpha.10

* fix: sapp submission w/ no due date

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.12
 - @bloom-housing/shared-helpers@3.0.1-alpha.5
 - @bloom-housing/partners@3.0.1-alpha.16
 - @bloom-housing/public@3.0.1-alpha.14

* Revert "feat(backend): add nginx proxy-cache configuration (#2119)"

This reverts commit 34d32e75ceae378a26c57f4c9b7feec8c88339e0.

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.13
 - @bloom-housing/shared-helpers@3.0.1-alpha.6
 - @bloom-housing/partners@3.0.1-alpha.17
 - @bloom-housing/public@3.0.1-alpha.15

* fix: app submission w/ no due date

picked from dev 4af1f5a8448f16d347b4a65ecb85fda4d6ed71fc

* 1975/better seed data for ami-charts (#2156)

* fix: better seed data for ami-charts

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.14
 - @bloom-housing/shared-helpers@3.0.1-alpha.7
 - @bloom-housing/partners@3.0.1-alpha.18
 - @bloom-housing/public@3.0.1-alpha.16

* 2154/avance prefs (#2177)

* feat: new preferences

* feat: preference updates

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.15
 - @bloom-housing/shared-helpers@3.0.1-alpha.8
 - @bloom-housing/partners@3.0.1-alpha.19
 - @bloom-housing/public@3.0.1-alpha.17
 - @bloom-housing/ui-components@3.0.1-alpha.11

* 2154/avance prefs (#2178)

* feat: new preferences

* feat: preference updates

* Fix code style issues with Prettier

* feat: preference options bottom border

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.18

* 2154/avance prefs III (#2179)

* feat: new preferences

* feat: preference updates

* Fix code style issues with Prettier

* feat: preference options bottom border

* feat: liveWorkLivermore preference

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.20
 - @bloom-housing/public@3.0.1-alpha.19
 - @bloom-housing/ui-components@3.0.1-alpha.12

* 1988/adds listing management cypress tests to partner portal (#2103)

* test: adds listing management tests

* test: minor tweaks

* test: big updates for LM cypress tests

* test: fixes selectors

* feat: adding partner cypress tests to pr workflow

* fix: undoing

* chore: adds latest bloom-housing packages to partners

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.21
 - @bloom-housing/public@3.0.1-alpha.20
 - @bloom-housing/ui-components@3.0.1-alpha.13

* feat: adds new preferences, reserved community type

* feat: adds bottom border to preferences

* feat: updates preference string

* fix: preference cleanup for avance

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.22
 - @bloom-housing/public@3.0.1-alpha.21
 - @bloom-housing/ui-components@3.0.1-alpha.14

* fix: preference cleanup for avance

* 1975/one month rent (#2158)

* feat: add depoist helper text

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.16
 - @bloom-housing/shared-helpers@3.0.1-alpha.9
 - @bloom-housing/partners@3.0.1-alpha.23
 - @bloom-housing/public@3.0.1-alpha.22
 - @bloom-housing/ui-components@3.0.1-alpha.15

* fix(backend): fix view.spec.ts test (#2175)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.17
 - @bloom-housing/shared-helpers@3.0.1-alpha.10
 - @bloom-housing/partners@3.0.1-alpha.24
 - @bloom-housing/public@3.0.1-alpha.23

* refactor: removes jsonpath (#2206)

* refactor: removes jsonpath

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.18
 - @bloom-housing/shared-helpers@3.0.1-alpha.11
 - @bloom-housing/partners@3.0.1-alpha.25
 - @bloom-housing/public@3.0.1-alpha.24

* 1869/application program display (#2114)

* feat: add programs step to application forms

* test: add Cypress tests for the programs step

* feat: rework the Programs page and enhance seeds

* chore: fix programs Cypress test

* fix: fixup cypress tests

* fix: update mock data

* fix: fixup mock data pt 2

* fix: type issues

* fix: bugs and simplify program data processing

Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.19
 - @bloom-housing/shared-helpers@3.0.1-alpha.12
 - @bloom-housing/partners@3.0.1-alpha.26
 - @bloom-housing/public@3.0.1-alpha.25
 - @bloom-housing/ui-components@3.0.1-alpha.16

* feat: adds jurisdictions to pref seeds (#2199)

* feat: adds jurisdictions to pref seeds

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.20
 - @bloom-housing/shared-helpers@3.0.1-alpha.13
 - @bloom-housing/partners@3.0.1-alpha.27
 - @bloom-housing/public@3.0.1-alpha.26

* 1901/application program partners (#2182)

* feat: add programs step to application forms

* test: add Cypress tests for the programs step

* feat: rework the Programs page and enhance seeds

* chore: fix programs Cypress test

* feat: add programs step to application forms

* test: add Cypress tests for the programs step

* feat: rework the Programs page and enhance seeds

* chore: fix programs Cypress test

* fix: fixup cypress tests

* fix: update mock data

* fix: fixup mock data pt 2

* fix: type issues

* feat: Create programs mapper

Closes #1901

* feat: Add programs section

Closes #1901

* feat: Create details section for programs

Closes #1901

* feat: Update translations

Closes #1901

* refactor: Remove console log

Closes #1901

* refactor: Simpify code

Closes #1901

* chore: remove console log

* fix: mapProgramToApi return

Co-authored-by: Jared White <jared@jaredwhite.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.21
 - @bloom-housing/shared-helpers@3.0.1-alpha.14
 - @bloom-housing/partners@3.0.1-alpha.28
 - @bloom-housing/public@3.0.1-alpha.27
 - @bloom-housing/ui-components@3.0.1-alpha.17

* test: update program test

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.28

* feat: new demographics sub-race questions (#2109)

* feat: new demographics sub-race questions

* fix: update migration to keep data

* feat: other text boxes

* feat: wip other labels

* feat: can edit demo in partners

* fix: cleanup

* feat: csv formatting

* fix: type issue

* feat: remove gender and sexual orientation

* fix: add test id

* fix: more test ids

* fix: select by checkboxes

* fix: dont use select

* fix: data

* fix: add tests, fixup other option

* Fix code style issues with Prettier

* fix: remove unneeded dependencies

* test: add additional test

* Fix code style issues with Prettier

* test: change test id attribute

* chore: cleanup formatApplicationData imports

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.22
 - @bloom-housing/shared-helpers@3.0.1-alpha.15
 - @bloom-housing/partners@3.0.1-alpha.29
 - @bloom-housing/public@3.0.1-alpha.29
 - @bloom-housing/ui-components@3.0.1-alpha.18

* feat: updates email confirmation for lottery (#2200)

* feat: updates email confirmation for lottery

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.23
 - @bloom-housing/shared-helpers@3.0.1-alpha.16
 - @bloom-housing/partners@3.0.1-alpha.30
 - @bloom-housing/public@3.0.1-alpha.30

* fix: add ariaHidden to Icon component

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.17
 - @bloom-housing/partners@3.0.1-alpha.31
 - @bloom-housing/public@3.0.1-alpha.31
 - @bloom-housing/ui-components@3.0.1-alpha.19

* fix: add ariaLabel prop to Button component

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.18
 - @bloom-housing/partners@3.0.1-alpha.32
 - @bloom-housing/public@3.0.1-alpha.32
 - @bloom-housing/ui-components@3.0.1-alpha.20

* fix: change the yes/no radio text to be more descriptive (#2208)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.19
 - @bloom-housing/partners@3.0.1-alpha.33
 - @bloom-housing/public@3.0.1-alpha.33
 - @bloom-housing/ui-components@3.0.1-alpha.21

* fix: remove alameda reference in demographics (#2209)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.20
 - @bloom-housing/partners@3.0.1-alpha.34
 - @bloom-housing/public@3.0.1-alpha.34
 - @bloom-housing/ui-components@3.0.1-alpha.22

* refactor: remove applicationAddress

picked from dev bf10632a62bf2f14922948c046ea3352ed010f4f

* feat: refactor and add public site application flow cypress tests

picked from dev 9ec0e8d05f9570773110754e7fdaf49254d1eab8

* feat: better seed data for ami-charts

picked from dev d8b1d4d185731a589c563a32bd592d01537785f3

* feat: adds listing management cypress tests to partner portal

* fix: listings management keep empty strings, remove empty objects

picked from dev c4b1e833ec128f457015ac7ffa421ee6047083d9

* feat: one month rent

picked from dev 883b0d53030e1c4d54f2f75bd5e188bb1d255f64

* test: view.spec.ts test

picked from dev 324446c90138d8fac50aba445f515009b5a58bfb

* refactor: removes jsonpath

picked from dev deb39acc005607ce3076942b1f49590d08afc10c

* feat: adds jurisdictions to pref seeds

picked from dev 9e47cec3b1acfe769207ccbb33c07019cd742e33

* feat: new demographics sub-race questions

picked from dev 9ab892694c1ad2fa8890b411b3b32af68ade1fc3

* feat: updates email confirmation for lottery

picked from dev 1a5e824c96d8e23674c32ea92688b9f7255528d3

* fix: add ariaHidden to Icon component

picked from dev c7bb86aec6fd5ad386c7ca50087d0113b14503be

* fix: add ariaLabel prop to Button component

picked from dev 509ddc898ba44c05e26f8ed8c777f1ba456eeee5

* fix: change the yes/no radio text to be more descriptive

picked from dev 0c46054574535523d6f217bb0677bbe732b8945f

* fix: remove alameda reference in demographics

picked from dev 7d5991cbf6dbe0b61f2b14d265e87ce3687f743d

* chore: release version

picked from dev fe82f25dc349877d974ae62d228fea0354978fb7

* feat: ami chart jurisdictionalized

picked from dev 0a5cbc88a9d9e3c2ff716fe0f44ca6c48f5dcc50

* refactor: make backend a peer dependency in ui-components

picked from dev 952aaa14a77e0960312ff0eeee51399d1d6af9f3

* feat: add a phone number column to the user_accounts table

picked from dev 2647df9ab9888a525cc8a164d091dda6482c502a

* chore: removes application program partners

* chore: removes application program display

* Revert "chore: removes application program display"

This reverts commit 14825b4a6c9cd1a7235e32074e32af18a71b5c26.

* Revert "chore: removes application program partners"

This reverts commit d7aa38c777972a2e21d9f816441caa27f98d3f86.

* chore: yarn.lock and backend-swagger

* fix: removes Duplicate identifier fieldGroupObjectToArray

* feat: skip preferences if not on listing

* chore(release): version

* fix: cannot save custom mailing, dropoff, or pickup address

* chore(release): version

* chore: converge on one axios version, remove peer dependency

* chore(release): version

* feat: simplify Waitlist component and use more flexible schema

* chore(release): version

* fix: lottery results uploads now save

* chore(release): version

* feat: add SRO unit type

* chore(release): version

* fix: paper application submission

* chore(release): version

* fix: choose-language context

* chore(release): version

* fix: applications/view hide prefs

* chore(release): version

* feat: overrides fallback to english, tagalog support

* chore(release): version

* fix: account translations

* chore(release): version

* fix: units with invalid ami chart

* chore(release): version

* fix: remove description for the partners programs

* fix: fix modal styles on mobile

* fix: visual improvement to programs form display

* fix: submission tests not running

* chore: translations (#2293)

* chore: translations (#2295)

* chore: missing translations (#2296)

* fix: prefUnits on autofill summary (#2294)

* chore: move Programs step to come after Students (#2277)

* feat: adds whatToExpect to GTrans

* chore: missing translations (#2299)

* fix: 2259/fixes idle timeout not resetting properly (#2292)

* chore(release): version

* fix: demographics howDidYouHear options (2305)

* chore(release): version

* fix: mobile notice text wrap issue (#2308)

* feat: postmark date time fields partners (#2239)

* fix: versioning issues (#2311)

* chore(release): version

* chore(backend): move libs/ to shared/utils, clean up modules (#2230)

* feat(backend): all programs to csv export (#2302)

* chore(release): version

* feat: filter partner users

* chore(release): version

* feat: adds updating open listing modal (#2288)

* fix: closed listings allowed apps (#2317)

* feat: 2165/rosefield preference updates (#2386)

* chore(release): version

* Revert "chore(release): version"

This reverts commit 7c414ca7f8c5709e4ff19b94e3fb1089bdc45e97.

* chore(release): version

 - @bloom-housing/backend-core@3.0.1
 - @bloom-housing/shared-helpers@3.0.1
 - @bloom-housing/partners@3.0.1
 - @bloom-housing/public@3.0.1
 - @bloom-housing/ui-components@3.0.1

* feat(backend): add storing listing translations (#2215)

* feat: adds whatToExpect to GTrans (#2303)

* fix: patch issue with submit application section

* fix: patches translations for preferences (#2410)

* fix: issues with public app and readds auto save (2428)

* fix: ami charts without all households (#2430)

* fix: load blank application

* 2022-01-27 release (#2439)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.23
 - @bloom-housing/partners@3.0.1-alpha.37
 - @bloom-housing/public@3.0.1-alpha.38
 - @bloom-housing/ui-components@3.0.1-alpha.24

* fix(backend): nginx with heroku configuration (#2196)

* fix(backend): nginx with heroku configuration

* feat(backend): nginx make hostname and port variable

* feat: nginx proxy updates

* feat(backend): modify proxy_pass and Host header settings

Co-authored-by: seanmalbert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.26
 - @bloom-housing/shared-helpers@3.0.1-alpha.24
 - @bloom-housing/partners@3.0.1-alpha.38
 - @bloom-housing/public@3.0.1-alpha.39
 - @bloom-housing/ui-components@3.0.1-alpha.25

* fix: fetchBaseListingData (#2238)

* fix: fetchBaseListingData

* fix: fetchBaseListingData

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.40

* fix: lottery results uploads now save (#2226)

* fix: lottery results uploads now save

* fix: switch to partial typing

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.39

* feat: getStaticPaths fallback blocking test

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.41

* chore: add temp logs for testing id/slug

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.42

* chore(backend): move libs/ to shared/utils, clean up modules (#2230)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.27
 - @bloom-housing/shared-helpers@3.0.1-alpha.25
 - @bloom-housing/partners@3.0.1-alpha.40
 - @bloom-housing/public@3.0.1-alpha.43
 - @bloom-housing/ui-components@3.0.1-alpha.26

* chore: add SRO unit type (#2243)

* chore: add SRO unit type to DB / translations

* chore: additional string changes to SRO

* test(backend): add SRO to unit types test

* feat: SRO unit type additions

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.28
 - @bloom-housing/shared-helpers@3.0.1-alpha.26
 - @bloom-housing/partners@3.0.1-alpha.41
 - @bloom-housing/public@3.0.1-alpha.44
 - @bloom-housing/ui-components@3.0.1-alpha.27

* 2140/fix paper application submission (#2195)

* fix: fix paper application submission

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.42

* Fix code style issues with Prettier

* test: adds cypress test coverage

* fix: updates per sean

* fix: one more update

* test: fix partners unit tests

* fix: choose-language context

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.45

* fix: applications drop off address

* fix: applications/view hide prefs

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.46

* feat(backend): add storing listing translations (#2215)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.29
 - @bloom-housing/shared-helpers@3.0.1-alpha.27
 - @bloom-housing/partners@3.0.1-alpha.43
 - @bloom-housing/public@3.0.1-alpha.47
 - @bloom-housing/ui-components@3.0.1-alpha.28

* fix(backend): make nginx proxy use Language HTTP header in cache key (#2266)

* 2098/fix partner applications grid display (#2188)

* fix: partner applications grid display

* Fix code style issues with Prettier

* test: fix tests

* Fix code style issues with Prettier

* fix: updates to using views

* tests: add application grid test

* fix: updates per sean

* fix: one more update

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.30
 - @bloom-housing/shared-helpers@3.0.1-alpha.28
 - @bloom-housing/partners@3.0.1-alpha.44
 - @bloom-housing/public@3.0.1-alpha.48
 - @bloom-housing/ui-components@3.0.1-alpha.29

* fix: fixes some issues with the deployment

* Revert/2188 (#2270)

* fix: fixes some issues with the deployment

* revert: partner applications grid display

* fix: view.spec

Co-authored-by: Yazeed Loonat <yazeedloonat@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.31
 - @bloom-housing/shared-helpers@3.0.1-alpha.29
 - @bloom-housing/partners@3.0.1-alpha.45
 - @bloom-housing/public@3.0.1-alpha.49
 - @bloom-housing/ui-components@3.0.1-alpha.30

* 2098/fix partner applications grid display (#2188)

* fix: partner applications grid display

* Fix code style issues with Prettier

* test: fix tests

* Fix code style issues with Prettier

* fix: updates to using views

* tests: add application grid test

* fix: updates per sean

* fix: one more update

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* feat(backend): add listings closing routine (#2213)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.32
 - @bloom-housing/shared-helpers@3.0.1-alpha.30
 - @bloom-housing/partners@3.0.1-alpha.46
 - @bloom-housing/public@3.0.1-alpha.50
 - @bloom-housing/ui-components@3.0.1-alpha.31

* feat(backend): add user password expiration

* fix: Remove description for the partners programs (#2234)

Closes #1901

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.47

* 2227/lock login attempts frontend (#2260)

* feat: Add new translations

Closes #1927

* refactor: Make title as optional

Closes #1927

* feat: Update login alert text

Closes #1927

* fix: Use translation, instead of hardcoded text

Closes #1927

* feat: Add translation

Closes #1927

* feat: Update type name

Closes #1927

* feat: Add new alerts

Closes #1927

* fix: Fix translation

Closes #1927

* fix(AlertBox.tsx): Fix close icon placement

Closes #1927

* feat: Create helper to catch network errors

Closes #1927

* feat: Add translations

Closes #1927

* feat: Create reusable sign-in form

Closes #1927

* refactor(sign-in page, public and partners): Update sign-in pages to use reusable form

BREAKING CHANGE: sign-in pages have been updated

Closes #1927

* Fix code style issues with Prettier

* fix: fixes tests and also issue with user grid

* fix: fixes linting error

* feat(backend): add appropriate http exception for password outdated login failure

* fix: Fix modal styles on mobile (#2280)

Closes #2253

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.31
 - @bloom-housing/partners@3.0.1-alpha.48
 - @bloom-housing/public@3.0.1-alpha.51
 - @bloom-housing/ui-components@3.0.1-alpha.32

* fix: visual improvement to programs form display (#2276)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.52

* fix: submission tests not running (#2282)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.53

* feat: overrides fallback to english, tagalog support (#2262)

* chore: allow work-in strings to take jurisdiction name

* feat: add support for tagalog

* Fix code style issues with Prettier

* feat: tagalog language

* feat: translations precedence includes en overrides

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.33
 - @bloom-housing/shared-helpers@3.0.1-alpha.32
 - @bloom-housing/partners@3.0.1-alpha.49
 - @bloom-housing/public@3.0.1-alpha.54
 - @bloom-housing/ui-components@3.0.1-alpha.33

* fix: account translations (#2278)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.33
 - @bloom-housing/partners@3.0.1-alpha.50
 - @bloom-housing/public@3.0.1-alpha.55
 - @bloom-housing/ui-components@3.0.1-alpha.34

* test: fixes test issues

* fix: fix sortig on applications partner grid

* chore: translations (#2293)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.34
 - @bloom-housing/partners@3.0.1-alpha.51
 - @bloom-housing/public@3.0.1-alpha.56
 - @bloom-housing/ui-components@3.0.1-alpha.35

* chore: translations (#2295)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.35
 - @bloom-housing/partners@3.0.1-alpha.52
 - @bloom-housing/public@3.0.1-alpha.57
 - @bloom-housing/ui-components@3.0.1-alpha.36

* chore: missing translations (#2296)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.36
 - @bloom-housing/partners@3.0.1-alpha.53
 - @bloom-housing/public@3.0.1-alpha.58
 - @bloom-housing/ui-components@3.0.1-alpha.37

* fix: prefUnits on autofill summary (#2294)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.59

* chore: move Programs step to come after Students (#2277)

* chore: move Programs step to come after Students

* test: rearrange order of programs within Cypress tests

* test: remove problematic statement

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.60

* fix: units with invalid ami chart (#2290)

* fix: alunits with invalid ami chart

* perf: uniquePercentageChartSet map

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.34
 - @bloom-housing/shared-helpers@3.0.1-alpha.37
 - @bloom-housing/partners@3.0.1-alpha.54
 - @bloom-housing/public@3.0.1-alpha.61
 - @bloom-housing/ui-components@3.0.1-alpha.38

* chore: missing translations (#2299)

* chore: missing translations

* chore: remove logs

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.38
 - @bloom-housing/partners@3.0.1-alpha.55
 - @bloom-housing/public@3.0.1-alpha.62
 - @bloom-housing/ui-components@3.0.1-alpha.39

* 2259/fixes idle timeout not resetting properly (#2292)

* fix: fixes idle timeout not resetting properly

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.63

* feat: adds whatToExpect to GTrans (#2303)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.35
 - @bloom-housing/shared-helpers@3.0.1-alpha.39
 - @bloom-housing/partners@3.0.1-alpha.56
 - @bloom-housing/public@3.0.1-alpha.64
 - @bloom-housing/ui-components@3.0.1-alpha.40

* fix: demographics howDidYouHear options were not changing on language change (#2305)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.65

* Fix checkbox rtl style

* feat(backend): add password outdating only to users which are either admins or partners

* fix: fix hero button width with secondary button (#2306)

* fix: mobile notice text wrap issue (#2308)

* feat(backend): add activity logging to listings module (#2190)

* feat(backend): add activity logging to listings module

* feat(backend): add activity logging to applications and user controllers

* feat(backend): add metada column to activity log entity

* feat(backend): change activity log metadata column type

* feat(backend): remove applications related changes

* feat(backend): remove ListingActivityLogInterceptor

* 2040/postmark date time fields partners (#2239)

* feat: add postmark by date and time fields

* feat: fix display and preview page

* test: fix so the correct date displays

* Fix code style issues with Prettier

* fix: fixes per emily

* fix: updates per sean

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* fix: versioning issues (#2311)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.36
 - @bloom-housing/shared-helpers@3.0.1-alpha.41
 - @bloom-housing/partners@3.0.1-alpha.58
 - @bloom-housing/public@3.0.1-alpha.67
 - @bloom-housing/ui-components@3.0.1-alpha.42

* feat(backend): all programs to csv export (#2302)

* feat(backend): all programs to csv export

* chore: removes console log

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.37
 - @bloom-housing/shared-helpers@3.0.1-alpha.42
 - @bloom-housing/partners@3.0.1-alpha.59
 - @bloom-housing/public@3.0.1-alpha.68
 - @bloom-housing/ui-components@3.0.1-alpha.43

* feat(backend): add partnerTerms to jurisdiction entity (#2301)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.38
 - @bloom-housing/shared-helpers@3.0.1-alpha.43
 - @bloom-housing/partners@3.0.1-alpha.60
 - @bloom-housing/public@3.0.1-alpha.69
 - @bloom-housing/ui-components@3.0.1-alpha.44

* feat: removes ListingLangCacheInterceptor from get by id

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.39
 - @bloom-housing/shared-helpers@3.0.1-alpha.44
 - @bloom-housing/partners@3.0.1-alpha.61
 - @bloom-housing/public@3.0.1-alpha.70
 - @bloom-housing/ui-components@3.0.1-alpha.45

* fix: Update translation

Closes 1927

* fix: Update hardcoded translations

Closes #1927

* refactor: listing detail props (#2313)

* refactor: listing detail props

* fix: HouseholdSizeField FieldError

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.45
 - @bloom-housing/partners@3.0.1-alpha.62
 - @bloom-housing/public@3.0.1-alpha.71
 - @bloom-housing/ui-components@3.0.1-alpha.46

* chore(deps): bump next from 11.1.2 to 11.1.3 (#2289)

* feat(backend): refactor applications module (#2279)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.40
 - @bloom-housing/shared-helpers@3.0.1-alpha.46
 - @bloom-housing/partners@3.0.1-alpha.63
 - @bloom-housing/public@3.0.1-alpha.72
 - @bloom-housing/ui-components@3.0.1-alpha.47

* feat: filter partner users

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.64

* feat: password reset message

* fix: make mailThin background transparent

* fix: add mailThin icon to stories

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.47
 - @bloom-housing/partners@3.0.1-alpha.65
 - @bloom-housing/public@3.0.1-alpha.73
 - @bloom-housing/ui-components@3.0.1-alpha.48

* feat: adds updating open listing modal (#2288)

* feat: adds updating open listing modal

* fix: closed listings allowed apps (#2317)

* feat: updates for gtm

* feat: updates for gtm

* fix: removes more closed listing application paths (#2319)

* feat: make page header title optional

* feat(backend): remove activity log interceptor from update-password

* refactor: removing helpers from ui-components that are backend dependent (#2108)

BREAKING CHANGE: moved some helpers from ui-components to shared-helpers

* chore: bump versions (#2326)

* fix: make numbered list breakpoint match config

* chore: bump shared-helpers version

* fix: partners shared-helpers version

* chore: bump partners version

* chore: bump public version

* chore: bump version

* chore(release): version

 - @bloom-housing/backend-core@3.0.1
 - @bloom-housing/shared-helpers@4.0.0
 - @bloom-housing/partners@4.0.0
 - @bloom-housing/public@4.0.0
 - @bloom-housing/ui-components@4.0.0

* feat: add matched style to ApplicationStatus

* Fix code style issues with Prettier

* fix: make primary buttons primary background

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.0
 - @bloom-housing/shared-helpers@4.0.1-alpha.0
 - @bloom-housing/partners@4.0.1-alpha.0
 - @bloom-housing/public@4.0.1-alpha.0
 - @bloom-housing/ui-components@4.0.1-alpha.0

* chore: backend & ui-component gitHead

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.1
 - @bloom-housing/shared-helpers@4.0.1-alpha.1
 - @bloom-housing/partners@4.0.1-alpha.1
 - @bloom-housing/public@4.0.1-alpha.1
 - @bloom-housing/ui-components@4.0.1-alpha.1

* fix: propagate custom icon type to ImageCard prop

* Fix code style issues with Prettier

* fix: check for user lastLoginAt

* test: updates user login test

* fix: bump version (#2349)

* fix: bump version (#2350)

* fix: cypress coverage configs

* fix: force a release number if one exists (#2351)

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.6
 - @bloom-housing/shared-helpers@4.0.1-alpha.6
 - @bloom-housing/partners@4.0.1-alpha.6
 - @bloom-housing/public@4.0.1-alpha.6
 - @bloom-housing/ui-components@4.0.1-alpha.6

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.7
 - @bloom-housing/shared-helpers@4.0.1-alpha.7
 - @bloom-housing/partners@4.0.1-alpha.7
 - @bloom-housing/public@4.0.1-alpha.7
 - @bloom-housing/ui-components@4.0.1-alpha.7

* fix: apply action block style to button class not component (#2348)

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.8
 - @bloom-housing/partners@4.0.1-alpha.8
 - @bloom-housing/public@4.0.1-alpha.8
 - @bloom-housing/ui-components@4.0.1-alpha.8

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.8
 - @bloom-housing/shared-helpers@4.0.1-alpha.9
 - @bloom-housing/partners@4.0.1-alpha.9
 - @bloom-housing/public@4.0.1-alpha.9
 - @bloom-housing/ui-components@4.0.1-alpha.9

* fix: remove next dependency from ui-components (#2352)

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.10
 - @bloom-housing/partners@4.0.1-alpha.10
 - @bloom-housing/public@4.0.1-alpha.10
 - @bloom-housing/ui-components@4.0.1-alpha.10

* chore: port latest dev updates over for paper listing form

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.11
 - @bloom-housing/partners@4.0.1-alpha.11
 - @bloom-housing/public@4.0.1-alpha.11
 - @bloom-housing/ui-components@4.0.1-alpha.11

* Add public urls to jurisdiction (#2316)

* Add public urls to jurisdiction

* feat(backend): fix units-transformations.spec test

* feat(backend): fix changes in interface of the autogenerated client in sites/

* Fix code style issues with Prettier

* feat: adds detroit to migration for local/dev

* Fix code style issues with Prettier

* feat: updates to use publicUrl

* Fix code style issues with Prettier

* feat(backend): update add-public-url-to-jurisdiction migration

* fix(backend): jurisidctions e2e tests

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.9
 - @bloom-housing/shared-helpers@4.0.1-alpha.12
 - @bloom-housing/partners@4.0.1-alpha.12
 - @bloom-housing/public@4.0.1-alpha.12
 - @bloom-housing/ui-components@4.0.1-alpha.12

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.10
 - @bloom-housing/shared-helpers@4.0.1-alpha.13
 - @bloom-housing/partners@4.0.1-alpha.13
 - @bloom-housing/public@4.0.1-alpha.13
 - @bloom-housing/ui-components@4.0.1-alpha.13

* fix: move type declarations out of shared-helpers (#2356)

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.14
 - @bloom-housing/partners@4.0.1-alpha.14
 - @bloom-housing/public@4.0.1-alpha.14
 - @bloom-housing/ui-components@4.0.1-alpha.14

* chore(release): version

 - @bloom-housing/partners@4.0.1-alpha.15

* refactor: unifiies logic around listingid

* refactor: prevent local reseed with cypress tests (#2353)

* chore(release): version

 - @bloom-housing/public@4.0.1-alpha.15

* test: add partners cypress ci job

* chore: fixup config

* chore: fixup config 2

* chore: fixup config 3

* chore: fixup config 3

* chore: fixup config 4

* chore: change name to be unique

* fix: update naming

* fix: remove empty secrets

* fix: add in env variable defaults

* fix: add test id

* fix: use drag n drop

* fix: rename var

* fix: rename var2

* test: update config

* 1290/use dayjs instead of moment (#2338)

* Convert all use of Moment to Dayjs

* fix: more moment -> dayjs cleanup

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.11
 - @bloom-housing/shared-helpers@4.0.1-alpha.15
 - @bloom-housing/partners@4.0.1-alpha.16
 - @bloom-housing/public@4.0.1-alpha.16
 - @bloom-housing/ui-components@4.0.1-alpha.15

* test: fix for cypress tests

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.12
 - @bloom-housing/shared-helpers@4.0.1-alpha.16
 - @bloom-housing/partners@4.0.1-alpha.17
 - @bloom-housing/public@4.0.1-alpha.17
 - @bloom-housing/ui-components@4.0.1-alpha.16

* fix: listings group expandable section css updates (#2377)

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.17
 - @bloom-housing/partners@4.0.1-alpha.18
 - @bloom-housing/public@4.0.1-alpha.18
 - @bloom-housing/ui-components@4.0.1-alpha.17

* fix: ensure dayjs parsing strings will work as expected

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.18
 - @bloom-housing/partners@4.0.1-alpha.19
 - @bloom-housing/public@4.0.1-alpha.19
 - @bloom-housing/ui-components@4.0.1-alpha.18

* feat: adds event logging to most of the pages

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.19
 - @bloom-housing/partners@4.0.1-alpha.20
 - @bloom-housing/public@4.0.1-alpha.20
 - @bloom-housing/ui-components@4.0.1-alpha.19

* fix: open house events can now be edited and work cross-browser (#2320)

* fix: open house events can be edited and work cross-browser

* chore: refactor event dates handling to use dayjs

* fix: lm form refresh and getDetailFieldTime

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/partners@4.0.1-alpha.21

* 2165/rosefield preference updates (#2386)

* feat: rosefield preference updates

* feat: removes "no" from rosefield translations

* fix: removing translations

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.20
 - @bloom-housing/partners@4.0.1-alpha.22
 - @bloom-housing/public@4.0.1-alpha.21
 - @bloom-housing/ui-components@4.0.1-alpha.20

* fix: dates showing as invalid in send by mail section (#2362)

BREAKING CHANGE: remove applicationDueTime field and consolidated into applicationDueDate

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.13
 - @bloom-housing/shared-helpers@4.0.1-alpha.21
 - @bloom-housing/partners@4.0.1-alpha.23
 - @bloom-housing/public@4.0.1-alpha.22
 - @bloom-housing/ui-components@4.0.1-alpha.21

* fix: partners render issue (#2395)

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.14
 - @bloom-housing/shared-helpers@4.0.1-alpha.22
 - @bloom-housing/partners@4.0.1-alpha.24
 - @bloom-housing/public@4.0.1-alpha.23
 - @bloom-housing/ui-components@4.0.1-alpha.22

* fix: user status enum to camel case; gtm types

* fix: removes unnecessary ternary

* test: fix flaky cypress test

* fix: patches translations for preferences (#2410)

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.15
 - @bloom-housing/shared-helpers@4.0.1-alpha.23
 - @bloom-housing/partners@4.0.1-alpha.25
 - @bloom-housing/public@4.0.1-alpha.24
 - @bloom-housing/ui-components@4.0.1-alpha.23

* feat: listing card takes optional children (#2407)

* feat: listing card takes optional children

* fix: additional header

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.24
 - @bloom-housing/partners@4.0.1-alpha.26
 - @bloom-housing/public@4.0.1-alpha.25
 - @bloom-housing/ui-components@4.0.1-alpha.24

* feat: set gtm pageTitle to english only

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.25
 - @bloom-housing/partners@4.0.1-alpha.27
 - @bloom-housing/public@4.0.1-alpha.26

* test: fix partner listing tests

* test: adds back mailing address checks

* chore(release): version

 - @bloom-housing/partners@4.0.1-alpha.28

* fix: issues with public app and readds auto save

* fix: removing console logs

* chore(release): version

 - @bloom-housing/public@4.0.1-alpha.27

* fix: ami charts without all households (#2430)

* fix: ami charts without all households

* fix: merging filter and reduce together

Co-authored-by: Yazeed Loonat <yazeedloonat@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.16
 - @bloom-housing/shared-helpers@4.0.1-alpha.26
 - @bloom-housing/partners@4.0.1-alpha.29
 - @bloom-housing/public@4.0.1-alpha.28
 - @bloom-housing/ui-components@4.0.1-alpha.25

* chore: add translations for per month/year in hmi table (#2418)

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.27
 - @bloom-housing/partners@4.0.1-alpha.30
 - @bloom-housing/public@4.0.1-alpha.29
 - @bloom-housing/ui-components@4.0.1-alpha.26

* fix: Fix infinite page width (#2434)

Closes #2374

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.28
 - @bloom-housing/partners@4.0.1-alpha.31
 - @bloom-housing/public@4.0.1-alpha.30
 - @bloom-housing/ui-components@4.0.1-alpha.27

* refactor: Increase textarea limits (#2435)

Closes #2420

* chore(release): version

 - @bloom-housing/partners@4.0.1-alpha.32

* 2328/address verification (#2412)

* feat: verify applicant address via MapBox API

* feat: support various selection states for address

* chore: refactor address to break up large file

* test: update Cypress tests to check address validation

* test: update mock data with a real address

* test: update minimal application data as well

* test: add additional tests for address validation

* test: relocate bad addresses to separate integration test

* feat: improve the error state when invalid address

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.29
 - @bloom-housing/partners@4.0.1-alpha.33
 - @bloom-housing/public@4.0.1-alpha.31
 - @bloom-housing/ui-components@4.0.1-alpha.28

* revert: changes from fix: Fix infinite page width #2434

Co-authored-by: github.context.workflow <github-actions@github.com>
Co-authored-by: Michał Plebański <michalp@airnauts.com>
Co-authored-by: Jared White <jared@jaredwhite.com>
Co-authored-by: Yazeed Loonat <YazeedLoonat@gmail.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: dominikx96 <dominik@airnauts.com>
Co-authored-by: Emily Jablonski <65367387+emilyjablonski@users.noreply.github.com>
Co-authored-by: Gabe Benjamin <gabeb@google.com>
Co-authored-by: Andrea Egan <akegan@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrea Egan <andrea.egan@sfgov.org>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>

* build: sets node max-old-space-size (#2458)

* build: max-old-space-size

* build: update casbin version

* fix: await casbin enforcer

* build: adds Aptfile for heroku (#2460)

* refactor: param and auth updates for export (#2465)

* 2382/berkeley way customizations (#2436)

* chore(release): version

 - @bloom-housing/backend-core@4.0.1
 - @bloom-housing/shared-helpers@4.0.1
 - @bloom-housing/partners@4.0.1
 - @bloom-housing/public@4.0.1
 - @bloom-housing/ui-components@4.0.1

* fix: updates partner check for listing perm (#2484)

* feat: 2419/adding SMC preferences (#2482)

* feat: 2468/adding dublin preferences (#2483)

* chore(release): version

 - @bloom-housing/backend-core@4.0.2
 - @bloom-housing/shared-helpers@4.0.2
 - @bloom-housing/partners@4.0.2
 - @bloom-housing/public@4.0.2
 - @bloom-housing/ui-components@4.0.2

* fix: csv export auth check (#2488)

* chore: merge upstream master

* Fix code style issues with ESLint

* Fix code style issues with Prettier

* test: updates for tests to pass

* Fix code style issues with Prettier

* test: updates for ui-components

* build: updates for public and partners builds

* fix: issues with public

* fix: update to SiteHeader partner use

* test: fix user and ProgressNav tests

* Fix code style issues with Prettier

* test: temp skip activity monitor tests

* test: temp skip longer tests

* test: temp skip activity monitor tests

* fix: lint rule

Co-authored-by: Michał Plebański <michalp@airnauts.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: github.context.workflow <github-actions@github.com>
Co-authored-by: Dominik Barcikowski <dominik@airnauts.com>
Co-authored-by: Emily Jablonski <65367387+emilyjablonski@users.noreply.github.com>
Co-authored-by: Yazeed Loonat <YazeedLoonat@gmail.com>
Co-authored-by: Jared White <jared@whitefusion.studio>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: plunkettgoogle <66751489+plunkettgoogle@users.noreply.github.com>
Co-authored-by: Jared White <jared@jaredwhite.com>
Co-authored-by: Gabe Benjamin <GabeKEBenjamin@gmail.com>
Co-authored-by: Gabe Benjamin <gabeb@google.com>
Co-authored-by: Andrea Egan <akegan@users.noreply.github.com>
Co-authored-by: Andrea Egan <andrea.egan@sfgov.org>

* feat: updates listings view config (#983)

* feat: updates listings view config

* fix: lint and back jurisdiction join

* feat: adds view to listingsFetcher

* refactor: Remove required to publish labels

Closes #970

* feat: show building accessibility features on partners (v2) (#984)

* feat: show building accessibility features on the listing form detail page

* fix: mobile styling

* chore: update primary color in Tailwind override (#980)

* Remove listing fields

* feat(backend): update units summary model

* style: formatting

* feat: backend-swagger with unit summary updates

* feat(backend): remove Listing published required fields (#996)

* refactor: comment out mistyped scripts

* fix: fixup base view

* feat(backend): fix unit group model update tests

* feat: occupancy tables wip

* build: local db to bloom_detroit

* fix: add summary in seed

* refactor: rename unitssummary, add needed fields

* fix: rebase issues

* Fixes Partner Portal Users (#1009)

* fix: partner portal users

* style: remove console log

* feat: updates user list to filter by isPortalUser

* feat: adds hud and mshda 2021 ami charts (#1020)

* feat: adds hud and mshda 2021 ami charts

* fix: remove mixed content assets from seeds

* fix: adds Detroit jurisdiction by default for partners

* fix: fixes file name to include dto

* feat: hides/prevents partner publish (#1021)

* feat: hides/prevents partner publish

* fix: pr requests and user update

* fix: issues exposed by tests

* feat: occupancy table based on unit groups (#1023)

* feat: occupancy table based on unit groups

* test: add tests

* test: update strings

* refactor: remove SRO strings

* test: more test coverage

* fix: make range translated

* fix: pre-existing ListingView template issues

* fix: patch old unit summary table pieces

Co-authored-by: Sean Albert <smabert@gmail.com>

* feat: adding partner unit groups

* feat: adds programs to Detroit (#1022)

* feat: adds programs to Detroit

* feat: adds programs to public site

* style: removes comment

* feat: remove Community Type section from form and detail

* refactor: updates program titles

* feat: updates for program descriptions per Safiya

* feat: adding save functionality

* fix: updates for editing

* 987/import listings basic (#1019)

* feat(backend): add import listing basic

* chore: remove todo notes from scripts

* feat: adds programs to Detroit (#1022)

* feat: adds programs to Detroit

* feat: adds programs to public site

* style: removes comment

* feat: remove Community Type section from form and deta…
seanmalbert added a commit to CityOfDetroit/bloom that referenced this pull request Jun 8, 2022
* 2022-02-10 core (#982)

* fix: retnal assistance eror message

* Preferences cleanup (#1947)

* feat(backend): preferences cleanup

BREAKING CHANGE: Preferences are now M-N relation with a listing and have an intermediate table with ordinal number

* refactor(backend): preferences deduplication

So far each listing referenced it's own unique Preferences. This change introduces Many to Many
relationship between Preference and Listing entity and forces sharing Preferences between listings.

* feat(backend): extend preferences migration with moving existing relations to a new intermediate tab

* feat(backend): add Preference - Jurisdiction ManyToMany relation

* feat: adapt frontend to backend changes

* fix(backend): typeORM preferences select statement

* fix(backend): connect preferences with jurisdictions in seeds, fix pref filter validator

* fix(backend): fix missing import in preferences-filter-params.ts

* refactor: rebase issue

* feat: uptake jurisdictional preferences

* fix: fixup tests

* fix: application preferences ignore page, always separate

* Remove page from src/migration/1633359409242-add-listing-preferences-intermediate-relation.ts

* fix: preference fetching and ordering/pages

* Fix code style issues with Prettier

* fix(backend): query User__leasingAgentInListings__jurisdiction_User__leasingAgentIn specified more

* fix: perferences cypress tests

Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Sean Albert <smabert@gmail.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.13
 - @bloom-housing/partners@2.0.0-pre-tailwind.23
 - @bloom-housing/public@2.0.0-pre-tailwind.23
 - @bloom-housing/ui-components@2.0.0-alpha.23

* fix: updates household member count (#2112)

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.14
 - @bloom-housing/partners@2.0.0-pre-tailwind.24
 - @bloom-housing/public@2.0.0-pre-tailwind.24
 - @bloom-housing/ui-components@2.0.0-alpha.24

* fix: updates household member count

picked 3dee0f7d676ff42d546ecf83a17659cd69d7e1bc

* fix: reverts preferences to re-add as breaking/major bump

* fix: reverts preferences to re-add as breaking/major bump

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.15
 - @bloom-housing/partners@2.0.0-pre-tailwind.25
 - @bloom-housing/public@2.0.0-pre-tailwind.25
 - @bloom-housing/ui-components@2.0.0-alpha.25

* refactor: listing preferences and adds jurisdictional filtering

BREAKING CHANGE: updates preference relationship with listings

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.16
 - @bloom-housing/partners@2.0.0-pre-tailwind.26
 - @bloom-housing/public@2.0.0-pre-tailwind.26
 - @bloom-housing/ui-components@2.0.0-alpha.26

* chore(release): version

 - @bloom-housing/backend-core@2.0.0
 - @bloom-housing/shared-helpers@2.0.0
 - @bloom-housing/partners@2.0.0
 - @bloom-housing/public@2.0.0
 - @bloom-housing/ui-components@2.0.0

* fix: Updates lastName on application save

* docs: Update changelog

* Fix code style issues with Prettier

* chore(release): version

 - @bloom-housing/partners@2.0.1-alpha.0

* fix: a11y color contrast issues with tint on ImageCard component (#2074)

* chore(release): version

 - @bloom-housing/partners@2.0.1-alpha.1
 - @bloom-housing/public@2.0.1-alpha.0
 - @bloom-housing/ui-components@2.0.1-alpha.0

* feat: two new common app questions - Household Changes and Household Student (#2070)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.0
 - @bloom-housing/partners@2.0.1-alpha.2
 - @bloom-housing/public@2.0.1-alpha.1
 - @bloom-housing/ui-components@2.0.1-alpha.1

* fix: household member cypress test (#2113)

* chore(release): version

 - @bloom-housing/public@2.0.1-alpha.2

* fix: SiteHeader visual issues with long menu bars (#2068)

* feat: jurisdictional email signatures (#2111)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.1
 - @bloom-housing/partners@2.0.1-alpha.3
 - @bloom-housing/public@2.0.1-alpha.3
 - @bloom-housing/ui-components@2.0.1-alpha.2

* fix: don't send email confirmation on paper app submission (#2110)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.2
 - @bloom-housing/partners@2.0.1-alpha.4
 - @bloom-housing/public@2.0.1-alpha.4
 - @bloom-housing/ui-components@2.0.1-alpha.3

* 1838/ami chart jurisdictionalized (#2102)

* fix: jurisdictionalizes ami charts on partners

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.3
 - @bloom-housing/partners@2.0.1-alpha.5
 - @bloom-housing/public@2.0.1-alpha.5
 - @bloom-housing/ui-components@2.0.1-alpha.4

* feat: Updates application confirmation numbers (#2072)

* feat: Updates application confirmation numbers

* docs: Update changelog

* feat: adds confirmation number to csv export

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.4
 - @bloom-housing/partners@2.0.1-alpha.6
 - @bloom-housing/public@2.0.1-alpha.6
 - @bloom-housing/ui-components@2.0.1-alpha.5

* fix: updates lastName on application save

picked from aff87ec99ad2fbd4a1f9a6853157ea7770f85a56

* fix(backend): make it possible to filter portal users in /users endpoint (#2078)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.5
 - @bloom-housing/partners@2.0.1-alpha.7
 - @bloom-housing/public@2.0.1-alpha.7
 - @bloom-housing/ui-components@2.0.1-alpha.6

* Revert "refactor: listing preferences and adds jurisdictional filtering"

This reverts commit 9f661b43921ec939bd1bf5709c934ad6f56dd859.

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.6
 - @bloom-housing/partners@2.0.1-alpha.8
 - @bloom-housing/public@2.0.1-alpha.8
 - @bloom-housing/ui-components@2.0.1-alpha.7

* hotfix: ensure Triton seed doesn't error out

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.7
 - @bloom-housing/partners@2.0.1-alpha.9
 - @bloom-housing/public@2.0.1-alpha.9
 - @bloom-housing/ui-components@2.0.1-alpha.8

* chore(release): version

 - @bloom-housing/backend-core@3.0.0
 - @bloom-housing/shared-helpers@3.0.0
 - @bloom-housing/partners@3.0.0
 - @bloom-housing/public@3.0.0
 - @bloom-housing/ui-components@3.0.0

* 1837/preferences cleanup 3 (#2144)

* feat(backend): preferences cleanup

BREAKING CHANGE: Preferences are now M-N relation with a listing and have an intermediate table with ordinal number

* refactor(backend): preferences deduplication

So far each listing referenced it's own unique Preferences. This change introduces Many to Many
relationship between Preference and Listing entity and forces sharing Preferences between listings.

* feat(backend): extend preferences migration with moving existing relations to a new intermediate tab

* feat(backend): add Preference - Jurisdiction ManyToMany relation

* feat: adapt frontend to backend changes

* fix(backend): typeORM preferences select statement

* fix(backend): connect preferences with jurisdictions in seeds, fix pref filter validator

* fix(backend): fix missing import in preferences-filter-params.ts

* refactor: rebase issue

* feat: uptake jurisdictional preferences

* fix: fixup tests

* fix: application preferences ignore page, always separate

* Remove page from src/migration/1633359409242-add-listing-preferences-intermediate-relation.ts

* fix: preference fetching and ordering/pages

* Fix code style issues with Prettier

* fix(backend): query User__leasingAgentInListings__jurisdiction_User__leasingAgentIn specified more

* fix: perferences cypress tests

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.0
 - @bloom-housing/partners@3.0.1-alpha.0
 - @bloom-housing/public@3.0.1-alpha.0
 - @bloom-housing/ui-components@3.0.1-alpha.0

* feat(backend): extend UserUpdateDto to support email change with confirmation (#2120)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.1
 - @bloom-housing/partners@3.0.1-alpha.1
 - @bloom-housing/public@3.0.1-alpha.1
 - @bloom-housing/ui-components@3.0.1-alpha.1

* 2056/user account edit fix (#2073)

* fix: Replaces service to use newly created

* fix: Fix DOB initial values

* feat(backend): extend UserUpdateDto to support email change with confirmation

* fix: Update email form to use a new service

* fix: updates email change language

* Fix code style issues with Prettier

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.2
 - @bloom-housing/partners@3.0.1-alpha.2
 - @bloom-housing/public@3.0.1-alpha.2
 - @bloom-housing/ui-components@3.0.1-alpha.2

* feat: add Programs section to listings management (#2093)

* feat: add Programs section to listings management

* fix: sorting on detail page

* fix: merge issues

* feat: make program fetching jurisdictional

* fix: replace preference with program

* fix: program delete removes jurisdiction

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.3
 - @bloom-housing/partners@3.0.1-alpha.3
 - @bloom-housing/public@3.0.1-alpha.3
 - @bloom-housing/ui-components@3.0.1-alpha.3

* 2085/adds top level catchAll exception filter (#2132)

* fix: adds top level catchAll error filter

* fix: removing now unused exception filter

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.4
 - @bloom-housing/partners@3.0.1-alpha.4
 - @bloom-housing/public@3.0.1-alpha.4
 - @bloom-housing/ui-components@3.0.1-alpha.4

* feat: Change unit number field type to text (#2136)

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.5

* chore(deps): bump electron from 13.1.7 to 13.3.0 (#2137)

Bumps [electron](https://github.com/electron/electron) from 13.1.7 to 13.3.0.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](https://github.com/electron/electron/compare/v13.1.7...v13.3.0)

---
updated-dependencies:
- dependency-name: electron
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump axios from 0.21.1 to 0.21.2 (#2138)

Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.2.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.21.1...v0.21.2)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat(backend): improve application flagged set saving efficiency (#2147)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.5
 - @bloom-housing/partners@3.0.1-alpha.6
 - @bloom-housing/public@3.0.1-alpha.5
 - @bloom-housing/ui-components@3.0.1-alpha.5

* 1655/invite user edit (#1982)

* feat: Update title to be also a react node

* feat: Update translations

* feat: Create reusable form to add and edit users

* feat: Add delete function

* feat(backend): Add ON UPDATE SET NULL to application-user relation

* fix: Fix type

* Fix code style issues with Prettier

* fix(jurisdictionResolverService): updates to return undefined if no jurisdictionName

* feat: Update drawer state name

* feat: Add missing translations

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.6
 - @bloom-housing/partners@3.0.1-alpha.7
 - @bloom-housing/public@3.0.1-alpha.6
 - @bloom-housing/ui-components@3.0.1-alpha.6

* Add a phone number column to the user_accounts table (#2134)

* Merge pull request #710 from CityOfDetroit/feature/add-phonenumber-to-user-entity

Add phone number to user accounts.

* Merge pull request #728 from CityOfDetroit/fix/modify-phone-number-test

Fix user E2E tests.

* Merge pull request #728 from CityOfDetroit/fix/modify-phone-number-test

Fix user E2E tests.

* fix: add validation groups to phoneNumber

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.7
 - @bloom-housing/partners@3.0.1-alpha.8
 - @bloom-housing/public@3.0.1-alpha.7
 - @bloom-housing/ui-components@3.0.1-alpha.7

* refactor: make backend a peer dependency in ui-components (#2146)

* refactor: make backend a peer dependency in ui-components

* fix: fix flaky test

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.0
 - @bloom-housing/partners@3.0.1-alpha.9
 - @bloom-housing/public@3.0.1-alpha.8
 - @bloom-housing/ui-components@3.0.1-alpha.8

* fix: updates address order (#2151)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.8
 - @bloom-housing/shared-helpers@3.0.1-alpha.1
 - @bloom-housing/partners@3.0.1-alpha.10
 - @bloom-housing/public@3.0.1-alpha.9

* feat(backend): add nginx proxy-cache configuration (#2119)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.9
 - @bloom-housing/shared-helpers@3.0.1-alpha.2
 - @bloom-housing/partners@3.0.1-alpha.11
 - @bloom-housing/public@3.0.1-alpha.10

* Release 11 11 21 (#2162)

* fix: fix: adding unit tests to the unit type

picked from dev 1f8d7094e508337131d3033476cd70c2befaecd0

* fix: fix: a11y color contrast issues with tint on ImageCard component

picked from dev 505929149ee1485b9fc59402a9e14ead6de5dfc4

* feat: feat: two new common app questions - Household Changes and Household Student

picked from dev 42a752ec073c0f5b65374c7a68da1e34b0b1c949

* fix: fix: SiteHeader visual issues with long menu bars

picked from dev fd6686e206b4e53ae8b6ab757ad0506eaead0d01

* feat: feat: jurisdictional email signatures

picked from dev 7a146ffb5de88cfa2950e2a469a99e38d71b33c8

* fix: fix: don't send email confirmation on paper app submission

picked from dev 7f83b70327049245ecfba04ae3aea4e967929b2a

* feat: feat: Updates application confirmation numbers

picked from dev 75cd67bcb62280936bdeeaee8c9b7b2583a1339d

* fix: fix(backend): make it possible to filter portal users in /users endpoint

picked from dev 29bf714d28755916ec8ec896366c8c32c3a227c4

* feat: feat(backend): add languages (Language[]) to Jurisdiction entity

picked from dev 9ceed24d48b14888e6ea59b421b409f875d12b01

* fix: feat(backend): try fixing SETEX redis e2e tests flakiness

picked from dev 4087c532ddba672a415a048f4362e509aba7fd7f

* feat: feat(backend): Add user delete endpoint

picked from dev a13f73574b470beff2f8948abb226a6786856480

* fix: fix: improved UX for the Building Selection Criteria drawer

picked from dev 4bd8b09456b54584c3731bcca64019dc231d0c55

* feat: feat(backend): add Program entity

picked from dev 492ec4d333cf9b73af772a1aceed29813f405ba0

* refactor: breaking: 1837/preferences cleanup

picked from dev 3ce6d5eb5aac49431ec5bf4912dbfcbe9077d84e

BREAKING CHANGE: preferences model and relationships changed

* feat: feat(backend): extend UserUpdateDto to support email change

picked from dev 3e1fdbd0ea91d4773973d5c485a5ba61303db90a

* fix: 2056/user account edit fix

picked from dev a15618c0cb548ff5b2ae913b802c9e08bb673f30

* refactor: 2085/adds top level catchAll exception filter

picked from dev aeaa63d1af1fa3d11671e169cb3bd23d356fface

* feat: feat: Change unit number field type to text

picked from dev f54be7c7ba6aac8e00fee610dc86584b60cc212d

* feat(backend): improve application flagged set saving efficiency

* fix: fix: updates address order

picked from dev 252e014dcbd2e4c305384ed552135f5a8e4e4767

* fix: sets programs to optoinal and updates versions

* chore: chore(deps): bump electron from 13.1.7 to 13.3.0

* chore: chore(deps): bump axios from 0.21.1 to 0.21.2

* fix: adds programs service

* fix: fix lisitng e2e tests

* fix: fix member tests

* fix: fixes program, preference, ami-chart de-dupe (#2169)

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.12

* fix: adds jurisdictionId to useSWR path

* fix: recalculate units available on listing update (#2150)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.10
 - @bloom-housing/shared-helpers@3.0.1-alpha.3
 - @bloom-housing/partners@3.0.1-alpha.13
 - @bloom-housing/public@3.0.1-alpha.11

* fix: recalculate units available on listing update

picked form dev f1a3dbce6478b16542ed61ab20de5dfb9b797262

* feat: feat(backend): make use of new application confirmation codes

picked from dev 3c45c2904818200eed4568931d4cc352fd2f449e

* Revert "chore(deps): bump axios from 0.21.1 to 0.21.2 (#2138)"

This reverts commit 7711604323ae2f6a1782a35f7a26176f215f6c00.

* revert: revert "chore(deps): bump axios from 0.21.1 to 0.21.2

picked from dev 2b83bc0393afc42eed542e326d5ef75502ce119c

* refactor: remove applicationAddress (#2009)

* refactor: remove applicationAddress

* docs: readme update

* test: fix backend test

* fix: db migration

* Fix code style issues with Prettier

* test(backend): fix SETEX impossible to process

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.11
 - @bloom-housing/shared-helpers@3.0.1-alpha.4
 - @bloom-housing/partners@3.0.1-alpha.14
 - @bloom-housing/public@3.0.1-alpha.12
 - @bloom-housing/ui-components@3.0.1-alpha.9

* feat: refactor and add public site application flow cypress tests (#2118)

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.15
 - @bloom-housing/public@3.0.1-alpha.13
 - @bloom-housing/ui-components@3.0.1-alpha.10

* fix: sapp submission w/ no due date

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.12
 - @bloom-housing/shared-helpers@3.0.1-alpha.5
 - @bloom-housing/partners@3.0.1-alpha.16
 - @bloom-housing/public@3.0.1-alpha.14

* Revert "feat(backend): add nginx proxy-cache configuration (#2119)"

This reverts commit 34d32e75ceae378a26c57f4c9b7feec8c88339e0.

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.13
 - @bloom-housing/shared-helpers@3.0.1-alpha.6
 - @bloom-housing/partners@3.0.1-alpha.17
 - @bloom-housing/public@3.0.1-alpha.15

* fix: app submission w/ no due date

picked from dev 4af1f5a8448f16d347b4a65ecb85fda4d6ed71fc

* 1975/better seed data for ami-charts (#2156)

* fix: better seed data for ami-charts

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.14
 - @bloom-housing/shared-helpers@3.0.1-alpha.7
 - @bloom-housing/partners@3.0.1-alpha.18
 - @bloom-housing/public@3.0.1-alpha.16

* 2154/avance prefs (#2177)

* feat: new preferences

* feat: preference updates

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.15
 - @bloom-housing/shared-helpers@3.0.1-alpha.8
 - @bloom-housing/partners@3.0.1-alpha.19
 - @bloom-housing/public@3.0.1-alpha.17
 - @bloom-housing/ui-components@3.0.1-alpha.11

* 2154/avance prefs (#2178)

* feat: new preferences

* feat: preference updates

* Fix code style issues with Prettier

* feat: preference options bottom border

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.18

* 2154/avance prefs III (#2179)

* feat: new preferences

* feat: preference updates

* Fix code style issues with Prettier

* feat: preference options bottom border

* feat: liveWorkLivermore preference

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.20
 - @bloom-housing/public@3.0.1-alpha.19
 - @bloom-housing/ui-components@3.0.1-alpha.12

* 1988/adds listing management cypress tests to partner portal (#2103)

* test: adds listing management tests

* test: minor tweaks

* test: big updates for LM cypress tests

* test: fixes selectors

* feat: adding partner cypress tests to pr workflow

* fix: undoing

* chore: adds latest bloom-housing packages to partners

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.21
 - @bloom-housing/public@3.0.1-alpha.20
 - @bloom-housing/ui-components@3.0.1-alpha.13

* feat: adds new preferences, reserved community type

* feat: adds bottom border to preferences

* feat: updates preference string

* fix: preference cleanup for avance

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.22
 - @bloom-housing/public@3.0.1-alpha.21
 - @bloom-housing/ui-components@3.0.1-alpha.14

* fix: preference cleanup for avance

* 1975/one month rent (#2158)

* feat: add depoist helper text

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.16
 - @bloom-housing/shared-helpers@3.0.1-alpha.9
 - @bloom-housing/partners@3.0.1-alpha.23
 - @bloom-housing/public@3.0.1-alpha.22
 - @bloom-housing/ui-components@3.0.1-alpha.15

* fix(backend): fix view.spec.ts test (#2175)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.17
 - @bloom-housing/shared-helpers@3.0.1-alpha.10
 - @bloom-housing/partners@3.0.1-alpha.24
 - @bloom-housing/public@3.0.1-alpha.23

* refactor: removes jsonpath (#2206)

* refactor: removes jsonpath

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.18
 - @bloom-housing/shared-helpers@3.0.1-alpha.11
 - @bloom-housing/partners@3.0.1-alpha.25
 - @bloom-housing/public@3.0.1-alpha.24

* 1869/application program display (#2114)

* feat: add programs step to application forms

* test: add Cypress tests for the programs step

* feat: rework the Programs page and enhance seeds

* chore: fix programs Cypress test

* fix: fixup cypress tests

* fix: update mock data

* fix: fixup mock data pt 2

* fix: type issues

* fix: bugs and simplify program data processing

Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.19
 - @bloom-housing/shared-helpers@3.0.1-alpha.12
 - @bloom-housing/partners@3.0.1-alpha.26
 - @bloom-housing/public@3.0.1-alpha.25
 - @bloom-housing/ui-components@3.0.1-alpha.16

* feat: adds jurisdictions to pref seeds (#2199)

* feat: adds jurisdictions to pref seeds

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.20
 - @bloom-housing/shared-helpers@3.0.1-alpha.13
 - @bloom-housing/partners@3.0.1-alpha.27
 - @bloom-housing/public@3.0.1-alpha.26

* 1901/application program partners (#2182)

* feat: add programs step to application forms

* test: add Cypress tests for the programs step

* feat: rework the Programs page and enhance seeds

* chore: fix programs Cypress test

* feat: add programs step to application forms

* test: add Cypress tests for the programs step

* feat: rework the Programs page and enhance seeds

* chore: fix programs Cypress test

* fix: fixup cypress tests

* fix: update mock data

* fix: fixup mock data pt 2

* fix: type issues

* feat: Create programs mapper

Closes #1901

* feat: Add programs section

Closes #1901

* feat: Create details section for programs

Closes #1901

* feat: Update translations

Closes #1901

* refactor: Remove console log

Closes #1901

* refactor: Simpify code

Closes #1901

* chore: remove console log

* fix: mapProgramToApi return

Co-authored-by: Jared White <jared@jaredwhite.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.21
 - @bloom-housing/shared-helpers@3.0.1-alpha.14
 - @bloom-housing/partners@3.0.1-alpha.28
 - @bloom-housing/public@3.0.1-alpha.27
 - @bloom-housing/ui-components@3.0.1-alpha.17

* test: update program test

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.28

* feat: new demographics sub-race questions (#2109)

* feat: new demographics sub-race questions

* fix: update migration to keep data

* feat: other text boxes

* feat: wip other labels

* feat: can edit demo in partners

* fix: cleanup

* feat: csv formatting

* fix: type issue

* feat: remove gender and sexual orientation

* fix: add test id

* fix: more test ids

* fix: select by checkboxes

* fix: dont use select

* fix: data

* fix: add tests, fixup other option

* Fix code style issues with Prettier

* fix: remove unneeded dependencies

* test: add additional test

* Fix code style issues with Prettier

* test: change test id attribute

* chore: cleanup formatApplicationData imports

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.22
 - @bloom-housing/shared-helpers@3.0.1-alpha.15
 - @bloom-housing/partners@3.0.1-alpha.29
 - @bloom-housing/public@3.0.1-alpha.29
 - @bloom-housing/ui-components@3.0.1-alpha.18

* feat: updates email confirmation for lottery (#2200)

* feat: updates email confirmation for lottery

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.23
 - @bloom-housing/shared-helpers@3.0.1-alpha.16
 - @bloom-housing/partners@3.0.1-alpha.30
 - @bloom-housing/public@3.0.1-alpha.30

* fix: add ariaHidden to Icon component

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.17
 - @bloom-housing/partners@3.0.1-alpha.31
 - @bloom-housing/public@3.0.1-alpha.31
 - @bloom-housing/ui-components@3.0.1-alpha.19

* fix: add ariaLabel prop to Button component

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.18
 - @bloom-housing/partners@3.0.1-alpha.32
 - @bloom-housing/public@3.0.1-alpha.32
 - @bloom-housing/ui-components@3.0.1-alpha.20

* fix: change the yes/no radio text to be more descriptive (#2208)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.19
 - @bloom-housing/partners@3.0.1-alpha.33
 - @bloom-housing/public@3.0.1-alpha.33
 - @bloom-housing/ui-components@3.0.1-alpha.21

* fix: remove alameda reference in demographics (#2209)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.20
 - @bloom-housing/partners@3.0.1-alpha.34
 - @bloom-housing/public@3.0.1-alpha.34
 - @bloom-housing/ui-components@3.0.1-alpha.22

* refactor: remove applicationAddress

picked from dev bf10632a62bf2f14922948c046ea3352ed010f4f

* feat: refactor and add public site application flow cypress tests

picked from dev 9ec0e8d05f9570773110754e7fdaf49254d1eab8

* feat: better seed data for ami-charts

picked from dev d8b1d4d185731a589c563a32bd592d01537785f3

* feat: adds listing management cypress tests to partner portal

* fix: listings management keep empty strings, remove empty objects

picked from dev c4b1e833ec128f457015ac7ffa421ee6047083d9

* feat: one month rent

picked from dev 883b0d53030e1c4d54f2f75bd5e188bb1d255f64

* test: view.spec.ts test

picked from dev 324446c90138d8fac50aba445f515009b5a58bfb

* refactor: removes jsonpath

picked from dev deb39acc005607ce3076942b1f49590d08afc10c

* feat: adds jurisdictions to pref seeds

picked from dev 9e47cec3b1acfe769207ccbb33c07019cd742e33

* feat: new demographics sub-race questions

picked from dev 9ab892694c1ad2fa8890b411b3b32af68ade1fc3

* feat: updates email confirmation for lottery

picked from dev 1a5e824c96d8e23674c32ea92688b9f7255528d3

* fix: add ariaHidden to Icon component

picked from dev c7bb86aec6fd5ad386c7ca50087d0113b14503be

* fix: add ariaLabel prop to Button component

picked from dev 509ddc898ba44c05e26f8ed8c777f1ba456eeee5

* fix: change the yes/no radio text to be more descriptive

picked from dev 0c46054574535523d6f217bb0677bbe732b8945f

* fix: remove alameda reference in demographics

picked from dev 7d5991cbf6dbe0b61f2b14d265e87ce3687f743d

* chore: release version

picked from dev fe82f25dc349877d974ae62d228fea0354978fb7

* feat: ami chart jurisdictionalized

picked from dev 0a5cbc88a9d9e3c2ff716fe0f44ca6c48f5dcc50

* refactor: make backend a peer dependency in ui-components

picked from dev 952aaa14a77e0960312ff0eeee51399d1d6af9f3

* feat: add a phone number column to the user_accounts table

picked from dev 2647df9ab9888a525cc8a164d091dda6482c502a

* chore: removes application program partners

* chore: removes application program display

* Revert "chore: removes application program display"

This reverts commit 14825b4a6c9cd1a7235e32074e32af18a71b5c26.

* Revert "chore: removes application program partners"

This reverts commit d7aa38c777972a2e21d9f816441caa27f98d3f86.

* chore: yarn.lock and backend-swagger

* fix: removes Duplicate identifier fieldGroupObjectToArray

* feat: skip preferences if not on listing

* chore(release): version

* fix: cannot save custom mailing, dropoff, or pickup address

* chore(release): version

* chore: converge on one axios version, remove peer dependency

* chore(release): version

* feat: simplify Waitlist component and use more flexible schema

* chore(release): version

* fix: lottery results uploads now save

* chore(release): version

* feat: add SRO unit type

* chore(release): version

* fix: paper application submission

* chore(release): version

* fix: choose-language context

* chore(release): version

* fix: applications/view hide prefs

* chore(release): version

* feat: overrides fallback to english, tagalog support

* chore(release): version

* fix: account translations

* chore(release): version

* fix: units with invalid ami chart

* chore(release): version

* fix: remove description for the partners programs

* fix: fix modal styles on mobile

* fix: visual improvement to programs form display

* fix: submission tests not running

* chore: translations (#2293)

* chore: translations (#2295)

* chore: missing translations (#2296)

* fix: prefUnits on autofill summary (#2294)

* chore: move Programs step to come after Students (#2277)

* feat: adds whatToExpect to GTrans

* chore: missing translations (#2299)

* fix: 2259/fixes idle timeout not resetting properly (#2292)

* chore(release): version

* fix: demographics howDidYouHear options (2305)

* chore(release): version

* fix: mobile notice text wrap issue (#2308)

* feat: postmark date time fields partners (#2239)

* fix: versioning issues (#2311)

* chore(release): version

* chore(backend): move libs/ to shared/utils, clean up modules (#2230)

* feat(backend): all programs to csv export (#2302)

* chore(release): version

* feat: filter partner users

* chore(release): version

* feat: adds updating open listing modal (#2288)

* fix: closed listings allowed apps (#2317)

* feat: 2165/rosefield preference updates (#2386)

* chore(release): version

* Revert "chore(release): version"

This reverts commit 7c414ca7f8c5709e4ff19b94e3fb1089bdc45e97.

* chore(release): version

 - @bloom-housing/backend-core@3.0.1
 - @bloom-housing/shared-helpers@3.0.1
 - @bloom-housing/partners@3.0.1
 - @bloom-housing/public@3.0.1
 - @bloom-housing/ui-components@3.0.1

* feat(backend): add storing listing translations (#2215)

* feat: adds whatToExpect to GTrans (#2303)

* fix: patch issue with submit application section

* fix: patches translations for preferences (#2410)

* fix: issues with public app and readds auto save (2428)

* fix: ami charts without all households (#2430)

* fix: load blank application

* 2022-01-27 release (#2439)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.23
 - @bloom-housing/partners@3.0.1-alpha.37
 - @bloom-housing/public@3.0.1-alpha.38
 - @bloom-housing/ui-components@3.0.1-alpha.24

* fix(backend): nginx with heroku configuration (#2196)

* fix(backend): nginx with heroku configuration

* feat(backend): nginx make hostname and port variable

* feat: nginx proxy updates

* feat(backend): modify proxy_pass and Host header settings

Co-authored-by: seanmalbert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.26
 - @bloom-housing/shared-helpers@3.0.1-alpha.24
 - @bloom-housing/partners@3.0.1-alpha.38
 - @bloom-housing/public@3.0.1-alpha.39
 - @bloom-housing/ui-components@3.0.1-alpha.25

* fix: fetchBaseListingData (#2238)

* fix: fetchBaseListingData

* fix: fetchBaseListingData

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.40

* fix: lottery results uploads now save (#2226)

* fix: lottery results uploads now save

* fix: switch to partial typing

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.39

* feat: getStaticPaths fallback blocking test

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.41

* chore: add temp logs for testing id/slug

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.42

* chore(backend): move libs/ to shared/utils, clean up modules (#2230)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.27
 - @bloom-housing/shared-helpers@3.0.1-alpha.25
 - @bloom-housing/partners@3.0.1-alpha.40
 - @bloom-housing/public@3.0.1-alpha.43
 - @bloom-housing/ui-components@3.0.1-alpha.26

* chore: add SRO unit type (#2243)

* chore: add SRO unit type to DB / translations

* chore: additional string changes to SRO

* test(backend): add SRO to unit types test

* feat: SRO unit type additions

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.28
 - @bloom-housing/shared-helpers@3.0.1-alpha.26
 - @bloom-housing/partners@3.0.1-alpha.41
 - @bloom-housing/public@3.0.1-alpha.44
 - @bloom-housing/ui-components@3.0.1-alpha.27

* 2140/fix paper application submission (#2195)

* fix: fix paper application submission

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.42

* Fix code style issues with Prettier

* test: adds cypress test coverage

* fix: updates per sean

* fix: one more update

* test: fix partners unit tests

* fix: choose-language context

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.45

* fix: applications drop off address

* fix: applications/view hide prefs

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.46

* feat(backend): add storing listing translations (#2215)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.29
 - @bloom-housing/shared-helpers@3.0.1-alpha.27
 - @bloom-housing/partners@3.0.1-alpha.43
 - @bloom-housing/public@3.0.1-alpha.47
 - @bloom-housing/ui-components@3.0.1-alpha.28

* fix(backend): make nginx proxy use Language HTTP header in cache key (#2266)

* 2098/fix partner applications grid display (#2188)

* fix: partner applications grid display

* Fix code style issues with Prettier

* test: fix tests

* Fix code style issues with Prettier

* fix: updates to using views

* tests: add application grid test

* fix: updates per sean

* fix: one more update

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.30
 - @bloom-housing/shared-helpers@3.0.1-alpha.28
 - @bloom-housing/partners@3.0.1-alpha.44
 - @bloom-housing/public@3.0.1-alpha.48
 - @bloom-housing/ui-components@3.0.1-alpha.29

* fix: fixes some issues with the deployment

* Revert/2188 (#2270)

* fix: fixes some issues with the deployment

* revert: partner applications grid display

* fix: view.spec

Co-authored-by: Yazeed Loonat <yazeedloonat@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.31
 - @bloom-housing/shared-helpers@3.0.1-alpha.29
 - @bloom-housing/partners@3.0.1-alpha.45
 - @bloom-housing/public@3.0.1-alpha.49
 - @bloom-housing/ui-components@3.0.1-alpha.30

* 2098/fix partner applications grid display (#2188)

* fix: partner applications grid display

* Fix code style issues with Prettier

* test: fix tests

* Fix code style issues with Prettier

* fix: updates to using views

* tests: add application grid test

* fix: updates per sean

* fix: one more update

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* feat(backend): add listings closing routine (#2213)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.32
 - @bloom-housing/shared-helpers@3.0.1-alpha.30
 - @bloom-housing/partners@3.0.1-alpha.46
 - @bloom-housing/public@3.0.1-alpha.50
 - @bloom-housing/ui-components@3.0.1-alpha.31

* feat(backend): add user password expiration

* fix: Remove description for the partners programs (#2234)

Closes #1901

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.47

* 2227/lock login attempts frontend (#2260)

* feat: Add new translations

Closes #1927

* refactor: Make title as optional

Closes #1927

* feat: Update login alert text

Closes #1927

* fix: Use translation, instead of hardcoded text

Closes #1927

* feat: Add translation

Closes #1927

* feat: Update type name

Closes #1927

* feat: Add new alerts

Closes #1927

* fix: Fix translation

Closes #1927

* fix(AlertBox.tsx): Fix close icon placement

Closes #1927

* feat: Create helper to catch network errors

Closes #1927

* feat: Add translations

Closes #1927

* feat: Create reusable sign-in form

Closes #1927

* refactor(sign-in page, public and partners): Update sign-in pages to use reusable form

BREAKING CHANGE: sign-in pages have been updated

Closes #1927

* Fix code style issues with Prettier

* fix: fixes tests and also issue with user grid

* fix: fixes linting error

* feat(backend): add appropriate http exception for password outdated login failure

* fix: Fix modal styles on mobile (#2280)

Closes #2253

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.31
 - @bloom-housing/partners@3.0.1-alpha.48
 - @bloom-housing/public@3.0.1-alpha.51
 - @bloom-housing/ui-components@3.0.1-alpha.32

* fix: visual improvement to programs form display (#2276)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.52

* fix: submission tests not running (#2282)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.53

* feat: overrides fallback to english, tagalog support (#2262)

* chore: allow work-in strings to take jurisdiction name

* feat: add support for tagalog

* Fix code style issues with Prettier

* feat: tagalog language

* feat: translations precedence includes en overrides

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.33
 - @bloom-housing/shared-helpers@3.0.1-alpha.32
 - @bloom-housing/partners@3.0.1-alpha.49
 - @bloom-housing/public@3.0.1-alpha.54
 - @bloom-housing/ui-components@3.0.1-alpha.33

* fix: account translations (#2278)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.33
 - @bloom-housing/partners@3.0.1-alpha.50
 - @bloom-housing/public@3.0.1-alpha.55
 - @bloom-housing/ui-components@3.0.1-alpha.34

* test: fixes test issues

* fix: fix sortig on applications partner grid

* chore: translations (#2293)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.34
 - @bloom-housing/partners@3.0.1-alpha.51
 - @bloom-housing/public@3.0.1-alpha.56
 - @bloom-housing/ui-components@3.0.1-alpha.35

* chore: translations (#2295)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.35
 - @bloom-housing/partners@3.0.1-alpha.52
 - @bloom-housing/public@3.0.1-alpha.57
 - @bloom-housing/ui-components@3.0.1-alpha.36

* chore: missing translations (#2296)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.36
 - @bloom-housing/partners@3.0.1-alpha.53
 - @bloom-housing/public@3.0.1-alpha.58
 - @bloom-housing/ui-components@3.0.1-alpha.37

* fix: prefUnits on autofill summary (#2294)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.59

* chore: move Programs step to come after Students (#2277)

* chore: move Programs step to come after Students

* test: rearrange order of programs within Cypress tests

* test: remove problematic statement

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.60

* fix: units with invalid ami chart (#2290)

* fix: alunits with invalid ami chart

* perf: uniquePercentageChartSet map

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.34
 - @bloom-housing/shared-helpers@3.0.1-alpha.37
 - @bloom-housing/partners@3.0.1-alpha.54
 - @bloom-housing/public@3.0.1-alpha.61
 - @bloom-housing/ui-components@3.0.1-alpha.38

* chore: missing translations (#2299)

* chore: missing translations

* chore: remove logs

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.38
 - @bloom-housing/partners@3.0.1-alpha.55
 - @bloom-housing/public@3.0.1-alpha.62
 - @bloom-housing/ui-components@3.0.1-alpha.39

* 2259/fixes idle timeout not resetting properly (#2292)

* fix: fixes idle timeout not resetting properly

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.63

* feat: adds whatToExpect to GTrans (#2303)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.35
 - @bloom-housing/shared-helpers@3.0.1-alpha.39
 - @bloom-housing/partners@3.0.1-alpha.56
 - @bloom-housing/public@3.0.1-alpha.64
 - @bloom-housing/ui-components@3.0.1-alpha.40

* fix: demographics howDidYouHear options were not changing on language change (#2305)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.65

* Fix checkbox rtl style

* feat(backend): add password outdating only to users which are either admins or partners

* fix: fix hero button width with secondary button (#2306)

* fix: mobile notice text wrap issue (#2308)

* feat(backend): add activity logging to listings module (#2190)

* feat(backend): add activity logging to listings module

* feat(backend): add activity logging to applications and user controllers

* feat(backend): add metada column to activity log entity

* feat(backend): change activity log metadata column type

* feat(backend): remove applications related changes

* feat(backend): remove ListingActivityLogInterceptor

* 2040/postmark date time fields partners (#2239)

* feat: add postmark by date and time fields

* feat: fix display and preview page

* test: fix so the correct date displays

* Fix code style issues with Prettier

* fix: fixes per emily

* fix: updates per sean

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* fix: versioning issues (#2311)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.36
 - @bloom-housing/shared-helpers@3.0.1-alpha.41
 - @bloom-housing/partners@3.0.1-alpha.58
 - @bloom-housing/public@3.0.1-alpha.67
 - @bloom-housing/ui-components@3.0.1-alpha.42

* feat(backend): all programs to csv export (#2302)

* feat(backend): all programs to csv export

* chore: removes console log

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.37
 - @bloom-housing/shared-helpers@3.0.1-alpha.42
 - @bloom-housing/partners@3.0.1-alpha.59
 - @bloom-housing/public@3.0.1-alpha.68
 - @bloom-housing/ui-components@3.0.1-alpha.43

* feat(backend): add partnerTerms to jurisdiction entity (#2301)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.38
 - @bloom-housing/shared-helpers@3.0.1-alpha.43
 - @bloom-housing/partners@3.0.1-alpha.60
 - @bloom-housing/public@3.0.1-alpha.69
 - @bloom-housing/ui-components@3.0.1-alpha.44

* feat: removes ListingLangCacheInterceptor from get by id

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.39
 - @bloom-housing/shared-helpers@3.0.1-alpha.44
 - @bloom-housing/partners@3.0.1-alpha.61
 - @bloom-housing/public@3.0.1-alpha.70
 - @bloom-housing/ui-components@3.0.1-alpha.45

* fix: Update translation

Closes 1927

* fix: Update hardcoded translations

Closes #1927

* refactor: listing detail props (#2313)

* refactor: listing detail props

* fix: HouseholdSizeField FieldError

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.45
 - @bloom-housing/partners@3.0.1-alpha.62
 - @bloom-housing/public@3.0.1-alpha.71
 - @bloom-housing/ui-components@3.0.1-alpha.46

* chore(deps): bump next from 11.1.2 to 11.1.3 (#2289)

* feat(backend): refactor applications module (#2279)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.40
 - @bloom-housing/shared-helpers@3.0.1-alpha.46
 - @bloom-housing/partners@3.0.1-alpha.63
 - @bloom-housing/public@3.0.1-alpha.72
 - @bloom-housing/ui-components@3.0.1-alpha.47

* feat: filter partner users

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.64

* feat: password reset message

* fix: make mailThin background transparent

* fix: add mailThin icon to stories

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.47
 - @bloom-housing/partners@3.0.1-alpha.65
 - @bloom-housing/public@3.0.1-alpha.73
 - @bloom-housing/ui-components@3.0.1-alpha.48

* feat: adds updating open listing modal (#2288)

* feat: adds updating open listing modal

* fix: closed listings allowed apps (#2317)

* feat: updates for gtm

* feat: updates for gtm

* fix: removes more closed listing application paths (#2319)

* feat: make page header title optional

* feat(backend): remove activity log interceptor from update-password

* refactor: removing helpers from ui-components that are backend dependent (#2108)

BREAKING CHANGE: moved some helpers from ui-components to shared-helpers

* chore: bump versions (#2326)

* fix: make numbered list breakpoint match config

* chore: bump shared-helpers version

* fix: partners shared-helpers version

* chore: bump partners version

* chore: bump public version

* chore: bump version

* chore(release): version

 - @bloom-housing/backend-core@3.0.1
 - @bloom-housing/shared-helpers@4.0.0
 - @bloom-housing/partners@4.0.0
 - @bloom-housing/public@4.0.0
 - @bloom-housing/ui-components@4.0.0

* feat: add matched style to ApplicationStatus

* Fix code style issues with Prettier

* fix: make primary buttons primary background

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.0
 - @bloom-housing/shared-helpers@4.0.1-alpha.0
 - @bloom-housing/partners@4.0.1-alpha.0
 - @bloom-housing/public@4.0.1-alpha.0
 - @bloom-housing/ui-components@4.0.1-alpha.0

* chore: backend & ui-component gitHead

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.1
 - @bloom-housing/shared-helpers@4.0.1-alpha.1
 - @bloom-housing/partners@4.0.1-alpha.1
 - @bloom-housing/public@4.0.1-alpha.1
 - @bloom-housing/ui-components@4.0.1-alpha.1

* fix: propagate custom icon type to ImageCard prop

* Fix code style issues with Prettier

* fix: check for user lastLoginAt

* test: updates user login test

* fix: bump version (#2349)

* fix: bump version (#2350)

* fix: cypress coverage configs

* fix: force a release number if one exists (#2351)

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.6
 - @bloom-housing/shared-helpers@4.0.1-alpha.6
 - @bloom-housing/partners@4.0.1-alpha.6
 - @bloom-housing/public@4.0.1-alpha.6
 - @bloom-housing/ui-components@4.0.1-alpha.6

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.7
 - @bloom-housing/shared-helpers@4.0.1-alpha.7
 - @bloom-housing/partners@4.0.1-alpha.7
 - @bloom-housing/public@4.0.1-alpha.7
 - @bloom-housing/ui-components@4.0.1-alpha.7

* fix: apply action block style to button class not component (#2348)

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.8
 - @bloom-housing/partners@4.0.1-alpha.8
 - @bloom-housing/public@4.0.1-alpha.8
 - @bloom-housing/ui-components@4.0.1-alpha.8

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.8
 - @bloom-housing/shared-helpers@4.0.1-alpha.9
 - @bloom-housing/partners@4.0.1-alpha.9
 - @bloom-housing/public@4.0.1-alpha.9
 - @bloom-housing/ui-components@4.0.1-alpha.9

* fix: remove next dependency from ui-components (#2352)

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.10
 - @bloom-housing/partners@4.0.1-alpha.10
 - @bloom-housing/public@4.0.1-alpha.10
 - @bloom-housing/ui-components@4.0.1-alpha.10

* chore: port latest dev updates over for paper listing form

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.11
 - @bloom-housing/partners@4.0.1-alpha.11
 - @bloom-housing/public@4.0.1-alpha.11
 - @bloom-housing/ui-components@4.0.1-alpha.11

* Add public urls to jurisdiction (#2316)

* Add public urls to jurisdiction

* feat(backend): fix units-transformations.spec test

* feat(backend): fix changes in interface of the autogenerated client in sites/

* Fix code style issues with Prettier

* feat: adds detroit to migration for local/dev

* Fix code style issues with Prettier

* feat: updates to use publicUrl

* Fix code style issues with Prettier

* feat(backend): update add-public-url-to-jurisdiction migration

* fix(backend): jurisidctions e2e tests

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.9
 - @bloom-housing/shared-helpers@4.0.1-alpha.12
 - @bloom-housing/partners@4.0.1-alpha.12
 - @bloom-housing/public@4.0.1-alpha.12
 - @bloom-housing/ui-components@4.0.1-alpha.12

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.10
 - @bloom-housing/shared-helpers@4.0.1-alpha.13
 - @bloom-housing/partners@4.0.1-alpha.13
 - @bloom-housing/public@4.0.1-alpha.13
 - @bloom-housing/ui-components@4.0.1-alpha.13

* fix: move type declarations out of shared-helpers (#2356)

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.14
 - @bloom-housing/partners@4.0.1-alpha.14
 - @bloom-housing/public@4.0.1-alpha.14
 - @bloom-housing/ui-components@4.0.1-alpha.14

* chore(release): version

 - @bloom-housing/partners@4.0.1-alpha.15

* refactor: unifiies logic around listingid

* refactor: prevent local reseed with cypress tests (#2353)

* chore(release): version

 - @bloom-housing/public@4.0.1-alpha.15

* test: add partners cypress ci job

* chore: fixup config

* chore: fixup config 2

* chore: fixup config 3

* chore: fixup config 3

* chore: fixup config 4

* chore: change name to be unique

* fix: update naming

* fix: remove empty secrets

* fix: add in env variable defaults

* fix: add test id

* fix: use drag n drop

* fix: rename var

* fix: rename var2

* test: update config

* 1290/use dayjs instead of moment (#2338)

* Convert all use of Moment to Dayjs

* fix: more moment -> dayjs cleanup

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.11
 - @bloom-housing/shared-helpers@4.0.1-alpha.15
 - @bloom-housing/partners@4.0.1-alpha.16
 - @bloom-housing/public@4.0.1-alpha.16
 - @bloom-housing/ui-components@4.0.1-alpha.15

* test: fix for cypress tests

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.12
 - @bloom-housing/shared-helpers@4.0.1-alpha.16
 - @bloom-housing/partners@4.0.1-alpha.17
 - @bloom-housing/public@4.0.1-alpha.17
 - @bloom-housing/ui-components@4.0.1-alpha.16

* fix: listings group expandable section css updates (#2377)

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.17
 - @bloom-housing/partners@4.0.1-alpha.18
 - @bloom-housing/public@4.0.1-alpha.18
 - @bloom-housing/ui-components@4.0.1-alpha.17

* fix: ensure dayjs parsing strings will work as expected

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.18
 - @bloom-housing/partners@4.0.1-alpha.19
 - @bloom-housing/public@4.0.1-alpha.19
 - @bloom-housing/ui-components@4.0.1-alpha.18

* feat: adds event logging to most of the pages

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.19
 - @bloom-housing/partners@4.0.1-alpha.20
 - @bloom-housing/public@4.0.1-alpha.20
 - @bloom-housing/ui-components@4.0.1-alpha.19

* fix: open house events can now be edited and work cross-browser (#2320)

* fix: open house events can be edited and work cross-browser

* chore: refactor event dates handling to use dayjs

* fix: lm form refresh and getDetailFieldTime

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/partners@4.0.1-alpha.21

* 2165/rosefield preference updates (#2386)

* feat: rosefield preference updates

* feat: removes "no" from rosefield translations

* fix: removing translations

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.20
 - @bloom-housing/partners@4.0.1-alpha.22
 - @bloom-housing/public@4.0.1-alpha.21
 - @bloom-housing/ui-components@4.0.1-alpha.20

* fix: dates showing as invalid in send by mail section (#2362)

BREAKING CHANGE: remove applicationDueTime field and consolidated into applicationDueDate

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.13
 - @bloom-housing/shared-helpers@4.0.1-alpha.21
 - @bloom-housing/partners@4.0.1-alpha.23
 - @bloom-housing/public@4.0.1-alpha.22
 - @bloom-housing/ui-components@4.0.1-alpha.21

* fix: partners render issue (#2395)

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.14
 - @bloom-housing/shared-helpers@4.0.1-alpha.22
 - @bloom-housing/partners@4.0.1-alpha.24
 - @bloom-housing/public@4.0.1-alpha.23
 - @bloom-housing/ui-components@4.0.1-alpha.22

* fix: user status enum to camel case; gtm types

* fix: removes unnecessary ternary

* test: fix flaky cypress test

* fix: patches translations for preferences (#2410)

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.15
 - @bloom-housing/shared-helpers@4.0.1-alpha.23
 - @bloom-housing/partners@4.0.1-alpha.25
 - @bloom-housing/public@4.0.1-alpha.24
 - @bloom-housing/ui-components@4.0.1-alpha.23

* feat: listing card takes optional children (#2407)

* feat: listing card takes optional children

* fix: additional header

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.24
 - @bloom-housing/partners@4.0.1-alpha.26
 - @bloom-housing/public@4.0.1-alpha.25
 - @bloom-housing/ui-components@4.0.1-alpha.24

* feat: set gtm pageTitle to english only

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.25
 - @bloom-housing/partners@4.0.1-alpha.27
 - @bloom-housing/public@4.0.1-alpha.26

* test: fix partner listing tests

* test: adds back mailing address checks

* chore(release): version

 - @bloom-housing/partners@4.0.1-alpha.28

* fix: issues with public app and readds auto save

* fix: removing console logs

* chore(release): version

 - @bloom-housing/public@4.0.1-alpha.27

* fix: ami charts without all households (#2430)

* fix: ami charts without all households

* fix: merging filter and reduce together

Co-authored-by: Yazeed Loonat <yazeedloonat@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.16
 - @bloom-housing/shared-helpers@4.0.1-alpha.26
 - @bloom-housing/partners@4.0.1-alpha.29
 - @bloom-housing/public@4.0.1-alpha.28
 - @bloom-housing/ui-components@4.0.1-alpha.25

* chore: add translations for per month/year in hmi table (#2418)

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.27
 - @bloom-housing/partners@4.0.1-alpha.30
 - @bloom-housing/public@4.0.1-alpha.29
 - @bloom-housing/ui-components@4.0.1-alpha.26

* fix: Fix infinite page width (#2434)

Closes #2374

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.28
 - @bloom-housing/partners@4.0.1-alpha.31
 - @bloom-housing/public@4.0.1-alpha.30
 - @bloom-housing/ui-components@4.0.1-alpha.27

* refactor: Increase textarea limits (#2435)

Closes #2420

* chore(release): version

 - @bloom-housing/partners@4.0.1-alpha.32

* 2328/address verification (#2412)

* feat: verify applicant address via MapBox API

* feat: support various selection states for address

* chore: refactor address to break up large file

* test: update Cypress tests to check address validation

* test: update mock data with a real address

* test: update minimal application data as well

* test: add additional tests for address validation

* test: relocate bad addresses to separate integration test

* feat: improve the error state when invalid address

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.29
 - @bloom-housing/partners@4.0.1-alpha.33
 - @bloom-housing/public@4.0.1-alpha.31
 - @bloom-housing/ui-components@4.0.1-alpha.28

* revert: changes from fix: Fix infinite page width #2434

Co-authored-by: github.context.workflow <github-actions@github.com>
Co-authored-by: Michał Plebański <michalp@airnauts.com>
Co-authored-by: Jared White <jared@jaredwhite.com>
Co-authored-by: Yazeed Loonat <YazeedLoonat@gmail.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: dominikx96 <dominik@airnauts.com>
Co-authored-by: Emily Jablonski <65367387+emilyjablonski@users.noreply.github.com>
Co-authored-by: Gabe Benjamin <gabeb@google.com>
Co-authored-by: Andrea Egan <akegan@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrea Egan <andrea.egan@sfgov.org>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>

* build: sets node max-old-space-size (#2458)

* build: max-old-space-size

* build: update casbin version

* fix: await casbin enforcer

* build: adds Aptfile for heroku (#2460)

* refactor: param and auth updates for export (#2465)

* 2382/berkeley way customizations (#2436)

* chore(release): version

 - @bloom-housing/backend-core@4.0.1
 - @bloom-housing/shared-helpers@4.0.1
 - @bloom-housing/partners@4.0.1
 - @bloom-housing/public@4.0.1
 - @bloom-housing/ui-components@4.0.1

* fix: updates partner check for listing perm (#2484)

* feat: 2419/adding SMC preferences (#2482)

* feat: 2468/adding dublin preferences (#2483)

* chore(release): version

 - @bloom-housing/backend-core@4.0.2
 - @bloom-housing/shared-helpers@4.0.2
 - @bloom-housing/partners@4.0.2
 - @bloom-housing/public@4.0.2
 - @bloom-housing/ui-components@4.0.2

* fix: csv export auth check (#2488)

* chore: merge upstream master

* Fix code style issues with ESLint

* Fix code style issues with Prettier

* test: updates for tests to pass

* Fix code style issues with Prettier

* test: updates for ui-components

* build: updates for public and partners builds

* fix: issues with public

* fix: update to SiteHeader partner use

* test: fix user and ProgressNav tests

* Fix code style issues with Prettier

* test: temp skip activity monitor tests

* test: temp skip longer tests

* test: temp skip activity monitor tests

* fix: lint rule

Co-authored-by: Michał Plebański <michalp@airnauts.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: github.context.workflow <github-actions@github.com>
Co-authored-by: Dominik Barcikowski <dominik@airnauts.com>
Co-authored-by: Emily Jablonski <65367387+emilyjablonski@users.noreply.github.com>
Co-authored-by: Yazeed Loonat <YazeedLoonat@gmail.com>
Co-authored-by: Jared White <jared@whitefusion.studio>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: plunkettgoogle <66751489+plunkettgoogle@users.noreply.github.com>
Co-authored-by: Jared White <jared@jaredwhite.com>
Co-authored-by: Gabe Benjamin <GabeKEBenjamin@gmail.com>
Co-authored-by: Gabe Benjamin <gabeb@google.com>
Co-authored-by: Andrea Egan <akegan@users.noreply.github.com>
Co-authored-by: Andrea Egan <andrea.egan@sfgov.org>

* feat: updates listings view config (#983)

* feat: updates listings view config

* fix: lint and back jurisdiction join

* feat: adds view to listingsFetcher

* refactor: Remove required to publish labels

Closes #970

* feat: show building accessibility features on partners (v2) (#984)

* feat: show building accessibility features on the listing form detail page

* fix: mobile styling

* chore: update primary color in Tailwind override (#980)

* Remove listing fields

* feat(backend): update units summary model

* style: formatting

* feat: backend-swagger with unit summary updates

* feat(backend): remove Listing published required fields (#996)

* refactor: comment out mistyped scripts

* fix: fixup base view

* feat(backend): fix unit group model update tests

* feat: occupancy tables wip

* build: local db to bloom_detroit

* fix: add summary in seed

* refactor: rename unitssummary, add needed fields

* fix: rebase issues

* Fixes Partner Portal Users (#1009)

* fix: partner portal users

* style: remove console log

* feat: updates user list to filter by isPortalUser

* feat: adds hud and mshda 2021 ami charts (#1020)

* feat: adds hud and mshda 2021 ami charts

* fix: remove mixed content assets from seeds

* fix: adds Detroit jurisdiction by default for partners

* fix: fixes file name to include dto

* feat: hides/prevents partner publish (#1021)

* feat: hides/prevents partner publish

* fix: pr requests and user update

* fix: issues exposed by tests

* feat: occupancy table based on unit groups (#1023)

* feat: occupancy table based on unit groups

* test: add tests

* test: update strings

* refactor: remove SRO strings

* test: more test coverage

* fix: make range translated

* fix: pre-existing ListingView template issues

* fix: patch old unit summary table pieces

Co-authored-by: Sean Albert <smabert@gmail.com>

* feat: adding partner unit groups

* feat: adds programs to Detroit (#1022)

* feat: adds programs to Detroit

* feat: adds programs to public site

* style: removes comment

* feat: remove Community Type section from form and detail

* refactor: updates program titles

* feat: updates for program descriptions per Safiya

* feat: adding save functionality

* fix: updates for editing

* 987/import listings basic (#1019)

* feat(backend): add import listing basic

* chore: remove todo notes from scripts

* feat: adds programs to Detroit (#1022)

* feat: adds programs to Detroit

* feat: adds programs to public site

* style: removes comment

* feat: remove Community Type section from form and deta…
seanmalbert added a commit to CityOfDetroit/bloom that referenced this pull request Jun 16, 2022
* 2022-02-10 core (#982)

* fix: retnal assistance eror message

* Preferences cleanup (#1947)

* feat(backend): preferences cleanup

BREAKING CHANGE: Preferences are now M-N relation with a listing and have an intermediate table with ordinal number

* refactor(backend): preferences deduplication

So far each listing referenced it's own unique Preferences. This change introduces Many to Many
relationship between Preference and Listing entity and forces sharing Preferences between listings.

* feat(backend): extend preferences migration with moving existing relations to a new intermediate tab

* feat(backend): add Preference - Jurisdiction ManyToMany relation

* feat: adapt frontend to backend changes

* fix(backend): typeORM preferences select statement

* fix(backend): connect preferences with jurisdictions in seeds, fix pref filter validator

* fix(backend): fix missing import in preferences-filter-params.ts

* refactor: rebase issue

* feat: uptake jurisdictional preferences

* fix: fixup tests

* fix: application preferences ignore page, always separate

* Remove page from src/migration/1633359409242-add-listing-preferences-intermediate-relation.ts

* fix: preference fetching and ordering/pages

* Fix code style issues with Prettier

* fix(backend): query User__leasingAgentInListings__jurisdiction_User__leasingAgentIn specified more

* fix: perferences cypress tests

Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Sean Albert <smabert@gmail.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.13
 - @bloom-housing/partners@2.0.0-pre-tailwind.23
 - @bloom-housing/public@2.0.0-pre-tailwind.23
 - @bloom-housing/ui-components@2.0.0-alpha.23

* fix: updates household member count (#2112)

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.14
 - @bloom-housing/partners@2.0.0-pre-tailwind.24
 - @bloom-housing/public@2.0.0-pre-tailwind.24
 - @bloom-housing/ui-components@2.0.0-alpha.24

* fix: updates household member count

picked 3dee0f7d676ff42d546ecf83a17659cd69d7e1bc

* fix: reverts preferences to re-add as breaking/major bump

* fix: reverts preferences to re-add as breaking/major bump

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.15
 - @bloom-housing/partners@2.0.0-pre-tailwind.25
 - @bloom-housing/public@2.0.0-pre-tailwind.25
 - @bloom-housing/ui-components@2.0.0-alpha.25

* refactor: listing preferences and adds jurisdictional filtering

BREAKING CHANGE: updates preference relationship with listings

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.16
 - @bloom-housing/partners@2.0.0-pre-tailwind.26
 - @bloom-housing/public@2.0.0-pre-tailwind.26
 - @bloom-housing/ui-components@2.0.0-alpha.26

* chore(release): version

 - @bloom-housing/backend-core@2.0.0
 - @bloom-housing/shared-helpers@2.0.0
 - @bloom-housing/partners@2.0.0
 - @bloom-housing/public@2.0.0
 - @bloom-housing/ui-components@2.0.0

* fix: Updates lastName on application save

* docs: Update changelog

* Fix code style issues with Prettier

* chore(release): version

 - @bloom-housing/partners@2.0.1-alpha.0

* fix: a11y color contrast issues with tint on ImageCard component (#2074)

* chore(release): version

 - @bloom-housing/partners@2.0.1-alpha.1
 - @bloom-housing/public@2.0.1-alpha.0
 - @bloom-housing/ui-components@2.0.1-alpha.0

* feat: two new common app questions - Household Changes and Household Student (#2070)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.0
 - @bloom-housing/partners@2.0.1-alpha.2
 - @bloom-housing/public@2.0.1-alpha.1
 - @bloom-housing/ui-components@2.0.1-alpha.1

* fix: household member cypress test (#2113)

* chore(release): version

 - @bloom-housing/public@2.0.1-alpha.2

* fix: SiteHeader visual issues with long menu bars (#2068)

* feat: jurisdictional email signatures (#2111)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.1
 - @bloom-housing/partners@2.0.1-alpha.3
 - @bloom-housing/public@2.0.1-alpha.3
 - @bloom-housing/ui-components@2.0.1-alpha.2

* fix: don't send email confirmation on paper app submission (#2110)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.2
 - @bloom-housing/partners@2.0.1-alpha.4
 - @bloom-housing/public@2.0.1-alpha.4
 - @bloom-housing/ui-components@2.0.1-alpha.3

* 1838/ami chart jurisdictionalized (#2102)

* fix: jurisdictionalizes ami charts on partners

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.3
 - @bloom-housing/partners@2.0.1-alpha.5
 - @bloom-housing/public@2.0.1-alpha.5
 - @bloom-housing/ui-components@2.0.1-alpha.4

* feat: Updates application confirmation numbers (#2072)

* feat: Updates application confirmation numbers

* docs: Update changelog

* feat: adds confirmation number to csv export

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.4
 - @bloom-housing/partners@2.0.1-alpha.6
 - @bloom-housing/public@2.0.1-alpha.6
 - @bloom-housing/ui-components@2.0.1-alpha.5

* fix: updates lastName on application save

picked from aff87ec99ad2fbd4a1f9a6853157ea7770f85a56

* fix(backend): make it possible to filter portal users in /users endpoint (#2078)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.5
 - @bloom-housing/partners@2.0.1-alpha.7
 - @bloom-housing/public@2.0.1-alpha.7
 - @bloom-housing/ui-components@2.0.1-alpha.6

* Revert "refactor: listing preferences and adds jurisdictional filtering"

This reverts commit 9f661b43921ec939bd1bf5709c934ad6f56dd859.

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.6
 - @bloom-housing/partners@2.0.1-alpha.8
 - @bloom-housing/public@2.0.1-alpha.8
 - @bloom-housing/ui-components@2.0.1-alpha.7

* hotfix: ensure Triton seed doesn't error out

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.7
 - @bloom-housing/partners@2.0.1-alpha.9
 - @bloom-housing/public@2.0.1-alpha.9
 - @bloom-housing/ui-components@2.0.1-alpha.8

* chore(release): version

 - @bloom-housing/backend-core@3.0.0
 - @bloom-housing/shared-helpers@3.0.0
 - @bloom-housing/partners@3.0.0
 - @bloom-housing/public@3.0.0
 - @bloom-housing/ui-components@3.0.0

* 1837/preferences cleanup 3 (#2144)

* feat(backend): preferences cleanup

BREAKING CHANGE: Preferences are now M-N relation with a listing and have an intermediate table with ordinal number

* refactor(backend): preferences deduplication

So far each listing referenced it's own unique Preferences. This change introduces Many to Many
relationship between Preference and Listing entity and forces sharing Preferences between listings.

* feat(backend): extend preferences migration with moving existing relations to a new intermediate tab

* feat(backend): add Preference - Jurisdiction ManyToMany relation

* feat: adapt frontend to backend changes

* fix(backend): typeORM preferences select statement

* fix(backend): connect preferences with jurisdictions in seeds, fix pref filter validator

* fix(backend): fix missing import in preferences-filter-params.ts

* refactor: rebase issue

* feat: uptake jurisdictional preferences

* fix: fixup tests

* fix: application preferences ignore page, always separate

* Remove page from src/migration/1633359409242-add-listing-preferences-intermediate-relation.ts

* fix: preference fetching and ordering/pages

* Fix code style issues with Prettier

* fix(backend): query User__leasingAgentInListings__jurisdiction_User__leasingAgentIn specified more

* fix: perferences cypress tests

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.0
 - @bloom-housing/partners@3.0.1-alpha.0
 - @bloom-housing/public@3.0.1-alpha.0
 - @bloom-housing/ui-components@3.0.1-alpha.0

* feat(backend): extend UserUpdateDto to support email change with confirmation (#2120)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.1
 - @bloom-housing/partners@3.0.1-alpha.1
 - @bloom-housing/public@3.0.1-alpha.1
 - @bloom-housing/ui-components@3.0.1-alpha.1

* 2056/user account edit fix (#2073)

* fix: Replaces service to use newly created

* fix: Fix DOB initial values

* feat(backend): extend UserUpdateDto to support email change with confirmation

* fix: Update email form to use a new service

* fix: updates email change language

* Fix code style issues with Prettier

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.2
 - @bloom-housing/partners@3.0.1-alpha.2
 - @bloom-housing/public@3.0.1-alpha.2
 - @bloom-housing/ui-components@3.0.1-alpha.2

* feat: add Programs section to listings management (#2093)

* feat: add Programs section to listings management

* fix: sorting on detail page

* fix: merge issues

* feat: make program fetching jurisdictional

* fix: replace preference with program

* fix: program delete removes jurisdiction

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.3
 - @bloom-housing/partners@3.0.1-alpha.3
 - @bloom-housing/public@3.0.1-alpha.3
 - @bloom-housing/ui-components@3.0.1-alpha.3

* 2085/adds top level catchAll exception filter (#2132)

* fix: adds top level catchAll error filter

* fix: removing now unused exception filter

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.4
 - @bloom-housing/partners@3.0.1-alpha.4
 - @bloom-housing/public@3.0.1-alpha.4
 - @bloom-housing/ui-components@3.0.1-alpha.4

* feat: Change unit number field type to text (#2136)

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.5

* chore(deps): bump electron from 13.1.7 to 13.3.0 (#2137)

Bumps [electron](https://github.com/electron/electron) from 13.1.7 to 13.3.0.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](https://github.com/electron/electron/compare/v13.1.7...v13.3.0)

---
updated-dependencies:
- dependency-name: electron
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump axios from 0.21.1 to 0.21.2 (#2138)

Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.2.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.21.1...v0.21.2)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat(backend): improve application flagged set saving efficiency (#2147)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.5
 - @bloom-housing/partners@3.0.1-alpha.6
 - @bloom-housing/public@3.0.1-alpha.5
 - @bloom-housing/ui-components@3.0.1-alpha.5

* 1655/invite user edit (#1982)

* feat: Update title to be also a react node

* feat: Update translations

* feat: Create reusable form to add and edit users

* feat: Add delete function

* feat(backend): Add ON UPDATE SET NULL to application-user relation

* fix: Fix type

* Fix code style issues with Prettier

* fix(jurisdictionResolverService): updates to return undefined if no jurisdictionName

* feat: Update drawer state name

* feat: Add missing translations

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.6
 - @bloom-housing/partners@3.0.1-alpha.7
 - @bloom-housing/public@3.0.1-alpha.6
 - @bloom-housing/ui-components@3.0.1-alpha.6

* Add a phone number column to the user_accounts table (#2134)

* Merge pull request #710 from CityOfDetroit/feature/add-phonenumber-to-user-entity

Add phone number to user accounts.

* Merge pull request #728 from CityOfDetroit/fix/modify-phone-number-test

Fix user E2E tests.

* Merge pull request #728 from CityOfDetroit/fix/modify-phone-number-test

Fix user E2E tests.

* fix: add validation groups to phoneNumber

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.7
 - @bloom-housing/partners@3.0.1-alpha.8
 - @bloom-housing/public@3.0.1-alpha.7
 - @bloom-housing/ui-components@3.0.1-alpha.7

* refactor: make backend a peer dependency in ui-components (#2146)

* refactor: make backend a peer dependency in ui-components

* fix: fix flaky test

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.0
 - @bloom-housing/partners@3.0.1-alpha.9
 - @bloom-housing/public@3.0.1-alpha.8
 - @bloom-housing/ui-components@3.0.1-alpha.8

* fix: updates address order (#2151)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.8
 - @bloom-housing/shared-helpers@3.0.1-alpha.1
 - @bloom-housing/partners@3.0.1-alpha.10
 - @bloom-housing/public@3.0.1-alpha.9

* feat(backend): add nginx proxy-cache configuration (#2119)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.9
 - @bloom-housing/shared-helpers@3.0.1-alpha.2
 - @bloom-housing/partners@3.0.1-alpha.11
 - @bloom-housing/public@3.0.1-alpha.10

* Release 11 11 21 (#2162)

* fix: fix: adding unit tests to the unit type

picked from dev 1f8d7094e508337131d3033476cd70c2befaecd0

* fix: fix: a11y color contrast issues with tint on ImageCard component

picked from dev 505929149ee1485b9fc59402a9e14ead6de5dfc4

* feat: feat: two new common app questions - Household Changes and Household Student

picked from dev 42a752ec073c0f5b65374c7a68da1e34b0b1c949

* fix: fix: SiteHeader visual issues with long menu bars

picked from dev fd6686e206b4e53ae8b6ab757ad0506eaead0d01

* feat: feat: jurisdictional email signatures

picked from dev 7a146ffb5de88cfa2950e2a469a99e38d71b33c8

* fix: fix: don't send email confirmation on paper app submission

picked from dev 7f83b70327049245ecfba04ae3aea4e967929b2a

* feat: feat: Updates application confirmation numbers

picked from dev 75cd67bcb62280936bdeeaee8c9b7b2583a1339d

* fix: fix(backend): make it possible to filter portal users in /users endpoint

picked from dev 29bf714d28755916ec8ec896366c8c32c3a227c4

* feat: feat(backend): add languages (Language[]) to Jurisdiction entity

picked from dev 9ceed24d48b14888e6ea59b421b409f875d12b01

* fix: feat(backend): try fixing SETEX redis e2e tests flakiness

picked from dev 4087c532ddba672a415a048f4362e509aba7fd7f

* feat: feat(backend): Add user delete endpoint

picked from dev a13f73574b470beff2f8948abb226a6786856480

* fix: fix: improved UX for the Building Selection Criteria drawer

picked from dev 4bd8b09456b54584c3731bcca64019dc231d0c55

* feat: feat(backend): add Program entity

picked from dev 492ec4d333cf9b73af772a1aceed29813f405ba0

* refactor: breaking: 1837/preferences cleanup

picked from dev 3ce6d5eb5aac49431ec5bf4912dbfcbe9077d84e

BREAKING CHANGE: preferences model and relationships changed

* feat: feat(backend): extend UserUpdateDto to support email change

picked from dev 3e1fdbd0ea91d4773973d5c485a5ba61303db90a

* fix: 2056/user account edit fix

picked from dev a15618c0cb548ff5b2ae913b802c9e08bb673f30

* refactor: 2085/adds top level catchAll exception filter

picked from dev aeaa63d1af1fa3d11671e169cb3bd23d356fface

* feat: feat: Change unit number field type to text

picked from dev f54be7c7ba6aac8e00fee610dc86584b60cc212d

* feat(backend): improve application flagged set saving efficiency

* fix: fix: updates address order

picked from dev 252e014dcbd2e4c305384ed552135f5a8e4e4767

* fix: sets programs to optoinal and updates versions

* chore: chore(deps): bump electron from 13.1.7 to 13.3.0

* chore: chore(deps): bump axios from 0.21.1 to 0.21.2

* fix: adds programs service

* fix: fix lisitng e2e tests

* fix: fix member tests

* fix: fixes program, preference, ami-chart de-dupe (#2169)

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.12

* fix: adds jurisdictionId to useSWR path

* fix: recalculate units available on listing update (#2150)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.10
 - @bloom-housing/shared-helpers@3.0.1-alpha.3
 - @bloom-housing/partners@3.0.1-alpha.13
 - @bloom-housing/public@3.0.1-alpha.11

* fix: recalculate units available on listing update

picked form dev f1a3dbce6478b16542ed61ab20de5dfb9b797262

* feat: feat(backend): make use of new application confirmation codes

picked from dev 3c45c2904818200eed4568931d4cc352fd2f449e

* Revert "chore(deps): bump axios from 0.21.1 to 0.21.2 (#2138)"

This reverts commit 7711604323ae2f6a1782a35f7a26176f215f6c00.

* revert: revert "chore(deps): bump axios from 0.21.1 to 0.21.2

picked from dev 2b83bc0393afc42eed542e326d5ef75502ce119c

* refactor: remove applicationAddress (#2009)

* refactor: remove applicationAddress

* docs: readme update

* test: fix backend test

* fix: db migration

* Fix code style issues with Prettier

* test(backend): fix SETEX impossible to process

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.11
 - @bloom-housing/shared-helpers@3.0.1-alpha.4
 - @bloom-housing/partners@3.0.1-alpha.14
 - @bloom-housing/public@3.0.1-alpha.12
 - @bloom-housing/ui-components@3.0.1-alpha.9

* feat: refactor and add public site application flow cypress tests (#2118)

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.15
 - @bloom-housing/public@3.0.1-alpha.13
 - @bloom-housing/ui-components@3.0.1-alpha.10

* fix: sapp submission w/ no due date

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.12
 - @bloom-housing/shared-helpers@3.0.1-alpha.5
 - @bloom-housing/partners@3.0.1-alpha.16
 - @bloom-housing/public@3.0.1-alpha.14

* Revert "feat(backend): add nginx proxy-cache configuration (#2119)"

This reverts commit 34d32e75ceae378a26c57f4c9b7feec8c88339e0.

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.13
 - @bloom-housing/shared-helpers@3.0.1-alpha.6
 - @bloom-housing/partners@3.0.1-alpha.17
 - @bloom-housing/public@3.0.1-alpha.15

* fix: app submission w/ no due date

picked from dev 4af1f5a8448f16d347b4a65ecb85fda4d6ed71fc

* 1975/better seed data for ami-charts (#2156)

* fix: better seed data for ami-charts

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.14
 - @bloom-housing/shared-helpers@3.0.1-alpha.7
 - @bloom-housing/partners@3.0.1-alpha.18
 - @bloom-housing/public@3.0.1-alpha.16

* 2154/avance prefs (#2177)

* feat: new preferences

* feat: preference updates

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.15
 - @bloom-housing/shared-helpers@3.0.1-alpha.8
 - @bloom-housing/partners@3.0.1-alpha.19
 - @bloom-housing/public@3.0.1-alpha.17
 - @bloom-housing/ui-components@3.0.1-alpha.11

* 2154/avance prefs (#2178)

* feat: new preferences

* feat: preference updates

* Fix code style issues with Prettier

* feat: preference options bottom border

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.18

* 2154/avance prefs III (#2179)

* feat: new preferences

* feat: preference updates

* Fix code style issues with Prettier

* feat: preference options bottom border

* feat: liveWorkLivermore preference

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.20
 - @bloom-housing/public@3.0.1-alpha.19
 - @bloom-housing/ui-components@3.0.1-alpha.12

* 1988/adds listing management cypress tests to partner portal (#2103)

* test: adds listing management tests

* test: minor tweaks

* test: big updates for LM cypress tests

* test: fixes selectors

* feat: adding partner cypress tests to pr workflow

* fix: undoing

* chore: adds latest bloom-housing packages to partners

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.21
 - @bloom-housing/public@3.0.1-alpha.20
 - @bloom-housing/ui-components@3.0.1-alpha.13

* feat: adds new preferences, reserved community type

* feat: adds bottom border to preferences

* feat: updates preference string

* fix: preference cleanup for avance

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.22
 - @bloom-housing/public@3.0.1-alpha.21
 - @bloom-housing/ui-components@3.0.1-alpha.14

* fix: preference cleanup for avance

* 1975/one month rent (#2158)

* feat: add depoist helper text

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.16
 - @bloom-housing/shared-helpers@3.0.1-alpha.9
 - @bloom-housing/partners@3.0.1-alpha.23
 - @bloom-housing/public@3.0.1-alpha.22
 - @bloom-housing/ui-components@3.0.1-alpha.15

* fix(backend): fix view.spec.ts test (#2175)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.17
 - @bloom-housing/shared-helpers@3.0.1-alpha.10
 - @bloom-housing/partners@3.0.1-alpha.24
 - @bloom-housing/public@3.0.1-alpha.23

* refactor: removes jsonpath (#2206)

* refactor: removes jsonpath

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.18
 - @bloom-housing/shared-helpers@3.0.1-alpha.11
 - @bloom-housing/partners@3.0.1-alpha.25
 - @bloom-housing/public@3.0.1-alpha.24

* 1869/application program display (#2114)

* feat: add programs step to application forms

* test: add Cypress tests for the programs step

* feat: rework the Programs page and enhance seeds

* chore: fix programs Cypress test

* fix: fixup cypress tests

* fix: update mock data

* fix: fixup mock data pt 2

* fix: type issues

* fix: bugs and simplify program data processing

Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.19
 - @bloom-housing/shared-helpers@3.0.1-alpha.12
 - @bloom-housing/partners@3.0.1-alpha.26
 - @bloom-housing/public@3.0.1-alpha.25
 - @bloom-housing/ui-components@3.0.1-alpha.16

* feat: adds jurisdictions to pref seeds (#2199)

* feat: adds jurisdictions to pref seeds

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.20
 - @bloom-housing/shared-helpers@3.0.1-alpha.13
 - @bloom-housing/partners@3.0.1-alpha.27
 - @bloom-housing/public@3.0.1-alpha.26

* 1901/application program partners (#2182)

* feat: add programs step to application forms

* test: add Cypress tests for the programs step

* feat: rework the Programs page and enhance seeds

* chore: fix programs Cypress test

* feat: add programs step to application forms

* test: add Cypress tests for the programs step

* feat: rework the Programs page and enhance seeds

* chore: fix programs Cypress test

* fix: fixup cypress tests

* fix: update mock data

* fix: fixup mock data pt 2

* fix: type issues

* feat: Create programs mapper

Closes #1901

* feat: Add programs section

Closes #1901

* feat: Create details section for programs

Closes #1901

* feat: Update translations

Closes #1901

* refactor: Remove console log

Closes #1901

* refactor: Simpify code

Closes #1901

* chore: remove console log

* fix: mapProgramToApi return

Co-authored-by: Jared White <jared@jaredwhite.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.21
 - @bloom-housing/shared-helpers@3.0.1-alpha.14
 - @bloom-housing/partners@3.0.1-alpha.28
 - @bloom-housing/public@3.0.1-alpha.27
 - @bloom-housing/ui-components@3.0.1-alpha.17

* test: update program test

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.28

* feat: new demographics sub-race questions (#2109)

* feat: new demographics sub-race questions

* fix: update migration to keep data

* feat: other text boxes

* feat: wip other labels

* feat: can edit demo in partners

* fix: cleanup

* feat: csv formatting

* fix: type issue

* feat: remove gender and sexual orientation

* fix: add test id

* fix: more test ids

* fix: select by checkboxes

* fix: dont use select

* fix: data

* fix: add tests, fixup other option

* Fix code style issues with Prettier

* fix: remove unneeded dependencies

* test: add additional test

* Fix code style issues with Prettier

* test: change test id attribute

* chore: cleanup formatApplicationData imports

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.22
 - @bloom-housing/shared-helpers@3.0.1-alpha.15
 - @bloom-housing/partners@3.0.1-alpha.29
 - @bloom-housing/public@3.0.1-alpha.29
 - @bloom-housing/ui-components@3.0.1-alpha.18

* feat: updates email confirmation for lottery (#2200)

* feat: updates email confirmation for lottery

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.23
 - @bloom-housing/shared-helpers@3.0.1-alpha.16
 - @bloom-housing/partners@3.0.1-alpha.30
 - @bloom-housing/public@3.0.1-alpha.30

* fix: add ariaHidden to Icon component

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.17
 - @bloom-housing/partners@3.0.1-alpha.31
 - @bloom-housing/public@3.0.1-alpha.31
 - @bloom-housing/ui-components@3.0.1-alpha.19

* fix: add ariaLabel prop to Button component

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.18
 - @bloom-housing/partners@3.0.1-alpha.32
 - @bloom-housing/public@3.0.1-alpha.32
 - @bloom-housing/ui-components@3.0.1-alpha.20

* fix: change the yes/no radio text to be more descriptive (#2208)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.19
 - @bloom-housing/partners@3.0.1-alpha.33
 - @bloom-housing/public@3.0.1-alpha.33
 - @bloom-housing/ui-components@3.0.1-alpha.21

* fix: remove alameda reference in demographics (#2209)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.20
 - @bloom-housing/partners@3.0.1-alpha.34
 - @bloom-housing/public@3.0.1-alpha.34
 - @bloom-housing/ui-components@3.0.1-alpha.22

* refactor: remove applicationAddress

picked from dev bf10632a62bf2f14922948c046ea3352ed010f4f

* feat: refactor and add public site application flow cypress tests

picked from dev 9ec0e8d05f9570773110754e7fdaf49254d1eab8

* feat: better seed data for ami-charts

picked from dev d8b1d4d185731a589c563a32bd592d01537785f3

* feat: adds listing management cypress tests to partner portal

* fix: listings management keep empty strings, remove empty objects

picked from dev c4b1e833ec128f457015ac7ffa421ee6047083d9

* feat: one month rent

picked from dev 883b0d53030e1c4d54f2f75bd5e188bb1d255f64

* test: view.spec.ts test

picked from dev 324446c90138d8fac50aba445f515009b5a58bfb

* refactor: removes jsonpath

picked from dev deb39acc005607ce3076942b1f49590d08afc10c

* feat: adds jurisdictions to pref seeds

picked from dev 9e47cec3b1acfe769207ccbb33c07019cd742e33

* feat: new demographics sub-race questions

picked from dev 9ab892694c1ad2fa8890b411b3b32af68ade1fc3

* feat: updates email confirmation for lottery

picked from dev 1a5e824c96d8e23674c32ea92688b9f7255528d3

* fix: add ariaHidden to Icon component

picked from dev c7bb86aec6fd5ad386c7ca50087d0113b14503be

* fix: add ariaLabel prop to Button component

picked from dev 509ddc898ba44c05e26f8ed8c777f1ba456eeee5

* fix: change the yes/no radio text to be more descriptive

picked from dev 0c46054574535523d6f217bb0677bbe732b8945f

* fix: remove alameda reference in demographics

picked from dev 7d5991cbf6dbe0b61f2b14d265e87ce3687f743d

* chore: release version

picked from dev fe82f25dc349877d974ae62d228fea0354978fb7

* feat: ami chart jurisdictionalized

picked from dev 0a5cbc88a9d9e3c2ff716fe0f44ca6c48f5dcc50

* refactor: make backend a peer dependency in ui-components

picked from dev 952aaa14a77e0960312ff0eeee51399d1d6af9f3

* feat: add a phone number column to the user_accounts table

picked from dev 2647df9ab9888a525cc8a164d091dda6482c502a

* chore: removes application program partners

* chore: removes application program display

* Revert "chore: removes application program display"

This reverts commit 14825b4a6c9cd1a7235e32074e32af18a71b5c26.

* Revert "chore: removes application program partners"

This reverts commit d7aa38c777972a2e21d9f816441caa27f98d3f86.

* chore: yarn.lock and backend-swagger

* fix: removes Duplicate identifier fieldGroupObjectToArray

* feat: skip preferences if not on listing

* chore(release): version

* fix: cannot save custom mailing, dropoff, or pickup address

* chore(release): version

* chore: converge on one axios version, remove peer dependency

* chore(release): version

* feat: simplify Waitlist component and use more flexible schema

* chore(release): version

* fix: lottery results uploads now save

* chore(release): version

* feat: add SRO unit type

* chore(release): version

* fix: paper application submission

* chore(release): version

* fix: choose-language context

* chore(release): version

* fix: applications/view hide prefs

* chore(release): version

* feat: overrides fallback to english, tagalog support

* chore(release): version

* fix: account translations

* chore(release): version

* fix: units with invalid ami chart

* chore(release): version

* fix: remove description for the partners programs

* fix: fix modal styles on mobile

* fix: visual improvement to programs form display

* fix: submission tests not running

* chore: translations (#2293)

* chore: translations (#2295)

* chore: missing translations (#2296)

* fix: prefUnits on autofill summary (#2294)

* chore: move Programs step to come after Students (#2277)

* feat: adds whatToExpect to GTrans

* chore: missing translations (#2299)

* fix: 2259/fixes idle timeout not resetting properly (#2292)

* chore(release): version

* fix: demographics howDidYouHear options (2305)

* chore(release): version

* fix: mobile notice text wrap issue (#2308)

* feat: postmark date time fields partners (#2239)

* fix: versioning issues (#2311)

* chore(release): version

* chore(backend): move libs/ to shared/utils, clean up modules (#2230)

* feat(backend): all programs to csv export (#2302)

* chore(release): version

* feat: filter partner users

* chore(release): version

* feat: adds updating open listing modal (#2288)

* fix: closed listings allowed apps (#2317)

* feat: 2165/rosefield preference updates (#2386)

* chore(release): version

* Revert "chore(release): version"

This reverts commit 7c414ca7f8c5709e4ff19b94e3fb1089bdc45e97.

* chore(release): version

 - @bloom-housing/backend-core@3.0.1
 - @bloom-housing/shared-helpers@3.0.1
 - @bloom-housing/partners@3.0.1
 - @bloom-housing/public@3.0.1
 - @bloom-housing/ui-components@3.0.1

* feat(backend): add storing listing translations (#2215)

* feat: adds whatToExpect to GTrans (#2303)

* fix: patch issue with submit application section

* fix: patches translations for preferences (#2410)

* fix: issues with public app and readds auto save (2428)

* fix: ami charts without all households (#2430)

* fix: load blank application

* 2022-01-27 release (#2439)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.23
 - @bloom-housing/partners@3.0.1-alpha.37
 - @bloom-housing/public@3.0.1-alpha.38
 - @bloom-housing/ui-components@3.0.1-alpha.24

* fix(backend): nginx with heroku configuration (#2196)

* fix(backend): nginx with heroku configuration

* feat(backend): nginx make hostname and port variable

* feat: nginx proxy updates

* feat(backend): modify proxy_pass and Host header settings

Co-authored-by: seanmalbert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.26
 - @bloom-housing/shared-helpers@3.0.1-alpha.24
 - @bloom-housing/partners@3.0.1-alpha.38
 - @bloom-housing/public@3.0.1-alpha.39
 - @bloom-housing/ui-components@3.0.1-alpha.25

* fix: fetchBaseListingData (#2238)

* fix: fetchBaseListingData

* fix: fetchBaseListingData

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.40

* fix: lottery results uploads now save (#2226)

* fix: lottery results uploads now save

* fix: switch to partial typing

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.39

* feat: getStaticPaths fallback blocking test

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.41

* chore: add temp logs for testing id/slug

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.42

* chore(backend): move libs/ to shared/utils, clean up modules (#2230)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.27
 - @bloom-housing/shared-helpers@3.0.1-alpha.25
 - @bloom-housing/partners@3.0.1-alpha.40
 - @bloom-housing/public@3.0.1-alpha.43
 - @bloom-housing/ui-components@3.0.1-alpha.26

* chore: add SRO unit type (#2243)

* chore: add SRO unit type to DB / translations

* chore: additional string changes to SRO

* test(backend): add SRO to unit types test

* feat: SRO unit type additions

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.28
 - @bloom-housing/shared-helpers@3.0.1-alpha.26
 - @bloom-housing/partners@3.0.1-alpha.41
 - @bloom-housing/public@3.0.1-alpha.44
 - @bloom-housing/ui-components@3.0.1-alpha.27

* 2140/fix paper application submission (#2195)

* fix: fix paper application submission

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.42

* Fix code style issues with Prettier

* test: adds cypress test coverage

* fix: updates per sean

* fix: one more update

* test: fix partners unit tests

* fix: choose-language context

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.45

* fix: applications drop off address

* fix: applications/view hide prefs

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.46

* feat(backend): add storing listing translations (#2215)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.29
 - @bloom-housing/shared-helpers@3.0.1-alpha.27
 - @bloom-housing/partners@3.0.1-alpha.43
 - @bloom-housing/public@3.0.1-alpha.47
 - @bloom-housing/ui-components@3.0.1-alpha.28

* fix(backend): make nginx proxy use Language HTTP header in cache key (#2266)

* 2098/fix partner applications grid display (#2188)

* fix: partner applications grid display

* Fix code style issues with Prettier

* test: fix tests

* Fix code style issues with Prettier

* fix: updates to using views

* tests: add application grid test

* fix: updates per sean

* fix: one more update

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.30
 - @bloom-housing/shared-helpers@3.0.1-alpha.28
 - @bloom-housing/partners@3.0.1-alpha.44
 - @bloom-housing/public@3.0.1-alpha.48
 - @bloom-housing/ui-components@3.0.1-alpha.29

* fix: fixes some issues with the deployment

* Revert/2188 (#2270)

* fix: fixes some issues with the deployment

* revert: partner applications grid display

* fix: view.spec

Co-authored-by: Yazeed Loonat <yazeedloonat@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.31
 - @bloom-housing/shared-helpers@3.0.1-alpha.29
 - @bloom-housing/partners@3.0.1-alpha.45
 - @bloom-housing/public@3.0.1-alpha.49
 - @bloom-housing/ui-components@3.0.1-alpha.30

* 2098/fix partner applications grid display (#2188)

* fix: partner applications grid display

* Fix code style issues with Prettier

* test: fix tests

* Fix code style issues with Prettier

* fix: updates to using views

* tests: add application grid test

* fix: updates per sean

* fix: one more update

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* feat(backend): add listings closing routine (#2213)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.32
 - @bloom-housing/shared-helpers@3.0.1-alpha.30
 - @bloom-housing/partners@3.0.1-alpha.46
 - @bloom-housing/public@3.0.1-alpha.50
 - @bloom-housing/ui-components@3.0.1-alpha.31

* feat(backend): add user password expiration

* fix: Remove description for the partners programs (#2234)

Closes #1901

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.47

* 2227/lock login attempts frontend (#2260)

* feat: Add new translations

Closes #1927

* refactor: Make title as optional

Closes #1927

* feat: Update login alert text

Closes #1927

* fix: Use translation, instead of hardcoded text

Closes #1927

* feat: Add translation

Closes #1927

* feat: Update type name

Closes #1927

* feat: Add new alerts

Closes #1927

* fix: Fix translation

Closes #1927

* fix(AlertBox.tsx): Fix close icon placement

Closes #1927

* feat: Create helper to catch network errors

Closes #1927

* feat: Add translations

Closes #1927

* feat: Create reusable sign-in form

Closes #1927

* refactor(sign-in page, public and partners): Update sign-in pages to use reusable form

BREAKING CHANGE: sign-in pages have been updated

Closes #1927

* Fix code style issues with Prettier

* fix: fixes tests and also issue with user grid

* fix: fixes linting error

* feat(backend): add appropriate http exception for password outdated login failure

* fix: Fix modal styles on mobile (#2280)

Closes #2253

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.31
 - @bloom-housing/partners@3.0.1-alpha.48
 - @bloom-housing/public@3.0.1-alpha.51
 - @bloom-housing/ui-components@3.0.1-alpha.32

* fix: visual improvement to programs form display (#2276)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.52

* fix: submission tests not running (#2282)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.53

* feat: overrides fallback to english, tagalog support (#2262)

* chore: allow work-in strings to take jurisdiction name

* feat: add support for tagalog

* Fix code style issues with Prettier

* feat: tagalog language

* feat: translations precedence includes en overrides

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.33
 - @bloom-housing/shared-helpers@3.0.1-alpha.32
 - @bloom-housing/partners@3.0.1-alpha.49
 - @bloom-housing/public@3.0.1-alpha.54
 - @bloom-housing/ui-components@3.0.1-alpha.33

* fix: account translations (#2278)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.33
 - @bloom-housing/partners@3.0.1-alpha.50
 - @bloom-housing/public@3.0.1-alpha.55
 - @bloom-housing/ui-components@3.0.1-alpha.34

* test: fixes test issues

* fix: fix sortig on applications partner grid

* chore: translations (#2293)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.34
 - @bloom-housing/partners@3.0.1-alpha.51
 - @bloom-housing/public@3.0.1-alpha.56
 - @bloom-housing/ui-components@3.0.1-alpha.35

* chore: translations (#2295)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.35
 - @bloom-housing/partners@3.0.1-alpha.52
 - @bloom-housing/public@3.0.1-alpha.57
 - @bloom-housing/ui-components@3.0.1-alpha.36

* chore: missing translations (#2296)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.36
 - @bloom-housing/partners@3.0.1-alpha.53
 - @bloom-housing/public@3.0.1-alpha.58
 - @bloom-housing/ui-components@3.0.1-alpha.37

* fix: prefUnits on autofill summary (#2294)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.59

* chore: move Programs step to come after Students (#2277)

* chore: move Programs step to come after Students

* test: rearrange order of programs within Cypress tests

* test: remove problematic statement

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.60

* fix: units with invalid ami chart (#2290)

* fix: alunits with invalid ami chart

* perf: uniquePercentageChartSet map

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.34
 - @bloom-housing/shared-helpers@3.0.1-alpha.37
 - @bloom-housing/partners@3.0.1-alpha.54
 - @bloom-housing/public@3.0.1-alpha.61
 - @bloom-housing/ui-components@3.0.1-alpha.38

* chore: missing translations (#2299)

* chore: missing translations

* chore: remove logs

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.38
 - @bloom-housing/partners@3.0.1-alpha.55
 - @bloom-housing/public@3.0.1-alpha.62
 - @bloom-housing/ui-components@3.0.1-alpha.39

* 2259/fixes idle timeout not resetting properly (#2292)

* fix: fixes idle timeout not resetting properly

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.63

* feat: adds whatToExpect to GTrans (#2303)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.35
 - @bloom-housing/shared-helpers@3.0.1-alpha.39
 - @bloom-housing/partners@3.0.1-alpha.56
 - @bloom-housing/public@3.0.1-alpha.64
 - @bloom-housing/ui-components@3.0.1-alpha.40

* fix: demographics howDidYouHear options were not changing on language change (#2305)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.65

* Fix checkbox rtl style

* feat(backend): add password outdating only to users which are either admins or partners

* fix: fix hero button width with secondary button (#2306)

* fix: mobile notice text wrap issue (#2308)

* feat(backend): add activity logging to listings module (#2190)

* feat(backend): add activity logging to listings module

* feat(backend): add activity logging to applications and user controllers

* feat(backend): add metada column to activity log entity

* feat(backend): change activity log metadata column type

* feat(backend): remove applications related changes

* feat(backend): remove ListingActivityLogInterceptor

* 2040/postmark date time fields partners (#2239)

* feat: add postmark by date and time fields

* feat: fix display and preview page

* test: fix so the correct date displays

* Fix code style issues with Prettier

* fix: fixes per emily

* fix: updates per sean

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* fix: versioning issues (#2311)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.36
 - @bloom-housing/shared-helpers@3.0.1-alpha.41
 - @bloom-housing/partners@3.0.1-alpha.58
 - @bloom-housing/public@3.0.1-alpha.67
 - @bloom-housing/ui-components@3.0.1-alpha.42

* feat(backend): all programs to csv export (#2302)

* feat(backend): all programs to csv export

* chore: removes console log

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.37
 - @bloom-housing/shared-helpers@3.0.1-alpha.42
 - @bloom-housing/partners@3.0.1-alpha.59
 - @bloom-housing/public@3.0.1-alpha.68
 - @bloom-housing/ui-components@3.0.1-alpha.43

* feat(backend): add partnerTerms to jurisdiction entity (#2301)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.38
 - @bloom-housing/shared-helpers@3.0.1-alpha.43
 - @bloom-housing/partners@3.0.1-alpha.60
 - @bloom-housing/public@3.0.1-alpha.69
 - @bloom-housing/ui-components@3.0.1-alpha.44

* feat: removes ListingLangCacheInterceptor from get by id

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.39
 - @bloom-housing/shared-helpers@3.0.1-alpha.44
 - @bloom-housing/partners@3.0.1-alpha.61
 - @bloom-housing/public@3.0.1-alpha.70
 - @bloom-housing/ui-components@3.0.1-alpha.45

* fix: Update translation

Closes 1927

* fix: Update hardcoded translations

Closes #1927

* refactor: listing detail props (#2313)

* refactor: listing detail props

* fix: HouseholdSizeField FieldError

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.45
 - @bloom-housing/partners@3.0.1-alpha.62
 - @bloom-housing/public@3.0.1-alpha.71
 - @bloom-housing/ui-components@3.0.1-alpha.46

* chore(deps): bump next from 11.1.2 to 11.1.3 (#2289)

* feat(backend): refactor applications module (#2279)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.40
 - @bloom-housing/shared-helpers@3.0.1-alpha.46
 - @bloom-housing/partners@3.0.1-alpha.63
 - @bloom-housing/public@3.0.1-alpha.72
 - @bloom-housing/ui-components@3.0.1-alpha.47

* feat: filter partner users

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.64

* feat: password reset message

* fix: make mailThin background transparent

* fix: add mailThin icon to stories

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.47
 - @bloom-housing/partners@3.0.1-alpha.65
 - @bloom-housing/public@3.0.1-alpha.73
 - @bloom-housing/ui-components@3.0.1-alpha.48

* feat: adds updating open listing modal (#2288)

* feat: adds updating open listing modal

* fix: closed listings allowed apps (#2317)

* feat: updates for gtm

* feat: updates for gtm

* fix: removes more closed listing application paths (#2319)

* feat: make page header title optional

* feat(backend): remove activity log interceptor from update-password

* refactor: removing helpers from ui-components that are backend dependent (#2108)

BREAKING CHANGE: moved some helpers from ui-components to shared-helpers

* chore: bump versions (#2326)

* fix: make numbered list breakpoint match config

* chore: bump shared-helpers version

* fix: partners shared-helpers version

* chore: bump partners version

* chore: bump public version

* chore: bump version

* chore(release): version

 - @bloom-housing/backend-core@3.0.1
 - @bloom-housing/shared-helpers@4.0.0
 - @bloom-housing/partners@4.0.0
 - @bloom-housing/public@4.0.0
 - @bloom-housing/ui-components@4.0.0

* feat: add matched style to ApplicationStatus

* Fix code style issues with Prettier

* fix: make primary buttons primary background

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.0
 - @bloom-housing/shared-helpers@4.0.1-alpha.0
 - @bloom-housing/partners@4.0.1-alpha.0
 - @bloom-housing/public@4.0.1-alpha.0
 - @bloom-housing/ui-components@4.0.1-alpha.0

* chore: backend & ui-component gitHead

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.1
 - @bloom-housing/shared-helpers@4.0.1-alpha.1
 - @bloom-housing/partners@4.0.1-alpha.1
 - @bloom-housing/public@4.0.1-alpha.1
 - @bloom-housing/ui-components@4.0.1-alpha.1

* fix: propagate custom icon type to ImageCard prop

* Fix code style issues with Prettier

* fix: check for user lastLoginAt

* test: updates user login test

* fix: bump version (#2349)

* fix: bump version (#2350)

* fix: cypress coverage configs

* fix: force a release number if one exists (#2351)

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.6
 - @bloom-housing/shared-helpers@4.0.1-alpha.6
 - @bloom-housing/partners@4.0.1-alpha.6
 - @bloom-housing/public@4.0.1-alpha.6
 - @bloom-housing/ui-components@4.0.1-alpha.6

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.7
 - @bloom-housing/shared-helpers@4.0.1-alpha.7
 - @bloom-housing/partners@4.0.1-alpha.7
 - @bloom-housing/public@4.0.1-alpha.7
 - @bloom-housing/ui-components@4.0.1-alpha.7

* fix: apply action block style to button class not component (#2348)

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.8
 - @bloom-housing/partners@4.0.1-alpha.8
 - @bloom-housing/public@4.0.1-alpha.8
 - @bloom-housing/ui-components@4.0.1-alpha.8

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.8
 - @bloom-housing/shared-helpers@4.0.1-alpha.9
 - @bloom-housing/partners@4.0.1-alpha.9
 - @bloom-housing/public@4.0.1-alpha.9
 - @bloom-housing/ui-components@4.0.1-alpha.9

* fix: remove next dependency from ui-components (#2352)

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.10
 - @bloom-housing/partners@4.0.1-alpha.10
 - @bloom-housing/public@4.0.1-alpha.10
 - @bloom-housing/ui-components@4.0.1-alpha.10

* chore: port latest dev updates over for paper listing form

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.11
 - @bloom-housing/partners@4.0.1-alpha.11
 - @bloom-housing/public@4.0.1-alpha.11
 - @bloom-housing/ui-components@4.0.1-alpha.11

* Add public urls to jurisdiction (#2316)

* Add public urls to jurisdiction

* feat(backend): fix units-transformations.spec test

* feat(backend): fix changes in interface of the autogenerated client in sites/

* Fix code style issues with Prettier

* feat: adds detroit to migration for local/dev

* Fix code style issues with Prettier

* feat: updates to use publicUrl

* Fix code style issues with Prettier

* feat(backend): update add-public-url-to-jurisdiction migration

* fix(backend): jurisidctions e2e tests

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.9
 - @bloom-housing/shared-helpers@4.0.1-alpha.12
 - @bloom-housing/partners@4.0.1-alpha.12
 - @bloom-housing/public@4.0.1-alpha.12
 - @bloom-housing/ui-components@4.0.1-alpha.12

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.10
 - @bloom-housing/shared-helpers@4.0.1-alpha.13
 - @bloom-housing/partners@4.0.1-alpha.13
 - @bloom-housing/public@4.0.1-alpha.13
 - @bloom-housing/ui-components@4.0.1-alpha.13

* fix: move type declarations out of shared-helpers (#2356)

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.14
 - @bloom-housing/partners@4.0.1-alpha.14
 - @bloom-housing/public@4.0.1-alpha.14
 - @bloom-housing/ui-components@4.0.1-alpha.14

* chore(release): version

 - @bloom-housing/partners@4.0.1-alpha.15

* refactor: unifiies logic around listingid

* refactor: prevent local reseed with cypress tests (#2353)

* chore(release): version

 - @bloom-housing/public@4.0.1-alpha.15

* test: add partners cypress ci job

* chore: fixup config

* chore: fixup config 2

* chore: fixup config 3

* chore: fixup config 3

* chore: fixup config 4

* chore: change name to be unique

* fix: update naming

* fix: remove empty secrets

* fix: add in env variable defaults

* fix: add test id

* fix: use drag n drop

* fix: rename var

* fix: rename var2

* test: update config

* 1290/use dayjs instead of moment (#2338)

* Convert all use of Moment to Dayjs

* fix: more moment -> dayjs cleanup

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.11
 - @bloom-housing/shared-helpers@4.0.1-alpha.15
 - @bloom-housing/partners@4.0.1-alpha.16
 - @bloom-housing/public@4.0.1-alpha.16
 - @bloom-housing/ui-components@4.0.1-alpha.15

* test: fix for cypress tests

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.12
 - @bloom-housing/shared-helpers@4.0.1-alpha.16
 - @bloom-housing/partners@4.0.1-alpha.17
 - @bloom-housing/public@4.0.1-alpha.17
 - @bloom-housing/ui-components@4.0.1-alpha.16

* fix: listings group expandable section css updates (#2377)

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.17
 - @bloom-housing/partners@4.0.1-alpha.18
 - @bloom-housing/public@4.0.1-alpha.18
 - @bloom-housing/ui-components@4.0.1-alpha.17

* fix: ensure dayjs parsing strings will work as expected

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.18
 - @bloom-housing/partners@4.0.1-alpha.19
 - @bloom-housing/public@4.0.1-alpha.19
 - @bloom-housing/ui-components@4.0.1-alpha.18

* feat: adds event logging to most of the pages

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.19
 - @bloom-housing/partners@4.0.1-alpha.20
 - @bloom-housing/public@4.0.1-alpha.20
 - @bloom-housing/ui-components@4.0.1-alpha.19

* fix: open house events can now be edited and work cross-browser (#2320)

* fix: open house events can be edited and work cross-browser

* chore: refactor event dates handling to use dayjs

* fix: lm form refresh and getDetailFieldTime

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/partners@4.0.1-alpha.21

* 2165/rosefield preference updates (#2386)

* feat: rosefield preference updates

* feat: removes "no" from rosefield translations

* fix: removing translations

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.20
 - @bloom-housing/partners@4.0.1-alpha.22
 - @bloom-housing/public@4.0.1-alpha.21
 - @bloom-housing/ui-components@4.0.1-alpha.20

* fix: dates showing as invalid in send by mail section (#2362)

BREAKING CHANGE: remove applicationDueTime field and consolidated into applicationDueDate

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.13
 - @bloom-housing/shared-helpers@4.0.1-alpha.21
 - @bloom-housing/partners@4.0.1-alpha.23
 - @bloom-housing/public@4.0.1-alpha.22
 - @bloom-housing/ui-components@4.0.1-alpha.21

* fix: partners render issue (#2395)

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.14
 - @bloom-housing/shared-helpers@4.0.1-alpha.22
 - @bloom-housing/partners@4.0.1-alpha.24
 - @bloom-housing/public@4.0.1-alpha.23
 - @bloom-housing/ui-components@4.0.1-alpha.22

* fix: user status enum to camel case; gtm types

* fix: removes unnecessary ternary

* test: fix flaky cypress test

* fix: patches translations for preferences (#2410)

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.15
 - @bloom-housing/shared-helpers@4.0.1-alpha.23
 - @bloom-housing/partners@4.0.1-alpha.25
 - @bloom-housing/public@4.0.1-alpha.24
 - @bloom-housing/ui-components@4.0.1-alpha.23

* feat: listing card takes optional children (#2407)

* feat: listing card takes optional children

* fix: additional header

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.24
 - @bloom-housing/partners@4.0.1-alpha.26
 - @bloom-housing/public@4.0.1-alpha.25
 - @bloom-housing/ui-components@4.0.1-alpha.24

* feat: set gtm pageTitle to english only

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.25
 - @bloom-housing/partners@4.0.1-alpha.27
 - @bloom-housing/public@4.0.1-alpha.26

* test: fix partner listing tests

* test: adds back mailing address checks

* chore(release): version

 - @bloom-housing/partners@4.0.1-alpha.28

* fix: issues with public app and readds auto save

* fix: removing console logs

* chore(release): version

 - @bloom-housing/public@4.0.1-alpha.27

* fix: ami charts without all households (#2430)

* fix: ami charts without all households

* fix: merging filter and reduce together

Co-authored-by: Yazeed Loonat <yazeedloonat@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.16
 - @bloom-housing/shared-helpers@4.0.1-alpha.26
 - @bloom-housing/partners@4.0.1-alpha.29
 - @bloom-housing/public@4.0.1-alpha.28
 - @bloom-housing/ui-components@4.0.1-alpha.25

* chore: add translations for per month/year in hmi table (#2418)

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.27
 - @bloom-housing/partners@4.0.1-alpha.30
 - @bloom-housing/public@4.0.1-alpha.29
 - @bloom-housing/ui-components@4.0.1-alpha.26

* fix: Fix infinite page width (#2434)

Closes #2374

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.28
 - @bloom-housing/partners@4.0.1-alpha.31
 - @bloom-housing/public@4.0.1-alpha.30
 - @bloom-housing/ui-components@4.0.1-alpha.27

* refactor: Increase textarea limits (#2435)

Closes #2420

* chore(release): version

 - @bloom-housing/partners@4.0.1-alpha.32

* 2328/address verification (#2412)

* feat: verify applicant address via MapBox API

* feat: support various selection states for address

* chore: refactor address to break up large file

* test: update Cypress tests to check address validation

* test: update mock data with a real address

* test: update minimal application data as well

* test: add additional tests for address validation

* test: relocate bad addresses to separate integration test

* feat: improve the error state when invalid address

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.29
 - @bloom-housing/partners@4.0.1-alpha.33
 - @bloom-housing/public@4.0.1-alpha.31
 - @bloom-housing/ui-components@4.0.1-alpha.28

* revert: changes from fix: Fix infinite page width #2434

Co-authored-by: github.context.workflow <github-actions@github.com>
Co-authored-by: Michał Plebański <michalp@airnauts.com>
Co-authored-by: Jared White <jared@jaredwhite.com>
Co-authored-by: Yazeed Loonat <YazeedLoonat@gmail.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: dominikx96 <dominik@airnauts.com>
Co-authored-by: Emily Jablonski <65367387+emilyjablonski@users.noreply.github.com>
Co-authored-by: Gabe Benjamin <gabeb@google.com>
Co-authored-by: Andrea Egan <akegan@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrea Egan <andrea.egan@sfgov.org>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>

* build: sets node max-old-space-size (#2458)

* build: max-old-space-size

* build: update casbin version

* fix: await casbin enforcer

* build: adds Aptfile for heroku (#2460)

* refactor: param and auth updates for export (#2465)

* 2382/berkeley way customizations (#2436)

* chore(release): version

 - @bloom-housing/backend-core@4.0.1
 - @bloom-housing/shared-helpers@4.0.1
 - @bloom-housing/partners@4.0.1
 - @bloom-housing/public@4.0.1
 - @bloom-housing/ui-components@4.0.1

* fix: updates partner check for listing perm (#2484)

* feat: 2419/adding SMC preferences (#2482)

* feat: 2468/adding dublin preferences (#2483)

* chore(release): version

 - @bloom-housing/backend-core@4.0.2
 - @bloom-housing/shared-helpers@4.0.2
 - @bloom-housing/partners@4.0.2
 - @bloom-housing/public@4.0.2
 - @bloom-housing/ui-components@4.0.2

* fix: csv export auth check (#2488)

* chore: merge upstream master

* Fix code style issues with ESLint

* Fix code style issues with Prettier

* test: updates for tests to pass

* Fix code style issues with Prettier

* test: updates for ui-components

* build: updates for public and partners builds

* fix: issues with public

* fix: update to SiteHeader partner use

* test: fix user and ProgressNav tests

* Fix code style issues with Prettier

* test: temp skip activity monitor tests

* test: temp skip longer tests

* test: temp skip activity monitor tests

* fix: lint rule

Co-authored-by: Michał Plebański <michalp@airnauts.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: github.context.workflow <github-actions@github.com>
Co-authored-by: Dominik Barcikowski <dominik@airnauts.com>
Co-authored-by: Emily Jablonski <65367387+emilyjablonski@users.noreply.github.com>
Co-authored-by: Yazeed Loonat <YazeedLoonat@gmail.com>
Co-authored-by: Jared White <jared@whitefusion.studio>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: plunkettgoogle <66751489+plunkettgoogle@users.noreply.github.com>
Co-authored-by: Jared White <jared@jaredwhite.com>
Co-authored-by: Gabe Benjamin <GabeKEBenjamin@gmail.com>
Co-authored-by: Gabe Benjamin <gabeb@google.com>
Co-authored-by: Andrea Egan <akegan@users.noreply.github.com>
Co-authored-by: Andrea Egan <andrea.egan@sfgov.org>

* feat: updates listings view config (#983)

* feat: updates listings view config

* fix: lint and back jurisdiction join

* feat: adds view to listingsFetcher

* refactor: Remove required to publish labels

Closes #970

* feat: show building accessibility features on partners (v2) (#984)

* feat: show building accessibility features on the listing form detail page

* fix: mobile styling

* chore: update primary color in Tailwind override (#980)

* Remove listing fields

* feat(backend): update units summary model

* style: formatting

* feat: backend-swagger with unit summary updates

* feat(backend): remove Listing published required fields (#996)

* refactor: comment out mistyped scripts

* fix: fixup base view

* feat(backend): fix unit group model update tests

* feat: occupancy tables wip

* build: local db to bloom_detroit

* fix: add summary in seed

* refactor: rename unitssummary, add needed fields

* fix: rebase issues

* Fixes Partner Portal Users (#1009)

* fix: partner portal users

* style: remove console log

* feat: updates user list to filter by isPortalUser

* feat: adds hud and mshda 2021 ami charts (#1020)

* feat: adds hud and mshda 2021 ami charts

* fix: remove mixed content assets from seeds

* fix: adds Detroit jurisdiction by default for partners

* fix: fixes file name to include dto

* feat: hides/prevents partner publish (#1021)

* feat: hides/prevents partner publish

* fix: pr requests and user update

* fix: issues exposed by tests

* feat: occupancy table based on unit groups (#1023)

* feat: occupancy table based on unit groups

* test: add tests

* test: update strings

* refactor: remove SRO strings

* test: more test coverage

* fix: make range translated

* fix: pre-existing ListingView template issues

* fix: patch old unit summary table pieces

Co-authored-by: Sean Albert <smabert@gmail.com>

* feat: adding partner unit groups

* feat: adds programs to Detroit (#1022)

* feat: adds programs to Detroit

* feat: adds programs to public site

* style: removes comment

* feat: remove Community Type section from form and detail

* refactor: updates program titles

* feat: updates for program descriptions per Safiya

* feat: adding save functionality

* fix: updates for editing

* 987/import listings basic (#1019)

* feat(backend): add import listing basic

* chore: remove todo notes from scripts

* feat: adds programs to Detroit (#1022)

* feat: adds programs to Detroit

* feat: adds programs to public site

* style: removes comment

* feat: remove Community Type section from form and deta…
seanmalbert added a commit to CityOfDetroit/bloom that referenced this pull request Jun 23, 2022
* 2022-02-10 core (#982)

* fix: retnal assistance eror message

* Preferences cleanup (#1947)

* feat(backend): preferences cleanup

BREAKING CHANGE: Preferences are now M-N relation with a listing and have an intermediate table with ordinal number

* refactor(backend): preferences deduplication

So far each listing referenced it's own unique Preferences. This change introduces Many to Many
relationship between Preference and Listing entity and forces sharing Preferences between listings.

* feat(backend): extend preferences migration with moving existing relations to a new intermediate tab

* feat(backend): add Preference - Jurisdiction ManyToMany relation

* feat: adapt frontend to backend changes

* fix(backend): typeORM preferences select statement

* fix(backend): connect preferences with jurisdictions in seeds, fix pref filter validator

* fix(backend): fix missing import in preferences-filter-params.ts

* refactor: rebase issue

* feat: uptake jurisdictional preferences

* fix: fixup tests

* fix: application preferences ignore page, always separate

* Remove page from src/migration/1633359409242-add-listing-preferences-intermediate-relation.ts

* fix: preference fetching and ordering/pages

* Fix code style issues with Prettier

* fix(backend): query User__leasingAgentInListings__jurisdiction_User__leasingAgentIn specified more

* fix: perferences cypress tests

Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Sean Albert <smabert@gmail.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.13
 - @bloom-housing/partners@2.0.0-pre-tailwind.23
 - @bloom-housing/public@2.0.0-pre-tailwind.23
 - @bloom-housing/ui-components@2.0.0-alpha.23

* fix: updates household member count (#2112)

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.14
 - @bloom-housing/partners@2.0.0-pre-tailwind.24
 - @bloom-housing/public@2.0.0-pre-tailwind.24
 - @bloom-housing/ui-components@2.0.0-alpha.24

* fix: updates household member count

picked 5c4e03b240a5def6ca3f2616a1f2120e18c993b9

* fix: reverts preferences to re-add as breaking/major bump

* fix: reverts preferences to re-add as breaking/major bump

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.15
 - @bloom-housing/partners@2.0.0-pre-tailwind.25
 - @bloom-housing/public@2.0.0-pre-tailwind.25
 - @bloom-housing/ui-components@2.0.0-alpha.25

* refactor: listing preferences and adds jurisdictional filtering

BREAKING CHANGE: updates preference relationship with listings

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.16
 - @bloom-housing/partners@2.0.0-pre-tailwind.26
 - @bloom-housing/public@2.0.0-pre-tailwind.26
 - @bloom-housing/ui-components@2.0.0-alpha.26

* chore(release): version

 - @bloom-housing/backend-core@2.0.0
 - @bloom-housing/shared-helpers@2.0.0
 - @bloom-housing/partners@2.0.0
 - @bloom-housing/public@2.0.0
 - @bloom-housing/ui-components@2.0.0

* fix: Updates lastName on application save

* docs: Update changelog

* Fix code style issues with Prettier

* chore(release): version

 - @bloom-housing/partners@2.0.1-alpha.0

* fix: a11y color contrast issues with tint on ImageCard component (#2074)

* chore(release): version

 - @bloom-housing/partners@2.0.1-alpha.1
 - @bloom-housing/public@2.0.1-alpha.0
 - @bloom-housing/ui-components@2.0.1-alpha.0

* feat: two new common app questions - Household Changes and Household Student (#2070)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.0
 - @bloom-housing/partners@2.0.1-alpha.2
 - @bloom-housing/public@2.0.1-alpha.1
 - @bloom-housing/ui-components@2.0.1-alpha.1

* fix: household member cypress test (#2113)

* chore(release): version

 - @bloom-housing/public@2.0.1-alpha.2

* fix: SiteHeader visual issues with long menu bars (#2068)

* feat: jurisdictional email signatures (#2111)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.1
 - @bloom-housing/partners@2.0.1-alpha.3
 - @bloom-housing/public@2.0.1-alpha.3
 - @bloom-housing/ui-components@2.0.1-alpha.2

* fix: don't send email confirmation on paper app submission (#2110)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.2
 - @bloom-housing/partners@2.0.1-alpha.4
 - @bloom-housing/public@2.0.1-alpha.4
 - @bloom-housing/ui-components@2.0.1-alpha.3

* 1838/ami chart jurisdictionalized (#2102)

* fix: jurisdictionalizes ami charts on partners

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.3
 - @bloom-housing/partners@2.0.1-alpha.5
 - @bloom-housing/public@2.0.1-alpha.5
 - @bloom-housing/ui-components@2.0.1-alpha.4

* feat: Updates application confirmation numbers (#2072)

* feat: Updates application confirmation numbers

* docs: Update changelog

* feat: adds confirmation number to csv export

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.4
 - @bloom-housing/partners@2.0.1-alpha.6
 - @bloom-housing/public@2.0.1-alpha.6
 - @bloom-housing/ui-components@2.0.1-alpha.5

* fix: updates lastName on application save

picked from 4d13e0049df5661360ed42b9c47b390df36f81a5

* fix(backend): make it possible to filter portal users in /users endpoint (#2078)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.5
 - @bloom-housing/partners@2.0.1-alpha.7
 - @bloom-housing/public@2.0.1-alpha.7
 - @bloom-housing/ui-components@2.0.1-alpha.6

* Revert "refactor: listing preferences and adds jurisdictional filtering"

This reverts commit 3cfd6d18ea4bf8370cf185112c56836b9daf7159.

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.6
 - @bloom-housing/partners@2.0.1-alpha.8
 - @bloom-housing/public@2.0.1-alpha.8
 - @bloom-housing/ui-components@2.0.1-alpha.7

* hotfix: ensure Triton seed doesn't error out

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.7
 - @bloom-housing/partners@2.0.1-alpha.9
 - @bloom-housing/public@2.0.1-alpha.9
 - @bloom-housing/ui-components@2.0.1-alpha.8

* chore(release): version

 - @bloom-housing/backend-core@3.0.0
 - @bloom-housing/shared-helpers@3.0.0
 - @bloom-housing/partners@3.0.0
 - @bloom-housing/public@3.0.0
 - @bloom-housing/ui-components@3.0.0

* 1837/preferences cleanup 3 (#2144)

* feat(backend): preferences cleanup

BREAKING CHANGE: Preferences are now M-N relation with a listing and have an intermediate table with ordinal number

* refactor(backend): preferences deduplication

So far each listing referenced it's own unique Preferences. This change introduces Many to Many
relationship between Preference and Listing entity and forces sharing Preferences between listings.

* feat(backend): extend preferences migration with moving existing relations to a new intermediate tab

* feat(backend): add Preference - Jurisdiction ManyToMany relation

* feat: adapt frontend to backend changes

* fix(backend): typeORM preferences select statement

* fix(backend): connect preferences with jurisdictions in seeds, fix pref filter validator

* fix(backend): fix missing import in preferences-filter-params.ts

* refactor: rebase issue

* feat: uptake jurisdictional preferences

* fix: fixup tests

* fix: application preferences ignore page, always separate

* Remove page from src/migration/1633359409242-add-listing-preferences-intermediate-relation.ts

* fix: preference fetching and ordering/pages

* Fix code style issues with Prettier

* fix(backend): query User__leasingAgentInListings__jurisdiction_User__leasingAgentIn specified more

* fix: perferences cypress tests

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.0
 - @bloom-housing/partners@3.0.1-alpha.0
 - @bloom-housing/public@3.0.1-alpha.0
 - @bloom-housing/ui-components@3.0.1-alpha.0

* feat(backend): extend UserUpdateDto to support email change with confirmation (#2120)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.1
 - @bloom-housing/partners@3.0.1-alpha.1
 - @bloom-housing/public@3.0.1-alpha.1
 - @bloom-housing/ui-components@3.0.1-alpha.1

* 2056/user account edit fix (#2073)

* fix: Replaces service to use newly created

* fix: Fix DOB initial values

* feat(backend): extend UserUpdateDto to support email change with confirmation

* fix: Update email form to use a new service

* fix: updates email change language

* Fix code style issues with Prettier

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.2
 - @bloom-housing/partners@3.0.1-alpha.2
 - @bloom-housing/public@3.0.1-alpha.2
 - @bloom-housing/ui-components@3.0.1-alpha.2

* feat: add Programs section to listings management (#2093)

* feat: add Programs section to listings management

* fix: sorting on detail page

* fix: merge issues

* feat: make program fetching jurisdictional

* fix: replace preference with program

* fix: program delete removes jurisdiction

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.3
 - @bloom-housing/partners@3.0.1-alpha.3
 - @bloom-housing/public@3.0.1-alpha.3
 - @bloom-housing/ui-components@3.0.1-alpha.3

* 2085/adds top level catchAll exception filter (#2132)

* fix: adds top level catchAll error filter

* fix: removing now unused exception filter

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.4
 - @bloom-housing/partners@3.0.1-alpha.4
 - @bloom-housing/public@3.0.1-alpha.4
 - @bloom-housing/ui-components@3.0.1-alpha.4

* feat: Change unit number field type to text (#2136)

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.5

* chore(deps): bump electron from 13.1.7 to 13.3.0 (#2137)

Bumps [electron](https://github.com/electron/electron) from 13.1.7 to 13.3.0.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](https://github.com/electron/electron/compare/v13.1.7...v13.3.0)

---
updated-dependencies:
- dependency-name: electron
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump axios from 0.21.1 to 0.21.2 (#2138)

Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.2.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.21.1...v0.21.2)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat(backend): improve application flagged set saving efficiency (#2147)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.5
 - @bloom-housing/partners@3.0.1-alpha.6
 - @bloom-housing/public@3.0.1-alpha.5
 - @bloom-housing/ui-components@3.0.1-alpha.5

* 1655/invite user edit (#1982)

* feat: Update title to be also a react node

* feat: Update translations

* feat: Create reusable form to add and edit users

* feat: Add delete function

* feat(backend): Add ON UPDATE SET NULL to application-user relation

* fix: Fix type

* Fix code style issues with Prettier

* fix(jurisdictionResolverService): updates to return undefined if no jurisdictionName

* feat: Update drawer state name

* feat: Add missing translations

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.6
 - @bloom-housing/partners@3.0.1-alpha.7
 - @bloom-housing/public@3.0.1-alpha.6
 - @bloom-housing/ui-components@3.0.1-alpha.6

* Add a phone number column to the user_accounts table (#2134)

* Merge pull request #710 from CityOfDetroit/feature/add-phonenumber-to-user-entity

Add phone number to user accounts.

* Merge pull request #728 from CityOfDetroit/fix/modify-phone-number-test

Fix user E2E tests.

* Merge pull request #728 from CityOfDetroit/fix/modify-phone-number-test

Fix user E2E tests.

* fix: add validation groups to phoneNumber

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.7
 - @bloom-housing/partners@3.0.1-alpha.8
 - @bloom-housing/public@3.0.1-alpha.7
 - @bloom-housing/ui-components@3.0.1-alpha.7

* refactor: make backend a peer dependency in ui-components (#2146)

* refactor: make backend a peer dependency in ui-components

* fix: fix flaky test

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.0
 - @bloom-housing/partners@3.0.1-alpha.9
 - @bloom-housing/public@3.0.1-alpha.8
 - @bloom-housing/ui-components@3.0.1-alpha.8

* fix: updates address order (#2151)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.8
 - @bloom-housing/shared-helpers@3.0.1-alpha.1
 - @bloom-housing/partners@3.0.1-alpha.10
 - @bloom-housing/public@3.0.1-alpha.9

* feat(backend): add nginx proxy-cache configuration (#2119)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.9
 - @bloom-housing/shared-helpers@3.0.1-alpha.2
 - @bloom-housing/partners@3.0.1-alpha.11
 - @bloom-housing/public@3.0.1-alpha.10

* Release 11 11 21 (#2162)

* fix: fix: adding unit tests to the unit type

picked from dev c33654d9abdeea274bf886acf46c6707b8477ccd

* fix: fix: a11y color contrast issues with tint on ImageCard component

picked from dev e2338ccebc65fdfbeac40750177ef32386599c4c

* feat: feat: two new common app questions - Household Changes and Household Student

picked from dev 29780f670dfae1350dd9bd1672b54a37537c80d8

* fix: fix: SiteHeader visual issues with long menu bars

picked from dev 17bde74b5e5ce9f2ed2ca2e8724d89e7fecdcc9c

* feat: feat: jurisdictional email signatures

picked from dev 5cb89d6daa3b9cd6e20d449b0ce6552ffa65649e

* fix: fix: don't send email confirmation on paper app submission

picked from dev 76fb4cccb0ad146eadd43700e664254d141fce7d

* feat: feat: Updates application confirmation numbers

picked from dev ac9526c2fa92364deac579faaa60bdb8bbfeebff

* fix: fix(backend): make it possible to filter portal users in /users endpoint

picked from dev 3360f41f327a5602cb7f49317fae43bf7fa42581

* feat: feat(backend): add languages (Language[]) to Jurisdiction entity

picked from dev d0c3a702b6b35e39946d311223c97a9fd50d2df0

* fix: feat(backend): try fixing SETEX redis e2e tests flakiness

picked from dev a268e1bc389d1f0690738c7d0f91ab7bd0c35086

* feat: feat(backend): Add user delete endpoint

picked from dev 5e751cec4027626decdd3a218bf999190c925ebe

* fix: fix: improved UX for the Building Selection Criteria drawer

picked from dev bba9033d10b57ff8f41fd80f14405e2d688c9b92

* feat: feat(backend): add Program entity

picked from dev d23a65653e27fbd45a8d174b6399692915ba2c17

* refactor: breaking: 1837/preferences cleanup

picked from dev 7ab4104a29d7989f4b3335654f463bfc3773fba8

BREAKING CHANGE: preferences model and relationships changed

* feat: feat(backend): extend UserUpdateDto to support email change

picked from dev 1933cca822596e1084319cb87b1763899620f40a

* fix: 2056/user account edit fix

picked from dev eac5bd1dc11d5db5d31d0400712d49fbfff17394

* refactor: 2085/adds top level catchAll exception filter

picked from dev 06f9cdaf10f54a37bb7b46f8b8230f024187d310

* feat: feat: Change unit number field type to text

picked from dev 09700aa2bff340fc62840569fb795161c7b25df1

* feat(backend): improve application flagged set saving efficiency

* fix: fix: updates address order

picked from dev 1ff66f0da0f4773b8e9eba1c0ada12e88c9c89e5

* fix: sets programs to optoinal and updates versions

* chore: chore(deps): bump electron from 13.1.7 to 13.3.0

* chore: chore(deps): bump axios from 0.21.1 to 0.21.2

* fix: adds programs service

* fix: fix lisitng e2e tests

* fix: fix member tests

* fix: fixes program, preference, ami-chart de-dupe (#2169)

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.12

* fix: adds jurisdictionId to useSWR path

* fix: recalculate units available on listing update (#2150)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.10
 - @bloom-housing/shared-helpers@3.0.1-alpha.3
 - @bloom-housing/partners@3.0.1-alpha.13
 - @bloom-housing/public@3.0.1-alpha.11

* fix: recalculate units available on listing update

picked form dev 9b12ff0d5897c04e3bcaa788f8ec225cb5af6dd3

* feat: feat(backend): make use of new application confirmation codes

picked from dev fddb626a17b911c4933566b64a4ac7e26e032279

* Revert "chore(deps): bump axios from 0.21.1 to 0.21.2 (#2138)"

This reverts commit a8e2a5c1dfc71a4f13ff548ae23aa67d18acbcd3.

* revert: revert "chore(deps): bump axios from 0.21.1 to 0.21.2

picked from dev e99944ecaec4d4527065e8b5cb5374a5612e9c4c

* refactor: remove applicationAddress (#2009)

* refactor: remove applicationAddress

* docs: readme update

* test: fix backend test

* fix: db migration

* Fix code style issues with Prettier

* test(backend): fix SETEX impossible to process

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.11
 - @bloom-housing/shared-helpers@3.0.1-alpha.4
 - @bloom-housing/partners@3.0.1-alpha.14
 - @bloom-housing/public@3.0.1-alpha.12
 - @bloom-housing/ui-components@3.0.1-alpha.9

* feat: refactor and add public site application flow cypress tests (#2118)

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.15
 - @bloom-housing/public@3.0.1-alpha.13
 - @bloom-housing/ui-components@3.0.1-alpha.10

* fix: sapp submission w/ no due date

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.12
 - @bloom-housing/shared-helpers@3.0.1-alpha.5
 - @bloom-housing/partners@3.0.1-alpha.16
 - @bloom-housing/public@3.0.1-alpha.14

* Revert "feat(backend): add nginx proxy-cache configuration (#2119)"

This reverts commit f51c05f34e84b22bf6093f786aea9fcc970aee85.

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.13
 - @bloom-housing/shared-helpers@3.0.1-alpha.6
 - @bloom-housing/partners@3.0.1-alpha.17
 - @bloom-housing/public@3.0.1-alpha.15

* fix: app submission w/ no due date

picked from dev 574b8ce65017d958bc392421ed4379ddc1f2216f

* 1975/better seed data for ami-charts (#2156)

* fix: better seed data for ami-charts

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.14
 - @bloom-housing/shared-helpers@3.0.1-alpha.7
 - @bloom-housing/partners@3.0.1-alpha.18
 - @bloom-housing/public@3.0.1-alpha.16

* 2154/avance prefs (#2177)

* feat: new preferences

* feat: preference updates

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.15
 - @bloom-housing/shared-helpers@3.0.1-alpha.8
 - @bloom-housing/partners@3.0.1-alpha.19
 - @bloom-housing/public@3.0.1-alpha.17
 - @bloom-housing/ui-components@3.0.1-alpha.11

* 2154/avance prefs (#2178)

* feat: new preferences

* feat: preference updates

* Fix code style issues with Prettier

* feat: preference options bottom border

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.18

* 2154/avance prefs III (#2179)

* feat: new preferences

* feat: preference updates

* Fix code style issues with Prettier

* feat: preference options bottom border

* feat: liveWorkLivermore preference

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.20
 - @bloom-housing/public@3.0.1-alpha.19
 - @bloom-housing/ui-components@3.0.1-alpha.12

* 1988/adds listing management cypress tests to partner portal (#2103)

* test: adds listing management tests

* test: minor tweaks

* test: big updates for LM cypress tests

* test: fixes selectors

* feat: adding partner cypress tests to pr workflow

* fix: undoing

* chore: adds latest bloom-housing packages to partners

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.21
 - @bloom-housing/public@3.0.1-alpha.20
 - @bloom-housing/ui-components@3.0.1-alpha.13

* feat: adds new preferences, reserved community type

* feat: adds bottom border to preferences

* feat: updates preference string

* fix: preference cleanup for avance

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.22
 - @bloom-housing/public@3.0.1-alpha.21
 - @bloom-housing/ui-components@3.0.1-alpha.14

* fix: preference cleanup for avance

* 1975/one month rent (#2158)

* feat: add depoist helper text

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.16
 - @bloom-housing/shared-helpers@3.0.1-alpha.9
 - @bloom-housing/partners@3.0.1-alpha.23
 - @bloom-housing/public@3.0.1-alpha.22
 - @bloom-housing/ui-components@3.0.1-alpha.15

* fix(backend): fix view.spec.ts test (#2175)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.17
 - @bloom-housing/shared-helpers@3.0.1-alpha.10
 - @bloom-housing/partners@3.0.1-alpha.24
 - @bloom-housing/public@3.0.1-alpha.23

* refactor: removes jsonpath (#2206)

* refactor: removes jsonpath

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.18
 - @bloom-housing/shared-helpers@3.0.1-alpha.11
 - @bloom-housing/partners@3.0.1-alpha.25
 - @bloom-housing/public@3.0.1-alpha.24

* 1869/application program display (#2114)

* feat: add programs step to application forms

* test: add Cypress tests for the programs step

* feat: rework the Programs page and enhance seeds

* chore: fix programs Cypress test

* fix: fixup cypress tests

* fix: update mock data

* fix: fixup mock data pt 2

* fix: type issues

* fix: bugs and simplify program data processing

Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.19
 - @bloom-housing/shared-helpers@3.0.1-alpha.12
 - @bloom-housing/partners@3.0.1-alpha.26
 - @bloom-housing/public@3.0.1-alpha.25
 - @bloom-housing/ui-components@3.0.1-alpha.16

* feat: adds jurisdictions to pref seeds (#2199)

* feat: adds jurisdictions to pref seeds

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.20
 - @bloom-housing/shared-helpers@3.0.1-alpha.13
 - @bloom-housing/partners@3.0.1-alpha.27
 - @bloom-housing/public@3.0.1-alpha.26

* 1901/application program partners (#2182)

* feat: add programs step to application forms

* test: add Cypress tests for the programs step

* feat: rework the Programs page and enhance seeds

* chore: fix programs Cypress test

* feat: add programs step to application forms

* test: add Cypress tests for the programs step

* feat: rework the Programs page and enhance seeds

* chore: fix programs Cypress test

* fix: fixup cypress tests

* fix: update mock data

* fix: fixup mock data pt 2

* fix: type issues

* feat: Create programs mapper

Closes #1901

* feat: Add programs section

Closes #1901

* feat: Create details section for programs

Closes #1901

* feat: Update translations

Closes #1901

* refactor: Remove console log

Closes #1901

* refactor: Simpify code

Closes #1901

* chore: remove console log

* fix: mapProgramToApi return

Co-authored-by: Jared White <jared@jaredwhite.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.21
 - @bloom-housing/shared-helpers@3.0.1-alpha.14
 - @bloom-housing/partners@3.0.1-alpha.28
 - @bloom-housing/public@3.0.1-alpha.27
 - @bloom-housing/ui-components@3.0.1-alpha.17

* test: update program test

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.28

* feat: new demographics sub-race questions (#2109)

* feat: new demographics sub-race questions

* fix: update migration to keep data

* feat: other text boxes

* feat: wip other labels

* feat: can edit demo in partners

* fix: cleanup

* feat: csv formatting

* fix: type issue

* feat: remove gender and sexual orientation

* fix: add test id

* fix: more test ids

* fix: select by checkboxes

* fix: dont use select

* fix: data

* fix: add tests, fixup other option

* Fix code style issues with Prettier

* fix: remove unneeded dependencies

* test: add additional test

* Fix code style issues with Prettier

* test: change test id attribute

* chore: cleanup formatApplicationData imports

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.22
 - @bloom-housing/shared-helpers@3.0.1-alpha.15
 - @bloom-housing/partners@3.0.1-alpha.29
 - @bloom-housing/public@3.0.1-alpha.29
 - @bloom-housing/ui-components@3.0.1-alpha.18

* feat: updates email confirmation for lottery (#2200)

* feat: updates email confirmation for lottery

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.23
 - @bloom-housing/shared-helpers@3.0.1-alpha.16
 - @bloom-housing/partners@3.0.1-alpha.30
 - @bloom-housing/public@3.0.1-alpha.30

* fix: add ariaHidden to Icon component

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.17
 - @bloom-housing/partners@3.0.1-alpha.31
 - @bloom-housing/public@3.0.1-alpha.31
 - @bloom-housing/ui-components@3.0.1-alpha.19

* fix: add ariaLabel prop to Button component

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.18
 - @bloom-housing/partners@3.0.1-alpha.32
 - @bloom-housing/public@3.0.1-alpha.32
 - @bloom-housing/ui-components@3.0.1-alpha.20

* fix: change the yes/no radio text to be more descriptive (#2208)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.19
 - @bloom-housing/partners@3.0.1-alpha.33
 - @bloom-housing/public@3.0.1-alpha.33
 - @bloom-housing/ui-components@3.0.1-alpha.21

* fix: remove alameda reference in demographics (#2209)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.20
 - @bloom-housing/partners@3.0.1-alpha.34
 - @bloom-housing/public@3.0.1-alpha.34
 - @bloom-housing/ui-components@3.0.1-alpha.22

* refactor: remove applicationAddress

picked from dev 081beeb541f354c1360fbeba170afe19a1d34f98

* feat: refactor and add public site application flow cypress tests

picked from dev 3d01626016ef611853770dea8431a68d1ca53fae

* feat: better seed data for ami-charts

picked from dev aae89af29e517673f42a06ca9aa8e28ef4198ded

* feat: adds listing management cypress tests to partner portal

* fix: listings management keep empty strings, remove empty objects

picked from dev bbef06bd1b95f549e9fecd6af787df009e01e9e0

* feat: one month rent

picked from dev 931903360faf813ef9a151d975586388d1a253b3

* test: view.spec.ts test

picked from dev 4a2dfbaaad6c3f9252b11dcec1b1db732ae53285

* refactor: removes jsonpath

picked from dev 75ee548d0646d33316beeb89cbe2c6fadca5ee67

* feat: adds jurisdictions to pref seeds

picked from dev f4b3c11e22337ce8c1a942881756e5c636fb0084

* feat: new demographics sub-race questions

picked from dev d81fb2f7c424acecc2ad89656855362dd1b9bcd4

* feat: updates email confirmation for lottery

picked from dev 8a9e21039fd6566664be2a4ecdef20d381048f03

* fix: add ariaHidden to Icon component

picked from dev f6dd5af88d207d92c2c02cc63b63d5e9fdf2f381

* fix: add ariaLabel prop to Button component

picked from dev 0434378b406417fe84cdb42d90ba77ea9366081c

* fix: change the yes/no radio text to be more descriptive

picked from dev 38a6ff76b8eb60293f82e0a4c37e129b2d7d52ba

* fix: remove alameda reference in demographics

picked from dev cfa1f78668e6d3834c1772a59f55f83608017f14

* chore: release version

picked from dev 8445513c6c4a996b2e3b552c204f23b6372713d7

* feat: ami chart jurisdictionalized

picked from dev d7d8d21c13db9c925e3826db2f0536d0832c3827

* refactor: make backend a peer dependency in ui-components

picked from dev b2ccff139082043a5fe068b8e6be859e4ce9a1a7

* feat: add a phone number column to the user_accounts table

picked from dev 3b4fd091730d24938b48f67970e224b60112eb33

* chore: removes application program partners

* chore: removes application program display

* Revert "chore: removes application program display"

This reverts commit dc268955bf981dcd4d48392948c00f9e7971b095.

* Revert "chore: removes application program partners"

This reverts commit 57cfefb15bfece763221d5445eac6ddd24576182.

* chore: yarn.lock and backend-swagger

* fix: removes Duplicate identifier fieldGroupObjectToArray

* feat: skip preferences if not on listing

* chore(release): version

* fix: cannot save custom mailing, dropoff, or pickup address

* chore(release): version

* chore: converge on one axios version, remove peer dependency

* chore(release): version

* feat: simplify Waitlist component and use more flexible schema

* chore(release): version

* fix: lottery results uploads now save

* chore(release): version

* feat: add SRO unit type

* chore(release): version

* fix: paper application submission

* chore(release): version

* fix: choose-language context

* chore(release): version

* fix: applications/view hide prefs

* chore(release): version

* feat: overrides fallback to english, tagalog support

* chore(release): version

* fix: account translations

* chore(release): version

* fix: units with invalid ami chart

* chore(release): version

* fix: remove description for the partners programs

* fix: fix modal styles on mobile

* fix: visual improvement to programs form display

* fix: submission tests not running

* chore: translations (#2293)

* chore: translations (#2295)

* chore: missing translations (#2296)

* fix: prefUnits on autofill summary (#2294)

* chore: move Programs step to come after Students (#2277)

* feat: adds whatToExpect to GTrans

* chore: missing translations (#2299)

* fix: 2259/fixes idle timeout not resetting properly (#2292)

* chore(release): version

* fix: demographics howDidYouHear options (2305)

* chore(release): version

* fix: mobile notice text wrap issue (#2308)

* feat: postmark date time fields partners (#2239)

* fix: versioning issues (#2311)

* chore(release): version

* chore(backend): move libs/ to shared/utils, clean up modules (#2230)

* feat(backend): all programs to csv export (#2302)

* chore(release): version

* feat: filter partner users

* chore(release): version

* feat: adds updating open listing modal (#2288)

* fix: closed listings allowed apps (#2317)

* feat: 2165/rosefield preference updates (#2386)

* chore(release): version

* Revert "chore(release): version"

This reverts commit 5a4b461c574530181f3c79cba03f4e6592a4422a.

* chore(release): version

 - @bloom-housing/backend-core@3.0.1
 - @bloom-housing/shared-helpers@3.0.1
 - @bloom-housing/partners@3.0.1
 - @bloom-housing/public@3.0.1
 - @bloom-housing/ui-components@3.0.1

* feat(backend): add storing listing translations (#2215)

* feat: adds whatToExpect to GTrans (#2303)

* fix: patch issue with submit application section

* fix: patches translations for preferences (#2410)

* fix: issues with public app and readds auto save (2428)

* fix: ami charts without all households (#2430)

* fix: load blank application

* 2022-01-27 release (#2439)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.23
 - @bloom-housing/partners@3.0.1-alpha.37
 - @bloom-housing/public@3.0.1-alpha.38
 - @bloom-housing/ui-components@3.0.1-alpha.24

* fix(backend): nginx with heroku configuration (#2196)

* fix(backend): nginx with heroku configuration

* feat(backend): nginx make hostname and port variable

* feat: nginx proxy updates

* feat(backend): modify proxy_pass and Host header settings

Co-authored-by: seanmalbert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.26
 - @bloom-housing/shared-helpers@3.0.1-alpha.24
 - @bloom-housing/partners@3.0.1-alpha.38
 - @bloom-housing/public@3.0.1-alpha.39
 - @bloom-housing/ui-components@3.0.1-alpha.25

* fix: fetchBaseListingData (#2238)

* fix: fetchBaseListingData

* fix: fetchBaseListingData

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.40

* fix: lottery results uploads now save (#2226)

* fix: lottery results uploads now save

* fix: switch to partial typing

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.39

* feat: getStaticPaths fallback blocking test

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.41

* chore: add temp logs for testing id/slug

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.42

* chore(backend): move libs/ to shared/utils, clean up modules (#2230)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.27
 - @bloom-housing/shared-helpers@3.0.1-alpha.25
 - @bloom-housing/partners@3.0.1-alpha.40
 - @bloom-housing/public@3.0.1-alpha.43
 - @bloom-housing/ui-components@3.0.1-alpha.26

* chore: add SRO unit type (#2243)

* chore: add SRO unit type to DB / translations

* chore: additional string changes to SRO

* test(backend): add SRO to unit types test

* feat: SRO unit type additions

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.28
 - @bloom-housing/shared-helpers@3.0.1-alpha.26
 - @bloom-housing/partners@3.0.1-alpha.41
 - @bloom-housing/public@3.0.1-alpha.44
 - @bloom-housing/ui-components@3.0.1-alpha.27

* 2140/fix paper application submission (#2195)

* fix: fix paper application submission

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.42

* Fix code style issues with Prettier

* test: adds cypress test coverage

* fix: updates per sean

* fix: one more update

* test: fix partners unit tests

* fix: choose-language context

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.45

* fix: applications drop off address

* fix: applications/view hide prefs

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.46

* feat(backend): add storing listing translations (#2215)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.29
 - @bloom-housing/shared-helpers@3.0.1-alpha.27
 - @bloom-housing/partners@3.0.1-alpha.43
 - @bloom-housing/public@3.0.1-alpha.47
 - @bloom-housing/ui-components@3.0.1-alpha.28

* fix(backend): make nginx proxy use Language HTTP header in cache key (#2266)

* 2098/fix partner applications grid display (#2188)

* fix: partner applications grid display

* Fix code style issues with Prettier

* test: fix tests

* Fix code style issues with Prettier

* fix: updates to using views

* tests: add application grid test

* fix: updates per sean

* fix: one more update

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.30
 - @bloom-housing/shared-helpers@3.0.1-alpha.28
 - @bloom-housing/partners@3.0.1-alpha.44
 - @bloom-housing/public@3.0.1-alpha.48
 - @bloom-housing/ui-components@3.0.1-alpha.29

* fix: fixes some issues with the deployment

* Revert/2188 (#2270)

* fix: fixes some issues with the deployment

* revert: partner applications grid display

* fix: view.spec

Co-authored-by: Yazeed Loonat <yazeedloonat@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.31
 - @bloom-housing/shared-helpers@3.0.1-alpha.29
 - @bloom-housing/partners@3.0.1-alpha.45
 - @bloom-housing/public@3.0.1-alpha.49
 - @bloom-housing/ui-components@3.0.1-alpha.30

* 2098/fix partner applications grid display (#2188)

* fix: partner applications grid display

* Fix code style issues with Prettier

* test: fix tests

* Fix code style issues with Prettier

* fix: updates to using views

* tests: add application grid test

* fix: updates per sean

* fix: one more update

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* feat(backend): add listings closing routine (#2213)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.32
 - @bloom-housing/shared-helpers@3.0.1-alpha.30
 - @bloom-housing/partners@3.0.1-alpha.46
 - @bloom-housing/public@3.0.1-alpha.50
 - @bloom-housing/ui-components@3.0.1-alpha.31

* feat(backend): add user password expiration

* fix: Remove description for the partners programs (#2234)

Closes #1901

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.47

* 2227/lock login attempts frontend (#2260)

* feat: Add new translations

Closes #1927

* refactor: Make title as optional

Closes #1927

* feat: Update login alert text

Closes #1927

* fix: Use translation, instead of hardcoded text

Closes #1927

* feat: Add translation

Closes #1927

* feat: Update type name

Closes #1927

* feat: Add new alerts

Closes #1927

* fix: Fix translation

Closes #1927

* fix(AlertBox.tsx): Fix close icon placement

Closes #1927

* feat: Create helper to catch network errors

Closes #1927

* feat: Add translations

Closes #1927

* feat: Create reusable sign-in form

Closes #1927

* refactor(sign-in page, public and partners): Update sign-in pages to use reusable form

BREAKING CHANGE: sign-in pages have been updated

Closes #1927

* Fix code style issues with Prettier

* fix: fixes tests and also issue with user grid

* fix: fixes linting error

* feat(backend): add appropriate http exception for password outdated login failure

* fix: Fix modal styles on mobile (#2280)

Closes #2253

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.31
 - @bloom-housing/partners@3.0.1-alpha.48
 - @bloom-housing/public@3.0.1-alpha.51
 - @bloom-housing/ui-components@3.0.1-alpha.32

* fix: visual improvement to programs form display (#2276)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.52

* fix: submission tests not running (#2282)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.53

* feat: overrides fallback to english, tagalog support (#2262)

* chore: allow work-in strings to take jurisdiction name

* feat: add support for tagalog

* Fix code style issues with Prettier

* feat: tagalog language

* feat: translations precedence includes en overrides

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.33
 - @bloom-housing/shared-helpers@3.0.1-alpha.32
 - @bloom-housing/partners@3.0.1-alpha.49
 - @bloom-housing/public@3.0.1-alpha.54
 - @bloom-housing/ui-components@3.0.1-alpha.33

* fix: account translations (#2278)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.33
 - @bloom-housing/partners@3.0.1-alpha.50
 - @bloom-housing/public@3.0.1-alpha.55
 - @bloom-housing/ui-components@3.0.1-alpha.34

* test: fixes test issues

* fix: fix sortig on applications partner grid

* chore: translations (#2293)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.34
 - @bloom-housing/partners@3.0.1-alpha.51
 - @bloom-housing/public@3.0.1-alpha.56
 - @bloom-housing/ui-components@3.0.1-alpha.35

* chore: translations (#2295)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.35
 - @bloom-housing/partners@3.0.1-alpha.52
 - @bloom-housing/public@3.0.1-alpha.57
 - @bloom-housing/ui-components@3.0.1-alpha.36

* chore: missing translations (#2296)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.36
 - @bloom-housing/partners@3.0.1-alpha.53
 - @bloom-housing/public@3.0.1-alpha.58
 - @bloom-housing/ui-components@3.0.1-alpha.37

* fix: prefUnits on autofill summary (#2294)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.59

* chore: move Programs step to come after Students (#2277)

* chore: move Programs step to come after Students

* test: rearrange order of programs within Cypress tests

* test: remove problematic statement

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.60

* fix: units with invalid ami chart (#2290)

* fix: alunits with invalid ami chart

* perf: uniquePercentageChartSet map

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.34
 - @bloom-housing/shared-helpers@3.0.1-alpha.37
 - @bloom-housing/partners@3.0.1-alpha.54
 - @bloom-housing/public@3.0.1-alpha.61
 - @bloom-housing/ui-components@3.0.1-alpha.38

* chore: missing translations (#2299)

* chore: missing translations

* chore: remove logs

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.38
 - @bloom-housing/partners@3.0.1-alpha.55
 - @bloom-housing/public@3.0.1-alpha.62
 - @bloom-housing/ui-components@3.0.1-alpha.39

* 2259/fixes idle timeout not resetting properly (#2292)

* fix: fixes idle timeout not resetting properly

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.63

* feat: adds whatToExpect to GTrans (#2303)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.35
 - @bloom-housing/shared-helpers@3.0.1-alpha.39
 - @bloom-housing/partners@3.0.1-alpha.56
 - @bloom-housing/public@3.0.1-alpha.64
 - @bloom-housing/ui-components@3.0.1-alpha.40

* fix: demographics howDidYouHear options were not changing on language change (#2305)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.65

* Fix checkbox rtl style

* feat(backend): add password outdating only to users which are either admins or partners

* fix: fix hero button width with secondary button (#2306)

* fix: mobile notice text wrap issue (#2308)

* feat(backend): add activity logging to listings module (#2190)

* feat(backend): add activity logging to listings module

* feat(backend): add activity logging to applications and user controllers

* feat(backend): add metada column to activity log entity

* feat(backend): change activity log metadata column type

* feat(backend): remove applications related changes

* feat(backend): remove ListingActivityLogInterceptor

* 2040/postmark date time fields partners (#2239)

* feat: add postmark by date and time fields

* feat: fix display and preview page

* test: fix so the correct date displays

* Fix code style issues with Prettier

* fix: fixes per emily

* fix: updates per sean

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* fix: versioning issues (#2311)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.36
 - @bloom-housing/shared-helpers@3.0.1-alpha.41
 - @bloom-housing/partners@3.0.1-alpha.58
 - @bloom-housing/public@3.0.1-alpha.67
 - @bloom-housing/ui-components@3.0.1-alpha.42

* feat(backend): all programs to csv export (#2302)

* feat(backend): all programs to csv export

* chore: removes console log

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.37
 - @bloom-housing/shared-helpers@3.0.1-alpha.42
 - @bloom-housing/partners@3.0.1-alpha.59
 - @bloom-housing/public@3.0.1-alpha.68
 - @bloom-housing/ui-components@3.0.1-alpha.43

* feat(backend): add partnerTerms to jurisdiction entity (#2301)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.38
 - @bloom-housing/shared-helpers@3.0.1-alpha.43
 - @bloom-housing/partners@3.0.1-alpha.60
 - @bloom-housing/public@3.0.1-alpha.69
 - @bloom-housing/ui-components@3.0.1-alpha.44

* feat: removes ListingLangCacheInterceptor from get by id

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.39
 - @bloom-housing/shared-helpers@3.0.1-alpha.44
 - @bloom-housing/partners@3.0.1-alpha.61
 - @bloom-housing/public@3.0.1-alpha.70
 - @bloom-housing/ui-components@3.0.1-alpha.45

* fix: Update translation

Closes 1927

* fix: Update hardcoded translations

Closes #1927

* refactor: listing detail props (#2313)

* refactor: listing detail props

* fix: HouseholdSizeField FieldError

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.45
 - @bloom-housing/partners@3.0.1-alpha.62
 - @bloom-housing/public@3.0.1-alpha.71
 - @bloom-housing/ui-components@3.0.1-alpha.46

* chore(deps): bump next from 11.1.2 to 11.1.3 (#2289)

* feat(backend): refactor applications module (#2279)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.40
 - @bloom-housing/shared-helpers@3.0.1-alpha.46
 - @bloom-housing/partners@3.0.1-alpha.63
 - @bloom-housing/public@3.0.1-alpha.72
 - @bloom-housing/ui-components@3.0.1-alpha.47

* feat: filter partner users

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.64

* feat: password reset message

* fix: make mailThin background transparent

* fix: add mailThin icon to stories

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.47
 - @bloom-housing/partners@3.0.1-alpha.65
 - @bloom-housing/public@3.0.1-alpha.73
 - @bloom-housing/ui-components@3.0.1-alpha.48

* feat: adds updating open listing modal (#2288)

* feat: adds updating open listing modal

* fix: closed listings allowed apps (#2317)

* feat: updates for gtm

* feat: updates for gtm

* fix: removes more closed listing application paths (#2319)

* feat: make page header title optional

* feat(backend): remove activity log interceptor from update-password

* refactor: removing helpers from ui-components that are backend dependent (#2108)

BREAKING CHANGE: moved some helpers from ui-components to shared-helpers

* chore: bump versions (#2326)

* fix: make numbered list breakpoint match config

* chore: bump shared-helpers version

* fix: partners shared-helpers version

* chore: bump partners version

* chore: bump public version

* chore: bump version

* chore(release): version

 - @bloom-housing/backend-core@3.0.1
 - @bloom-housing/shared-helpers@4.0.0
 - @bloom-housing/partners@4.0.0
 - @bloom-housing/public@4.0.0
 - @bloom-housing/ui-components@4.0.0

* feat: add matched style to ApplicationStatus

* Fix code style issues with Prettier

* fix: make primary buttons primary background

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.0
 - @bloom-housing/shared-helpers@4.0.1-alpha.0
 - @bloom-housing/partners@4.0.1-alpha.0
 - @bloom-housing/public@4.0.1-alpha.0
 - @bloom-housing/ui-components@4.0.1-alpha.0

* chore: backend & ui-component gitHead

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.1
 - @bloom-housing/shared-helpers@4.0.1-alpha.1
 - @bloom-housing/partners@4.0.1-alpha.1
 - @bloom-housing/public@4.0.1-alpha.1
 - @bloom-housing/ui-components@4.0.1-alpha.1

* fix: propagate custom icon type to ImageCard prop

* Fix code style issues with Prettier

* fix: check for user lastLoginAt

* test: updates user login test

* fix: bump version (#2349)

* fix: bump version (#2350)

* fix: cypress coverage configs

* fix: force a release number if one exists (#2351)

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.6
 - @bloom-housing/shared-helpers@4.0.1-alpha.6
 - @bloom-housing/partners@4.0.1-alpha.6
 - @bloom-housing/public@4.0.1-alpha.6
 - @bloom-housing/ui-components@4.0.1-alpha.6

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.7
 - @bloom-housing/shared-helpers@4.0.1-alpha.7
 - @bloom-housing/partners@4.0.1-alpha.7
 - @bloom-housing/public@4.0.1-alpha.7
 - @bloom-housing/ui-components@4.0.1-alpha.7

* fix: apply action block style to button class not component (#2348)

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.8
 - @bloom-housing/partners@4.0.1-alpha.8
 - @bloom-housing/public@4.0.1-alpha.8
 - @bloom-housing/ui-components@4.0.1-alpha.8

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.8
 - @bloom-housing/shared-helpers@4.0.1-alpha.9
 - @bloom-housing/partners@4.0.1-alpha.9
 - @bloom-housing/public@4.0.1-alpha.9
 - @bloom-housing/ui-components@4.0.1-alpha.9

* fix: remove next dependency from ui-components (#2352)

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.10
 - @bloom-housing/partners@4.0.1-alpha.10
 - @bloom-housing/public@4.0.1-alpha.10
 - @bloom-housing/ui-components@4.0.1-alpha.10

* chore: port latest dev updates over for paper listing form

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.11
 - @bloom-housing/partners@4.0.1-alpha.11
 - @bloom-housing/public@4.0.1-alpha.11
 - @bloom-housing/ui-components@4.0.1-alpha.11

* Add public urls to jurisdiction (#2316)

* Add public urls to jurisdiction

* feat(backend): fix units-transformations.spec test

* feat(backend): fix changes in interface of the autogenerated client in sites/

* Fix code style issues with Prettier

* feat: adds detroit to migration for local/dev

* Fix code style issues with Prettier

* feat: updates to use publicUrl

* Fix code style issues with Prettier

* feat(backend): update add-public-url-to-jurisdiction migration

* fix(backend): jurisidctions e2e tests

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.9
 - @bloom-housing/shared-helpers@4.0.1-alpha.12
 - @bloom-housing/partners@4.0.1-alpha.12
 - @bloom-housing/public@4.0.1-alpha.12
 - @bloom-housing/ui-components@4.0.1-alpha.12

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.10
 - @bloom-housing/shared-helpers@4.0.1-alpha.13
 - @bloom-housing/partners@4.0.1-alpha.13
 - @bloom-housing/public@4.0.1-alpha.13
 - @bloom-housing/ui-components@4.0.1-alpha.13

* fix: move type declarations out of shared-helpers (#2356)

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.14
 - @bloom-housing/partners@4.0.1-alpha.14
 - @bloom-housing/public@4.0.1-alpha.14
 - @bloom-housing/ui-components@4.0.1-alpha.14

* chore(release): version

 - @bloom-housing/partners@4.0.1-alpha.15

* refactor: unifiies logic around listingid

* refactor: prevent local reseed with cypress tests (#2353)

* chore(release): version

 - @bloom-housing/public@4.0.1-alpha.15

* test: add partners cypress ci job

* chore: fixup config

* chore: fixup config 2

* chore: fixup config 3

* chore: fixup config 3

* chore: fixup config 4

* chore: change name to be unique

* fix: update naming

* fix: remove empty secrets

* fix: add in env variable defaults

* fix: add test id

* fix: use drag n drop

* fix: rename var

* fix: rename var2

* test: update config

* 1290/use dayjs instead of moment (#2338)

* Convert all use of Moment to Dayjs

* fix: more moment -> dayjs cleanup

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.11
 - @bloom-housing/shared-helpers@4.0.1-alpha.15
 - @bloom-housing/partners@4.0.1-alpha.16
 - @bloom-housing/public@4.0.1-alpha.16
 - @bloom-housing/ui-components@4.0.1-alpha.15

* test: fix for cypress tests

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.12
 - @bloom-housing/shared-helpers@4.0.1-alpha.16
 - @bloom-housing/partners@4.0.1-alpha.17
 - @bloom-housing/public@4.0.1-alpha.17
 - @bloom-housing/ui-components@4.0.1-alpha.16

* fix: listings group expandable section css updates (#2377)

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.17
 - @bloom-housing/partners@4.0.1-alpha.18
 - @bloom-housing/public@4.0.1-alpha.18
 - @bloom-housing/ui-components@4.0.1-alpha.17

* fix: ensure dayjs parsing strings will work as expected

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.18
 - @bloom-housing/partners@4.0.1-alpha.19
 - @bloom-housing/public@4.0.1-alpha.19
 - @bloom-housing/ui-components@4.0.1-alpha.18

* feat: adds event logging to most of the pages

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.19
 - @bloom-housing/partners@4.0.1-alpha.20
 - @bloom-housing/public@4.0.1-alpha.20
 - @bloom-housing/ui-components@4.0.1-alpha.19

* fix: open house events can now be edited and work cross-browser (#2320)

* fix: open house events can be edited and work cross-browser

* chore: refactor event dates handling to use dayjs

* fix: lm form refresh and getDetailFieldTime

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/partners@4.0.1-alpha.21

* 2165/rosefield preference updates (#2386)

* feat: rosefield preference updates

* feat: removes "no" from rosefield translations

* fix: removing translations

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.20
 - @bloom-housing/partners@4.0.1-alpha.22
 - @bloom-housing/public@4.0.1-alpha.21
 - @bloom-housing/ui-components@4.0.1-alpha.20

* fix: dates showing as invalid in send by mail section (#2362)

BREAKING CHANGE: remove applicationDueTime field and consolidated into applicationDueDate

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.13
 - @bloom-housing/shared-helpers@4.0.1-alpha.21
 - @bloom-housing/partners@4.0.1-alpha.23
 - @bloom-housing/public@4.0.1-alpha.22
 - @bloom-housing/ui-components@4.0.1-alpha.21

* fix: partners render issue (#2395)

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.14
 - @bloom-housing/shared-helpers@4.0.1-alpha.22
 - @bloom-housing/partners@4.0.1-alpha.24
 - @bloom-housing/public@4.0.1-alpha.23
 - @bloom-housing/ui-components@4.0.1-alpha.22

* fix: user status enum to camel case; gtm types

* fix: removes unnecessary ternary

* test: fix flaky cypress test

* fix: patches translations for preferences (#2410)

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.15
 - @bloom-housing/shared-helpers@4.0.1-alpha.23
 - @bloom-housing/partners@4.0.1-alpha.25
 - @bloom-housing/public@4.0.1-alpha.24
 - @bloom-housing/ui-components@4.0.1-alpha.23

* feat: listing card takes optional children (#2407)

* feat: listing card takes optional children

* fix: additional header

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.24
 - @bloom-housing/partners@4.0.1-alpha.26
 - @bloom-housing/public@4.0.1-alpha.25
 - @bloom-housing/ui-components@4.0.1-alpha.24

* feat: set gtm pageTitle to english only

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.25
 - @bloom-housing/partners@4.0.1-alpha.27
 - @bloom-housing/public@4.0.1-alpha.26

* test: fix partner listing tests

* test: adds back mailing address checks

* chore(release): version

 - @bloom-housing/partners@4.0.1-alpha.28

* fix: issues with public app and readds auto save

* fix: removing console logs

* chore(release): version

 - @bloom-housing/public@4.0.1-alpha.27

* fix: ami charts without all households (#2430)

* fix: ami charts without all households

* fix: merging filter and reduce together

Co-authored-by: Yazeed Loonat <yazeedloonat@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.16
 - @bloom-housing/shared-helpers@4.0.1-alpha.26
 - @bloom-housing/partners@4.0.1-alpha.29
 - @bloom-housing/public@4.0.1-alpha.28
 - @bloom-housing/ui-components@4.0.1-alpha.25

* chore: add translations for per month/year in hmi table (#2418)

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.27
 - @bloom-housing/partners@4.0.1-alpha.30
 - @bloom-housing/public@4.0.1-alpha.29
 - @bloom-housing/ui-components@4.0.1-alpha.26

* fix: Fix infinite page width (#2434)

Closes #2374

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.28
 - @bloom-housing/partners@4.0.1-alpha.31
 - @bloom-housing/public@4.0.1-alpha.30
 - @bloom-housing/ui-components@4.0.1-alpha.27

* refactor: Increase textarea limits (#2435)

Closes #2420

* chore(release): version

 - @bloom-housing/partners@4.0.1-alpha.32

* 2328/address verification (#2412)

* feat: verify applicant address via MapBox API

* feat: support various selection states for address

* chore: refactor address to break up large file

* test: update Cypress tests to check address validation

* test: update mock data with a real address

* test: update minimal application data as well

* test: add additional tests for address validation

* test: relocate bad addresses to separate integration test

* feat: improve the error state when invalid address

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.29
 - @bloom-housing/partners@4.0.1-alpha.33
 - @bloom-housing/public@4.0.1-alpha.31
 - @bloom-housing/ui-components@4.0.1-alpha.28

* revert: changes from fix: Fix infinite page width #2434

Co-authored-by: github.context.workflow <github-actions@github.com>
Co-authored-by: Michał Plebański <michalp@airnauts.com>
Co-authored-by: Jared White <jared@jaredwhite.com>
Co-authored-by: Yazeed Loonat <YazeedLoonat@gmail.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: dominikx96 <dominik@airnauts.com>
Co-authored-by: Emily Jablonski <65367387+emilyjablonski@users.noreply.github.com>
Co-authored-by: Gabe Benjamin <gabeb@google.com>
Co-authored-by: Andrea Egan <akegan@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrea Egan <andrea.egan@sfgov.org>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>

* build: sets node max-old-space-size (#2458)

* build: max-old-space-size

* build: update casbin version

* fix: await casbin enforcer

* build: adds Aptfile for heroku (#2460)

* refactor: param and auth updates for export (#2465)

* 2382/berkeley way customizations (#2436)

* chore(release): version

 - @bloom-housing/backend-core@4.0.1
 - @bloom-housing/shared-helpers@4.0.1
 - @bloom-housing/partners@4.0.1
 - @bloom-housing/public@4.0.1
 - @bloom-housing/ui-components@4.0.1

* fix: updates partner check for listing perm (#2484)

* feat: 2419/adding SMC preferences (#2482)

* feat: 2468/adding dublin preferences (#2483)

* chore(release): version

 - @bloom-housing/backend-core@4.0.2
 - @bloom-housing/shared-helpers@4.0.2
 - @bloom-housing/partners@4.0.2
 - @bloom-housing/public@4.0.2
 - @bloom-housing/ui-components@4.0.2

* fix: csv export auth check (#2488)

* chore: merge upstream master

* Fix code style issues with ESLint

* Fix code style issues with Prettier

* test: updates for tests to pass

* Fix code style issues with Prettier

* test: updates for ui-components

* build: updates for public and partners builds

* fix: issues with public

* fix: update to SiteHeader partner use

* test: fix user and ProgressNav tests

* Fix code style issues with Prettier

* test: temp skip activity monitor tests

* test: temp skip longer tests

* test: temp skip activity monitor tests

* fix: lint rule

Co-authored-by: Michał Plebański <michalp@airnauts.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: github.context.workflow <github-actions@github.com>
Co-authored-by: Dominik Barcikowski <dominik@airnauts.com>
Co-authored-by: Emily Jablonski <65367387+emilyjablonski@users.noreply.github.com>
Co-authored-by: Yazeed Loonat <YazeedLoonat@gmail.com>
Co-authored-by: Jared White <jared@whitefusion.studio>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: plunkettgoogle <66751489+plunkettgoogle@users.noreply.github.com>
Co-authored-by: Jared White <jared@jaredwhite.com>
Co-authored-by: Gabe Benjamin <GabeKEBenjamin@gmail.com>
Co-authored-by: Gabe Benjamin <gabeb@google.com>
Co-authored-by: Andrea Egan <akegan@users.noreply.github.com>
Co-authored-by: Andrea Egan <andrea.egan@sfgov.org>

* feat: updates listings view config (#983)

* feat: updates listings view config

* fix: lint and back jurisdiction join

* feat: adds view to listingsFetcher

* refactor: Remove required to publish labels

Closes #970

* feat: show building accessibility features on partners (v2) (#984)

* feat: show building accessibility features on the listing form detail page

* fix: mobile styling

* chore: update primary color in Tailwind override (#980)

* Remove listing fields

* feat(backend): update units summary model

* style: formatting

* feat: backend-swagger with unit summary updates

* feat(backend): remove Listing published required fields (#996)

* refactor: comment out mistyped scripts

* fix: fixup base view

* feat(backend): fix unit group model update tests

* feat: occupancy tables wip

* build: local db to bloom_detroit

* fix: add summary in seed

* refactor: rename unitssummary, add needed fields

* fix: rebase issues

* Fixes Partner Portal Users (#1009)

* fix: partner portal users

* style: remove console log

* feat: updates user list to filter by isPortalUser

* feat: adds hud and mshda 2021 ami charts (#1020)

* feat: adds hud and mshda 2021 ami charts

* fix: remove mixed content assets from seeds

* fix: adds Detroit jurisdiction by default for partners

* fix: fixes file name to include dto

* feat: hides/prevents partner publish (#1021)

* feat: hides/prevents partner publish

* fix: pr requests and user update

* fix: issues exposed by tests

* feat: occupancy table based on unit groups (#1023)

* feat: occupancy table based on unit groups

* test: add tests

* test: update strings

* refactor: remove SRO strings

* test: more test coverage

* fix: make range translated

* fix: pre-existing ListingView template issues

* fix: patch old unit summary table pieces

Co-authored-by: Sean Albert <smabert@gmail.com>

* feat: adding partner unit groups

* feat: adds programs to Detroit (#1022)

* feat: adds programs to Detroit

* feat: adds programs to public site

* style: removes comment

* feat: remove Community Type section from form and detail

* refactor: updates program titles

* feat: updates for program descriptions per Safiya

* feat: adding save functionality

* fix: updates for editing

* 987/import listings basic (#1019)

* feat(backend): add import listing basic

* chore: remove todo notes from scripts

* feat: adds programs to Detroit (#1022)

* feat: adds programs to Detroit

* feat: adds programs to public site

* style: removes comment

* feat: remove Community Type section from form and deta…
seanmalbert added a commit to CityOfDetroit/bloom that referenced this pull request Jun 23, 2022
* 2022-02-10 core (#982)

* fix: retnal assistance eror message

* Preferences cleanup (#1947)

* feat(backend): preferences cleanup

BREAKING CHANGE: Preferences are now M-N relation with a listing and have an intermediate table with ordinal number

* refactor(backend): preferences deduplication

So far each listing referenced it's own unique Preferences. This change introduces Many to Many
relationship between Preference and Listing entity and forces sharing Preferences between listings.

* feat(backend): extend preferences migration with moving existing relations to a new intermediate tab

* feat(backend): add Preference - Jurisdiction ManyToMany relation

* feat: adapt frontend to backend changes

* fix(backend): typeORM preferences select statement

* fix(backend): connect preferences with jurisdictions in seeds, fix pref filter validator

* fix(backend): fix missing import in preferences-filter-params.ts

* refactor: rebase issue

* feat: uptake jurisdictional preferences

* fix: fixup tests

* fix: application preferences ignore page, always separate

* Remove page from src/migration/1633359409242-add-listing-preferences-intermediate-relation.ts

* fix: preference fetching and ordering/pages

* Fix code style issues with Prettier

* fix(backend): query User__leasingAgentInListings__jurisdiction_User__leasingAgentIn specified more

* fix: perferences cypress tests

Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Sean Albert <smabert@gmail.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.13
 - @bloom-housing/partners@2.0.0-pre-tailwind.23
 - @bloom-housing/public@2.0.0-pre-tailwind.23
 - @bloom-housing/ui-components@2.0.0-alpha.23

* fix: updates household member count (#2112)

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.14
 - @bloom-housing/partners@2.0.0-pre-tailwind.24
 - @bloom-housing/public@2.0.0-pre-tailwind.24
 - @bloom-housing/ui-components@2.0.0-alpha.24

* fix: updates household member count

picked 5c4e03b240a5def6ca3f2616a1f2120e18c993b9

* fix: reverts preferences to re-add as breaking/major bump

* fix: reverts preferences to re-add as breaking/major bump

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.15
 - @bloom-housing/partners@2.0.0-pre-tailwind.25
 - @bloom-housing/public@2.0.0-pre-tailwind.25
 - @bloom-housing/ui-components@2.0.0-alpha.25

* refactor: listing preferences and adds jurisdictional filtering

BREAKING CHANGE: updates preference relationship with listings

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.16
 - @bloom-housing/partners@2.0.0-pre-tailwind.26
 - @bloom-housing/public@2.0.0-pre-tailwind.26
 - @bloom-housing/ui-components@2.0.0-alpha.26

* chore(release): version

 - @bloom-housing/backend-core@2.0.0
 - @bloom-housing/shared-helpers@2.0.0
 - @bloom-housing/partners@2.0.0
 - @bloom-housing/public@2.0.0
 - @bloom-housing/ui-components@2.0.0

* fix: Updates lastName on application save

* docs: Update changelog

* Fix code style issues with Prettier

* chore(release): version

 - @bloom-housing/partners@2.0.1-alpha.0

* fix: a11y color contrast issues with tint on ImageCard component (#2074)

* chore(release): version

 - @bloom-housing/partners@2.0.1-alpha.1
 - @bloom-housing/public@2.0.1-alpha.0
 - @bloom-housing/ui-components@2.0.1-alpha.0

* feat: two new common app questions - Household Changes and Household Student (#2070)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.0
 - @bloom-housing/partners@2.0.1-alpha.2
 - @bloom-housing/public@2.0.1-alpha.1
 - @bloom-housing/ui-components@2.0.1-alpha.1

* fix: household member cypress test (#2113)

* chore(release): version

 - @bloom-housing/public@2.0.1-alpha.2

* fix: SiteHeader visual issues with long menu bars (#2068)

* feat: jurisdictional email signatures (#2111)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.1
 - @bloom-housing/partners@2.0.1-alpha.3
 - @bloom-housing/public@2.0.1-alpha.3
 - @bloom-housing/ui-components@2.0.1-alpha.2

* fix: don't send email confirmation on paper app submission (#2110)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.2
 - @bloom-housing/partners@2.0.1-alpha.4
 - @bloom-housing/public@2.0.1-alpha.4
 - @bloom-housing/ui-components@2.0.1-alpha.3

* 1838/ami chart jurisdictionalized (#2102)

* fix: jurisdictionalizes ami charts on partners

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.3
 - @bloom-housing/partners@2.0.1-alpha.5
 - @bloom-housing/public@2.0.1-alpha.5
 - @bloom-housing/ui-components@2.0.1-alpha.4

* feat: Updates application confirmation numbers (#2072)

* feat: Updates application confirmation numbers

* docs: Update changelog

* feat: adds confirmation number to csv export

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.4
 - @bloom-housing/partners@2.0.1-alpha.6
 - @bloom-housing/public@2.0.1-alpha.6
 - @bloom-housing/ui-components@2.0.1-alpha.5

* fix: updates lastName on application save

picked from 4d13e0049df5661360ed42b9c47b390df36f81a5

* fix(backend): make it possible to filter portal users in /users endpoint (#2078)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.5
 - @bloom-housing/partners@2.0.1-alpha.7
 - @bloom-housing/public@2.0.1-alpha.7
 - @bloom-housing/ui-components@2.0.1-alpha.6

* Revert "refactor: listing preferences and adds jurisdictional filtering"

This reverts commit 3cfd6d18ea4bf8370cf185112c56836b9daf7159.

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.6
 - @bloom-housing/partners@2.0.1-alpha.8
 - @bloom-housing/public@2.0.1-alpha.8
 - @bloom-housing/ui-components@2.0.1-alpha.7

* hotfix: ensure Triton seed doesn't error out

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.7
 - @bloom-housing/partners@2.0.1-alpha.9
 - @bloom-housing/public@2.0.1-alpha.9
 - @bloom-housing/ui-components@2.0.1-alpha.8

* chore(release): version

 - @bloom-housing/backend-core@3.0.0
 - @bloom-housing/shared-helpers@3.0.0
 - @bloom-housing/partners@3.0.0
 - @bloom-housing/public@3.0.0
 - @bloom-housing/ui-components@3.0.0

* 1837/preferences cleanup 3 (#2144)

* feat(backend): preferences cleanup

BREAKING CHANGE: Preferences are now M-N relation with a listing and have an intermediate table with ordinal number

* refactor(backend): preferences deduplication

So far each listing referenced it's own unique Preferences. This change introduces Many to Many
relationship between Preference and Listing entity and forces sharing Preferences between listings.

* feat(backend): extend preferences migration with moving existing relations to a new intermediate tab

* feat(backend): add Preference - Jurisdiction ManyToMany relation

* feat: adapt frontend to backend changes

* fix(backend): typeORM preferences select statement

* fix(backend): connect preferences with jurisdictions in seeds, fix pref filter validator

* fix(backend): fix missing import in preferences-filter-params.ts

* refactor: rebase issue

* feat: uptake jurisdictional preferences

* fix: fixup tests

* fix: application preferences ignore page, always separate

* Remove page from src/migration/1633359409242-add-listing-preferences-intermediate-relation.ts

* fix: preference fetching and ordering/pages

* Fix code style issues with Prettier

* fix(backend): query User__leasingAgentInListings__jurisdiction_User__leasingAgentIn specified more

* fix: perferences cypress tests

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.0
 - @bloom-housing/partners@3.0.1-alpha.0
 - @bloom-housing/public@3.0.1-alpha.0
 - @bloom-housing/ui-components@3.0.1-alpha.0

* feat(backend): extend UserUpdateDto to support email change with confirmation (#2120)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.1
 - @bloom-housing/partners@3.0.1-alpha.1
 - @bloom-housing/public@3.0.1-alpha.1
 - @bloom-housing/ui-components@3.0.1-alpha.1

* 2056/user account edit fix (#2073)

* fix: Replaces service to use newly created

* fix: Fix DOB initial values

* feat(backend): extend UserUpdateDto to support email change with confirmation

* fix: Update email form to use a new service

* fix: updates email change language

* Fix code style issues with Prettier

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.2
 - @bloom-housing/partners@3.0.1-alpha.2
 - @bloom-housing/public@3.0.1-alpha.2
 - @bloom-housing/ui-components@3.0.1-alpha.2

* feat: add Programs section to listings management (#2093)

* feat: add Programs section to listings management

* fix: sorting on detail page

* fix: merge issues

* feat: make program fetching jurisdictional

* fix: replace preference with program

* fix: program delete removes jurisdiction

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.3
 - @bloom-housing/partners@3.0.1-alpha.3
 - @bloom-housing/public@3.0.1-alpha.3
 - @bloom-housing/ui-components@3.0.1-alpha.3

* 2085/adds top level catchAll exception filter (#2132)

* fix: adds top level catchAll error filter

* fix: removing now unused exception filter

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.4
 - @bloom-housing/partners@3.0.1-alpha.4
 - @bloom-housing/public@3.0.1-alpha.4
 - @bloom-housing/ui-components@3.0.1-alpha.4

* feat: Change unit number field type to text (#2136)

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.5

* chore(deps): bump electron from 13.1.7 to 13.3.0 (#2137)

Bumps [electron](https://github.com/electron/electron) from 13.1.7 to 13.3.0.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](https://github.com/electron/electron/compare/v13.1.7...v13.3.0)

---
updated-dependencies:
- dependency-name: electron
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump axios from 0.21.1 to 0.21.2 (#2138)

Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.2.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.21.1...v0.21.2)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat(backend): improve application flagged set saving efficiency (#2147)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.5
 - @bloom-housing/partners@3.0.1-alpha.6
 - @bloom-housing/public@3.0.1-alpha.5
 - @bloom-housing/ui-components@3.0.1-alpha.5

* 1655/invite user edit (#1982)

* feat: Update title to be also a react node

* feat: Update translations

* feat: Create reusable form to add and edit users

* feat: Add delete function

* feat(backend): Add ON UPDATE SET NULL to application-user relation

* fix: Fix type

* Fix code style issues with Prettier

* fix(jurisdictionResolverService): updates to return undefined if no jurisdictionName

* feat: Update drawer state name

* feat: Add missing translations

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.6
 - @bloom-housing/partners@3.0.1-alpha.7
 - @bloom-housing/public@3.0.1-alpha.6
 - @bloom-housing/ui-components@3.0.1-alpha.6

* Add a phone number column to the user_accounts table (#2134)

* Merge pull request #710 from CityOfDetroit/feature/add-phonenumber-to-user-entity

Add phone number to user accounts.

* Merge pull request #728 from CityOfDetroit/fix/modify-phone-number-test

Fix user E2E tests.

* Merge pull request #728 from CityOfDetroit/fix/modify-phone-number-test

Fix user E2E tests.

* fix: add validation groups to phoneNumber

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.7
 - @bloom-housing/partners@3.0.1-alpha.8
 - @bloom-housing/public@3.0.1-alpha.7
 - @bloom-housing/ui-components@3.0.1-alpha.7

* refactor: make backend a peer dependency in ui-components (#2146)

* refactor: make backend a peer dependency in ui-components

* fix: fix flaky test

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.0
 - @bloom-housing/partners@3.0.1-alpha.9
 - @bloom-housing/public@3.0.1-alpha.8
 - @bloom-housing/ui-components@3.0.1-alpha.8

* fix: updates address order (#2151)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.8
 - @bloom-housing/shared-helpers@3.0.1-alpha.1
 - @bloom-housing/partners@3.0.1-alpha.10
 - @bloom-housing/public@3.0.1-alpha.9

* feat(backend): add nginx proxy-cache configuration (#2119)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.9
 - @bloom-housing/shared-helpers@3.0.1-alpha.2
 - @bloom-housing/partners@3.0.1-alpha.11
 - @bloom-housing/public@3.0.1-alpha.10

* Release 11 11 21 (#2162)

* fix: fix: adding unit tests to the unit type

picked from dev c33654d9abdeea274bf886acf46c6707b8477ccd

* fix: fix: a11y color contrast issues with tint on ImageCard component

picked from dev e2338ccebc65fdfbeac40750177ef32386599c4c

* feat: feat: two new common app questions - Household Changes and Household Student

picked from dev 29780f670dfae1350dd9bd1672b54a37537c80d8

* fix: fix: SiteHeader visual issues with long menu bars

picked from dev 17bde74b5e5ce9f2ed2ca2e8724d89e7fecdcc9c

* feat: feat: jurisdictional email signatures

picked from dev 5cb89d6daa3b9cd6e20d449b0ce6552ffa65649e

* fix: fix: don't send email confirmation on paper app submission

picked from dev 76fb4cccb0ad146eadd43700e664254d141fce7d

* feat: feat: Updates application confirmation numbers

picked from dev ac9526c2fa92364deac579faaa60bdb8bbfeebff

* fix: fix(backend): make it possible to filter portal users in /users endpoint

picked from dev 3360f41f327a5602cb7f49317fae43bf7fa42581

* feat: feat(backend): add languages (Language[]) to Jurisdiction entity

picked from dev d0c3a702b6b35e39946d311223c97a9fd50d2df0

* fix: feat(backend): try fixing SETEX redis e2e tests flakiness

picked from dev a268e1bc389d1f0690738c7d0f91ab7bd0c35086

* feat: feat(backend): Add user delete endpoint

picked from dev 5e751cec4027626decdd3a218bf999190c925ebe

* fix: fix: improved UX for the Building Selection Criteria drawer

picked from dev bba9033d10b57ff8f41fd80f14405e2d688c9b92

* feat: feat(backend): add Program entity

picked from dev d23a65653e27fbd45a8d174b6399692915ba2c17

* refactor: breaking: 1837/preferences cleanup

picked from dev 7ab4104a29d7989f4b3335654f463bfc3773fba8

BREAKING CHANGE: preferences model and relationships changed

* feat: feat(backend): extend UserUpdateDto to support email change

picked from dev 1933cca822596e1084319cb87b1763899620f40a

* fix: 2056/user account edit fix

picked from dev eac5bd1dc11d5db5d31d0400712d49fbfff17394

* refactor: 2085/adds top level catchAll exception filter

picked from dev 06f9cdaf10f54a37bb7b46f8b8230f024187d310

* feat: feat: Change unit number field type to text

picked from dev 09700aa2bff340fc62840569fb795161c7b25df1

* feat(backend): improve application flagged set saving efficiency

* fix: fix: updates address order

picked from dev 1ff66f0da0f4773b8e9eba1c0ada12e88c9c89e5

* fix: sets programs to optoinal and updates versions

* chore: chore(deps): bump electron from 13.1.7 to 13.3.0

* chore: chore(deps): bump axios from 0.21.1 to 0.21.2

* fix: adds programs service

* fix: fix lisitng e2e tests

* fix: fix member tests

* fix: fixes program, preference, ami-chart de-dupe (#2169)

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.12

* fix: adds jurisdictionId to useSWR path

* fix: recalculate units available on listing update (#2150)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.10
 - @bloom-housing/shared-helpers@3.0.1-alpha.3
 - @bloom-housing/partners@3.0.1-alpha.13
 - @bloom-housing/public@3.0.1-alpha.11

* fix: recalculate units available on listing update

picked form dev 9b12ff0d5897c04e3bcaa788f8ec225cb5af6dd3

* feat: feat(backend): make use of new application confirmation codes

picked from dev fddb626a17b911c4933566b64a4ac7e26e032279

* Revert "chore(deps): bump axios from 0.21.1 to 0.21.2 (#2138)"

This reverts commit a8e2a5c1dfc71a4f13ff548ae23aa67d18acbcd3.

* revert: revert "chore(deps): bump axios from 0.21.1 to 0.21.2

picked from dev e99944ecaec4d4527065e8b5cb5374a5612e9c4c

* refactor: remove applicationAddress (#2009)

* refactor: remove applicationAddress

* docs: readme update

* test: fix backend test

* fix: db migration

* Fix code style issues with Prettier

* test(backend): fix SETEX impossible to process

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.11
 - @bloom-housing/shared-helpers@3.0.1-alpha.4
 - @bloom-housing/partners@3.0.1-alpha.14
 - @bloom-housing/public@3.0.1-alpha.12
 - @bloom-housing/ui-components@3.0.1-alpha.9

* feat: refactor and add public site application flow cypress tests (#2118)

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.15
 - @bloom-housing/public@3.0.1-alpha.13
 - @bloom-housing/ui-components@3.0.1-alpha.10

* fix: sapp submission w/ no due date

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.12
 - @bloom-housing/shared-helpers@3.0.1-alpha.5
 - @bloom-housing/partners@3.0.1-alpha.16
 - @bloom-housing/public@3.0.1-alpha.14

* Revert "feat(backend): add nginx proxy-cache configuration (#2119)"

This reverts commit f51c05f34e84b22bf6093f786aea9fcc970aee85.

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.13
 - @bloom-housing/shared-helpers@3.0.1-alpha.6
 - @bloom-housing/partners@3.0.1-alpha.17
 - @bloom-housing/public@3.0.1-alpha.15

* fix: app submission w/ no due date

picked from dev 574b8ce65017d958bc392421ed4379ddc1f2216f

* 1975/better seed data for ami-charts (#2156)

* fix: better seed data for ami-charts

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.14
 - @bloom-housing/shared-helpers@3.0.1-alpha.7
 - @bloom-housing/partners@3.0.1-alpha.18
 - @bloom-housing/public@3.0.1-alpha.16

* 2154/avance prefs (#2177)

* feat: new preferences

* feat: preference updates

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.15
 - @bloom-housing/shared-helpers@3.0.1-alpha.8
 - @bloom-housing/partners@3.0.1-alpha.19
 - @bloom-housing/public@3.0.1-alpha.17
 - @bloom-housing/ui-components@3.0.1-alpha.11

* 2154/avance prefs (#2178)

* feat: new preferences

* feat: preference updates

* Fix code style issues with Prettier

* feat: preference options bottom border

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.18

* 2154/avance prefs III (#2179)

* feat: new preferences

* feat: preference updates

* Fix code style issues with Prettier

* feat: preference options bottom border

* feat: liveWorkLivermore preference

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.20
 - @bloom-housing/public@3.0.1-alpha.19
 - @bloom-housing/ui-components@3.0.1-alpha.12

* 1988/adds listing management cypress tests to partner portal (#2103)

* test: adds listing management tests

* test: minor tweaks

* test: big updates for LM cypress tests

* test: fixes selectors

* feat: adding partner cypress tests to pr workflow

* fix: undoing

* chore: adds latest bloom-housing packages to partners

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.21
 - @bloom-housing/public@3.0.1-alpha.20
 - @bloom-housing/ui-components@3.0.1-alpha.13

* feat: adds new preferences, reserved community type

* feat: adds bottom border to preferences

* feat: updates preference string

* fix: preference cleanup for avance

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.22
 - @bloom-housing/public@3.0.1-alpha.21
 - @bloom-housing/ui-components@3.0.1-alpha.14

* fix: preference cleanup for avance

* 1975/one month rent (#2158)

* feat: add depoist helper text

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.16
 - @bloom-housing/shared-helpers@3.0.1-alpha.9
 - @bloom-housing/partners@3.0.1-alpha.23
 - @bloom-housing/public@3.0.1-alpha.22
 - @bloom-housing/ui-components@3.0.1-alpha.15

* fix(backend): fix view.spec.ts test (#2175)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.17
 - @bloom-housing/shared-helpers@3.0.1-alpha.10
 - @bloom-housing/partners@3.0.1-alpha.24
 - @bloom-housing/public@3.0.1-alpha.23

* refactor: removes jsonpath (#2206)

* refactor: removes jsonpath

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.18
 - @bloom-housing/shared-helpers@3.0.1-alpha.11
 - @bloom-housing/partners@3.0.1-alpha.25
 - @bloom-housing/public@3.0.1-alpha.24

* 1869/application program display (#2114)

* feat: add programs step to application forms

* test: add Cypress tests for the programs step

* feat: rework the Programs page and enhance seeds

* chore: fix programs Cypress test

* fix: fixup cypress tests

* fix: update mock data

* fix: fixup mock data pt 2

* fix: type issues

* fix: bugs and simplify program data processing

Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.19
 - @bloom-housing/shared-helpers@3.0.1-alpha.12
 - @bloom-housing/partners@3.0.1-alpha.26
 - @bloom-housing/public@3.0.1-alpha.25
 - @bloom-housing/ui-components@3.0.1-alpha.16

* feat: adds jurisdictions to pref seeds (#2199)

* feat: adds jurisdictions to pref seeds

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.20
 - @bloom-housing/shared-helpers@3.0.1-alpha.13
 - @bloom-housing/partners@3.0.1-alpha.27
 - @bloom-housing/public@3.0.1-alpha.26

* 1901/application program partners (#2182)

* feat: add programs step to application forms

* test: add Cypress tests for the programs step

* feat: rework the Programs page and enhance seeds

* chore: fix programs Cypress test

* feat: add programs step to application forms

* test: add Cypress tests for the programs step

* feat: rework the Programs page and enhance seeds

* chore: fix programs Cypress test

* fix: fixup cypress tests

* fix: update mock data

* fix: fixup mock data pt 2

* fix: type issues

* feat: Create programs mapper

Closes #1901

* feat: Add programs section

Closes #1901

* feat: Create details section for programs

Closes #1901

* feat: Update translations

Closes #1901

* refactor: Remove console log

Closes #1901

* refactor: Simpify code

Closes #1901

* chore: remove console log

* fix: mapProgramToApi return

Co-authored-by: Jared White <jared@jaredwhite.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.21
 - @bloom-housing/shared-helpers@3.0.1-alpha.14
 - @bloom-housing/partners@3.0.1-alpha.28
 - @bloom-housing/public@3.0.1-alpha.27
 - @bloom-housing/ui-components@3.0.1-alpha.17

* test: update program test

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.28

* feat: new demographics sub-race questions (#2109)

* feat: new demographics sub-race questions

* fix: update migration to keep data

* feat: other text boxes

* feat: wip other labels

* feat: can edit demo in partners

* fix: cleanup

* feat: csv formatting

* fix: type issue

* feat: remove gender and sexual orientation

* fix: add test id

* fix: more test ids

* fix: select by checkboxes

* fix: dont use select

* fix: data

* fix: add tests, fixup other option

* Fix code style issues with Prettier

* fix: remove unneeded dependencies

* test: add additional test

* Fix code style issues with Prettier

* test: change test id attribute

* chore: cleanup formatApplicationData imports

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.22
 - @bloom-housing/shared-helpers@3.0.1-alpha.15
 - @bloom-housing/partners@3.0.1-alpha.29
 - @bloom-housing/public@3.0.1-alpha.29
 - @bloom-housing/ui-components@3.0.1-alpha.18

* feat: updates email confirmation for lottery (#2200)

* feat: updates email confirmation for lottery

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.23
 - @bloom-housing/shared-helpers@3.0.1-alpha.16
 - @bloom-housing/partners@3.0.1-alpha.30
 - @bloom-housing/public@3.0.1-alpha.30

* fix: add ariaHidden to Icon component

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.17
 - @bloom-housing/partners@3.0.1-alpha.31
 - @bloom-housing/public@3.0.1-alpha.31
 - @bloom-housing/ui-components@3.0.1-alpha.19

* fix: add ariaLabel prop to Button component

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.18
 - @bloom-housing/partners@3.0.1-alpha.32
 - @bloom-housing/public@3.0.1-alpha.32
 - @bloom-housing/ui-components@3.0.1-alpha.20

* fix: change the yes/no radio text to be more descriptive (#2208)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.19
 - @bloom-housing/partners@3.0.1-alpha.33
 - @bloom-housing/public@3.0.1-alpha.33
 - @bloom-housing/ui-components@3.0.1-alpha.21

* fix: remove alameda reference in demographics (#2209)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.20
 - @bloom-housing/partners@3.0.1-alpha.34
 - @bloom-housing/public@3.0.1-alpha.34
 - @bloom-housing/ui-components@3.0.1-alpha.22

* refactor: remove applicationAddress

picked from dev 081beeb541f354c1360fbeba170afe19a1d34f98

* feat: refactor and add public site application flow cypress tests

picked from dev 3d01626016ef611853770dea8431a68d1ca53fae

* feat: better seed data for ami-charts

picked from dev aae89af29e517673f42a06ca9aa8e28ef4198ded

* feat: adds listing management cypress tests to partner portal

* fix: listings management keep empty strings, remove empty objects

picked from dev bbef06bd1b95f549e9fecd6af787df009e01e9e0

* feat: one month rent

picked from dev 931903360faf813ef9a151d975586388d1a253b3

* test: view.spec.ts test

picked from dev 4a2dfbaaad6c3f9252b11dcec1b1db732ae53285

* refactor: removes jsonpath

picked from dev 75ee548d0646d33316beeb89cbe2c6fadca5ee67

* feat: adds jurisdictions to pref seeds

picked from dev f4b3c11e22337ce8c1a942881756e5c636fb0084

* feat: new demographics sub-race questions

picked from dev d81fb2f7c424acecc2ad89656855362dd1b9bcd4

* feat: updates email confirmation for lottery

picked from dev 8a9e21039fd6566664be2a4ecdef20d381048f03

* fix: add ariaHidden to Icon component

picked from dev f6dd5af88d207d92c2c02cc63b63d5e9fdf2f381

* fix: add ariaLabel prop to Button component

picked from dev 0434378b406417fe84cdb42d90ba77ea9366081c

* fix: change the yes/no radio text to be more descriptive

picked from dev 38a6ff76b8eb60293f82e0a4c37e129b2d7d52ba

* fix: remove alameda reference in demographics

picked from dev cfa1f78668e6d3834c1772a59f55f83608017f14

* chore: release version

picked from dev 8445513c6c4a996b2e3b552c204f23b6372713d7

* feat: ami chart jurisdictionalized

picked from dev d7d8d21c13db9c925e3826db2f0536d0832c3827

* refactor: make backend a peer dependency in ui-components

picked from dev b2ccff139082043a5fe068b8e6be859e4ce9a1a7

* feat: add a phone number column to the user_accounts table

picked from dev 3b4fd091730d24938b48f67970e224b60112eb33

* chore: removes application program partners

* chore: removes application program display

* Revert "chore: removes application program display"

This reverts commit dc268955bf981dcd4d48392948c00f9e7971b095.

* Revert "chore: removes application program partners"

This reverts commit 57cfefb15bfece763221d5445eac6ddd24576182.

* chore: yarn.lock and backend-swagger

* fix: removes Duplicate identifier fieldGroupObjectToArray

* feat: skip preferences if not on listing

* chore(release): version

* fix: cannot save custom mailing, dropoff, or pickup address

* chore(release): version

* chore: converge on one axios version, remove peer dependency

* chore(release): version

* feat: simplify Waitlist component and use more flexible schema

* chore(release): version

* fix: lottery results uploads now save

* chore(release): version

* feat: add SRO unit type

* chore(release): version

* fix: paper application submission

* chore(release): version

* fix: choose-language context

* chore(release): version

* fix: applications/view hide prefs

* chore(release): version

* feat: overrides fallback to english, tagalog support

* chore(release): version

* fix: account translations

* chore(release): version

* fix: units with invalid ami chart

* chore(release): version

* fix: remove description for the partners programs

* fix: fix modal styles on mobile

* fix: visual improvement to programs form display

* fix: submission tests not running

* chore: translations (#2293)

* chore: translations (#2295)

* chore: missing translations (#2296)

* fix: prefUnits on autofill summary (#2294)

* chore: move Programs step to come after Students (#2277)

* feat: adds whatToExpect to GTrans

* chore: missing translations (#2299)

* fix: 2259/fixes idle timeout not resetting properly (#2292)

* chore(release): version

* fix: demographics howDidYouHear options (2305)

* chore(release): version

* fix: mobile notice text wrap issue (#2308)

* feat: postmark date time fields partners (#2239)

* fix: versioning issues (#2311)

* chore(release): version

* chore(backend): move libs/ to shared/utils, clean up modules (#2230)

* feat(backend): all programs to csv export (#2302)

* chore(release): version

* feat: filter partner users

* chore(release): version

* feat: adds updating open listing modal (#2288)

* fix: closed listings allowed apps (#2317)

* feat: 2165/rosefield preference updates (#2386)

* chore(release): version

* Revert "chore(release): version"

This reverts commit 5a4b461c574530181f3c79cba03f4e6592a4422a.

* chore(release): version

 - @bloom-housing/backend-core@3.0.1
 - @bloom-housing/shared-helpers@3.0.1
 - @bloom-housing/partners@3.0.1
 - @bloom-housing/public@3.0.1
 - @bloom-housing/ui-components@3.0.1

* feat(backend): add storing listing translations (#2215)

* feat: adds whatToExpect to GTrans (#2303)

* fix: patch issue with submit application section

* fix: patches translations for preferences (#2410)

* fix: issues with public app and readds auto save (2428)

* fix: ami charts without all households (#2430)

* fix: load blank application

* 2022-01-27 release (#2439)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.23
 - @bloom-housing/partners@3.0.1-alpha.37
 - @bloom-housing/public@3.0.1-alpha.38
 - @bloom-housing/ui-components@3.0.1-alpha.24

* fix(backend): nginx with heroku configuration (#2196)

* fix(backend): nginx with heroku configuration

* feat(backend): nginx make hostname and port variable

* feat: nginx proxy updates

* feat(backend): modify proxy_pass and Host header settings

Co-authored-by: seanmalbert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.26
 - @bloom-housing/shared-helpers@3.0.1-alpha.24
 - @bloom-housing/partners@3.0.1-alpha.38
 - @bloom-housing/public@3.0.1-alpha.39
 - @bloom-housing/ui-components@3.0.1-alpha.25

* fix: fetchBaseListingData (#2238)

* fix: fetchBaseListingData

* fix: fetchBaseListingData

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.40

* fix: lottery results uploads now save (#2226)

* fix: lottery results uploads now save

* fix: switch to partial typing

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.39

* feat: getStaticPaths fallback blocking test

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.41

* chore: add temp logs for testing id/slug

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.42

* chore(backend): move libs/ to shared/utils, clean up modules (#2230)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.27
 - @bloom-housing/shared-helpers@3.0.1-alpha.25
 - @bloom-housing/partners@3.0.1-alpha.40
 - @bloom-housing/public@3.0.1-alpha.43
 - @bloom-housing/ui-components@3.0.1-alpha.26

* chore: add SRO unit type (#2243)

* chore: add SRO unit type to DB / translations

* chore: additional string changes to SRO

* test(backend): add SRO to unit types test

* feat: SRO unit type additions

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.28
 - @bloom-housing/shared-helpers@3.0.1-alpha.26
 - @bloom-housing/partners@3.0.1-alpha.41
 - @bloom-housing/public@3.0.1-alpha.44
 - @bloom-housing/ui-components@3.0.1-alpha.27

* 2140/fix paper application submission (#2195)

* fix: fix paper application submission

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.42

* Fix code style issues with Prettier

* test: adds cypress test coverage

* fix: updates per sean

* fix: one more update

* test: fix partners unit tests

* fix: choose-language context

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.45

* fix: applications drop off address

* fix: applications/view hide prefs

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.46

* feat(backend): add storing listing translations (#2215)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.29
 - @bloom-housing/shared-helpers@3.0.1-alpha.27
 - @bloom-housing/partners@3.0.1-alpha.43
 - @bloom-housing/public@3.0.1-alpha.47
 - @bloom-housing/ui-components@3.0.1-alpha.28

* fix(backend): make nginx proxy use Language HTTP header in cache key (#2266)

* 2098/fix partner applications grid display (#2188)

* fix: partner applications grid display

* Fix code style issues with Prettier

* test: fix tests

* Fix code style issues with Prettier

* fix: updates to using views

* tests: add application grid test

* fix: updates per sean

* fix: one more update

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.30
 - @bloom-housing/shared-helpers@3.0.1-alpha.28
 - @bloom-housing/partners@3.0.1-alpha.44
 - @bloom-housing/public@3.0.1-alpha.48
 - @bloom-housing/ui-components@3.0.1-alpha.29

* fix: fixes some issues with the deployment

* Revert/2188 (#2270)

* fix: fixes some issues with the deployment

* revert: partner applications grid display

* fix: view.spec

Co-authored-by: Yazeed Loonat <yazeedloonat@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.31
 - @bloom-housing/shared-helpers@3.0.1-alpha.29
 - @bloom-housing/partners@3.0.1-alpha.45
 - @bloom-housing/public@3.0.1-alpha.49
 - @bloom-housing/ui-components@3.0.1-alpha.30

* 2098/fix partner applications grid display (#2188)

* fix: partner applications grid display

* Fix code style issues with Prettier

* test: fix tests

* Fix code style issues with Prettier

* fix: updates to using views

* tests: add application grid test

* fix: updates per sean

* fix: one more update

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* feat(backend): add listings closing routine (#2213)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.32
 - @bloom-housing/shared-helpers@3.0.1-alpha.30
 - @bloom-housing/partners@3.0.1-alpha.46
 - @bloom-housing/public@3.0.1-alpha.50
 - @bloom-housing/ui-components@3.0.1-alpha.31

* feat(backend): add user password expiration

* fix: Remove description for the partners programs (#2234)

Closes #1901

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.47

* 2227/lock login attempts frontend (#2260)

* feat: Add new translations

Closes #1927

* refactor: Make title as optional

Closes #1927

* feat: Update login alert text

Closes #1927

* fix: Use translation, instead of hardcoded text

Closes #1927

* feat: Add translation

Closes #1927

* feat: Update type name

Closes #1927

* feat: Add new alerts

Closes #1927

* fix: Fix translation

Closes #1927

* fix(AlertBox.tsx): Fix close icon placement

Closes #1927

* feat: Create helper to catch network errors

Closes #1927

* feat: Add translations

Closes #1927

* feat: Create reusable sign-in form

Closes #1927

* refactor(sign-in page, public and partners): Update sign-in pages to use reusable form

BREAKING CHANGE: sign-in pages have been updated

Closes #1927

* Fix code style issues with Prettier

* fix: fixes tests and also issue with user grid

* fix: fixes linting error

* feat(backend): add appropriate http exception for password outdated login failure

* fix: Fix modal styles on mobile (#2280)

Closes #2253

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.31
 - @bloom-housing/partners@3.0.1-alpha.48
 - @bloom-housing/public@3.0.1-alpha.51
 - @bloom-housing/ui-components@3.0.1-alpha.32

* fix: visual improvement to programs form display (#2276)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.52

* fix: submission tests not running (#2282)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.53

* feat: overrides fallback to english, tagalog support (#2262)

* chore: allow work-in strings to take jurisdiction name

* feat: add support for tagalog

* Fix code style issues with Prettier

* feat: tagalog language

* feat: translations precedence includes en overrides

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.33
 - @bloom-housing/shared-helpers@3.0.1-alpha.32
 - @bloom-housing/partners@3.0.1-alpha.49
 - @bloom-housing/public@3.0.1-alpha.54
 - @bloom-housing/ui-components@3.0.1-alpha.33

* fix: account translations (#2278)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.33
 - @bloom-housing/partners@3.0.1-alpha.50
 - @bloom-housing/public@3.0.1-alpha.55
 - @bloom-housing/ui-components@3.0.1-alpha.34

* test: fixes test issues

* fix: fix sortig on applications partner grid

* chore: translations (#2293)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.34
 - @bloom-housing/partners@3.0.1-alpha.51
 - @bloom-housing/public@3.0.1-alpha.56
 - @bloom-housing/ui-components@3.0.1-alpha.35

* chore: translations (#2295)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.35
 - @bloom-housing/partners@3.0.1-alpha.52
 - @bloom-housing/public@3.0.1-alpha.57
 - @bloom-housing/ui-components@3.0.1-alpha.36

* chore: missing translations (#2296)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.36
 - @bloom-housing/partners@3.0.1-alpha.53
 - @bloom-housing/public@3.0.1-alpha.58
 - @bloom-housing/ui-components@3.0.1-alpha.37

* fix: prefUnits on autofill summary (#2294)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.59

* chore: move Programs step to come after Students (#2277)

* chore: move Programs step to come after Students

* test: rearrange order of programs within Cypress tests

* test: remove problematic statement

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.60

* fix: units with invalid ami chart (#2290)

* fix: alunits with invalid ami chart

* perf: uniquePercentageChartSet map

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.34
 - @bloom-housing/shared-helpers@3.0.1-alpha.37
 - @bloom-housing/partners@3.0.1-alpha.54
 - @bloom-housing/public@3.0.1-alpha.61
 - @bloom-housing/ui-components@3.0.1-alpha.38

* chore: missing translations (#2299)

* chore: missing translations

* chore: remove logs

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.38
 - @bloom-housing/partners@3.0.1-alpha.55
 - @bloom-housing/public@3.0.1-alpha.62
 - @bloom-housing/ui-components@3.0.1-alpha.39

* 2259/fixes idle timeout not resetting properly (#2292)

* fix: fixes idle timeout not resetting properly

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.63

* feat: adds whatToExpect to GTrans (#2303)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.35
 - @bloom-housing/shared-helpers@3.0.1-alpha.39
 - @bloom-housing/partners@3.0.1-alpha.56
 - @bloom-housing/public@3.0.1-alpha.64
 - @bloom-housing/ui-components@3.0.1-alpha.40

* fix: demographics howDidYouHear options were not changing on language change (#2305)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.65

* Fix checkbox rtl style

* feat(backend): add password outdating only to users which are either admins or partners

* fix: fix hero button width with secondary button (#2306)

* fix: mobile notice text wrap issue (#2308)

* feat(backend): add activity logging to listings module (#2190)

* feat(backend): add activity logging to listings module

* feat(backend): add activity logging to applications and user controllers

* feat(backend): add metada column to activity log entity

* feat(backend): change activity log metadata column type

* feat(backend): remove applications related changes

* feat(backend): remove ListingActivityLogInterceptor

* 2040/postmark date time fields partners (#2239)

* feat: add postmark by date and time fields

* feat: fix display and preview page

* test: fix so the correct date displays

* Fix code style issues with Prettier

* fix: fixes per emily

* fix: updates per sean

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* fix: versioning issues (#2311)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.36
 - @bloom-housing/shared-helpers@3.0.1-alpha.41
 - @bloom-housing/partners@3.0.1-alpha.58
 - @bloom-housing/public@3.0.1-alpha.67
 - @bloom-housing/ui-components@3.0.1-alpha.42

* feat(backend): all programs to csv export (#2302)

* feat(backend): all programs to csv export

* chore: removes console log

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.37
 - @bloom-housing/shared-helpers@3.0.1-alpha.42
 - @bloom-housing/partners@3.0.1-alpha.59
 - @bloom-housing/public@3.0.1-alpha.68
 - @bloom-housing/ui-components@3.0.1-alpha.43

* feat(backend): add partnerTerms to jurisdiction entity (#2301)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.38
 - @bloom-housing/shared-helpers@3.0.1-alpha.43
 - @bloom-housing/partners@3.0.1-alpha.60
 - @bloom-housing/public@3.0.1-alpha.69
 - @bloom-housing/ui-components@3.0.1-alpha.44

* feat: removes ListingLangCacheInterceptor from get by id

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.39
 - @bloom-housing/shared-helpers@3.0.1-alpha.44
 - @bloom-housing/partners@3.0.1-alpha.61
 - @bloom-housing/public@3.0.1-alpha.70
 - @bloom-housing/ui-components@3.0.1-alpha.45

* fix: Update translation

Closes 1927

* fix: Update hardcoded translations

Closes #1927

* refactor: listing detail props (#2313)

* refactor: listing detail props

* fix: HouseholdSizeField FieldError

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.45
 - @bloom-housing/partners@3.0.1-alpha.62
 - @bloom-housing/public@3.0.1-alpha.71
 - @bloom-housing/ui-components@3.0.1-alpha.46

* chore(deps): bump next from 11.1.2 to 11.1.3 (#2289)

* feat(backend): refactor applications module (#2279)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.40
 - @bloom-housing/shared-helpers@3.0.1-alpha.46
 - @bloom-housing/partners@3.0.1-alpha.63
 - @bloom-housing/public@3.0.1-alpha.72
 - @bloom-housing/ui-components@3.0.1-alpha.47

* feat: filter partner users

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.64

* feat: password reset message

* fix: make mailThin background transparent

* fix: add mailThin icon to stories

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.47
 - @bloom-housing/partners@3.0.1-alpha.65
 - @bloom-housing/public@3.0.1-alpha.73
 - @bloom-housing/ui-components@3.0.1-alpha.48

* feat: adds updating open listing modal (#2288)

* feat: adds updating open listing modal

* fix: closed listings allowed apps (#2317)

* feat: updates for gtm

* feat: updates for gtm

* fix: removes more closed listing application paths (#2319)

* feat: make page header title optional

* feat(backend): remove activity log interceptor from update-password

* refactor: removing helpers from ui-components that are backend dependent (#2108)

BREAKING CHANGE: moved some helpers from ui-components to shared-helpers

* chore: bump versions (#2326)

* fix: make numbered list breakpoint match config

* chore: bump shared-helpers version

* fix: partners shared-helpers version

* chore: bump partners version

* chore: bump public version

* chore: bump version

* chore(release): version

 - @bloom-housing/backend-core@3.0.1
 - @bloom-housing/shared-helpers@4.0.0
 - @bloom-housing/partners@4.0.0
 - @bloom-housing/public@4.0.0
 - @bloom-housing/ui-components@4.0.0

* feat: add matched style to ApplicationStatus

* Fix code style issues with Prettier

* fix: make primary buttons primary background

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.0
 - @bloom-housing/shared-helpers@4.0.1-alpha.0
 - @bloom-housing/partners@4.0.1-alpha.0
 - @bloom-housing/public@4.0.1-alpha.0
 - @bloom-housing/ui-components@4.0.1-alpha.0

* chore: backend & ui-component gitHead

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.1
 - @bloom-housing/shared-helpers@4.0.1-alpha.1
 - @bloom-housing/partners@4.0.1-alpha.1
 - @bloom-housing/public@4.0.1-alpha.1
 - @bloom-housing/ui-components@4.0.1-alpha.1

* fix: propagate custom icon type to ImageCard prop

* Fix code style issues with Prettier

* fix: check for user lastLoginAt

* test: updates user login test

* fix: bump version (#2349)

* fix: bump version (#2350)

* fix: cypress coverage configs

* fix: force a release number if one exists (#2351)

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.6
 - @bloom-housing/shared-helpers@4.0.1-alpha.6
 - @bloom-housing/partners@4.0.1-alpha.6
 - @bloom-housing/public@4.0.1-alpha.6
 - @bloom-housing/ui-components@4.0.1-alpha.6

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.7
 - @bloom-housing/shared-helpers@4.0.1-alpha.7
 - @bloom-housing/partners@4.0.1-alpha.7
 - @bloom-housing/public@4.0.1-alpha.7
 - @bloom-housing/ui-components@4.0.1-alpha.7

* fix: apply action block style to button class not component (#2348)

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.8
 - @bloom-housing/partners@4.0.1-alpha.8
 - @bloom-housing/public@4.0.1-alpha.8
 - @bloom-housing/ui-components@4.0.1-alpha.8

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.8
 - @bloom-housing/shared-helpers@4.0.1-alpha.9
 - @bloom-housing/partners@4.0.1-alpha.9
 - @bloom-housing/public@4.0.1-alpha.9
 - @bloom-housing/ui-components@4.0.1-alpha.9

* fix: remove next dependency from ui-components (#2352)

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.10
 - @bloom-housing/partners@4.0.1-alpha.10
 - @bloom-housing/public@4.0.1-alpha.10
 - @bloom-housing/ui-components@4.0.1-alpha.10

* chore: port latest dev updates over for paper listing form

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.11
 - @bloom-housing/partners@4.0.1-alpha.11
 - @bloom-housing/public@4.0.1-alpha.11
 - @bloom-housing/ui-components@4.0.1-alpha.11

* Add public urls to jurisdiction (#2316)

* Add public urls to jurisdiction

* feat(backend): fix units-transformations.spec test

* feat(backend): fix changes in interface of the autogenerated client in sites/

* Fix code style issues with Prettier

* feat: adds detroit to migration for local/dev

* Fix code style issues with Prettier

* feat: updates to use publicUrl

* Fix code style issues with Prettier

* feat(backend): update add-public-url-to-jurisdiction migration

* fix(backend): jurisidctions e2e tests

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.9
 - @bloom-housing/shared-helpers@4.0.1-alpha.12
 - @bloom-housing/partners@4.0.1-alpha.12
 - @bloom-housing/public@4.0.1-alpha.12
 - @bloom-housing/ui-components@4.0.1-alpha.12

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.10
 - @bloom-housing/shared-helpers@4.0.1-alpha.13
 - @bloom-housing/partners@4.0.1-alpha.13
 - @bloom-housing/public@4.0.1-alpha.13
 - @bloom-housing/ui-components@4.0.1-alpha.13

* fix: move type declarations out of shared-helpers (#2356)

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.14
 - @bloom-housing/partners@4.0.1-alpha.14
 - @bloom-housing/public@4.0.1-alpha.14
 - @bloom-housing/ui-components@4.0.1-alpha.14

* chore(release): version

 - @bloom-housing/partners@4.0.1-alpha.15

* refactor: unifiies logic around listingid

* refactor: prevent local reseed with cypress tests (#2353)

* chore(release): version

 - @bloom-housing/public@4.0.1-alpha.15

* test: add partners cypress ci job

* chore: fixup config

* chore: fixup config 2

* chore: fixup config 3

* chore: fixup config 3

* chore: fixup config 4

* chore: change name to be unique

* fix: update naming

* fix: remove empty secrets

* fix: add in env variable defaults

* fix: add test id

* fix: use drag n drop

* fix: rename var

* fix: rename var2

* test: update config

* 1290/use dayjs instead of moment (#2338)

* Convert all use of Moment to Dayjs

* fix: more moment -> dayjs cleanup

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.11
 - @bloom-housing/shared-helpers@4.0.1-alpha.15
 - @bloom-housing/partners@4.0.1-alpha.16
 - @bloom-housing/public@4.0.1-alpha.16
 - @bloom-housing/ui-components@4.0.1-alpha.15

* test: fix for cypress tests

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.12
 - @bloom-housing/shared-helpers@4.0.1-alpha.16
 - @bloom-housing/partners@4.0.1-alpha.17
 - @bloom-housing/public@4.0.1-alpha.17
 - @bloom-housing/ui-components@4.0.1-alpha.16

* fix: listings group expandable section css updates (#2377)

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.17
 - @bloom-housing/partners@4.0.1-alpha.18
 - @bloom-housing/public@4.0.1-alpha.18
 - @bloom-housing/ui-components@4.0.1-alpha.17

* fix: ensure dayjs parsing strings will work as expected

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.18
 - @bloom-housing/partners@4.0.1-alpha.19
 - @bloom-housing/public@4.0.1-alpha.19
 - @bloom-housing/ui-components@4.0.1-alpha.18

* feat: adds event logging to most of the pages

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.19
 - @bloom-housing/partners@4.0.1-alpha.20
 - @bloom-housing/public@4.0.1-alpha.20
 - @bloom-housing/ui-components@4.0.1-alpha.19

* fix: open house events can now be edited and work cross-browser (#2320)

* fix: open house events can be edited and work cross-browser

* chore: refactor event dates handling to use dayjs

* fix: lm form refresh and getDetailFieldTime

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/partners@4.0.1-alpha.21

* 2165/rosefield preference updates (#2386)

* feat: rosefield preference updates

* feat: removes "no" from rosefield translations

* fix: removing translations

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.20
 - @bloom-housing/partners@4.0.1-alpha.22
 - @bloom-housing/public@4.0.1-alpha.21
 - @bloom-housing/ui-components@4.0.1-alpha.20

* fix: dates showing as invalid in send by mail section (#2362)

BREAKING CHANGE: remove applicationDueTime field and consolidated into applicationDueDate

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.13
 - @bloom-housing/shared-helpers@4.0.1-alpha.21
 - @bloom-housing/partners@4.0.1-alpha.23
 - @bloom-housing/public@4.0.1-alpha.22
 - @bloom-housing/ui-components@4.0.1-alpha.21

* fix: partners render issue (#2395)

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.14
 - @bloom-housing/shared-helpers@4.0.1-alpha.22
 - @bloom-housing/partners@4.0.1-alpha.24
 - @bloom-housing/public@4.0.1-alpha.23
 - @bloom-housing/ui-components@4.0.1-alpha.22

* fix: user status enum to camel case; gtm types

* fix: removes unnecessary ternary

* test: fix flaky cypress test

* fix: patches translations for preferences (#2410)

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.15
 - @bloom-housing/shared-helpers@4.0.1-alpha.23
 - @bloom-housing/partners@4.0.1-alpha.25
 - @bloom-housing/public@4.0.1-alpha.24
 - @bloom-housing/ui-components@4.0.1-alpha.23

* feat: listing card takes optional children (#2407)

* feat: listing card takes optional children

* fix: additional header

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.24
 - @bloom-housing/partners@4.0.1-alpha.26
 - @bloom-housing/public@4.0.1-alpha.25
 - @bloom-housing/ui-components@4.0.1-alpha.24

* feat: set gtm pageTitle to english only

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.25
 - @bloom-housing/partners@4.0.1-alpha.27
 - @bloom-housing/public@4.0.1-alpha.26

* test: fix partner listing tests

* test: adds back mailing address checks

* chore(release): version

 - @bloom-housing/partners@4.0.1-alpha.28

* fix: issues with public app and readds auto save

* fix: removing console logs

* chore(release): version

 - @bloom-housing/public@4.0.1-alpha.27

* fix: ami charts without all households (#2430)

* fix: ami charts without all households

* fix: merging filter and reduce together

Co-authored-by: Yazeed Loonat <yazeedloonat@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.16
 - @bloom-housing/shared-helpers@4.0.1-alpha.26
 - @bloom-housing/partners@4.0.1-alpha.29
 - @bloom-housing/public@4.0.1-alpha.28
 - @bloom-housing/ui-components@4.0.1-alpha.25

* chore: add translations for per month/year in hmi table (#2418)

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.27
 - @bloom-housing/partners@4.0.1-alpha.30
 - @bloom-housing/public@4.0.1-alpha.29
 - @bloom-housing/ui-components@4.0.1-alpha.26

* fix: Fix infinite page width (#2434)

Closes #2374

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.28
 - @bloom-housing/partners@4.0.1-alpha.31
 - @bloom-housing/public@4.0.1-alpha.30
 - @bloom-housing/ui-components@4.0.1-alpha.27

* refactor: Increase textarea limits (#2435)

Closes #2420

* chore(release): version

 - @bloom-housing/partners@4.0.1-alpha.32

* 2328/address verification (#2412)

* feat: verify applicant address via MapBox API

* feat: support various selection states for address

* chore: refactor address to break up large file

* test: update Cypress tests to check address validation

* test: update mock data with a real address

* test: update minimal application data as well

* test: add additional tests for address validation

* test: relocate bad addresses to separate integration test

* feat: improve the error state when invalid address

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.29
 - @bloom-housing/partners@4.0.1-alpha.33
 - @bloom-housing/public@4.0.1-alpha.31
 - @bloom-housing/ui-components@4.0.1-alpha.28

* revert: changes from fix: Fix infinite page width #2434

Co-authored-by: github.context.workflow <github-actions@github.com>
Co-authored-by: Michał Plebański <michalp@airnauts.com>
Co-authored-by: Jared White <jared@jaredwhite.com>
Co-authored-by: Yazeed Loonat <YazeedLoonat@gmail.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: dominikx96 <dominik@airnauts.com>
Co-authored-by: Emily Jablonski <65367387+emilyjablonski@users.noreply.github.com>
Co-authored-by: Gabe Benjamin <gabeb@google.com>
Co-authored-by: Andrea Egan <akegan@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrea Egan <andrea.egan@sfgov.org>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>

* build: sets node max-old-space-size (#2458)

* build: max-old-space-size

* build: update casbin version

* fix: await casbin enforcer

* build: adds Aptfile for heroku (#2460)

* refactor: param and auth updates for export (#2465)

* 2382/berkeley way customizations (#2436)

* chore(release): version

 - @bloom-housing/backend-core@4.0.1
 - @bloom-housing/shared-helpers@4.0.1
 - @bloom-housing/partners@4.0.1
 - @bloom-housing/public@4.0.1
 - @bloom-housing/ui-components@4.0.1

* fix: updates partner check for listing perm (#2484)

* feat: 2419/adding SMC preferences (#2482)

* feat: 2468/adding dublin preferences (#2483)

* chore(release): version

 - @bloom-housing/backend-core@4.0.2
 - @bloom-housing/shared-helpers@4.0.2
 - @bloom-housing/partners@4.0.2
 - @bloom-housing/public@4.0.2
 - @bloom-housing/ui-components@4.0.2

* fix: csv export auth check (#2488)

* chore: merge upstream master

* Fix code style issues with ESLint

* Fix code style issues with Prettier

* test: updates for tests to pass

* Fix code style issues with Prettier

* test: updates for ui-components

* build: updates for public and partners builds

* fix: issues with public

* fix: update to SiteHeader partner use

* test: fix user and ProgressNav tests

* Fix code style issues with Prettier

* test: temp skip activity monitor tests

* test: temp skip longer tests

* test: temp skip activity monitor tests

* fix: lint rule

Co-authored-by: Michał Plebański <michalp@airnauts.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: github.context.workflow <github-actions@github.com>
Co-authored-by: Dominik Barcikowski <dominik@airnauts.com>
Co-authored-by: Emily Jablonski <65367387+emilyjablonski@users.noreply.github.com>
Co-authored-by: Yazeed Loonat <YazeedLoonat@gmail.com>
Co-authored-by: Jared White <jared@whitefusion.studio>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: plunkettgoogle <66751489+plunkettgoogle@users.noreply.github.com>
Co-authored-by: Jared White <jared@jaredwhite.com>
Co-authored-by: Gabe Benjamin <GabeKEBenjamin@gmail.com>
Co-authored-by: Gabe Benjamin <gabeb@google.com>
Co-authored-by: Andrea Egan <akegan@users.noreply.github.com>
Co-authored-by: Andrea Egan <andrea.egan@sfgov.org>

* feat: updates listings view config (#983)

* feat: updates listings view config

* fix: lint and back jurisdiction join

* feat: adds view to listingsFetcher

* refactor: Remove required to publish labels

Closes #970

* feat: show building accessibility features on partners (v2) (#984)

* feat: show building accessibility features on the listing form detail page

* fix: mobile styling

* chore: update primary color in Tailwind override (#980)

* Remove listing fields

* feat(backend): update units summary model

* style: formatting

* feat: backend-swagger with unit summary updates

* feat(backend): remove Listing published required fields (#996)

* refactor: comment out mistyped scripts

* fix: fixup base view

* feat(backend): fix unit group model update tests

* feat: occupancy tables wip

* build: local db to bloom_detroit

* fix: add summary in seed

* refactor: rename unitssummary, add needed fields

* fix: rebase issues

* Fixes Partner Portal Users (#1009)

* fix: partner portal users

* style: remove console log

* feat: updates user list to filter by isPortalUser

* feat: adds hud and mshda 2021 ami charts (#1020)

* feat: adds hud and mshda 2021 ami charts

* fix: remove mixed content assets from seeds

* fix: adds Detroit jurisdiction by default for partners

* fix: fixes file name to include dto

* feat: hides/prevents partner publish (#1021)

* feat: hides/prevents partner publish

* fix: pr requests and user update

* fix: issues exposed by tests

* feat: occupancy table based on unit groups (#1023)

* feat: occupancy table based on unit groups

* test: add tests

* test: update strings

* refactor: remove SRO strings

* test: more test coverage

* fix: make range translated

* fix: pre-existing ListingView template issues

* fix: patch old unit summary table pieces

Co-authored-by: Sean Albert <smabert@gmail.com>

* feat: adding partner unit groups

* feat: adds programs to Detroit (#1022)

* feat: adds programs to Detroit

* feat: adds programs to public site

* style: removes comment

* feat: remove Community Type section from form and detail

* refactor: updates program titles

* feat: updates for program descriptions per Safiya

* feat: adding save functionality

* fix: updates for editing

* 987/import listings basic (#1019)

* feat(backend): add import listing basic

* chore: remove todo notes from scripts

* feat: adds programs to Detroit (#1022)

* feat: adds programs to Detroit

* feat: adds programs to public site

* style: removes comment

* feat: remove Community Type section from form and detail…
seanmalbert added a commit to CityOfDetroit/bloom that referenced this pull request Jun 23, 2022
* 2022-02-10 core (#982)

* fix: retnal assistance eror message

* Preferences cleanup (#1947)

* feat(backend): preferences cleanup

BREAKING CHANGE: Preferences are now M-N relation with a listing and have an intermediate table with ordinal number

* refactor(backend): preferences deduplication

So far each listing referenced it's own unique Preferences. This change introduces Many to Many
relationship between Preference and Listing entity and forces sharing Preferences between listings.

* feat(backend): extend preferences migration with moving existing relations to a new intermediate tab

* feat(backend): add Preference - Jurisdiction ManyToMany relation

* feat: adapt frontend to backend changes

* fix(backend): typeORM preferences select statement

* fix(backend): connect preferences with jurisdictions in seeds, fix pref filter validator

* fix(backend): fix missing import in preferences-filter-params.ts

* refactor: rebase issue

* feat: uptake jurisdictional preferences

* fix: fixup tests

* fix: application preferences ignore page, always separate

* Remove page from src/migration/1633359409242-add-listing-preferences-intermediate-relation.ts

* fix: preference fetching and ordering/pages

* Fix code style issues with Prettier

* fix(backend): query User__leasingAgentInListings__jurisdiction_User__leasingAgentIn specified more

* fix: perferences cypress tests

Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Sean Albert <smabert@gmail.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.13
 - @bloom-housing/partners@2.0.0-pre-tailwind.23
 - @bloom-housing/public@2.0.0-pre-tailwind.23
 - @bloom-housing/ui-components@2.0.0-alpha.23

* fix: updates household member count (#2112)

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.14
 - @bloom-housing/partners@2.0.0-pre-tailwind.24
 - @bloom-housing/public@2.0.0-pre-tailwind.24
 - @bloom-housing/ui-components@2.0.0-alpha.24

* fix: updates household member count

picked 5c4e03b240a5def6ca3f2616a1f2120e18c993b9

* fix: reverts preferences to re-add as breaking/major bump

* fix: reverts preferences to re-add as breaking/major bump

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.15
 - @bloom-housing/partners@2.0.0-pre-tailwind.25
 - @bloom-housing/public@2.0.0-pre-tailwind.25
 - @bloom-housing/ui-components@2.0.0-alpha.25

* refactor: listing preferences and adds jurisdictional filtering

BREAKING CHANGE: updates preference relationship with listings

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.16
 - @bloom-housing/partners@2.0.0-pre-tailwind.26
 - @bloom-housing/public@2.0.0-pre-tailwind.26
 - @bloom-housing/ui-components@2.0.0-alpha.26

* chore(release): version

 - @bloom-housing/backend-core@2.0.0
 - @bloom-housing/shared-helpers@2.0.0
 - @bloom-housing/partners@2.0.0
 - @bloom-housing/public@2.0.0
 - @bloom-housing/ui-components@2.0.0

* fix: Updates lastName on application save

* docs: Update changelog

* Fix code style issues with Prettier

* chore(release): version

 - @bloom-housing/partners@2.0.1-alpha.0

* fix: a11y color contrast issues with tint on ImageCard component (#2074)

* chore(release): version

 - @bloom-housing/partners@2.0.1-alpha.1
 - @bloom-housing/public@2.0.1-alpha.0
 - @bloom-housing/ui-components@2.0.1-alpha.0

* feat: two new common app questions - Household Changes and Household Student (#2070)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.0
 - @bloom-housing/partners@2.0.1-alpha.2
 - @bloom-housing/public@2.0.1-alpha.1
 - @bloom-housing/ui-components@2.0.1-alpha.1

* fix: household member cypress test (#2113)

* chore(release): version

 - @bloom-housing/public@2.0.1-alpha.2

* fix: SiteHeader visual issues with long menu bars (#2068)

* feat: jurisdictional email signatures (#2111)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.1
 - @bloom-housing/partners@2.0.1-alpha.3
 - @bloom-housing/public@2.0.1-alpha.3
 - @bloom-housing/ui-components@2.0.1-alpha.2

* fix: don't send email confirmation on paper app submission (#2110)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.2
 - @bloom-housing/partners@2.0.1-alpha.4
 - @bloom-housing/public@2.0.1-alpha.4
 - @bloom-housing/ui-components@2.0.1-alpha.3

* 1838/ami chart jurisdictionalized (#2102)

* fix: jurisdictionalizes ami charts on partners

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.3
 - @bloom-housing/partners@2.0.1-alpha.5
 - @bloom-housing/public@2.0.1-alpha.5
 - @bloom-housing/ui-components@2.0.1-alpha.4

* feat: Updates application confirmation numbers (#2072)

* feat: Updates application confirmation numbers

* docs: Update changelog

* feat: adds confirmation number to csv export

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.4
 - @bloom-housing/partners@2.0.1-alpha.6
 - @bloom-housing/public@2.0.1-alpha.6
 - @bloom-housing/ui-components@2.0.1-alpha.5

* fix: updates lastName on application save

picked from 4d13e0049df5661360ed42b9c47b390df36f81a5

* fix(backend): make it possible to filter portal users in /users endpoint (#2078)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.5
 - @bloom-housing/partners@2.0.1-alpha.7
 - @bloom-housing/public@2.0.1-alpha.7
 - @bloom-housing/ui-components@2.0.1-alpha.6

* Revert "refactor: listing preferences and adds jurisdictional filtering"

This reverts commit 3cfd6d18ea4bf8370cf185112c56836b9daf7159.

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.6
 - @bloom-housing/partners@2.0.1-alpha.8
 - @bloom-housing/public@2.0.1-alpha.8
 - @bloom-housing/ui-components@2.0.1-alpha.7

* hotfix: ensure Triton seed doesn't error out

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.7
 - @bloom-housing/partners@2.0.1-alpha.9
 - @bloom-housing/public@2.0.1-alpha.9
 - @bloom-housing/ui-components@2.0.1-alpha.8

* chore(release): version

 - @bloom-housing/backend-core@3.0.0
 - @bloom-housing/shared-helpers@3.0.0
 - @bloom-housing/partners@3.0.0
 - @bloom-housing/public@3.0.0
 - @bloom-housing/ui-components@3.0.0

* 1837/preferences cleanup 3 (#2144)

* feat(backend): preferences cleanup

BREAKING CHANGE: Preferences are now M-N relation with a listing and have an intermediate table with ordinal number

* refactor(backend): preferences deduplication

So far each listing referenced it's own unique Preferences. This change introduces Many to Many
relationship between Preference and Listing entity and forces sharing Preferences between listings.

* feat(backend): extend preferences migration with moving existing relations to a new intermediate tab

* feat(backend): add Preference - Jurisdiction ManyToMany relation

* feat: adapt frontend to backend changes

* fix(backend): typeORM preferences select statement

* fix(backend): connect preferences with jurisdictions in seeds, fix pref filter validator

* fix(backend): fix missing import in preferences-filter-params.ts

* refactor: rebase issue

* feat: uptake jurisdictional preferences

* fix: fixup tests

* fix: application preferences ignore page, always separate

* Remove page from src/migration/1633359409242-add-listing-preferences-intermediate-relation.ts

* fix: preference fetching and ordering/pages

* Fix code style issues with Prettier

* fix(backend): query User__leasingAgentInListings__jurisdiction_User__leasingAgentIn specified more

* fix: perferences cypress tests

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.0
 - @bloom-housing/partners@3.0.1-alpha.0
 - @bloom-housing/public@3.0.1-alpha.0
 - @bloom-housing/ui-components@3.0.1-alpha.0

* feat(backend): extend UserUpdateDto to support email change with confirmation (#2120)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.1
 - @bloom-housing/partners@3.0.1-alpha.1
 - @bloom-housing/public@3.0.1-alpha.1
 - @bloom-housing/ui-components@3.0.1-alpha.1

* 2056/user account edit fix (#2073)

* fix: Replaces service to use newly created

* fix: Fix DOB initial values

* feat(backend): extend UserUpdateDto to support email change with confirmation

* fix: Update email form to use a new service

* fix: updates email change language

* Fix code style issues with Prettier

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.2
 - @bloom-housing/partners@3.0.1-alpha.2
 - @bloom-housing/public@3.0.1-alpha.2
 - @bloom-housing/ui-components@3.0.1-alpha.2

* feat: add Programs section to listings management (#2093)

* feat: add Programs section to listings management

* fix: sorting on detail page

* fix: merge issues

* feat: make program fetching jurisdictional

* fix: replace preference with program

* fix: program delete removes jurisdiction

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.3
 - @bloom-housing/partners@3.0.1-alpha.3
 - @bloom-housing/public@3.0.1-alpha.3
 - @bloom-housing/ui-components@3.0.1-alpha.3

* 2085/adds top level catchAll exception filter (#2132)

* fix: adds top level catchAll error filter

* fix: removing now unused exception filter

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.4
 - @bloom-housing/partners@3.0.1-alpha.4
 - @bloom-housing/public@3.0.1-alpha.4
 - @bloom-housing/ui-components@3.0.1-alpha.4

* feat: Change unit number field type to text (#2136)

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.5

* chore(deps): bump electron from 13.1.7 to 13.3.0 (#2137)

Bumps [electron](https://github.com/electron/electron) from 13.1.7 to 13.3.0.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](https://github.com/electron/electron/compare/v13.1.7...v13.3.0)

---
updated-dependencies:
- dependency-name: electron
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump axios from 0.21.1 to 0.21.2 (#2138)

Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.2.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.21.1...v0.21.2)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat(backend): improve application flagged set saving efficiency (#2147)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.5
 - @bloom-housing/partners@3.0.1-alpha.6
 - @bloom-housing/public@3.0.1-alpha.5
 - @bloom-housing/ui-components@3.0.1-alpha.5

* 1655/invite user edit (#1982)

* feat: Update title to be also a react node

* feat: Update translations

* feat: Create reusable form to add and edit users

* feat: Add delete function

* feat(backend): Add ON UPDATE SET NULL to application-user relation

* fix: Fix type

* Fix code style issues with Prettier

* fix(jurisdictionResolverService): updates to return undefined if no jurisdictionName

* feat: Update drawer state name

* feat: Add missing translations

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.6
 - @bloom-housing/partners@3.0.1-alpha.7
 - @bloom-housing/public@3.0.1-alpha.6
 - @bloom-housing/ui-components@3.0.1-alpha.6

* Add a phone number column to the user_accounts table (#2134)

* Merge pull request #710 from CityOfDetroit/feature/add-phonenumber-to-user-entity

Add phone number to user accounts.

* Merge pull request #728 from CityOfDetroit/fix/modify-phone-number-test

Fix user E2E tests.

* Merge pull request #728 from CityOfDetroit/fix/modify-phone-number-test

Fix user E2E tests.

* fix: add validation groups to phoneNumber

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.7
 - @bloom-housing/partners@3.0.1-alpha.8
 - @bloom-housing/public@3.0.1-alpha.7
 - @bloom-housing/ui-components@3.0.1-alpha.7

* refactor: make backend a peer dependency in ui-components (#2146)

* refactor: make backend a peer dependency in ui-components

* fix: fix flaky test

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.0
 - @bloom-housing/partners@3.0.1-alpha.9
 - @bloom-housing/public@3.0.1-alpha.8
 - @bloom-housing/ui-components@3.0.1-alpha.8

* fix: updates address order (#2151)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.8
 - @bloom-housing/shared-helpers@3.0.1-alpha.1
 - @bloom-housing/partners@3.0.1-alpha.10
 - @bloom-housing/public@3.0.1-alpha.9

* feat(backend): add nginx proxy-cache configuration (#2119)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.9
 - @bloom-housing/shared-helpers@3.0.1-alpha.2
 - @bloom-housing/partners@3.0.1-alpha.11
 - @bloom-housing/public@3.0.1-alpha.10

* Release 11 11 21 (#2162)

* fix: fix: adding unit tests to the unit type

picked from dev c33654d9abdeea274bf886acf46c6707b8477ccd

* fix: fix: a11y color contrast issues with tint on ImageCard component

picked from dev e2338ccebc65fdfbeac40750177ef32386599c4c

* feat: feat: two new common app questions - Household Changes and Household Student

picked from dev 29780f670dfae1350dd9bd1672b54a37537c80d8

* fix: fix: SiteHeader visual issues with long menu bars

picked from dev 17bde74b5e5ce9f2ed2ca2e8724d89e7fecdcc9c

* feat: feat: jurisdictional email signatures

picked from dev 5cb89d6daa3b9cd6e20d449b0ce6552ffa65649e

* fix: fix: don't send email confirmation on paper app submission

picked from dev 76fb4cccb0ad146eadd43700e664254d141fce7d

* feat: feat: Updates application confirmation numbers

picked from dev ac9526c2fa92364deac579faaa60bdb8bbfeebff

* fix: fix(backend): make it possible to filter portal users in /users endpoint

picked from dev 3360f41f327a5602cb7f49317fae43bf7fa42581

* feat: feat(backend): add languages (Language[]) to Jurisdiction entity

picked from dev d0c3a702b6b35e39946d311223c97a9fd50d2df0

* fix: feat(backend): try fixing SETEX redis e2e tests flakiness

picked from dev a268e1bc389d1f0690738c7d0f91ab7bd0c35086

* feat: feat(backend): Add user delete endpoint

picked from dev 5e751cec4027626decdd3a218bf999190c925ebe

* fix: fix: improved UX for the Building Selection Criteria drawer

picked from dev bba9033d10b57ff8f41fd80f14405e2d688c9b92

* feat: feat(backend): add Program entity

picked from dev d23a65653e27fbd45a8d174b6399692915ba2c17

* refactor: breaking: 1837/preferences cleanup

picked from dev 7ab4104a29d7989f4b3335654f463bfc3773fba8

BREAKING CHANGE: preferences model and relationships changed

* feat: feat(backend): extend UserUpdateDto to support email change

picked from dev 1933cca822596e1084319cb87b1763899620f40a

* fix: 2056/user account edit fix

picked from dev eac5bd1dc11d5db5d31d0400712d49fbfff17394

* refactor: 2085/adds top level catchAll exception filter

picked from dev 06f9cdaf10f54a37bb7b46f8b8230f024187d310

* feat: feat: Change unit number field type to text

picked from dev 09700aa2bff340fc62840569fb795161c7b25df1

* feat(backend): improve application flagged set saving efficiency

* fix: fix: updates address order

picked from dev 1ff66f0da0f4773b8e9eba1c0ada12e88c9c89e5

* fix: sets programs to optoinal and updates versions

* chore: chore(deps): bump electron from 13.1.7 to 13.3.0

* chore: chore(deps): bump axios from 0.21.1 to 0.21.2

* fix: adds programs service

* fix: fix lisitng e2e tests

* fix: fix member tests

* fix: fixes program, preference, ami-chart de-dupe (#2169)

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.12

* fix: adds jurisdictionId to useSWR path

* fix: recalculate units available on listing update (#2150)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.10
 - @bloom-housing/shared-helpers@3.0.1-alpha.3
 - @bloom-housing/partners@3.0.1-alpha.13
 - @bloom-housing/public@3.0.1-alpha.11

* fix: recalculate units available on listing update

picked form dev 9b12ff0d5897c04e3bcaa788f8ec225cb5af6dd3

* feat: feat(backend): make use of new application confirmation codes

picked from dev fddb626a17b911c4933566b64a4ac7e26e032279

* Revert "chore(deps): bump axios from 0.21.1 to 0.21.2 (#2138)"

This reverts commit a8e2a5c1dfc71a4f13ff548ae23aa67d18acbcd3.

* revert: revert "chore(deps): bump axios from 0.21.1 to 0.21.2

picked from dev e99944ecaec4d4527065e8b5cb5374a5612e9c4c

* refactor: remove applicationAddress (#2009)

* refactor: remove applicationAddress

* docs: readme update

* test: fix backend test

* fix: db migration

* Fix code style issues with Prettier

* test(backend): fix SETEX impossible to process

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.11
 - @bloom-housing/shared-helpers@3.0.1-alpha.4
 - @bloom-housing/partners@3.0.1-alpha.14
 - @bloom-housing/public@3.0.1-alpha.12
 - @bloom-housing/ui-components@3.0.1-alpha.9

* feat: refactor and add public site application flow cypress tests (#2118)

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.15
 - @bloom-housing/public@3.0.1-alpha.13
 - @bloom-housing/ui-components@3.0.1-alpha.10

* fix: sapp submission w/ no due date

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.12
 - @bloom-housing/shared-helpers@3.0.1-alpha.5
 - @bloom-housing/partners@3.0.1-alpha.16
 - @bloom-housing/public@3.0.1-alpha.14

* Revert "feat(backend): add nginx proxy-cache configuration (#2119)"

This reverts commit f51c05f34e84b22bf6093f786aea9fcc970aee85.

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.13
 - @bloom-housing/shared-helpers@3.0.1-alpha.6
 - @bloom-housing/partners@3.0.1-alpha.17
 - @bloom-housing/public@3.0.1-alpha.15

* fix: app submission w/ no due date

picked from dev 574b8ce65017d958bc392421ed4379ddc1f2216f

* 1975/better seed data for ami-charts (#2156)

* fix: better seed data for ami-charts

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.14
 - @bloom-housing/shared-helpers@3.0.1-alpha.7
 - @bloom-housing/partners@3.0.1-alpha.18
 - @bloom-housing/public@3.0.1-alpha.16

* 2154/avance prefs (#2177)

* feat: new preferences

* feat: preference updates

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.15
 - @bloom-housing/shared-helpers@3.0.1-alpha.8
 - @bloom-housing/partners@3.0.1-alpha.19
 - @bloom-housing/public@3.0.1-alpha.17
 - @bloom-housing/ui-components@3.0.1-alpha.11

* 2154/avance prefs (#2178)

* feat: new preferences

* feat: preference updates

* Fix code style issues with Prettier

* feat: preference options bottom border

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.18

* 2154/avance prefs III (#2179)

* feat: new preferences

* feat: preference updates

* Fix code style issues with Prettier

* feat: preference options bottom border

* feat: liveWorkLivermore preference

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.20
 - @bloom-housing/public@3.0.1-alpha.19
 - @bloom-housing/ui-components@3.0.1-alpha.12

* 1988/adds listing management cypress tests to partner portal (#2103)

* test: adds listing management tests

* test: minor tweaks

* test: big updates for LM cypress tests

* test: fixes selectors

* feat: adding partner cypress tests to pr workflow

* fix: undoing

* chore: adds latest bloom-housing packages to partners

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.21
 - @bloom-housing/public@3.0.1-alpha.20
 - @bloom-housing/ui-components@3.0.1-alpha.13

* feat: adds new preferences, reserved community type

* feat: adds bottom border to preferences

* feat: updates preference string

* fix: preference cleanup for avance

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.22
 - @bloom-housing/public@3.0.1-alpha.21
 - @bloom-housing/ui-components@3.0.1-alpha.14

* fix: preference cleanup for avance

* 1975/one month rent (#2158)

* feat: add depoist helper text

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.16
 - @bloom-housing/shared-helpers@3.0.1-alpha.9
 - @bloom-housing/partners@3.0.1-alpha.23
 - @bloom-housing/public@3.0.1-alpha.22
 - @bloom-housing/ui-components@3.0.1-alpha.15

* fix(backend): fix view.spec.ts test (#2175)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.17
 - @bloom-housing/shared-helpers@3.0.1-alpha.10
 - @bloom-housing/partners@3.0.1-alpha.24
 - @bloom-housing/public@3.0.1-alpha.23

* refactor: removes jsonpath (#2206)

* refactor: removes jsonpath

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.18
 - @bloom-housing/shared-helpers@3.0.1-alpha.11
 - @bloom-housing/partners@3.0.1-alpha.25
 - @bloom-housing/public@3.0.1-alpha.24

* 1869/application program display (#2114)

* feat: add programs step to application forms

* test: add Cypress tests for the programs step

* feat: rework the Programs page and enhance seeds

* chore: fix programs Cypress test

* fix: fixup cypress tests

* fix: update mock data

* fix: fixup mock data pt 2

* fix: type issues

* fix: bugs and simplify program data processing

Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.19
 - @bloom-housing/shared-helpers@3.0.1-alpha.12
 - @bloom-housing/partners@3.0.1-alpha.26
 - @bloom-housing/public@3.0.1-alpha.25
 - @bloom-housing/ui-components@3.0.1-alpha.16

* feat: adds jurisdictions to pref seeds (#2199)

* feat: adds jurisdictions to pref seeds

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.20
 - @bloom-housing/shared-helpers@3.0.1-alpha.13
 - @bloom-housing/partners@3.0.1-alpha.27
 - @bloom-housing/public@3.0.1-alpha.26

* 1901/application program partners (#2182)

* feat: add programs step to application forms

* test: add Cypress tests for the programs step

* feat: rework the Programs page and enhance seeds

* chore: fix programs Cypress test

* feat: add programs step to application forms

* test: add Cypress tests for the programs step

* feat: rework the Programs page and enhance seeds

* chore: fix programs Cypress test

* fix: fixup cypress tests

* fix: update mock data

* fix: fixup mock data pt 2

* fix: type issues

* feat: Create programs mapper

Closes #1901

* feat: Add programs section

Closes #1901

* feat: Create details section for programs

Closes #1901

* feat: Update translations

Closes #1901

* refactor: Remove console log

Closes #1901

* refactor: Simpify code

Closes #1901

* chore: remove console log

* fix: mapProgramToApi return

Co-authored-by: Jared White <jared@jaredwhite.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.21
 - @bloom-housing/shared-helpers@3.0.1-alpha.14
 - @bloom-housing/partners@3.0.1-alpha.28
 - @bloom-housing/public@3.0.1-alpha.27
 - @bloom-housing/ui-components@3.0.1-alpha.17

* test: update program test

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.28

* feat: new demographics sub-race questions (#2109)

* feat: new demographics sub-race questions

* fix: update migration to keep data

* feat: other text boxes

* feat: wip other labels

* feat: can edit demo in partners

* fix: cleanup

* feat: csv formatting

* fix: type issue

* feat: remove gender and sexual orientation

* fix: add test id

* fix: more test ids

* fix: select by checkboxes

* fix: dont use select

* fix: data

* fix: add tests, fixup other option

* Fix code style issues with Prettier

* fix: remove unneeded dependencies

* test: add additional test

* Fix code style issues with Prettier

* test: change test id attribute

* chore: cleanup formatApplicationData imports

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.22
 - @bloom-housing/shared-helpers@3.0.1-alpha.15
 - @bloom-housing/partners@3.0.1-alpha.29
 - @bloom-housing/public@3.0.1-alpha.29
 - @bloom-housing/ui-components@3.0.1-alpha.18

* feat: updates email confirmation for lottery (#2200)

* feat: updates email confirmation for lottery

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.23
 - @bloom-housing/shared-helpers@3.0.1-alpha.16
 - @bloom-housing/partners@3.0.1-alpha.30
 - @bloom-housing/public@3.0.1-alpha.30

* fix: add ariaHidden to Icon component

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.17
 - @bloom-housing/partners@3.0.1-alpha.31
 - @bloom-housing/public@3.0.1-alpha.31
 - @bloom-housing/ui-components@3.0.1-alpha.19

* fix: add ariaLabel prop to Button component

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.18
 - @bloom-housing/partners@3.0.1-alpha.32
 - @bloom-housing/public@3.0.1-alpha.32
 - @bloom-housing/ui-components@3.0.1-alpha.20

* fix: change the yes/no radio text to be more descriptive (#2208)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.19
 - @bloom-housing/partners@3.0.1-alpha.33
 - @bloom-housing/public@3.0.1-alpha.33
 - @bloom-housing/ui-components@3.0.1-alpha.21

* fix: remove alameda reference in demographics (#2209)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.20
 - @bloom-housing/partners@3.0.1-alpha.34
 - @bloom-housing/public@3.0.1-alpha.34
 - @bloom-housing/ui-components@3.0.1-alpha.22

* refactor: remove applicationAddress

picked from dev 081beeb541f354c1360fbeba170afe19a1d34f98

* feat: refactor and add public site application flow cypress tests

picked from dev 3d01626016ef611853770dea8431a68d1ca53fae

* feat: better seed data for ami-charts

picked from dev aae89af29e517673f42a06ca9aa8e28ef4198ded

* feat: adds listing management cypress tests to partner portal

* fix: listings management keep empty strings, remove empty objects

picked from dev bbef06bd1b95f549e9fecd6af787df009e01e9e0

* feat: one month rent

picked from dev 931903360faf813ef9a151d975586388d1a253b3

* test: view.spec.ts test

picked from dev 4a2dfbaaad6c3f9252b11dcec1b1db732ae53285

* refactor: removes jsonpath

picked from dev 75ee548d0646d33316beeb89cbe2c6fadca5ee67

* feat: adds jurisdictions to pref seeds

picked from dev f4b3c11e22337ce8c1a942881756e5c636fb0084

* feat: new demographics sub-race questions

picked from dev d81fb2f7c424acecc2ad89656855362dd1b9bcd4

* feat: updates email confirmation for lottery

picked from dev 8a9e21039fd6566664be2a4ecdef20d381048f03

* fix: add ariaHidden to Icon component

picked from dev f6dd5af88d207d92c2c02cc63b63d5e9fdf2f381

* fix: add ariaLabel prop to Button component

picked from dev 0434378b406417fe84cdb42d90ba77ea9366081c

* fix: change the yes/no radio text to be more descriptive

picked from dev 38a6ff76b8eb60293f82e0a4c37e129b2d7d52ba

* fix: remove alameda reference in demographics

picked from dev cfa1f78668e6d3834c1772a59f55f83608017f14

* chore: release version

picked from dev 8445513c6c4a996b2e3b552c204f23b6372713d7

* feat: ami chart jurisdictionalized

picked from dev d7d8d21c13db9c925e3826db2f0536d0832c3827

* refactor: make backend a peer dependency in ui-components

picked from dev b2ccff139082043a5fe068b8e6be859e4ce9a1a7

* feat: add a phone number column to the user_accounts table

picked from dev 3b4fd091730d24938b48f67970e224b60112eb33

* chore: removes application program partners

* chore: removes application program display

* Revert "chore: removes application program display"

This reverts commit dc268955bf981dcd4d48392948c00f9e7971b095.

* Revert "chore: removes application program partners"

This reverts commit 57cfefb15bfece763221d5445eac6ddd24576182.

* chore: yarn.lock and backend-swagger

* fix: removes Duplicate identifier fieldGroupObjectToArray

* feat: skip preferences if not on listing

* chore(release): version

* fix: cannot save custom mailing, dropoff, or pickup address

* chore(release): version

* chore: converge on one axios version, remove peer dependency

* chore(release): version

* feat: simplify Waitlist component and use more flexible schema

* chore(release): version

* fix: lottery results uploads now save

* chore(release): version

* feat: add SRO unit type

* chore(release): version

* fix: paper application submission

* chore(release): version

* fix: choose-language context

* chore(release): version

* fix: applications/view hide prefs

* chore(release): version

* feat: overrides fallback to english, tagalog support

* chore(release): version

* fix: account translations

* chore(release): version

* fix: units with invalid ami chart

* chore(release): version

* fix: remove description for the partners programs

* fix: fix modal styles on mobile

* fix: visual improvement to programs form display

* fix: submission tests not running

* chore: translations (#2293)

* chore: translations (#2295)

* chore: missing translations (#2296)

* fix: prefUnits on autofill summary (#2294)

* chore: move Programs step to come after Students (#2277)

* feat: adds whatToExpect to GTrans

* chore: missing translations (#2299)

* fix: 2259/fixes idle timeout not resetting properly (#2292)

* chore(release): version

* fix: demographics howDidYouHear options (2305)

* chore(release): version

* fix: mobile notice text wrap issue (#2308)

* feat: postmark date time fields partners (#2239)

* fix: versioning issues (#2311)

* chore(release): version

* chore(backend): move libs/ to shared/utils, clean up modules (#2230)

* feat(backend): all programs to csv export (#2302)

* chore(release): version

* feat: filter partner users

* chore(release): version

* feat: adds updating open listing modal (#2288)

* fix: closed listings allowed apps (#2317)

* feat: 2165/rosefield preference updates (#2386)

* chore(release): version

* Revert "chore(release): version"

This reverts commit 5a4b461c574530181f3c79cba03f4e6592a4422a.

* chore(release): version

 - @bloom-housing/backend-core@3.0.1
 - @bloom-housing/shared-helpers@3.0.1
 - @bloom-housing/partners@3.0.1
 - @bloom-housing/public@3.0.1
 - @bloom-housing/ui-components@3.0.1

* feat(backend): add storing listing translations (#2215)

* feat: adds whatToExpect to GTrans (#2303)

* fix: patch issue with submit application section

* fix: patches translations for preferences (#2410)

* fix: issues with public app and readds auto save (2428)

* fix: ami charts without all households (#2430)

* fix: load blank application

* 2022-01-27 release (#2439)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.23
 - @bloom-housing/partners@3.0.1-alpha.37
 - @bloom-housing/public@3.0.1-alpha.38
 - @bloom-housing/ui-components@3.0.1-alpha.24

* fix(backend): nginx with heroku configuration (#2196)

* fix(backend): nginx with heroku configuration

* feat(backend): nginx make hostname and port variable

* feat: nginx proxy updates

* feat(backend): modify proxy_pass and Host header settings

Co-authored-by: seanmalbert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.26
 - @bloom-housing/shared-helpers@3.0.1-alpha.24
 - @bloom-housing/partners@3.0.1-alpha.38
 - @bloom-housing/public@3.0.1-alpha.39
 - @bloom-housing/ui-components@3.0.1-alpha.25

* fix: fetchBaseListingData (#2238)

* fix: fetchBaseListingData

* fix: fetchBaseListingData

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.40

* fix: lottery results uploads now save (#2226)

* fix: lottery results uploads now save

* fix: switch to partial typing

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.39

* feat: getStaticPaths fallback blocking test

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.41

* chore: add temp logs for testing id/slug

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.42

* chore(backend): move libs/ to shared/utils, clean up modules (#2230)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.27
 - @bloom-housing/shared-helpers@3.0.1-alpha.25
 - @bloom-housing/partners@3.0.1-alpha.40
 - @bloom-housing/public@3.0.1-alpha.43
 - @bloom-housing/ui-components@3.0.1-alpha.26

* chore: add SRO unit type (#2243)

* chore: add SRO unit type to DB / translations

* chore: additional string changes to SRO

* test(backend): add SRO to unit types test

* feat: SRO unit type additions

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.28
 - @bloom-housing/shared-helpers@3.0.1-alpha.26
 - @bloom-housing/partners@3.0.1-alpha.41
 - @bloom-housing/public@3.0.1-alpha.44
 - @bloom-housing/ui-components@3.0.1-alpha.27

* 2140/fix paper application submission (#2195)

* fix: fix paper application submission

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.42

* Fix code style issues with Prettier

* test: adds cypress test coverage

* fix: updates per sean

* fix: one more update

* test: fix partners unit tests

* fix: choose-language context

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.45

* fix: applications drop off address

* fix: applications/view hide prefs

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.46

* feat(backend): add storing listing translations (#2215)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.29
 - @bloom-housing/shared-helpers@3.0.1-alpha.27
 - @bloom-housing/partners@3.0.1-alpha.43
 - @bloom-housing/public@3.0.1-alpha.47
 - @bloom-housing/ui-components@3.0.1-alpha.28

* fix(backend): make nginx proxy use Language HTTP header in cache key (#2266)

* 2098/fix partner applications grid display (#2188)

* fix: partner applications grid display

* Fix code style issues with Prettier

* test: fix tests

* Fix code style issues with Prettier

* fix: updates to using views

* tests: add application grid test

* fix: updates per sean

* fix: one more update

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.30
 - @bloom-housing/shared-helpers@3.0.1-alpha.28
 - @bloom-housing/partners@3.0.1-alpha.44
 - @bloom-housing/public@3.0.1-alpha.48
 - @bloom-housing/ui-components@3.0.1-alpha.29

* fix: fixes some issues with the deployment

* Revert/2188 (#2270)

* fix: fixes some issues with the deployment

* revert: partner applications grid display

* fix: view.spec

Co-authored-by: Yazeed Loonat <yazeedloonat@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.31
 - @bloom-housing/shared-helpers@3.0.1-alpha.29
 - @bloom-housing/partners@3.0.1-alpha.45
 - @bloom-housing/public@3.0.1-alpha.49
 - @bloom-housing/ui-components@3.0.1-alpha.30

* 2098/fix partner applications grid display (#2188)

* fix: partner applications grid display

* Fix code style issues with Prettier

* test: fix tests

* Fix code style issues with Prettier

* fix: updates to using views

* tests: add application grid test

* fix: updates per sean

* fix: one more update

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* feat(backend): add listings closing routine (#2213)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.32
 - @bloom-housing/shared-helpers@3.0.1-alpha.30
 - @bloom-housing/partners@3.0.1-alpha.46
 - @bloom-housing/public@3.0.1-alpha.50
 - @bloom-housing/ui-components@3.0.1-alpha.31

* feat(backend): add user password expiration

* fix: Remove description for the partners programs (#2234)

Closes #1901

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.47

* 2227/lock login attempts frontend (#2260)

* feat: Add new translations

Closes #1927

* refactor: Make title as optional

Closes #1927

* feat: Update login alert text

Closes #1927

* fix: Use translation, instead of hardcoded text

Closes #1927

* feat: Add translation

Closes #1927

* feat: Update type name

Closes #1927

* feat: Add new alerts

Closes #1927

* fix: Fix translation

Closes #1927

* fix(AlertBox.tsx): Fix close icon placement

Closes #1927

* feat: Create helper to catch network errors

Closes #1927

* feat: Add translations

Closes #1927

* feat: Create reusable sign-in form

Closes #1927

* refactor(sign-in page, public and partners): Update sign-in pages to use reusable form

BREAKING CHANGE: sign-in pages have been updated

Closes #1927

* Fix code style issues with Prettier

* fix: fixes tests and also issue with user grid

* fix: fixes linting error

* feat(backend): add appropriate http exception for password outdated login failure

* fix: Fix modal styles on mobile (#2280)

Closes #2253

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.31
 - @bloom-housing/partners@3.0.1-alpha.48
 - @bloom-housing/public@3.0.1-alpha.51
 - @bloom-housing/ui-components@3.0.1-alpha.32

* fix: visual improvement to programs form display (#2276)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.52

* fix: submission tests not running (#2282)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.53

* feat: overrides fallback to english, tagalog support (#2262)

* chore: allow work-in strings to take jurisdiction name

* feat: add support for tagalog

* Fix code style issues with Prettier

* feat: tagalog language

* feat: translations precedence includes en overrides

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.33
 - @bloom-housing/shared-helpers@3.0.1-alpha.32
 - @bloom-housing/partners@3.0.1-alpha.49
 - @bloom-housing/public@3.0.1-alpha.54
 - @bloom-housing/ui-components@3.0.1-alpha.33

* fix: account translations (#2278)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.33
 - @bloom-housing/partners@3.0.1-alpha.50
 - @bloom-housing/public@3.0.1-alpha.55
 - @bloom-housing/ui-components@3.0.1-alpha.34

* test: fixes test issues

* fix: fix sortig on applications partner grid

* chore: translations (#2293)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.34
 - @bloom-housing/partners@3.0.1-alpha.51
 - @bloom-housing/public@3.0.1-alpha.56
 - @bloom-housing/ui-components@3.0.1-alpha.35

* chore: translations (#2295)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.35
 - @bloom-housing/partners@3.0.1-alpha.52
 - @bloom-housing/public@3.0.1-alpha.57
 - @bloom-housing/ui-components@3.0.1-alpha.36

* chore: missing translations (#2296)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.36
 - @bloom-housing/partners@3.0.1-alpha.53
 - @bloom-housing/public@3.0.1-alpha.58
 - @bloom-housing/ui-components@3.0.1-alpha.37

* fix: prefUnits on autofill summary (#2294)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.59

* chore: move Programs step to come after Students (#2277)

* chore: move Programs step to come after Students

* test: rearrange order of programs within Cypress tests

* test: remove problematic statement

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.60

* fix: units with invalid ami chart (#2290)

* fix: alunits with invalid ami chart

* perf: uniquePercentageChartSet map

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.34
 - @bloom-housing/shared-helpers@3.0.1-alpha.37
 - @bloom-housing/partners@3.0.1-alpha.54
 - @bloom-housing/public@3.0.1-alpha.61
 - @bloom-housing/ui-components@3.0.1-alpha.38

* chore: missing translations (#2299)

* chore: missing translations

* chore: remove logs

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.38
 - @bloom-housing/partners@3.0.1-alpha.55
 - @bloom-housing/public@3.0.1-alpha.62
 - @bloom-housing/ui-components@3.0.1-alpha.39

* 2259/fixes idle timeout not resetting properly (#2292)

* fix: fixes idle timeout not resetting properly

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.63

* feat: adds whatToExpect to GTrans (#2303)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.35
 - @bloom-housing/shared-helpers@3.0.1-alpha.39
 - @bloom-housing/partners@3.0.1-alpha.56
 - @bloom-housing/public@3.0.1-alpha.64
 - @bloom-housing/ui-components@3.0.1-alpha.40

* fix: demographics howDidYouHear options were not changing on language change (#2305)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.65

* Fix checkbox rtl style

* feat(backend): add password outdating only to users which are either admins or partners

* fix: fix hero button width with secondary button (#2306)

* fix: mobile notice text wrap issue (#2308)

* feat(backend): add activity logging to listings module (#2190)

* feat(backend): add activity logging to listings module

* feat(backend): add activity logging to applications and user controllers

* feat(backend): add metada column to activity log entity

* feat(backend): change activity log metadata column type

* feat(backend): remove applications related changes

* feat(backend): remove ListingActivityLogInterceptor

* 2040/postmark date time fields partners (#2239)

* feat: add postmark by date and time fields

* feat: fix display and preview page

* test: fix so the correct date displays

* Fix code style issues with Prettier

* fix: fixes per emily

* fix: updates per sean

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* fix: versioning issues (#2311)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.36
 - @bloom-housing/shared-helpers@3.0.1-alpha.41
 - @bloom-housing/partners@3.0.1-alpha.58
 - @bloom-housing/public@3.0.1-alpha.67
 - @bloom-housing/ui-components@3.0.1-alpha.42

* feat(backend): all programs to csv export (#2302)

* feat(backend): all programs to csv export

* chore: removes console log

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.37
 - @bloom-housing/shared-helpers@3.0.1-alpha.42
 - @bloom-housing/partners@3.0.1-alpha.59
 - @bloom-housing/public@3.0.1-alpha.68
 - @bloom-housing/ui-components@3.0.1-alpha.43

* feat(backend): add partnerTerms to jurisdiction entity (#2301)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.38
 - @bloom-housing/shared-helpers@3.0.1-alpha.43
 - @bloom-housing/partners@3.0.1-alpha.60
 - @bloom-housing/public@3.0.1-alpha.69
 - @bloom-housing/ui-components@3.0.1-alpha.44

* feat: removes ListingLangCacheInterceptor from get by id

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.39
 - @bloom-housing/shared-helpers@3.0.1-alpha.44
 - @bloom-housing/partners@3.0.1-alpha.61
 - @bloom-housing/public@3.0.1-alpha.70
 - @bloom-housing/ui-components@3.0.1-alpha.45

* fix: Update translation

Closes 1927

* fix: Update hardcoded translations

Closes #1927

* refactor: listing detail props (#2313)

* refactor: listing detail props

* fix: HouseholdSizeField FieldError

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.45
 - @bloom-housing/partners@3.0.1-alpha.62
 - @bloom-housing/public@3.0.1-alpha.71
 - @bloom-housing/ui-components@3.0.1-alpha.46

* chore(deps): bump next from 11.1.2 to 11.1.3 (#2289)

* feat(backend): refactor applications module (#2279)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.40
 - @bloom-housing/shared-helpers@3.0.1-alpha.46
 - @bloom-housing/partners@3.0.1-alpha.63
 - @bloom-housing/public@3.0.1-alpha.72
 - @bloom-housing/ui-components@3.0.1-alpha.47

* feat: filter partner users

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.64

* feat: password reset message

* fix: make mailThin background transparent

* fix: add mailThin icon to stories

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.47
 - @bloom-housing/partners@3.0.1-alpha.65
 - @bloom-housing/public@3.0.1-alpha.73
 - @bloom-housing/ui-components@3.0.1-alpha.48

* feat: adds updating open listing modal (#2288)

* feat: adds updating open listing modal

* fix: closed listings allowed apps (#2317)

* feat: updates for gtm

* feat: updates for gtm

* fix: removes more closed listing application paths (#2319)

* feat: make page header title optional

* feat(backend): remove activity log interceptor from update-password

* refactor: removing helpers from ui-components that are backend dependent (#2108)

BREAKING CHANGE: moved some helpers from ui-components to shared-helpers

* chore: bump versions (#2326)

* fix: make numbered list breakpoint match config

* chore: bump shared-helpers version

* fix: partners shared-helpers version

* chore: bump partners version

* chore: bump public version

* chore: bump version

* chore(release): version

 - @bloom-housing/backend-core@3.0.1
 - @bloom-housing/shared-helpers@4.0.0
 - @bloom-housing/partners@4.0.0
 - @bloom-housing/public@4.0.0
 - @bloom-housing/ui-components@4.0.0

* feat: add matched style to ApplicationStatus

* Fix code style issues with Prettier

* fix: make primary buttons primary background

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.0
 - @bloom-housing/shared-helpers@4.0.1-alpha.0
 - @bloom-housing/partners@4.0.1-alpha.0
 - @bloom-housing/public@4.0.1-alpha.0
 - @bloom-housing/ui-components@4.0.1-alpha.0

* chore: backend & ui-component gitHead

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.1
 - @bloom-housing/shared-helpers@4.0.1-alpha.1
 - @bloom-housing/partners@4.0.1-alpha.1
 - @bloom-housing/public@4.0.1-alpha.1
 - @bloom-housing/ui-components@4.0.1-alpha.1

* fix: propagate custom icon type to ImageCard prop

* Fix code style issues with Prettier

* fix: check for user lastLoginAt

* test: updates user login test

* fix: bump version (#2349)

* fix: bump version (#2350)

* fix: cypress coverage configs

* fix: force a release number if one exists (#2351)

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.6
 - @bloom-housing/shared-helpers@4.0.1-alpha.6
 - @bloom-housing/partners@4.0.1-alpha.6
 - @bloom-housing/public@4.0.1-alpha.6
 - @bloom-housing/ui-components@4.0.1-alpha.6

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.7
 - @bloom-housing/shared-helpers@4.0.1-alpha.7
 - @bloom-housing/partners@4.0.1-alpha.7
 - @bloom-housing/public@4.0.1-alpha.7
 - @bloom-housing/ui-components@4.0.1-alpha.7

* fix: apply action block style to button class not component (#2348)

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.8
 - @bloom-housing/partners@4.0.1-alpha.8
 - @bloom-housing/public@4.0.1-alpha.8
 - @bloom-housing/ui-components@4.0.1-alpha.8

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.8
 - @bloom-housing/shared-helpers@4.0.1-alpha.9
 - @bloom-housing/partners@4.0.1-alpha.9
 - @bloom-housing/public@4.0.1-alpha.9
 - @bloom-housing/ui-components@4.0.1-alpha.9

* fix: remove next dependency from ui-components (#2352)

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.10
 - @bloom-housing/partners@4.0.1-alpha.10
 - @bloom-housing/public@4.0.1-alpha.10
 - @bloom-housing/ui-components@4.0.1-alpha.10

* chore: port latest dev updates over for paper listing form

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.11
 - @bloom-housing/partners@4.0.1-alpha.11
 - @bloom-housing/public@4.0.1-alpha.11
 - @bloom-housing/ui-components@4.0.1-alpha.11

* Add public urls to jurisdiction (#2316)

* Add public urls to jurisdiction

* feat(backend): fix units-transformations.spec test

* feat(backend): fix changes in interface of the autogenerated client in sites/

* Fix code style issues with Prettier

* feat: adds detroit to migration for local/dev

* Fix code style issues with Prettier

* feat: updates to use publicUrl

* Fix code style issues with Prettier

* feat(backend): update add-public-url-to-jurisdiction migration

* fix(backend): jurisidctions e2e tests

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.9
 - @bloom-housing/shared-helpers@4.0.1-alpha.12
 - @bloom-housing/partners@4.0.1-alpha.12
 - @bloom-housing/public@4.0.1-alpha.12
 - @bloom-housing/ui-components@4.0.1-alpha.12

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.10
 - @bloom-housing/shared-helpers@4.0.1-alpha.13
 - @bloom-housing/partners@4.0.1-alpha.13
 - @bloom-housing/public@4.0.1-alpha.13
 - @bloom-housing/ui-components@4.0.1-alpha.13

* fix: move type declarations out of shared-helpers (#2356)

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.14
 - @bloom-housing/partners@4.0.1-alpha.14
 - @bloom-housing/public@4.0.1-alpha.14
 - @bloom-housing/ui-components@4.0.1-alpha.14

* chore(release): version

 - @bloom-housing/partners@4.0.1-alpha.15

* refactor: unifiies logic around listingid

* refactor: prevent local reseed with cypress tests (#2353)

* chore(release): version

 - @bloom-housing/public@4.0.1-alpha.15

* test: add partners cypress ci job

* chore: fixup config

* chore: fixup config 2

* chore: fixup config 3

* chore: fixup config 3

* chore: fixup config 4

* chore: change name to be unique

* fix: update naming

* fix: remove empty secrets

* fix: add in env variable defaults

* fix: add test id

* fix: use drag n drop

* fix: rename var

* fix: rename var2

* test: update config

* 1290/use dayjs instead of moment (#2338)

* Convert all use of Moment to Dayjs

* fix: more moment -> dayjs cleanup

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.11
 - @bloom-housing/shared-helpers@4.0.1-alpha.15
 - @bloom-housing/partners@4.0.1-alpha.16
 - @bloom-housing/public@4.0.1-alpha.16
 - @bloom-housing/ui-components@4.0.1-alpha.15

* test: fix for cypress tests

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.12
 - @bloom-housing/shared-helpers@4.0.1-alpha.16
 - @bloom-housing/partners@4.0.1-alpha.17
 - @bloom-housing/public@4.0.1-alpha.17
 - @bloom-housing/ui-components@4.0.1-alpha.16

* fix: listings group expandable section css updates (#2377)

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.17
 - @bloom-housing/partners@4.0.1-alpha.18
 - @bloom-housing/public@4.0.1-alpha.18
 - @bloom-housing/ui-components@4.0.1-alpha.17

* fix: ensure dayjs parsing strings will work as expected

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.18
 - @bloom-housing/partners@4.0.1-alpha.19
 - @bloom-housing/public@4.0.1-alpha.19
 - @bloom-housing/ui-components@4.0.1-alpha.18

* feat: adds event logging to most of the pages

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.19
 - @bloom-housing/partners@4.0.1-alpha.20
 - @bloom-housing/public@4.0.1-alpha.20
 - @bloom-housing/ui-components@4.0.1-alpha.19

* fix: open house events can now be edited and work cross-browser (#2320)

* fix: open house events can be edited and work cross-browser

* chore: refactor event dates handling to use dayjs

* fix: lm form refresh and getDetailFieldTime

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/partners@4.0.1-alpha.21

* 2165/rosefield preference updates (#2386)

* feat: rosefield preference updates

* feat: removes "no" from rosefield translations

* fix: removing translations

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.20
 - @bloom-housing/partners@4.0.1-alpha.22
 - @bloom-housing/public@4.0.1-alpha.21
 - @bloom-housing/ui-components@4.0.1-alpha.20

* fix: dates showing as invalid in send by mail section (#2362)

BREAKING CHANGE: remove applicationDueTime field and consolidated into applicationDueDate

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.13
 - @bloom-housing/shared-helpers@4.0.1-alpha.21
 - @bloom-housing/partners@4.0.1-alpha.23
 - @bloom-housing/public@4.0.1-alpha.22
 - @bloom-housing/ui-components@4.0.1-alpha.21

* fix: partners render issue (#2395)

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.14
 - @bloom-housing/shared-helpers@4.0.1-alpha.22
 - @bloom-housing/partners@4.0.1-alpha.24
 - @bloom-housing/public@4.0.1-alpha.23
 - @bloom-housing/ui-components@4.0.1-alpha.22

* fix: user status enum to camel case; gtm types

* fix: removes unnecessary ternary

* test: fix flaky cypress test

* fix: patches translations for preferences (#2410)

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.15
 - @bloom-housing/shared-helpers@4.0.1-alpha.23
 - @bloom-housing/partners@4.0.1-alpha.25
 - @bloom-housing/public@4.0.1-alpha.24
 - @bloom-housing/ui-components@4.0.1-alpha.23

* feat: listing card takes optional children (#2407)

* feat: listing card takes optional children

* fix: additional header

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.24
 - @bloom-housing/partners@4.0.1-alpha.26
 - @bloom-housing/public@4.0.1-alpha.25
 - @bloom-housing/ui-components@4.0.1-alpha.24

* feat: set gtm pageTitle to english only

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.25
 - @bloom-housing/partners@4.0.1-alpha.27
 - @bloom-housing/public@4.0.1-alpha.26

* test: fix partner listing tests

* test: adds back mailing address checks

* chore(release): version

 - @bloom-housing/partners@4.0.1-alpha.28

* fix: issues with public app and readds auto save

* fix: removing console logs

* chore(release): version

 - @bloom-housing/public@4.0.1-alpha.27

* fix: ami charts without all households (#2430)

* fix: ami charts without all households

* fix: merging filter and reduce together

Co-authored-by: Yazeed Loonat <yazeedloonat@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.16
 - @bloom-housing/shared-helpers@4.0.1-alpha.26
 - @bloom-housing/partners@4.0.1-alpha.29
 - @bloom-housing/public@4.0.1-alpha.28
 - @bloom-housing/ui-components@4.0.1-alpha.25

* chore: add translations for per month/year in hmi table (#2418)

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.27
 - @bloom-housing/partners@4.0.1-alpha.30
 - @bloom-housing/public@4.0.1-alpha.29
 - @bloom-housing/ui-components@4.0.1-alpha.26

* fix: Fix infinite page width (#2434)

Closes #2374

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.28
 - @bloom-housing/partners@4.0.1-alpha.31
 - @bloom-housing/public@4.0.1-alpha.30
 - @bloom-housing/ui-components@4.0.1-alpha.27

* refactor: Increase textarea limits (#2435)

Closes #2420

* chore(release): version

 - @bloom-housing/partners@4.0.1-alpha.32

* 2328/address verification (#2412)

* feat: verify applicant address via MapBox API

* feat: support various selection states for address

* chore: refactor address to break up large file

* test: update Cypress tests to check address validation

* test: update mock data with a real address

* test: update minimal application data as well

* test: add additional tests for address validation

* test: relocate bad addresses to separate integration test

* feat: improve the error state when invalid address

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.29
 - @bloom-housing/partners@4.0.1-alpha.33
 - @bloom-housing/public@4.0.1-alpha.31
 - @bloom-housing/ui-components@4.0.1-alpha.28

* revert: changes from fix: Fix infinite page width #2434

Co-authored-by: github.context.workflow <github-actions@github.com>
Co-authored-by: Michał Plebański <michalp@airnauts.com>
Co-authored-by: Jared White <jared@jaredwhite.com>
Co-authored-by: Yazeed Loonat <YazeedLoonat@gmail.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: dominikx96 <dominik@airnauts.com>
Co-authored-by: Emily Jablonski <65367387+emilyjablonski@users.noreply.github.com>
Co-authored-by: Gabe Benjamin <gabeb@google.com>
Co-authored-by: Andrea Egan <akegan@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrea Egan <andrea.egan@sfgov.org>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>

* build: sets node max-old-space-size (#2458)

* build: max-old-space-size

* build: update casbin version

* fix: await casbin enforcer

* build: adds Aptfile for heroku (#2460)

* refactor: param and auth updates for export (#2465)

* 2382/berkeley way customizations (#2436)

* chore(release): version

 - @bloom-housing/backend-core@4.0.1
 - @bloom-housing/shared-helpers@4.0.1
 - @bloom-housing/partners@4.0.1
 - @bloom-housing/public@4.0.1
 - @bloom-housing/ui-components@4.0.1

* fix: updates partner check for listing perm (#2484)

* feat: 2419/adding SMC preferences (#2482)

* feat: 2468/adding dublin preferences (#2483)

* chore(release): version

 - @bloom-housing/backend-core@4.0.2
 - @bloom-housing/shared-helpers@4.0.2
 - @bloom-housing/partners@4.0.2
 - @bloom-housing/public@4.0.2
 - @bloom-housing/ui-components@4.0.2

* fix: csv export auth check (#2488)

* chore: merge upstream master

* Fix code style issues with ESLint

* Fix code style issues with Prettier

* test: updates for tests to pass

* Fix code style issues with Prettier

* test: updates for ui-components

* build: updates for public and partners builds

* fix: issues with public

* fix: update to SiteHeader partner use

* test: fix user and ProgressNav tests

* Fix code style issues with Prettier

* test: temp skip activity monitor tests

* test: temp skip longer tests

* test: temp skip activity monitor tests

* fix: lint rule

Co-authored-by: Michał Plebański <michalp@airnauts.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: github.context.workflow <github-actions@github.com>
Co-authored-by: Dominik Barcikowski <dominik@airnauts.com>
Co-authored-by: Emily Jablonski <65367387+emilyjablonski@users.noreply.github.com>
Co-authored-by: Yazeed Loonat <YazeedLoonat@gmail.com>
Co-authored-by: Jared White <jared@whitefusion.studio>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: plunkettgoogle <66751489+plunkettgoogle@users.noreply.github.com>
Co-authored-by: Jared White <jared@jaredwhite.com>
Co-authored-by: Gabe Benjamin <GabeKEBenjamin@gmail.com>
Co-authored-by: Gabe Benjamin <gabeb@google.com>
Co-authored-by: Andrea Egan <akegan@users.noreply.github.com>
Co-authored-by: Andrea Egan <andrea.egan@sfgov.org>

* feat: updates listings view config (#983)

* feat: updates listings view config

* fix: lint and back jurisdiction join

* feat: adds view to listingsFetcher

* refactor: Remove required to publish labels

Closes #970

* feat: show building accessibility features on partners (v2) (#984)

* feat: show building accessibility features on the listing form detail page

* fix: mobile styling

* chore: update primary color in Tailwind override (#980)

* Remove listing fields

* feat(backend): update units summary model

* style: formatting

* feat: backend-swagger with unit summary updates

* feat(backend): remove Listing published required fields (#996)

* refactor: comment out mistyped scripts

* fix: fixup base view

* feat(backend): fix unit group model update tests

* feat: occupancy tables wip

* build: local db to bloom_detroit

* fix: add summary in seed

* refactor: rename unitssummary, add needed fields

* fix: rebase issues

* Fixes Partner Portal Users (#1009)

* fix: partner portal users

* style: remove console log

* feat: updates user list to filter by isPortalUser

* feat: adds hud and mshda 2021 ami charts (#1020)

* feat: adds hud and mshda 2021 ami charts

* fix: remove mixed content assets from seeds

* fix: adds Detroit jurisdiction by default for partners

* fix: fixes file name to include dto

* feat: hides/prevents partner publish (#1021)

* feat: hides/prevents partner publish

* fix: pr requests and user update

* fix: issues exposed by tests

* feat: occupancy table based on unit groups (#1023)

* feat: occupancy table based on unit groups

* test: add tests

* test: update strings

* refactor: remove SRO strings

* test: more test coverage

* fix: make range translated

* fix: pre-existing ListingView template issues

* fix: patch old unit summary table pieces

Co-authored-by: Sean Albert <smabert@gmail.com>

* feat: adding partner unit groups

* feat: adds programs to Detroit (#1022)

* feat: adds programs to Detroit

* feat: adds programs to public site

* style: removes comment

* feat: remove Community Type section from form and detail

* refactor: updates program titles

* feat: updates for program descriptions per Safiya

* feat: adding save functionality

* fix: updates for editing

* 987/import listings basic (#1019)

* feat(backend): add import listing basic

* chore: remove todo notes from scripts

* feat: adds programs to Detroit (#1022)

* feat: adds programs to Detroit

* feat: adds programs to public site

* style: removes comment

* feat: remove Community Type section from form and deta…
seanmalbert added a commit to CityOfDetroit/bloom that referenced this pull request Jun 23, 2022
* 2022-02-10 core (#982)

* fix: retnal assistance eror message

* Preferences cleanup (#1947)

* feat(backend): preferences cleanup

BREAKING CHANGE: Preferences are now M-N relation with a listing and have an intermediate table with ordinal number

* refactor(backend): preferences deduplication

So far each listing referenced it's own unique Preferences. This change introduces Many to Many
relationship between Preference and Listing entity and forces sharing Preferences between listings.

* feat(backend): extend preferences migration with moving existing relations to a new intermediate tab

* feat(backend): add Preference - Jurisdiction ManyToMany relation

* feat: adapt frontend to backend changes

* fix(backend): typeORM preferences select statement

* fix(backend): connect preferences with jurisdictions in seeds, fix pref filter validator

* fix(backend): fix missing import in preferences-filter-params.ts

* refactor: rebase issue

* feat: uptake jurisdictional preferences

* fix: fixup tests

* fix: application preferences ignore page, always separate

* Remove page from src/migration/1633359409242-add-listing-preferences-intermediate-relation.ts

* fix: preference fetching and ordering/pages

* Fix code style issues with Prettier

* fix(backend): query User__leasingAgentInListings__jurisdiction_User__leasingAgentIn specified more

* fix: perferences cypress tests

Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Sean Albert <smabert@gmail.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.13
 - @bloom-housing/partners@2.0.0-pre-tailwind.23
 - @bloom-housing/public@2.0.0-pre-tailwind.23
 - @bloom-housing/ui-components@2.0.0-alpha.23

* fix: updates household member count (#2112)

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.14
 - @bloom-housing/partners@2.0.0-pre-tailwind.24
 - @bloom-housing/public@2.0.0-pre-tailwind.24
 - @bloom-housing/ui-components@2.0.0-alpha.24

* fix: updates household member count

picked 5c4e03b240a5def6ca3f2616a1f2120e18c993b9

* fix: reverts preferences to re-add as breaking/major bump

* fix: reverts preferences to re-add as breaking/major bump

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.15
 - @bloom-housing/partners@2.0.0-pre-tailwind.25
 - @bloom-housing/public@2.0.0-pre-tailwind.25
 - @bloom-housing/ui-components@2.0.0-alpha.25

* refactor: listing preferences and adds jurisdictional filtering

BREAKING CHANGE: updates preference relationship with listings

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.16
 - @bloom-housing/partners@2.0.0-pre-tailwind.26
 - @bloom-housing/public@2.0.0-pre-tailwind.26
 - @bloom-housing/ui-components@2.0.0-alpha.26

* chore(release): version

 - @bloom-housing/backend-core@2.0.0
 - @bloom-housing/shared-helpers@2.0.0
 - @bloom-housing/partners@2.0.0
 - @bloom-housing/public@2.0.0
 - @bloom-housing/ui-components@2.0.0

* fix: Updates lastName on application save

* docs: Update changelog

* Fix code style issues with Prettier

* chore(release): version

 - @bloom-housing/partners@2.0.1-alpha.0

* fix: a11y color contrast issues with tint on ImageCard component (#2074)

* chore(release): version

 - @bloom-housing/partners@2.0.1-alpha.1
 - @bloom-housing/public@2.0.1-alpha.0
 - @bloom-housing/ui-components@2.0.1-alpha.0

* feat: two new common app questions - Household Changes and Household Student (#2070)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.0
 - @bloom-housing/partners@2.0.1-alpha.2
 - @bloom-housing/public@2.0.1-alpha.1
 - @bloom-housing/ui-components@2.0.1-alpha.1

* fix: household member cypress test (#2113)

* chore(release): version

 - @bloom-housing/public@2.0.1-alpha.2

* fix: SiteHeader visual issues with long menu bars (#2068)

* feat: jurisdictional email signatures (#2111)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.1
 - @bloom-housing/partners@2.0.1-alpha.3
 - @bloom-housing/public@2.0.1-alpha.3
 - @bloom-housing/ui-components@2.0.1-alpha.2

* fix: don't send email confirmation on paper app submission (#2110)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.2
 - @bloom-housing/partners@2.0.1-alpha.4
 - @bloom-housing/public@2.0.1-alpha.4
 - @bloom-housing/ui-components@2.0.1-alpha.3

* 1838/ami chart jurisdictionalized (#2102)

* fix: jurisdictionalizes ami charts on partners

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.3
 - @bloom-housing/partners@2.0.1-alpha.5
 - @bloom-housing/public@2.0.1-alpha.5
 - @bloom-housing/ui-components@2.0.1-alpha.4

* feat: Updates application confirmation numbers (#2072)

* feat: Updates application confirmation numbers

* docs: Update changelog

* feat: adds confirmation number to csv export

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.4
 - @bloom-housing/partners@2.0.1-alpha.6
 - @bloom-housing/public@2.0.1-alpha.6
 - @bloom-housing/ui-components@2.0.1-alpha.5

* fix: updates lastName on application save

picked from 4d13e0049df5661360ed42b9c47b390df36f81a5

* fix(backend): make it possible to filter portal users in /users endpoint (#2078)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.5
 - @bloom-housing/partners@2.0.1-alpha.7
 - @bloom-housing/public@2.0.1-alpha.7
 - @bloom-housing/ui-components@2.0.1-alpha.6

* Revert "refactor: listing preferences and adds jurisdictional filtering"

This reverts commit 3cfd6d18ea4bf8370cf185112c56836b9daf7159.

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.6
 - @bloom-housing/partners@2.0.1-alpha.8
 - @bloom-housing/public@2.0.1-alpha.8
 - @bloom-housing/ui-components@2.0.1-alpha.7

* hotfix: ensure Triton seed doesn't error out

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.7
 - @bloom-housing/partners@2.0.1-alpha.9
 - @bloom-housing/public@2.0.1-alpha.9
 - @bloom-housing/ui-components@2.0.1-alpha.8

* chore(release): version

 - @bloom-housing/backend-core@3.0.0
 - @bloom-housing/shared-helpers@3.0.0
 - @bloom-housing/partners@3.0.0
 - @bloom-housing/public@3.0.0
 - @bloom-housing/ui-components@3.0.0

* 1837/preferences cleanup 3 (#2144)

* feat(backend): preferences cleanup

BREAKING CHANGE: Preferences are now M-N relation with a listing and have an intermediate table with ordinal number

* refactor(backend): preferences deduplication

So far each listing referenced it's own unique Preferences. This change introduces Many to Many
relationship between Preference and Listing entity and forces sharing Preferences between listings.

* feat(backend): extend preferences migration with moving existing relations to a new intermediate tab

* feat(backend): add Preference - Jurisdiction ManyToMany relation

* feat: adapt frontend to backend changes

* fix(backend): typeORM preferences select statement

* fix(backend): connect preferences with jurisdictions in seeds, fix pref filter validator

* fix(backend): fix missing import in preferences-filter-params.ts

* refactor: rebase issue

* feat: uptake jurisdictional preferences

* fix: fixup tests

* fix: application preferences ignore page, always separate

* Remove page from src/migration/1633359409242-add-listing-preferences-intermediate-relation.ts

* fix: preference fetching and ordering/pages

* Fix code style issues with Prettier

* fix(backend): query User__leasingAgentInListings__jurisdiction_User__leasingAgentIn specified more

* fix: perferences cypress tests

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.0
 - @bloom-housing/partners@3.0.1-alpha.0
 - @bloom-housing/public@3.0.1-alpha.0
 - @bloom-housing/ui-components@3.0.1-alpha.0

* feat(backend): extend UserUpdateDto to support email change with confirmation (#2120)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.1
 - @bloom-housing/partners@3.0.1-alpha.1
 - @bloom-housing/public@3.0.1-alpha.1
 - @bloom-housing/ui-components@3.0.1-alpha.1

* 2056/user account edit fix (#2073)

* fix: Replaces service to use newly created

* fix: Fix DOB initial values

* feat(backend): extend UserUpdateDto to support email change with confirmation

* fix: Update email form to use a new service

* fix: updates email change language

* Fix code style issues with Prettier

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.2
 - @bloom-housing/partners@3.0.1-alpha.2
 - @bloom-housing/public@3.0.1-alpha.2
 - @bloom-housing/ui-components@3.0.1-alpha.2

* feat: add Programs section to listings management (#2093)

* feat: add Programs section to listings management

* fix: sorting on detail page

* fix: merge issues

* feat: make program fetching jurisdictional

* fix: replace preference with program

* fix: program delete removes jurisdiction

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.3
 - @bloom-housing/partners@3.0.1-alpha.3
 - @bloom-housing/public@3.0.1-alpha.3
 - @bloom-housing/ui-components@3.0.1-alpha.3

* 2085/adds top level catchAll exception filter (#2132)

* fix: adds top level catchAll error filter

* fix: removing now unused exception filter

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.4
 - @bloom-housing/partners@3.0.1-alpha.4
 - @bloom-housing/public@3.0.1-alpha.4
 - @bloom-housing/ui-components@3.0.1-alpha.4

* feat: Change unit number field type to text (#2136)

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.5

* chore(deps): bump electron from 13.1.7 to 13.3.0 (#2137)

Bumps [electron](https://github.com/electron/electron) from 13.1.7 to 13.3.0.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](https://github.com/electron/electron/compare/v13.1.7...v13.3.0)

---
updated-dependencies:
- dependency-name: electron
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump axios from 0.21.1 to 0.21.2 (#2138)

Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.2.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.21.1...v0.21.2)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat(backend): improve application flagged set saving efficiency (#2147)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.5
 - @bloom-housing/partners@3.0.1-alpha.6
 - @bloom-housing/public@3.0.1-alpha.5
 - @bloom-housing/ui-components@3.0.1-alpha.5

* 1655/invite user edit (#1982)

* feat: Update title to be also a react node

* feat: Update translations

* feat: Create reusable form to add and edit users

* feat: Add delete function

* feat(backend): Add ON UPDATE SET NULL to application-user relation

* fix: Fix type

* Fix code style issues with Prettier

* fix(jurisdictionResolverService): updates to return undefined if no jurisdictionName

* feat: Update drawer state name

* feat: Add missing translations

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.6
 - @bloom-housing/partners@3.0.1-alpha.7
 - @bloom-housing/public@3.0.1-alpha.6
 - @bloom-housing/ui-components@3.0.1-alpha.6

* Add a phone number column to the user_accounts table (#2134)

* Merge pull request #710 from CityOfDetroit/feature/add-phonenumber-to-user-entity

Add phone number to user accounts.

* Merge pull request #728 from CityOfDetroit/fix/modify-phone-number-test

Fix user E2E tests.

* Merge pull request #728 from CityOfDetroit/fix/modify-phone-number-test

Fix user E2E tests.

* fix: add validation groups to phoneNumber

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.7
 - @bloom-housing/partners@3.0.1-alpha.8
 - @bloom-housing/public@3.0.1-alpha.7
 - @bloom-housing/ui-components@3.0.1-alpha.7

* refactor: make backend a peer dependency in ui-components (#2146)

* refactor: make backend a peer dependency in ui-components

* fix: fix flaky test

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.0
 - @bloom-housing/partners@3.0.1-alpha.9
 - @bloom-housing/public@3.0.1-alpha.8
 - @bloom-housing/ui-components@3.0.1-alpha.8

* fix: updates address order (#2151)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.8
 - @bloom-housing/shared-helpers@3.0.1-alpha.1
 - @bloom-housing/partners@3.0.1-alpha.10
 - @bloom-housing/public@3.0.1-alpha.9

* feat(backend): add nginx proxy-cache configuration (#2119)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.9
 - @bloom-housing/shared-helpers@3.0.1-alpha.2
 - @bloom-housing/partners@3.0.1-alpha.11
 - @bloom-housing/public@3.0.1-alpha.10

* Release 11 11 21 (#2162)

* fix: fix: adding unit tests to the unit type

picked from dev c33654d9abdeea274bf886acf46c6707b8477ccd

* fix: fix: a11y color contrast issues with tint on ImageCard component

picked from dev e2338ccebc65fdfbeac40750177ef32386599c4c

* feat: feat: two new common app questions - Household Changes and Household Student

picked from dev 29780f670dfae1350dd9bd1672b54a37537c80d8

* fix: fix: SiteHeader visual issues with long menu bars

picked from dev 17bde74b5e5ce9f2ed2ca2e8724d89e7fecdcc9c

* feat: feat: jurisdictional email signatures

picked from dev 5cb89d6daa3b9cd6e20d449b0ce6552ffa65649e

* fix: fix: don't send email confirmation on paper app submission

picked from dev 76fb4cccb0ad146eadd43700e664254d141fce7d

* feat: feat: Updates application confirmation numbers

picked from dev ac9526c2fa92364deac579faaa60bdb8bbfeebff

* fix: fix(backend): make it possible to filter portal users in /users endpoint

picked from dev 3360f41f327a5602cb7f49317fae43bf7fa42581

* feat: feat(backend): add languages (Language[]) to Jurisdiction entity

picked from dev d0c3a702b6b35e39946d311223c97a9fd50d2df0

* fix: feat(backend): try fixing SETEX redis e2e tests flakiness

picked from dev a268e1bc389d1f0690738c7d0f91ab7bd0c35086

* feat: feat(backend): Add user delete endpoint

picked from dev 5e751cec4027626decdd3a218bf999190c925ebe

* fix: fix: improved UX for the Building Selection Criteria drawer

picked from dev bba9033d10b57ff8f41fd80f14405e2d688c9b92

* feat: feat(backend): add Program entity

picked from dev d23a65653e27fbd45a8d174b6399692915ba2c17

* refactor: breaking: 1837/preferences cleanup

picked from dev 7ab4104a29d7989f4b3335654f463bfc3773fba8

BREAKING CHANGE: preferences model and relationships changed

* feat: feat(backend): extend UserUpdateDto to support email change

picked from dev 1933cca822596e1084319cb87b1763899620f40a

* fix: 2056/user account edit fix

picked from dev eac5bd1dc11d5db5d31d0400712d49fbfff17394

* refactor: 2085/adds top level catchAll exception filter

picked from dev 06f9cdaf10f54a37bb7b46f8b8230f024187d310

* feat: feat: Change unit number field type to text

picked from dev 09700aa2bff340fc62840569fb795161c7b25df1

* feat(backend): improve application flagged set saving efficiency

* fix: fix: updates address order

picked from dev 1ff66f0da0f4773b8e9eba1c0ada12e88c9c89e5

* fix: sets programs to optoinal and updates versions

* chore: chore(deps): bump electron from 13.1.7 to 13.3.0

* chore: chore(deps): bump axios from 0.21.1 to 0.21.2

* fix: adds programs service

* fix: fix lisitng e2e tests

* fix: fix member tests

* fix: fixes program, preference, ami-chart de-dupe (#2169)

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.12

* fix: adds jurisdictionId to useSWR path

* fix: recalculate units available on listing update (#2150)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.10
 - @bloom-housing/shared-helpers@3.0.1-alpha.3
 - @bloom-housing/partners@3.0.1-alpha.13
 - @bloom-housing/public@3.0.1-alpha.11

* fix: recalculate units available on listing update

picked form dev 9b12ff0d5897c04e3bcaa788f8ec225cb5af6dd3

* feat: feat(backend): make use of new application confirmation codes

picked from dev fddb626a17b911c4933566b64a4ac7e26e032279

* Revert "chore(deps): bump axios from 0.21.1 to 0.21.2 (#2138)"

This reverts commit a8e2a5c1dfc71a4f13ff548ae23aa67d18acbcd3.

* revert: revert "chore(deps): bump axios from 0.21.1 to 0.21.2

picked from dev e99944ecaec4d4527065e8b5cb5374a5612e9c4c

* refactor: remove applicationAddress (#2009)

* refactor: remove applicationAddress

* docs: readme update

* test: fix backend test

* fix: db migration

* Fix code style issues with Prettier

* test(backend): fix SETEX impossible to process

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.11
 - @bloom-housing/shared-helpers@3.0.1-alpha.4
 - @bloom-housing/partners@3.0.1-alpha.14
 - @bloom-housing/public@3.0.1-alpha.12
 - @bloom-housing/ui-components@3.0.1-alpha.9

* feat: refactor and add public site application flow cypress tests (#2118)

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.15
 - @bloom-housing/public@3.0.1-alpha.13
 - @bloom-housing/ui-components@3.0.1-alpha.10

* fix: sapp submission w/ no due date

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.12
 - @bloom-housing/shared-helpers@3.0.1-alpha.5
 - @bloom-housing/partners@3.0.1-alpha.16
 - @bloom-housing/public@3.0.1-alpha.14

* Revert "feat(backend): add nginx proxy-cache configuration (#2119)"

This reverts commit f51c05f34e84b22bf6093f786aea9fcc970aee85.

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.13
 - @bloom-housing/shared-helpers@3.0.1-alpha.6
 - @bloom-housing/partners@3.0.1-alpha.17
 - @bloom-housing/public@3.0.1-alpha.15

* fix: app submission w/ no due date

picked from dev 574b8ce65017d958bc392421ed4379ddc1f2216f

* 1975/better seed data for ami-charts (#2156)

* fix: better seed data for ami-charts

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.14
 - @bloom-housing/shared-helpers@3.0.1-alpha.7
 - @bloom-housing/partners@3.0.1-alpha.18
 - @bloom-housing/public@3.0.1-alpha.16

* 2154/avance prefs (#2177)

* feat: new preferences

* feat: preference updates

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.15
 - @bloom-housing/shared-helpers@3.0.1-alpha.8
 - @bloom-housing/partners@3.0.1-alpha.19
 - @bloom-housing/public@3.0.1-alpha.17
 - @bloom-housing/ui-components@3.0.1-alpha.11

* 2154/avance prefs (#2178)

* feat: new preferences

* feat: preference updates

* Fix code style issues with Prettier

* feat: preference options bottom border

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.18

* 2154/avance prefs III (#2179)

* feat: new preferences

* feat: preference updates

* Fix code style issues with Prettier

* feat: preference options bottom border

* feat: liveWorkLivermore preference

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.20
 - @bloom-housing/public@3.0.1-alpha.19
 - @bloom-housing/ui-components@3.0.1-alpha.12

* 1988/adds listing management cypress tests to partner portal (#2103)

* test: adds listing management tests

* test: minor tweaks

* test: big updates for LM cypress tests

* test: fixes selectors

* feat: adding partner cypress tests to pr workflow

* fix: undoing

* chore: adds latest bloom-housing packages to partners

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.21
 - @bloom-housing/public@3.0.1-alpha.20
 - @bloom-housing/ui-components@3.0.1-alpha.13

* feat: adds new preferences, reserved community type

* feat: adds bottom border to preferences

* feat: updates preference string

* fix: preference cleanup for avance

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.22
 - @bloom-housing/public@3.0.1-alpha.21
 - @bloom-housing/ui-components@3.0.1-alpha.14

* fix: preference cleanup for avance

* 1975/one month rent (#2158)

* feat: add depoist helper text

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.16
 - @bloom-housing/shared-helpers@3.0.1-alpha.9
 - @bloom-housing/partners@3.0.1-alpha.23
 - @bloom-housing/public@3.0.1-alpha.22
 - @bloom-housing/ui-components@3.0.1-alpha.15

* fix(backend): fix view.spec.ts test (#2175)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.17
 - @bloom-housing/shared-helpers@3.0.1-alpha.10
 - @bloom-housing/partners@3.0.1-alpha.24
 - @bloom-housing/public@3.0.1-alpha.23

* refactor: removes jsonpath (#2206)

* refactor: removes jsonpath

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.18
 - @bloom-housing/shared-helpers@3.0.1-alpha.11
 - @bloom-housing/partners@3.0.1-alpha.25
 - @bloom-housing/public@3.0.1-alpha.24

* 1869/application program display (#2114)

* feat: add programs step to application forms

* test: add Cypress tests for the programs step

* feat: rework the Programs page and enhance seeds

* chore: fix programs Cypress test

* fix: fixup cypress tests

* fix: update mock data

* fix: fixup mock data pt 2

* fix: type issues

* fix: bugs and simplify program data processing

Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.19
 - @bloom-housing/shared-helpers@3.0.1-alpha.12
 - @bloom-housing/partners@3.0.1-alpha.26
 - @bloom-housing/public@3.0.1-alpha.25
 - @bloom-housing/ui-components@3.0.1-alpha.16

* feat: adds jurisdictions to pref seeds (#2199)

* feat: adds jurisdictions to pref seeds

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.20
 - @bloom-housing/shared-helpers@3.0.1-alpha.13
 - @bloom-housing/partners@3.0.1-alpha.27
 - @bloom-housing/public@3.0.1-alpha.26

* 1901/application program partners (#2182)

* feat: add programs step to application forms

* test: add Cypress tests for the programs step

* feat: rework the Programs page and enhance seeds

* chore: fix programs Cypress test

* feat: add programs step to application forms

* test: add Cypress tests for the programs step

* feat: rework the Programs page and enhance seeds

* chore: fix programs Cypress test

* fix: fixup cypress tests

* fix: update mock data

* fix: fixup mock data pt 2

* fix: type issues

* feat: Create programs mapper

Closes #1901

* feat: Add programs section

Closes #1901

* feat: Create details section for programs

Closes #1901

* feat: Update translations

Closes #1901

* refactor: Remove console log

Closes #1901

* refactor: Simpify code

Closes #1901

* chore: remove console log

* fix: mapProgramToApi return

Co-authored-by: Jared White <jared@jaredwhite.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.21
 - @bloom-housing/shared-helpers@3.0.1-alpha.14
 - @bloom-housing/partners@3.0.1-alpha.28
 - @bloom-housing/public@3.0.1-alpha.27
 - @bloom-housing/ui-components@3.0.1-alpha.17

* test: update program test

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.28

* feat: new demographics sub-race questions (#2109)

* feat: new demographics sub-race questions

* fix: update migration to keep data

* feat: other text boxes

* feat: wip other labels

* feat: can edit demo in partners

* fix: cleanup

* feat: csv formatting

* fix: type issue

* feat: remove gender and sexual orientation

* fix: add test id

* fix: more test ids

* fix: select by checkboxes

* fix: dont use select

* fix: data

* fix: add tests, fixup other option

* Fix code style issues with Prettier

* fix: remove unneeded dependencies

* test: add additional test

* Fix code style issues with Prettier

* test: change test id attribute

* chore: cleanup formatApplicationData imports

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.22
 - @bloom-housing/shared-helpers@3.0.1-alpha.15
 - @bloom-housing/partners@3.0.1-alpha.29
 - @bloom-housing/public@3.0.1-alpha.29
 - @bloom-housing/ui-components@3.0.1-alpha.18

* feat: updates email confirmation for lottery (#2200)

* feat: updates email confirmation for lottery

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.23
 - @bloom-housing/shared-helpers@3.0.1-alpha.16
 - @bloom-housing/partners@3.0.1-alpha.30
 - @bloom-housing/public@3.0.1-alpha.30

* fix: add ariaHidden to Icon component

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.17
 - @bloom-housing/partners@3.0.1-alpha.31
 - @bloom-housing/public@3.0.1-alpha.31
 - @bloom-housing/ui-components@3.0.1-alpha.19

* fix: add ariaLabel prop to Button component

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.18
 - @bloom-housing/partners@3.0.1-alpha.32
 - @bloom-housing/public@3.0.1-alpha.32
 - @bloom-housing/ui-components@3.0.1-alpha.20

* fix: change the yes/no radio text to be more descriptive (#2208)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.19
 - @bloom-housing/partners@3.0.1-alpha.33
 - @bloom-housing/public@3.0.1-alpha.33
 - @bloom-housing/ui-components@3.0.1-alpha.21

* fix: remove alameda reference in demographics (#2209)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.20
 - @bloom-housing/partners@3.0.1-alpha.34
 - @bloom-housing/public@3.0.1-alpha.34
 - @bloom-housing/ui-components@3.0.1-alpha.22

* refactor: remove applicationAddress

picked from dev 081beeb541f354c1360fbeba170afe19a1d34f98

* feat: refactor and add public site application flow cypress tests

picked from dev 3d01626016ef611853770dea8431a68d1ca53fae

* feat: better seed data for ami-charts

picked from dev aae89af29e517673f42a06ca9aa8e28ef4198ded

* feat: adds listing management cypress tests to partner portal

* fix: listings management keep empty strings, remove empty objects

picked from dev bbef06bd1b95f549e9fecd6af787df009e01e9e0

* feat: one month rent

picked from dev 931903360faf813ef9a151d975586388d1a253b3

* test: view.spec.ts test

picked from dev 4a2dfbaaad6c3f9252b11dcec1b1db732ae53285

* refactor: removes jsonpath

picked from dev 75ee548d0646d33316beeb89cbe2c6fadca5ee67

* feat: adds jurisdictions to pref seeds

picked from dev f4b3c11e22337ce8c1a942881756e5c636fb0084

* feat: new demographics sub-race questions

picked from dev d81fb2f7c424acecc2ad89656855362dd1b9bcd4

* feat: updates email confirmation for lottery

picked from dev 8a9e21039fd6566664be2a4ecdef20d381048f03

* fix: add ariaHidden to Icon component

picked from dev f6dd5af88d207d92c2c02cc63b63d5e9fdf2f381

* fix: add ariaLabel prop to Button component

picked from dev 0434378b406417fe84cdb42d90ba77ea9366081c

* fix: change the yes/no radio text to be more descriptive

picked from dev 38a6ff76b8eb60293f82e0a4c37e129b2d7d52ba

* fix: remove alameda reference in demographics

picked from dev cfa1f78668e6d3834c1772a59f55f83608017f14

* chore: release version

picked from dev 8445513c6c4a996b2e3b552c204f23b6372713d7

* feat: ami chart jurisdictionalized

picked from dev d7d8d21c13db9c925e3826db2f0536d0832c3827

* refactor: make backend a peer dependency in ui-components

picked from dev b2ccff139082043a5fe068b8e6be859e4ce9a1a7

* feat: add a phone number column to the user_accounts table

picked from dev 3b4fd091730d24938b48f67970e224b60112eb33

* chore: removes application program partners

* chore: removes application program display

* Revert "chore: removes application program display"

This reverts commit dc268955bf981dcd4d48392948c00f9e7971b095.

* Revert "chore: removes application program partners"

This reverts commit 57cfefb15bfece763221d5445eac6ddd24576182.

* chore: yarn.lock and backend-swagger

* fix: removes Duplicate identifier fieldGroupObjectToArray

* feat: skip preferences if not on listing

* chore(release): version

* fix: cannot save custom mailing, dropoff, or pickup address

* chore(release): version

* chore: converge on one axios version, remove peer dependency

* chore(release): version

* feat: simplify Waitlist component and use more flexible schema

* chore(release): version

* fix: lottery results uploads now save

* chore(release): version

* feat: add SRO unit type

* chore(release): version

* fix: paper application submission

* chore(release): version

* fix: choose-language context

* chore(release): version

* fix: applications/view hide prefs

* chore(release): version

* feat: overrides fallback to english, tagalog support

* chore(release): version

* fix: account translations

* chore(release): version

* fix: units with invalid ami chart

* chore(release): version

* fix: remove description for the partners programs

* fix: fix modal styles on mobile

* fix: visual improvement to programs form display

* fix: submission tests not running

* chore: translations (#2293)

* chore: translations (#2295)

* chore: missing translations (#2296)

* fix: prefUnits on autofill summary (#2294)

* chore: move Programs step to come after Students (#2277)

* feat: adds whatToExpect to GTrans

* chore: missing translations (#2299)

* fix: 2259/fixes idle timeout not resetting properly (#2292)

* chore(release): version

* fix: demographics howDidYouHear options (2305)

* chore(release): version

* fix: mobile notice text wrap issue (#2308)

* feat: postmark date time fields partners (#2239)

* fix: versioning issues (#2311)

* chore(release): version

* chore(backend): move libs/ to shared/utils, clean up modules (#2230)

* feat(backend): all programs to csv export (#2302)

* chore(release): version

* feat: filter partner users

* chore(release): version

* feat: adds updating open listing modal (#2288)

* fix: closed listings allowed apps (#2317)

* feat: 2165/rosefield preference updates (#2386)

* chore(release): version

* Revert "chore(release): version"

This reverts commit 5a4b461c574530181f3c79cba03f4e6592a4422a.

* chore(release): version

 - @bloom-housing/backend-core@3.0.1
 - @bloom-housing/shared-helpers@3.0.1
 - @bloom-housing/partners@3.0.1
 - @bloom-housing/public@3.0.1
 - @bloom-housing/ui-components@3.0.1

* feat(backend): add storing listing translations (#2215)

* feat: adds whatToExpect to GTrans (#2303)

* fix: patch issue with submit application section

* fix: patches translations for preferences (#2410)

* fix: issues with public app and readds auto save (2428)

* fix: ami charts without all households (#2430)

* fix: load blank application

* 2022-01-27 release (#2439)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.23
 - @bloom-housing/partners@3.0.1-alpha.37
 - @bloom-housing/public@3.0.1-alpha.38
 - @bloom-housing/ui-components@3.0.1-alpha.24

* fix(backend): nginx with heroku configuration (#2196)

* fix(backend): nginx with heroku configuration

* feat(backend): nginx make hostname and port variable

* feat: nginx proxy updates

* feat(backend): modify proxy_pass and Host header settings

Co-authored-by: seanmalbert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.26
 - @bloom-housing/shared-helpers@3.0.1-alpha.24
 - @bloom-housing/partners@3.0.1-alpha.38
 - @bloom-housing/public@3.0.1-alpha.39
 - @bloom-housing/ui-components@3.0.1-alpha.25

* fix: fetchBaseListingData (#2238)

* fix: fetchBaseListingData

* fix: fetchBaseListingData

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.40

* fix: lottery results uploads now save (#2226)

* fix: lottery results uploads now save

* fix: switch to partial typing

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.39

* feat: getStaticPaths fallback blocking test

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.41

* chore: add temp logs for testing id/slug

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.42

* chore(backend): move libs/ to shared/utils, clean up modules (#2230)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.27
 - @bloom-housing/shared-helpers@3.0.1-alpha.25
 - @bloom-housing/partners@3.0.1-alpha.40
 - @bloom-housing/public@3.0.1-alpha.43
 - @bloom-housing/ui-components@3.0.1-alpha.26

* chore: add SRO unit type (#2243)

* chore: add SRO unit type to DB / translations

* chore: additional string changes to SRO

* test(backend): add SRO to unit types test

* feat: SRO unit type additions

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.28
 - @bloom-housing/shared-helpers@3.0.1-alpha.26
 - @bloom-housing/partners@3.0.1-alpha.41
 - @bloom-housing/public@3.0.1-alpha.44
 - @bloom-housing/ui-components@3.0.1-alpha.27

* 2140/fix paper application submission (#2195)

* fix: fix paper application submission

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.42

* Fix code style issues with Prettier

* test: adds cypress test coverage

* fix: updates per sean

* fix: one more update

* test: fix partners unit tests

* fix: choose-language context

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.45

* fix: applications drop off address

* fix: applications/view hide prefs

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.46

* feat(backend): add storing listing translations (#2215)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.29
 - @bloom-housing/shared-helpers@3.0.1-alpha.27
 - @bloom-housing/partners@3.0.1-alpha.43
 - @bloom-housing/public@3.0.1-alpha.47
 - @bloom-housing/ui-components@3.0.1-alpha.28

* fix(backend): make nginx proxy use Language HTTP header in cache key (#2266)

* 2098/fix partner applications grid display (#2188)

* fix: partner applications grid display

* Fix code style issues with Prettier

* test: fix tests

* Fix code style issues with Prettier

* fix: updates to using views

* tests: add application grid test

* fix: updates per sean

* fix: one more update

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.30
 - @bloom-housing/shared-helpers@3.0.1-alpha.28
 - @bloom-housing/partners@3.0.1-alpha.44
 - @bloom-housing/public@3.0.1-alpha.48
 - @bloom-housing/ui-components@3.0.1-alpha.29

* fix: fixes some issues with the deployment

* Revert/2188 (#2270)

* fix: fixes some issues with the deployment

* revert: partner applications grid display

* fix: view.spec

Co-authored-by: Yazeed Loonat <yazeedloonat@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.31
 - @bloom-housing/shared-helpers@3.0.1-alpha.29
 - @bloom-housing/partners@3.0.1-alpha.45
 - @bloom-housing/public@3.0.1-alpha.49
 - @bloom-housing/ui-components@3.0.1-alpha.30

* 2098/fix partner applications grid display (#2188)

* fix: partner applications grid display

* Fix code style issues with Prettier

* test: fix tests

* Fix code style issues with Prettier

* fix: updates to using views

* tests: add application grid test

* fix: updates per sean

* fix: one more update

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* feat(backend): add listings closing routine (#2213)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.32
 - @bloom-housing/shared-helpers@3.0.1-alpha.30
 - @bloom-housing/partners@3.0.1-alpha.46
 - @bloom-housing/public@3.0.1-alpha.50
 - @bloom-housing/ui-components@3.0.1-alpha.31

* feat(backend): add user password expiration

* fix: Remove description for the partners programs (#2234)

Closes #1901

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.47

* 2227/lock login attempts frontend (#2260)

* feat: Add new translations

Closes #1927

* refactor: Make title as optional

Closes #1927

* feat: Update login alert text

Closes #1927

* fix: Use translation, instead of hardcoded text

Closes #1927

* feat: Add translation

Closes #1927

* feat: Update type name

Closes #1927

* feat: Add new alerts

Closes #1927

* fix: Fix translation

Closes #1927

* fix(AlertBox.tsx): Fix close icon placement

Closes #1927

* feat: Create helper to catch network errors

Closes #1927

* feat: Add translations

Closes #1927

* feat: Create reusable sign-in form

Closes #1927

* refactor(sign-in page, public and partners): Update sign-in pages to use reusable form

BREAKING CHANGE: sign-in pages have been updated

Closes #1927

* Fix code style issues with Prettier

* fix: fixes tests and also issue with user grid

* fix: fixes linting error

* feat(backend): add appropriate http exception for password outdated login failure

* fix: Fix modal styles on mobile (#2280)

Closes #2253

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.31
 - @bloom-housing/partners@3.0.1-alpha.48
 - @bloom-housing/public@3.0.1-alpha.51
 - @bloom-housing/ui-components@3.0.1-alpha.32

* fix: visual improvement to programs form display (#2276)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.52

* fix: submission tests not running (#2282)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.53

* feat: overrides fallback to english, tagalog support (#2262)

* chore: allow work-in strings to take jurisdiction name

* feat: add support for tagalog

* Fix code style issues with Prettier

* feat: tagalog language

* feat: translations precedence includes en overrides

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.33
 - @bloom-housing/shared-helpers@3.0.1-alpha.32
 - @bloom-housing/partners@3.0.1-alpha.49
 - @bloom-housing/public@3.0.1-alpha.54
 - @bloom-housing/ui-components@3.0.1-alpha.33

* fix: account translations (#2278)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.33
 - @bloom-housing/partners@3.0.1-alpha.50
 - @bloom-housing/public@3.0.1-alpha.55
 - @bloom-housing/ui-components@3.0.1-alpha.34

* test: fixes test issues

* fix: fix sortig on applications partner grid

* chore: translations (#2293)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.34
 - @bloom-housing/partners@3.0.1-alpha.51
 - @bloom-housing/public@3.0.1-alpha.56
 - @bloom-housing/ui-components@3.0.1-alpha.35

* chore: translations (#2295)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.35
 - @bloom-housing/partners@3.0.1-alpha.52
 - @bloom-housing/public@3.0.1-alpha.57
 - @bloom-housing/ui-components@3.0.1-alpha.36

* chore: missing translations (#2296)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.36
 - @bloom-housing/partners@3.0.1-alpha.53
 - @bloom-housing/public@3.0.1-alpha.58
 - @bloom-housing/ui-components@3.0.1-alpha.37

* fix: prefUnits on autofill summary (#2294)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.59

* chore: move Programs step to come after Students (#2277)

* chore: move Programs step to come after Students

* test: rearrange order of programs within Cypress tests

* test: remove problematic statement

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.60

* fix: units with invalid ami chart (#2290)

* fix: alunits with invalid ami chart

* perf: uniquePercentageChartSet map

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.34
 - @bloom-housing/shared-helpers@3.0.1-alpha.37
 - @bloom-housing/partners@3.0.1-alpha.54
 - @bloom-housing/public@3.0.1-alpha.61
 - @bloom-housing/ui-components@3.0.1-alpha.38

* chore: missing translations (#2299)

* chore: missing translations

* chore: remove logs

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.38
 - @bloom-housing/partners@3.0.1-alpha.55
 - @bloom-housing/public@3.0.1-alpha.62
 - @bloom-housing/ui-components@3.0.1-alpha.39

* 2259/fixes idle timeout not resetting properly (#2292)

* fix: fixes idle timeout not resetting properly

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.63

* feat: adds whatToExpect to GTrans (#2303)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.35
 - @bloom-housing/shared-helpers@3.0.1-alpha.39
 - @bloom-housing/partners@3.0.1-alpha.56
 - @bloom-housing/public@3.0.1-alpha.64
 - @bloom-housing/ui-components@3.0.1-alpha.40

* fix: demographics howDidYouHear options were not changing on language change (#2305)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.65

* Fix checkbox rtl style

* feat(backend): add password outdating only to users which are either admins or partners

* fix: fix hero button width with secondary button (#2306)

* fix: mobile notice text wrap issue (#2308)

* feat(backend): add activity logging to listings module (#2190)

* feat(backend): add activity logging to listings module

* feat(backend): add activity logging to applications and user controllers

* feat(backend): add metada column to activity log entity

* feat(backend): change activity log metadata column type

* feat(backend): remove applications related changes

* feat(backend): remove ListingActivityLogInterceptor

* 2040/postmark date time fields partners (#2239)

* feat: add postmark by date and time fields

* feat: fix display and preview page

* test: fix so the correct date displays

* Fix code style issues with Prettier

* fix: fixes per emily

* fix: updates per sean

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* fix: versioning issues (#2311)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.36
 - @bloom-housing/shared-helpers@3.0.1-alpha.41
 - @bloom-housing/partners@3.0.1-alpha.58
 - @bloom-housing/public@3.0.1-alpha.67
 - @bloom-housing/ui-components@3.0.1-alpha.42

* feat(backend): all programs to csv export (#2302)

* feat(backend): all programs to csv export

* chore: removes console log

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.37
 - @bloom-housing/shared-helpers@3.0.1-alpha.42
 - @bloom-housing/partners@3.0.1-alpha.59
 - @bloom-housing/public@3.0.1-alpha.68
 - @bloom-housing/ui-components@3.0.1-alpha.43

* feat(backend): add partnerTerms to jurisdiction entity (#2301)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.38
 - @bloom-housing/shared-helpers@3.0.1-alpha.43
 - @bloom-housing/partners@3.0.1-alpha.60
 - @bloom-housing/public@3.0.1-alpha.69
 - @bloom-housing/ui-components@3.0.1-alpha.44

* feat: removes ListingLangCacheInterceptor from get by id

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.39
 - @bloom-housing/shared-helpers@3.0.1-alpha.44
 - @bloom-housing/partners@3.0.1-alpha.61
 - @bloom-housing/public@3.0.1-alpha.70
 - @bloom-housing/ui-components@3.0.1-alpha.45

* fix: Update translation

Closes 1927

* fix: Update hardcoded translations

Closes #1927

* refactor: listing detail props (#2313)

* refactor: listing detail props

* fix: HouseholdSizeField FieldError

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.45
 - @bloom-housing/partners@3.0.1-alpha.62
 - @bloom-housing/public@3.0.1-alpha.71
 - @bloom-housing/ui-components@3.0.1-alpha.46

* chore(deps): bump next from 11.1.2 to 11.1.3 (#2289)

* feat(backend): refactor applications module (#2279)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.40
 - @bloom-housing/shared-helpers@3.0.1-alpha.46
 - @bloom-housing/partners@3.0.1-alpha.63
 - @bloom-housing/public@3.0.1-alpha.72
 - @bloom-housing/ui-components@3.0.1-alpha.47

* feat: filter partner users

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.64

* feat: password reset message

* fix: make mailThin background transparent

* fix: add mailThin icon to stories

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.47
 - @bloom-housing/partners@3.0.1-alpha.65
 - @bloom-housing/public@3.0.1-alpha.73
 - @bloom-housing/ui-components@3.0.1-alpha.48

* feat: adds updating open listing modal (#2288)

* feat: adds updating open listing modal

* fix: closed listings allowed apps (#2317)

* feat: updates for gtm

* feat: updates for gtm

* fix: removes more closed listing application paths (#2319)

* feat: make page header title optional

* feat(backend): remove activity log interceptor from update-password

* refactor: removing helpers from ui-components that are backend dependent (#2108)

BREAKING CHANGE: moved some helpers from ui-components to shared-helpers

* chore: bump versions (#2326)

* fix: make numbered list breakpoint match config

* chore: bump shared-helpers version

* fix: partners shared-helpers version

* chore: bump partners version

* chore: bump public version

* chore: bump version

* chore(release): version

 - @bloom-housing/backend-core@3.0.1
 - @bloom-housing/shared-helpers@4.0.0
 - @bloom-housing/partners@4.0.0
 - @bloom-housing/public@4.0.0
 - @bloom-housing/ui-components@4.0.0

* feat: add matched style to ApplicationStatus

* Fix code style issues with Prettier

* fix: make primary buttons primary background

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.0
 - @bloom-housing/shared-helpers@4.0.1-alpha.0
 - @bloom-housing/partners@4.0.1-alpha.0
 - @bloom-housing/public@4.0.1-alpha.0
 - @bloom-housing/ui-components@4.0.1-alpha.0

* chore: backend & ui-component gitHead

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.1
 - @bloom-housing/shared-helpers@4.0.1-alpha.1
 - @bloom-housing/partners@4.0.1-alpha.1
 - @bloom-housing/public@4.0.1-alpha.1
 - @bloom-housing/ui-components@4.0.1-alpha.1

* fix: propagate custom icon type to ImageCard prop

* Fix code style issues with Prettier

* fix: check for user lastLoginAt

* test: updates user login test

* fix: bump version (#2349)

* fix: bump version (#2350)

* fix: cypress coverage configs

* fix: force a release number if one exists (#2351)

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.6
 - @bloom-housing/shared-helpers@4.0.1-alpha.6
 - @bloom-housing/partners@4.0.1-alpha.6
 - @bloom-housing/public@4.0.1-alpha.6
 - @bloom-housing/ui-components@4.0.1-alpha.6

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.7
 - @bloom-housing/shared-helpers@4.0.1-alpha.7
 - @bloom-housing/partners@4.0.1-alpha.7
 - @bloom-housing/public@4.0.1-alpha.7
 - @bloom-housing/ui-components@4.0.1-alpha.7

* fix: apply action block style to button class not component (#2348)

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.8
 - @bloom-housing/partners@4.0.1-alpha.8
 - @bloom-housing/public@4.0.1-alpha.8
 - @bloom-housing/ui-components@4.0.1-alpha.8

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.8
 - @bloom-housing/shared-helpers@4.0.1-alpha.9
 - @bloom-housing/partners@4.0.1-alpha.9
 - @bloom-housing/public@4.0.1-alpha.9
 - @bloom-housing/ui-components@4.0.1-alpha.9

* fix: remove next dependency from ui-components (#2352)

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.10
 - @bloom-housing/partners@4.0.1-alpha.10
 - @bloom-housing/public@4.0.1-alpha.10
 - @bloom-housing/ui-components@4.0.1-alpha.10

* chore: port latest dev updates over for paper listing form

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.11
 - @bloom-housing/partners@4.0.1-alpha.11
 - @bloom-housing/public@4.0.1-alpha.11
 - @bloom-housing/ui-components@4.0.1-alpha.11

* Add public urls to jurisdiction (#2316)

* Add public urls to jurisdiction

* feat(backend): fix units-transformations.spec test

* feat(backend): fix changes in interface of the autogenerated client in sites/

* Fix code style issues with Prettier

* feat: adds detroit to migration for local/dev

* Fix code style issues with Prettier

* feat: updates to use publicUrl

* Fix code style issues with Prettier

* feat(backend): update add-public-url-to-jurisdiction migration

* fix(backend): jurisidctions e2e tests

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.9
 - @bloom-housing/shared-helpers@4.0.1-alpha.12
 - @bloom-housing/partners@4.0.1-alpha.12
 - @bloom-housing/public@4.0.1-alpha.12
 - @bloom-housing/ui-components@4.0.1-alpha.12

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.10
 - @bloom-housing/shared-helpers@4.0.1-alpha.13
 - @bloom-housing/partners@4.0.1-alpha.13
 - @bloom-housing/public@4.0.1-alpha.13
 - @bloom-housing/ui-components@4.0.1-alpha.13

* fix: move type declarations out of shared-helpers (#2356)

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.14
 - @bloom-housing/partners@4.0.1-alpha.14
 - @bloom-housing/public@4.0.1-alpha.14
 - @bloom-housing/ui-components@4.0.1-alpha.14

* chore(release): version

 - @bloom-housing/partners@4.0.1-alpha.15

* refactor: unifiies logic around listingid

* refactor: prevent local reseed with cypress tests (#2353)

* chore(release): version

 - @bloom-housing/public@4.0.1-alpha.15

* test: add partners cypress ci job

* chore: fixup config

* chore: fixup config 2

* chore: fixup config 3

* chore: fixup config 3

* chore: fixup config 4

* chore: change name to be unique

* fix: update naming

* fix: remove empty secrets

* fix: add in env variable defaults

* fix: add test id

* fix: use drag n drop

* fix: rename var

* fix: rename var2

* test: update config

* 1290/use dayjs instead of moment (#2338)

* Convert all use of Moment to Dayjs

* fix: more moment -> dayjs cleanup

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.11
 - @bloom-housing/shared-helpers@4.0.1-alpha.15
 - @bloom-housing/partners@4.0.1-alpha.16
 - @bloom-housing/public@4.0.1-alpha.16
 - @bloom-housing/ui-components@4.0.1-alpha.15

* test: fix for cypress tests

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.12
 - @bloom-housing/shared-helpers@4.0.1-alpha.16
 - @bloom-housing/partners@4.0.1-alpha.17
 - @bloom-housing/public@4.0.1-alpha.17
 - @bloom-housing/ui-components@4.0.1-alpha.16

* fix: listings group expandable section css updates (#2377)

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.17
 - @bloom-housing/partners@4.0.1-alpha.18
 - @bloom-housing/public@4.0.1-alpha.18
 - @bloom-housing/ui-components@4.0.1-alpha.17

* fix: ensure dayjs parsing strings will work as expected

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.18
 - @bloom-housing/partners@4.0.1-alpha.19
 - @bloom-housing/public@4.0.1-alpha.19
 - @bloom-housing/ui-components@4.0.1-alpha.18

* feat: adds event logging to most of the pages

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.19
 - @bloom-housing/partners@4.0.1-alpha.20
 - @bloom-housing/public@4.0.1-alpha.20
 - @bloom-housing/ui-components@4.0.1-alpha.19

* fix: open house events can now be edited and work cross-browser (#2320)

* fix: open house events can be edited and work cross-browser

* chore: refactor event dates handling to use dayjs

* fix: lm form refresh and getDetailFieldTime

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/partners@4.0.1-alpha.21

* 2165/rosefield preference updates (#2386)

* feat: rosefield preference updates

* feat: removes "no" from rosefield translations

* fix: removing translations

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.20
 - @bloom-housing/partners@4.0.1-alpha.22
 - @bloom-housing/public@4.0.1-alpha.21
 - @bloom-housing/ui-components@4.0.1-alpha.20

* fix: dates showing as invalid in send by mail section (#2362)

BREAKING CHANGE: remove applicationDueTime field and consolidated into applicationDueDate

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.13
 - @bloom-housing/shared-helpers@4.0.1-alpha.21
 - @bloom-housing/partners@4.0.1-alpha.23
 - @bloom-housing/public@4.0.1-alpha.22
 - @bloom-housing/ui-components@4.0.1-alpha.21

* fix: partners render issue (#2395)

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.14
 - @bloom-housing/shared-helpers@4.0.1-alpha.22
 - @bloom-housing/partners@4.0.1-alpha.24
 - @bloom-housing/public@4.0.1-alpha.23
 - @bloom-housing/ui-components@4.0.1-alpha.22

* fix: user status enum to camel case; gtm types

* fix: removes unnecessary ternary

* test: fix flaky cypress test

* fix: patches translations for preferences (#2410)

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.15
 - @bloom-housing/shared-helpers@4.0.1-alpha.23
 - @bloom-housing/partners@4.0.1-alpha.25
 - @bloom-housing/public@4.0.1-alpha.24
 - @bloom-housing/ui-components@4.0.1-alpha.23

* feat: listing card takes optional children (#2407)

* feat: listing card takes optional children

* fix: additional header

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.24
 - @bloom-housing/partners@4.0.1-alpha.26
 - @bloom-housing/public@4.0.1-alpha.25
 - @bloom-housing/ui-components@4.0.1-alpha.24

* feat: set gtm pageTitle to english only

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.25
 - @bloom-housing/partners@4.0.1-alpha.27
 - @bloom-housing/public@4.0.1-alpha.26

* test: fix partner listing tests

* test: adds back mailing address checks

* chore(release): version

 - @bloom-housing/partners@4.0.1-alpha.28

* fix: issues with public app and readds auto save

* fix: removing console logs

* chore(release): version

 - @bloom-housing/public@4.0.1-alpha.27

* fix: ami charts without all households (#2430)

* fix: ami charts without all households

* fix: merging filter and reduce together

Co-authored-by: Yazeed Loonat <yazeedloonat@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.16
 - @bloom-housing/shared-helpers@4.0.1-alpha.26
 - @bloom-housing/partners@4.0.1-alpha.29
 - @bloom-housing/public@4.0.1-alpha.28
 - @bloom-housing/ui-components@4.0.1-alpha.25

* chore: add translations for per month/year in hmi table (#2418)

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.27
 - @bloom-housing/partners@4.0.1-alpha.30
 - @bloom-housing/public@4.0.1-alpha.29
 - @bloom-housing/ui-components@4.0.1-alpha.26

* fix: Fix infinite page width (#2434)

Closes #2374

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.28
 - @bloom-housing/partners@4.0.1-alpha.31
 - @bloom-housing/public@4.0.1-alpha.30
 - @bloom-housing/ui-components@4.0.1-alpha.27

* refactor: Increase textarea limits (#2435)

Closes #2420

* chore(release): version

 - @bloom-housing/partners@4.0.1-alpha.32

* 2328/address verification (#2412)

* feat: verify applicant address via MapBox API

* feat: support various selection states for address

* chore: refactor address to break up large file

* test: update Cypress tests to check address validation

* test: update mock data with a real address

* test: update minimal application data as well

* test: add additional tests for address validation

* test: relocate bad addresses to separate integration test

* feat: improve the error state when invalid address

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.29
 - @bloom-housing/partners@4.0.1-alpha.33
 - @bloom-housing/public@4.0.1-alpha.31
 - @bloom-housing/ui-components@4.0.1-alpha.28

* revert: changes from fix: Fix infinite page width #2434

Co-authored-by: github.context.workflow <github-actions@github.com>
Co-authored-by: Michał Plebański <michalp@airnauts.com>
Co-authored-by: Jared White <jared@jaredwhite.com>
Co-authored-by: Yazeed Loonat <YazeedLoonat@gmail.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: dominikx96 <dominik@airnauts.com>
Co-authored-by: Emily Jablonski <65367387+emilyjablonski@users.noreply.github.com>
Co-authored-by: Gabe Benjamin <gabeb@google.com>
Co-authored-by: Andrea Egan <akegan@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrea Egan <andrea.egan@sfgov.org>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>

* build: sets node max-old-space-size (#2458)

* build: max-old-space-size

* build: update casbin version

* fix: await casbin enforcer

* build: adds Aptfile for heroku (#2460)

* refactor: param and auth updates for export (#2465)

* 2382/berkeley way customizations (#2436)

* chore(release): version

 - @bloom-housing/backend-core@4.0.1
 - @bloom-housing/shared-helpers@4.0.1
 - @bloom-housing/partners@4.0.1
 - @bloom-housing/public@4.0.1
 - @bloom-housing/ui-components@4.0.1

* fix: updates partner check for listing perm (#2484)

* feat: 2419/adding SMC preferences (#2482)

* feat: 2468/adding dublin preferences (#2483)

* chore(release): version

 - @bloom-housing/backend-core@4.0.2
 - @bloom-housing/shared-helpers@4.0.2
 - @bloom-housing/partners@4.0.2
 - @bloom-housing/public@4.0.2
 - @bloom-housing/ui-components@4.0.2

* fix: csv export auth check (#2488)

* chore: merge upstream master

* Fix code style issues with ESLint

* Fix code style issues with Prettier

* test: updates for tests to pass

* Fix code style issues with Prettier

* test: updates for ui-components

* build: updates for public and partners builds

* fix: issues with public

* fix: update to SiteHeader partner use

* test: fix user and ProgressNav tests

* Fix code style issues with Prettier

* test: temp skip activity monitor tests

* test: temp skip longer tests

* test: temp skip activity monitor tests

* fix: lint rule

Co-authored-by: Michał Plebański <michalp@airnauts.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: github.context.workflow <github-actions@github.com>
Co-authored-by: Dominik Barcikowski <dominik@airnauts.com>
Co-authored-by: Emily Jablonski <65367387+emilyjablonski@users.noreply.github.com>
Co-authored-by: Yazeed Loonat <YazeedLoonat@gmail.com>
Co-authored-by: Jared White <jared@whitefusion.studio>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: plunkettgoogle <66751489+plunkettgoogle@users.noreply.github.com>
Co-authored-by: Jared White <jared@jaredwhite.com>
Co-authored-by: Gabe Benjamin <GabeKEBenjamin@gmail.com>
Co-authored-by: Gabe Benjamin <gabeb@google.com>
Co-authored-by: Andrea Egan <akegan@users.noreply.github.com>
Co-authored-by: Andrea Egan <andrea.egan@sfgov.org>

* feat: updates listings view config (#983)

* feat: updates listings view config

* fix: lint and back jurisdiction join

* feat: adds view to listingsFetcher

* refactor: Remove required to publish labels

Closes #970

* feat: show building accessibility features on partners (v2) (#984)

* feat: show building accessibility features on the listing form detail page

* fix: mobile styling

* chore: update primary color in Tailwind override (#980)

* Remove listing fields

* feat(backend): update units summary model

* style: formatting

* feat: backend-swagger with unit summary updates

* feat(backend): remove Listing published required fields (#996)

* refactor: comment out mistyped scripts

* fix: fixup base view

* feat(backend): fix unit group model update tests

* feat: occupancy tables wip

* build: local db to bloom_detroit

* fix: add summary in seed

* refactor: rename unitssummary, add needed fields

* fix: rebase issues

* Fixes Partner Portal Users (#1009)

* fix: partner portal users

* style: remove console log

* feat: updates user list to filter by isPortalUser

* feat: adds hud and mshda 2021 ami charts (#1020)

* feat: adds hud and mshda 2021 ami charts

* fix: remove mixed content assets from seeds

* fix: adds Detroit jurisdiction by default for partners

* fix: fixes file name to include dto

* feat: hides/prevents partner publish (#1021)

* feat: hides/prevents partner publish

* fix: pr requests and user update

* fix: issues exposed by tests

* feat: occupancy table based on unit groups (#1023)

* feat: occupancy table based on unit groups

* test: add tests

* test: update strings

* refactor: remove SRO strings

* test: more test coverage

* fix: make range translated

* fix: pre-existing ListingView template issues

* fix: patch old unit summary table pieces

Co-authored-by: Sean Albert <smabert@gmail.com>

* feat: adding partner unit groups

* feat: adds programs to Detroit (#1022)

* feat: adds programs to Detroit

* feat: adds programs to public site

* style: removes comment

* feat: remove Community Type section from form and detail

* refactor: updates program titles

* feat: updates for program descriptions per Safiya

* feat: adding save functionality

* fix: updates for editing

* 987/import listings basic (#1019)

* feat(backend): add import listing basic

* chore: remove todo notes from scripts

* feat: adds programs to Detroit (#1022)

* feat: adds programs to Detroit

* feat: adds programs to public site

* style: removes comment

* feat: remove Community Type section from form and deta…
seanmalbert added a commit to CityOfDetroit/bloom that referenced this pull request Jun 23, 2022
* refactor: remove applicationAddress

* docs: readme update

* test: fix backend test

* fix: db migration

* Fix code style issues with Prettier

* test(backend): fix SETEX impossible to process

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>
seanmalbert added a commit to CityOfDetroit/bloom that referenced this pull request Jun 23, 2022
* fix: retnal assistance eror message

* Preferences cleanup (#1947)

* feat(backend): preferences cleanup

BREAKING CHANGE: Preferences are now M-N relation with a listing and have an intermediate table with ordinal number

* refactor(backend): preferences deduplication

So far each listing referenced it's own unique Preferences. This change introduces Many to Many
relationship between Preference and Listing entity and forces sharing Preferences between listings.

* feat(backend): extend preferences migration with moving existing relations to a new intermediate tab

* feat(backend): add Preference - Jurisdiction ManyToMany relation

* feat: adapt frontend to backend changes

* fix(backend): typeORM preferences select statement

* fix(backend): connect preferences with jurisdictions in seeds, fix pref filter validator

* fix(backend): fix missing import in preferences-filter-params.ts

* refactor: rebase issue

* feat: uptake jurisdictional preferences

* fix: fixup tests

* fix: application preferences ignore page, always separate

* Remove page from src/migration/1633359409242-add-listing-preferences-intermediate-relation.ts

* fix: preference fetching and ordering/pages

* Fix code style issues with Prettier

* fix(backend): query User__leasingAgentInListings__jurisdiction_User__leasingAgentIn specified more

* fix: perferences cypress tests

Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Sean Albert <smabert@gmail.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.13
 - @bloom-housing/partners@2.0.0-pre-tailwind.23
 - @bloom-housing/public@2.0.0-pre-tailwind.23
 - @bloom-housing/ui-components@2.0.0-alpha.23

* fix: updates household member count (#2112)

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.14
 - @bloom-housing/partners@2.0.0-pre-tailwind.24
 - @bloom-housing/public@2.0.0-pre-tailwind.24
 - @bloom-housing/ui-components@2.0.0-alpha.24

* fix: updates household member count

picked 859ebcedf7eb5d17f44144abcb7a368eb1072547

* fix: reverts preferences to re-add as breaking/major bump

* fix: reverts preferences to re-add as breaking/major bump

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.15
 - @bloom-housing/partners@2.0.0-pre-tailwind.25
 - @bloom-housing/public@2.0.0-pre-tailwind.25
 - @bloom-housing/ui-components@2.0.0-alpha.25

* refactor: listing preferences and adds jurisdictional filtering

BREAKING CHANGE: updates preference relationship with listings

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.16
 - @bloom-housing/partners@2.0.0-pre-tailwind.26
 - @bloom-housing/public@2.0.0-pre-tailwind.26
 - @bloom-housing/ui-components@2.0.0-alpha.26

* chore(release): version

 - @bloom-housing/backend-core@2.0.0
 - @bloom-housing/shared-helpers@2.0.0
 - @bloom-housing/partners@2.0.0
 - @bloom-housing/public@2.0.0
 - @bloom-housing/ui-components@2.0.0

* fix: Updates lastName on application save

* docs: Update changelog

* Fix code style issues with Prettier

* chore(release): version

 - @bloom-housing/partners@2.0.1-alpha.0

* fix: a11y color contrast issues with tint on ImageCard component (#2074)

* chore(release): version

 - @bloom-housing/partners@2.0.1-alpha.1
 - @bloom-housing/public@2.0.1-alpha.0
 - @bloom-housing/ui-components@2.0.1-alpha.0

* feat: two new common app questions - Household Changes and Household Student (#2070)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.0
 - @bloom-housing/partners@2.0.1-alpha.2
 - @bloom-housing/public@2.0.1-alpha.1
 - @bloom-housing/ui-components@2.0.1-alpha.1

* fix: household member cypress test (#2113)

* chore(release): version

 - @bloom-housing/public@2.0.1-alpha.2

* fix: SiteHeader visual issues with long menu bars (#2068)

* feat: jurisdictional email signatures (#2111)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.1
 - @bloom-housing/partners@2.0.1-alpha.3
 - @bloom-housing/public@2.0.1-alpha.3
 - @bloom-housing/ui-components@2.0.1-alpha.2

* fix: don't send email confirmation on paper app submission (#2110)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.2
 - @bloom-housing/partners@2.0.1-alpha.4
 - @bloom-housing/public@2.0.1-alpha.4
 - @bloom-housing/ui-components@2.0.1-alpha.3

* 1838/ami chart jurisdictionalized (#2102)

* fix: jurisdictionalizes ami charts on partners

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.3
 - @bloom-housing/partners@2.0.1-alpha.5
 - @bloom-housing/public@2.0.1-alpha.5
 - @bloom-housing/ui-components@2.0.1-alpha.4

* feat: Updates application confirmation numbers (#2072)

* feat: Updates application confirmation numbers

* docs: Update changelog

* feat: adds confirmation number to csv export

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.4
 - @bloom-housing/partners@2.0.1-alpha.6
 - @bloom-housing/public@2.0.1-alpha.6
 - @bloom-housing/ui-components@2.0.1-alpha.5

* fix: updates lastName on application save

picked from b5ad8955b24a5b00f991a818680782b24ece7968

* fix(backend): make it possible to filter portal users in /users endpoint (#2078)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.5
 - @bloom-housing/partners@2.0.1-alpha.7
 - @bloom-housing/public@2.0.1-alpha.7
 - @bloom-housing/ui-components@2.0.1-alpha.6

* Revert "refactor: listing preferences and adds jurisdictional filtering"

This reverts commit 38382af4ef5dfc838971018468a03b1cc699b8cb.

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.6
 - @bloom-housing/partners@2.0.1-alpha.8
 - @bloom-housing/public@2.0.1-alpha.8
 - @bloom-housing/ui-components@2.0.1-alpha.7

* hotfix: ensure Triton seed doesn't error out

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.7
 - @bloom-housing/partners@2.0.1-alpha.9
 - @bloom-housing/public@2.0.1-alpha.9
 - @bloom-housing/ui-components@2.0.1-alpha.8

* chore(release): version

 - @bloom-housing/backend-core@3.0.0
 - @bloom-housing/shared-helpers@3.0.0
 - @bloom-housing/partners@3.0.0
 - @bloom-housing/public@3.0.0
 - @bloom-housing/ui-components@3.0.0

* 1837/preferences cleanup 3 (#2144)

* feat(backend): preferences cleanup

BREAKING CHANGE: Preferences are now M-N relation with a listing and have an intermediate table with ordinal number

* refactor(backend): preferences deduplication

So far each listing referenced it's own unique Preferences. This change introduces Many to Many
relationship between Preference and Listing entity and forces sharing Preferences between listings.

* feat(backend): extend preferences migration with moving existing relations to a new intermediate tab

* feat(backend): add Preference - Jurisdiction ManyToMany relation

* feat: adapt frontend to backend changes

* fix(backend): typeORM preferences select statement

* fix(backend): connect preferences with jurisdictions in seeds, fix pref filter validator

* fix(backend): fix missing import in preferences-filter-params.ts

* refactor: rebase issue

* feat: uptake jurisdictional preferences

* fix: fixup tests

* fix: application preferences ignore page, always separate

* Remove page from src/migration/1633359409242-add-listing-preferences-intermediate-relation.ts

* fix: preference fetching and ordering/pages

* Fix code style issues with Prettier

* fix(backend): query User__leasingAgentInListings__jurisdiction_User__leasingAgentIn specified more

* fix: perferences cypress tests

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.0
 - @bloom-housing/partners@3.0.1-alpha.0
 - @bloom-housing/public@3.0.1-alpha.0
 - @bloom-housing/ui-components@3.0.1-alpha.0

* feat(backend): extend UserUpdateDto to support email change with confirmation (#2120)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.1
 - @bloom-housing/partners@3.0.1-alpha.1
 - @bloom-housing/public@3.0.1-alpha.1
 - @bloom-housing/ui-components@3.0.1-alpha.1

* 2056/user account edit fix (#2073)

* fix: Replaces service to use newly created

* fix: Fix DOB initial values

* feat(backend): extend UserUpdateDto to support email change with confirmation

* fix: Update email form to use a new service

* fix: updates email change language

* Fix code style issues with Prettier

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.2
 - @bloom-housing/partners@3.0.1-alpha.2
 - @bloom-housing/public@3.0.1-alpha.2
 - @bloom-housing/ui-components@3.0.1-alpha.2

* feat: add Programs section to listings management (#2093)

* feat: add Programs section to listings management

* fix: sorting on detail page

* fix: merge issues

* feat: make program fetching jurisdictional

* fix: replace preference with program

* fix: program delete removes jurisdiction

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.3
 - @bloom-housing/partners@3.0.1-alpha.3
 - @bloom-housing/public@3.0.1-alpha.3
 - @bloom-housing/ui-components@3.0.1-alpha.3

* 2085/adds top level catchAll exception filter (#2132)

* fix: adds top level catchAll error filter

* fix: removing now unused exception filter

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.4
 - @bloom-housing/partners@3.0.1-alpha.4
 - @bloom-housing/public@3.0.1-alpha.4
 - @bloom-housing/ui-components@3.0.1-alpha.4

* feat: Change unit number field type to text (#2136)

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.5

* chore(deps): bump electron from 13.1.7 to 13.3.0 (#2137)

Bumps [electron](https://github.com/electron/electron) from 13.1.7 to 13.3.0.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](https://github.com/electron/electron/compare/v13.1.7...v13.3.0)

---
updated-dependencies:
- dependency-name: electron
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump axios from 0.21.1 to 0.21.2 (#2138)

Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.2.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.21.1...v0.21.2)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat(backend): improve application flagged set saving efficiency (#2147)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.5
 - @bloom-housing/partners@3.0.1-alpha.6
 - @bloom-housing/public@3.0.1-alpha.5
 - @bloom-housing/ui-components@3.0.1-alpha.5

* 1655/invite user edit (#1982)

* feat: Update title to be also a react node

* feat: Update translations

* feat: Create reusable form to add and edit users

* feat: Add delete function

* feat(backend): Add ON UPDATE SET NULL to application-user relation

* fix: Fix type

* Fix code style issues with Prettier

* fix(jurisdictionResolverService): updates to return undefined if no jurisdictionName

* feat: Update drawer state name

* feat: Add missing translations

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.6
 - @bloom-housing/partners@3.0.1-alpha.7
 - @bloom-housing/public@3.0.1-alpha.6
 - @bloom-housing/ui-components@3.0.1-alpha.6

* Add a phone number column to the user_accounts table (#2134)

* Merge pull request #710 from CityOfDetroit/feature/add-phonenumber-to-user-entity

Add phone number to user accounts.

* Merge pull request #728 from CityOfDetroit/fix/modify-phone-number-test

Fix user E2E tests.

* Merge pull request #728 from CityOfDetroit/fix/modify-phone-number-test

Fix user E2E tests.

* fix: add validation groups to phoneNumber

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.7
 - @bloom-housing/partners@3.0.1-alpha.8
 - @bloom-housing/public@3.0.1-alpha.7
 - @bloom-housing/ui-components@3.0.1-alpha.7

* refactor: make backend a peer dependency in ui-components (#2146)

* refactor: make backend a peer dependency in ui-components

* fix: fix flaky test

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.0
 - @bloom-housing/partners@3.0.1-alpha.9
 - @bloom-housing/public@3.0.1-alpha.8
 - @bloom-housing/ui-components@3.0.1-alpha.8

* fix: updates address order (#2151)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.8
 - @bloom-housing/shared-helpers@3.0.1-alpha.1
 - @bloom-housing/partners@3.0.1-alpha.10
 - @bloom-housing/public@3.0.1-alpha.9

* feat(backend): add nginx proxy-cache configuration (#2119)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.9
 - @bloom-housing/shared-helpers@3.0.1-alpha.2
 - @bloom-housing/partners@3.0.1-alpha.11
 - @bloom-housing/public@3.0.1-alpha.10

* Release 11 11 21 (#2162)

* fix: fix: adding unit tests to the unit type

picked from dev d2afd35411d07bab5f2d03874d40eb325a16b640

* fix: fix: a11y color contrast issues with tint on ImageCard component

picked from dev 3c94b966d600c8b727dc848641d40c8558671c19

* feat: feat: two new common app questions - Household Changes and Household Student

picked from dev 344b8d73fa3c2b9fc7f5b5f2a3be47d3bb0b4d4d

* fix: fix: SiteHeader visual issues with long menu bars

picked from dev 59cf3e61af4206bbefbb0560bf15fe18d4e71436

* feat: feat: jurisdictional email signatures

picked from dev 3dbe0cb1bf9eaae04562521885d24ea68d5d7c47

* fix: fix: don't send email confirmation on paper app submission

picked from dev 706dec327e07d447272a8969774c8d62b3d53702

* feat: feat: Updates application confirmation numbers

picked from dev 20ac46ded45361527d315d59dc21852654472a32

* fix: fix(backend): make it possible to filter portal users in /users endpoint

picked from dev 4d96a47595c6d0ec18f4f4616572d2f263984528

* feat: feat(backend): add languages (Language[]) to Jurisdiction entity

picked from dev d4b9c53c25be1fc0bc9613175c1b00ee3e5417ea

* fix: feat(backend): try fixing SETEX redis e2e tests flakiness

picked from dev 6e0e11fc633985ec622ace934b78f0a12b37d7a9

* feat: feat(backend): Add user delete endpoint

picked from dev 92a0cc618d93c96ab0a900cbcfde00ee227db620

* fix: fix: improved UX for the Building Selection Criteria drawer

picked from dev fe1c4cf8b01ce35788d86783349a579f9f6e5f20

* feat: feat(backend): add Program entity

picked from dev 1328ced9fe3d8dd6eb4383dcdfb446de4c39c3c1

* refactor: breaking: 1837/preferences cleanup

picked from dev 3ce4af7f03a1c1833af1c4fc1710340b02d0df32

BREAKING CHANGE: preferences model and relationships changed

* feat: feat(backend): extend UserUpdateDto to support email change

picked from dev d76dc68c270150abb45661bb076a9ea564bc1046

* fix: 2056/user account edit fix

picked from dev d9fed3ff4b2ffb967bfe5c057e36a88afdfb52e9

* refactor: 2085/adds top level catchAll exception filter

picked from dev a329f5c5bf823abb77477d18b58b06e3101dea49

* feat: feat: Change unit number field type to text

picked from dev 5e4ed8ffbf6836b32b8d26279e52cbed09f11316

* feat(backend): improve application flagged set saving efficiency

* fix: fix: updates address order

picked from dev c00b96abd736b35b475b65fe5ad1eba9b88052e9

* fix: sets programs to optoinal and updates versions

* chore: chore(deps): bump electron from 13.1.7 to 13.3.0

* chore: chore(deps): bump axios from 0.21.1 to 0.21.2

* fix: adds programs service

* fix: fix lisitng e2e tests

* fix: fix member tests

* fix: fixes program, preference, ami-chart de-dupe (#2169)

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.12

* fix: adds jurisdictionId to useSWR path

* fix: recalculate units available on listing update (#2150)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.10
 - @bloom-housing/shared-helpers@3.0.1-alpha.3
 - @bloom-housing/partners@3.0.1-alpha.13
 - @bloom-housing/public@3.0.1-alpha.11

* fix: recalculate units available on listing update

picked form dev d9e85f9732f0a2a51eb44691ff62ef4dcb4b6849

* feat: feat(backend): make use of new application confirmation codes

picked from dev e3b8e210f578938763c3897c52d42c54b022abc4

* Revert "chore(deps): bump axios from 0.21.1 to 0.21.2 (#2138)"

This reverts commit 13766b497a6b80326f82c180d18fdc4b92d3e40a.

* revert: revert "chore(deps): bump axios from 0.21.1 to 0.21.2

picked from dev a1788e6d5867cc51697ebfc83a6eaad7bddaa1dd

* refactor: remove applicationAddress (#2009)

* refactor: remove applicationAddress

* docs: readme update

* test: fix backend test

* fix: db migration

* Fix code style issues with Prettier

* test(backend): fix SETEX impossible to process

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.11
 - @bloom-housing/shared-helpers@3.0.1-alpha.4
 - @bloom-housing/partners@3.0.1-alpha.14
 - @bloom-housing/public@3.0.1-alpha.12
 - @bloom-housing/ui-components@3.0.1-alpha.9

* feat: refactor and add public site application flow cypress tests (#2118)

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.15
 - @bloom-housing/public@3.0.1-alpha.13
 - @bloom-housing/ui-components@3.0.1-alpha.10

* fix: sapp submission w/ no due date

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.12
 - @bloom-housing/shared-helpers@3.0.1-alpha.5
 - @bloom-housing/partners@3.0.1-alpha.16
 - @bloom-housing/public@3.0.1-alpha.14

* Revert "feat(backend): add nginx proxy-cache configuration (#2119)"

This reverts commit 583ebe4dcfa491cc14f14f3db72184635e3ec9c9.

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.13
 - @bloom-housing/shared-helpers@3.0.1-alpha.6
 - @bloom-housing/partners@3.0.1-alpha.17
 - @bloom-housing/public@3.0.1-alpha.15

* fix: app submission w/ no due date

picked from dev ce59146a5f81fe264445b676230ab393b488ee87

* 1975/better seed data for ami-charts (#2156)

* fix: better seed data for ami-charts

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.14
 - @bloom-housing/shared-helpers@3.0.1-alpha.7
 - @bloom-housing/partners@3.0.1-alpha.18
 - @bloom-housing/public@3.0.1-alpha.16

* 2154/avance prefs (#2177)

* feat: new preferences

* feat: preference updates

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.15
 - @bloom-housing/shared-helpers@3.0.1-alpha.8
 - @bloom-housing/partners@3.0.1-alpha.19
 - @bloom-housing/public@3.0.1-alpha.17
 - @bloom-housing/ui-components@3.0.1-alpha.11

* 2154/avance prefs (#2178)

* feat: new preferences

* feat: preference updates

* Fix code style issues with Prettier

* feat: preference options bottom border

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.18

* 2154/avance prefs III (#2179)

* feat: new preferences

* feat: preference updates

* Fix code style issues with Prettier

* feat: preference options bottom border

* feat: liveWorkLivermore preference

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.20
 - @bloom-housing/public@3.0.1-alpha.19
 - @bloom-housing/ui-components@3.0.1-alpha.12

* 1988/adds listing management cypress tests to partner portal (#2103)

* test: adds listing management tests

* test: minor tweaks

* test: big updates for LM cypress tests

* test: fixes selectors

* feat: adding partner cypress tests to pr workflow

* fix: undoing

* chore: adds latest bloom-housing packages to partners

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.21
 - @bloom-housing/public@3.0.1-alpha.20
 - @bloom-housing/ui-components@3.0.1-alpha.13

* feat: adds new preferences, reserved community type

* feat: adds bottom border to preferences

* feat: updates preference string

* fix: preference cleanup for avance

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.22
 - @bloom-housing/public@3.0.1-alpha.21
 - @bloom-housing/ui-components@3.0.1-alpha.14

* fix: preference cleanup for avance

* 1975/one month rent (#2158)

* feat: add depoist helper text

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.16
 - @bloom-housing/shared-helpers@3.0.1-alpha.9
 - @bloom-housing/partners@3.0.1-alpha.23
 - @bloom-housing/public@3.0.1-alpha.22
 - @bloom-housing/ui-components@3.0.1-alpha.15

* fix(backend): fix view.spec.ts test (#2175)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.17
 - @bloom-housing/shared-helpers@3.0.1-alpha.10
 - @bloom-housing/partners@3.0.1-alpha.24
 - @bloom-housing/public@3.0.1-alpha.23

* refactor: removes jsonpath (#2206)

* refactor: removes jsonpath

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.18
 - @bloom-housing/shared-helpers@3.0.1-alpha.11
 - @bloom-housing/partners@3.0.1-alpha.25
 - @bloom-housing/public@3.0.1-alpha.24

* 1869/application program display (#2114)

* feat: add programs step to application forms

* test: add Cypress tests for the programs step

* feat: rework the Programs page and enhance seeds

* chore: fix programs Cypress test

* fix: fixup cypress tests

* fix: update mock data

* fix: fixup mock data pt 2

* fix: type issues

* fix: bugs and simplify program data processing

Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.19
 - @bloom-housing/shared-helpers@3.0.1-alpha.12
 - @bloom-housing/partners@3.0.1-alpha.26
 - @bloom-housing/public@3.0.1-alpha.25
 - @bloom-housing/ui-components@3.0.1-alpha.16

* feat: adds jurisdictions to pref seeds (#2199)

* feat: adds jurisdictions to pref seeds

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.20
 - @bloom-housing/shared-helpers@3.0.1-alpha.13
 - @bloom-housing/partners@3.0.1-alpha.27
 - @bloom-housing/public@3.0.1-alpha.26

* 1901/application program partners (#2182)

* feat: add programs step to application forms

* test: add Cypress tests for the programs step

* feat: rework the Programs page and enhance seeds

* chore: fix programs Cypress test

* feat: add programs step to application forms

* test: add Cypress tests for the programs step

* feat: rework the Programs page and enhance seeds

* chore: fix programs Cypress test

* fix: fixup cypress tests

* fix: update mock data

* fix: fixup mock data pt 2

* fix: type issues

* feat: Create programs mapper

Closes #1901

* feat: Add programs section

Closes #1901

* feat: Create details section for programs

Closes #1901

* feat: Update translations

Closes #1901

* refactor: Remove console log

Closes #1901

* refactor: Simpify code

Closes #1901

* chore: remove console log

* fix: mapProgramToApi return

Co-authored-by: Jared White <jared@jaredwhite.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.21
 - @bloom-housing/shared-helpers@3.0.1-alpha.14
 - @bloom-housing/partners@3.0.1-alpha.28
 - @bloom-housing/public@3.0.1-alpha.27
 - @bloom-housing/ui-components@3.0.1-alpha.17

* test: update program test

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.28

* feat: new demographics sub-race questions (#2109)

* feat: new demographics sub-race questions

* fix: update migration to keep data

* feat: other text boxes

* feat: wip other labels

* feat: can edit demo in partners

* fix: cleanup

* feat: csv formatting

* fix: type issue

* feat: remove gender and sexual orientation

* fix: add test id

* fix: more test ids

* fix: select by checkboxes

* fix: dont use select

* fix: data

* fix: add tests, fixup other option

* Fix code style issues with Prettier

* fix: remove unneeded dependencies

* test: add additional test

* Fix code style issues with Prettier

* test: change test id attribute

* chore: cleanup formatApplicationData imports

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.22
 - @bloom-housing/shared-helpers@3.0.1-alpha.15
 - @bloom-housing/partners@3.0.1-alpha.29
 - @bloom-housing/public@3.0.1-alpha.29
 - @bloom-housing/ui-components@3.0.1-alpha.18

* feat: updates email confirmation for lottery (#2200)

* feat: updates email confirmation for lottery

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.23
 - @bloom-housing/shared-helpers@3.0.1-alpha.16
 - @bloom-housing/partners@3.0.1-alpha.30
 - @bloom-housing/public@3.0.1-alpha.30

* fix: add ariaHidden to Icon component

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.17
 - @bloom-housing/partners@3.0.1-alpha.31
 - @bloom-housing/public@3.0.1-alpha.31
 - @bloom-housing/ui-components@3.0.1-alpha.19

* fix: add ariaLabel prop to Button component

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.18
 - @bloom-housing/partners@3.0.1-alpha.32
 - @bloom-housing/public@3.0.1-alpha.32
 - @bloom-housing/ui-components@3.0.1-alpha.20

* fix: change the yes/no radio text to be more descriptive (#2208)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.19
 - @bloom-housing/partners@3.0.1-alpha.33
 - @bloom-housing/public@3.0.1-alpha.33
 - @bloom-housing/ui-components@3.0.1-alpha.21

* fix: remove alameda reference in demographics (#2209)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.20
 - @bloom-housing/partners@3.0.1-alpha.34
 - @bloom-housing/public@3.0.1-alpha.34
 - @bloom-housing/ui-components@3.0.1-alpha.22

* refactor: remove applicationAddress

picked from dev f5279b4ad8d60d2e9bdf93b5b76ba63b775e70e3

* feat: refactor and add public site application flow cypress tests

picked from dev a31913b34001d34a9003e0e3ed93fc3229a7a2a1

* feat: better seed data for ami-charts

picked from dev 36e7d58ca7a985916396bba65b95914bbbc168b7

* feat: adds listing management cypress tests to partner portal

* fix: listings management keep empty strings, remove empty objects

picked from dev bd595c2a9f2fbfb30e093cd0ec0b6168b99dcaf6

* feat: one month rent

picked from dev 9ff09fc2d8c6cdf4be8c966b971a751a9bba97c4

* test: view.spec.ts test

picked from dev ee9f5f6dd5a5d3abe8c5f8563f04e262aa83c08f

* refactor: removes jsonpath

picked from dev 5d22269b04eb1bdb028b2e932c949d93b1c48024

* feat: adds jurisdictions to pref seeds

picked from dev 5b7772d837e6beb25f8f37356376920009f41e5d

* feat: new demographics sub-race questions

picked from dev 7b4c682d88ccb9721986a798d15d69280dd3f040

* feat: updates email confirmation for lottery

picked from dev 7006225d2b24c5242b63912e9a383519b12b6787

* fix: add ariaHidden to Icon component

picked from dev b9d67e539173caadf3d2f70879879c3f4b11684e

* fix: add ariaLabel prop to Button component

picked from dev 6fda37c7e03d5c9f1366d295dc84e3e6047720dc

* fix: change the yes/no radio text to be more descriptive

picked from dev 74a246773d4f5eeb2e1301d820b479545fc462b1

* fix: remove alameda reference in demographics

picked from dev 92431c9091a013cfdd079e4cfe91db2b38bd050f

* chore: release version

picked from dev 15f1f3ab1a68b86070c39a0a4a97439e22dddc4d

* feat: ami chart jurisdictionalized

picked from dev c025c713696204e7134e97d7378bfff0aec31862

* refactor: make backend a peer dependency in ui-components

picked from dev eb210fc7f33ca8cdfcd77a951f7036a01bf268d9

* feat: add a phone number column to the user_accounts table

picked from dev 7190cf7ec82737316ad0314921a91b03e6630b22

* chore: removes application program partners

* chore: removes application program display

* Revert "chore: removes application program display"

This reverts commit 930ffd3dc45bb1f48002f1ce715a8d6b44475db5.

* Revert "chore: removes application program partners"

This reverts commit 4bfe9304ff396e835dd64dd1b4adc779fc4ba786.

* chore: yarn.lock and backend-swagger

* fix: removes Duplicate identifier fieldGroupObjectToArray

* feat: skip preferences if not on listing

* chore(release): version

* fix: cannot save custom mailing, dropoff, or pickup address

* chore(release): version

* chore: converge on one axios version, remove peer dependency

* chore(release): version

* feat: simplify Waitlist component and use more flexible schema

* chore(release): version

* fix: lottery results uploads now save

* chore(release): version

* feat: add SRO unit type

* chore(release): version

* fix: paper application submission

* chore(release): version

* fix: choose-language context

* chore(release): version

* fix: applications/view hide prefs

* chore(release): version

* feat: overrides fallback to english, tagalog support

* chore(release): version

* fix: account translations

* chore(release): version

* fix: units with invalid ami chart

* chore(release): version

* fix: remove description for the partners programs

* fix: fix modal styles on mobile

* fix: visual improvement to programs form display

* fix: submission tests not running

* chore: translations (#2293)

* chore: translations (#2295)

* chore: missing translations (#2296)

* fix: prefUnits on autofill summary (#2294)

* chore: move Programs step to come after Students (#2277)

* feat: adds whatToExpect to GTrans

* chore: missing translations (#2299)

* fix: 2259/fixes idle timeout not resetting properly (#2292)

* chore(release): version

* fix: demographics howDidYouHear options (2305)

* chore(release): version

* fix: mobile notice text wrap issue (#2308)

* feat: postmark date time fields partners (#2239)

* fix: versioning issues (#2311)

* chore(release): version

* chore(backend): move libs/ to shared/utils, clean up modules (#2230)

* feat(backend): all programs to csv export (#2302)

* chore(release): version

* feat: filter partner users

* chore(release): version

* feat: adds updating open listing modal (#2288)

* fix: closed listings allowed apps (#2317)

* feat: 2165/rosefield preference updates (#2386)

* chore(release): version

* Revert "chore(release): version"

This reverts commit 24447ff7187cf925ac9fe237db1d2b7cfe903ff7.

* chore(release): version

 - @bloom-housing/backend-core@3.0.1
 - @bloom-housing/shared-helpers@3.0.1
 - @bloom-housing/partners@3.0.1
 - @bloom-housing/public@3.0.1
 - @bloom-housing/ui-components@3.0.1

* feat(backend): add storing listing translations (#2215)

* feat: adds whatToExpect to GTrans (#2303)

* fix: patch issue with submit application section

* fix: patches translations for preferences (#2410)

* fix: issues with public app and readds auto save (2428)

* fix: ami charts without all households (#2430)

* fix: load blank application

* 2022-01-27 release (#2439)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.23
 - @bloom-housing/partners@3.0.1-alpha.37
 - @bloom-housing/public@3.0.1-alpha.38
 - @bloom-housing/ui-components@3.0.1-alpha.24

* fix(backend): nginx with heroku configuration (#2196)

* fix(backend): nginx with heroku configuration

* feat(backend): nginx make hostname and port variable

* feat: nginx proxy updates

* feat(backend): modify proxy_pass and Host header settings

Co-authored-by: seanmalbert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.26
 - @bloom-housing/shared-helpers@3.0.1-alpha.24
 - @bloom-housing/partners@3.0.1-alpha.38
 - @bloom-housing/public@3.0.1-alpha.39
 - @bloom-housing/ui-components@3.0.1-alpha.25

* fix: fetchBaseListingData (#2238)

* fix: fetchBaseListingData

* fix: fetchBaseListingData

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.40

* fix: lottery results uploads now save (#2226)

* fix: lottery results uploads now save

* fix: switch to partial typing

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.39

* feat: getStaticPaths fallback blocking test

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.41

* chore: add temp logs for testing id/slug

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.42

* chore(backend): move libs/ to shared/utils, clean up modules (#2230)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.27
 - @bloom-housing/shared-helpers@3.0.1-alpha.25
 - @bloom-housing/partners@3.0.1-alpha.40
 - @bloom-housing/public@3.0.1-alpha.43
 - @bloom-housing/ui-components@3.0.1-alpha.26

* chore: add SRO unit type (#2243)

* chore: add SRO unit type to DB / translations

* chore: additional string changes to SRO

* test(backend): add SRO to unit types test

* feat: SRO unit type additions

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.28
 - @bloom-housing/shared-helpers@3.0.1-alpha.26
 - @bloom-housing/partners@3.0.1-alpha.41
 - @bloom-housing/public@3.0.1-alpha.44
 - @bloom-housing/ui-components@3.0.1-alpha.27

* 2140/fix paper application submission (#2195)

* fix: fix paper application submission

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.42

* Fix code style issues with Prettier

* test: adds cypress test coverage

* fix: updates per sean

* fix: one more update

* test: fix partners unit tests

* fix: choose-language context

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.45

* fix: applications drop off address

* fix: applications/view hide prefs

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.46

* feat(backend): add storing listing translations (#2215)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.29
 - @bloom-housing/shared-helpers@3.0.1-alpha.27
 - @bloom-housing/partners@3.0.1-alpha.43
 - @bloom-housing/public@3.0.1-alpha.47
 - @bloom-housing/ui-components@3.0.1-alpha.28

* fix(backend): make nginx proxy use Language HTTP header in cache key (#2266)

* 2098/fix partner applications grid display (#2188)

* fix: partner applications grid display

* Fix code style issues with Prettier

* test: fix tests

* Fix code style issues with Prettier

* fix: updates to using views

* tests: add application grid test

* fix: updates per sean

* fix: one more update

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.30
 - @bloom-housing/shared-helpers@3.0.1-alpha.28
 - @bloom-housing/partners@3.0.1-alpha.44
 - @bloom-housing/public@3.0.1-alpha.48
 - @bloom-housing/ui-components@3.0.1-alpha.29

* fix: fixes some issues with the deployment

* Revert/2188 (#2270)

* fix: fixes some issues with the deployment

* revert: partner applications grid display

* fix: view.spec

Co-authored-by: Yazeed Loonat <yazeedloonat@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.31
 - @bloom-housing/shared-helpers@3.0.1-alpha.29
 - @bloom-housing/partners@3.0.1-alpha.45
 - @bloom-housing/public@3.0.1-alpha.49
 - @bloom-housing/ui-components@3.0.1-alpha.30

* 2098/fix partner applications grid display (#2188)

* fix: partner applications grid display

* Fix code style issues with Prettier

* test: fix tests

* Fix code style issues with Prettier

* fix: updates to using views

* tests: add application grid test

* fix: updates per sean

* fix: one more update

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* feat(backend): add listings closing routine (#2213)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.32
 - @bloom-housing/shared-helpers@3.0.1-alpha.30
 - @bloom-housing/partners@3.0.1-alpha.46
 - @bloom-housing/public@3.0.1-alpha.50
 - @bloom-housing/ui-components@3.0.1-alpha.31

* feat(backend): add user password expiration

* fix: Remove description for the partners programs (#2234)

Closes #1901

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.47

* 2227/lock login attempts frontend (#2260)

* feat: Add new translations

Closes #1927

* refactor: Make title as optional

Closes #1927

* feat: Update login alert text

Closes #1927

* fix: Use translation, instead of hardcoded text

Closes #1927

* feat: Add translation

Closes #1927

* feat: Update type name

Closes #1927

* feat: Add new alerts

Closes #1927

* fix: Fix translation

Closes #1927

* fix(AlertBox.tsx): Fix close icon placement

Closes #1927

* feat: Create helper to catch network errors

Closes #1927

* feat: Add translations

Closes #1927

* feat: Create reusable sign-in form

Closes #1927

* refactor(sign-in page, public and partners): Update sign-in pages to use reusable form

BREAKING CHANGE: sign-in pages have been updated

Closes #1927

* Fix code style issues with Prettier

* fix: fixes tests and also issue with user grid

* fix: fixes linting error

* feat(backend): add appropriate http exception for password outdated login failure

* fix: Fix modal styles on mobile (#2280)

Closes #2253

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.31
 - @bloom-housing/partners@3.0.1-alpha.48
 - @bloom-housing/public@3.0.1-alpha.51
 - @bloom-housing/ui-components@3.0.1-alpha.32

* fix: visual improvement to programs form display (#2276)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.52

* fix: submission tests not running (#2282)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.53

* feat: overrides fallback to english, tagalog support (#2262)

* chore: allow work-in strings to take jurisdiction name

* feat: add support for tagalog

* Fix code style issues with Prettier

* feat: tagalog language

* feat: translations precedence includes en overrides

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.33
 - @bloom-housing/shared-helpers@3.0.1-alpha.32
 - @bloom-housing/partners@3.0.1-alpha.49
 - @bloom-housing/public@3.0.1-alpha.54
 - @bloom-housing/ui-components@3.0.1-alpha.33

* fix: account translations (#2278)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.33
 - @bloom-housing/partners@3.0.1-alpha.50
 - @bloom-housing/public@3.0.1-alpha.55
 - @bloom-housing/ui-components@3.0.1-alpha.34

* test: fixes test issues

* fix: fix sortig on applications partner grid

* chore: translations (#2293)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.34
 - @bloom-housing/partners@3.0.1-alpha.51
 - @bloom-housing/public@3.0.1-alpha.56
 - @bloom-housing/ui-components@3.0.1-alpha.35

* chore: translations (#2295)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.35
 - @bloom-housing/partners@3.0.1-alpha.52
 - @bloom-housing/public@3.0.1-alpha.57
 - @bloom-housing/ui-components@3.0.1-alpha.36

* chore: missing translations (#2296)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.36
 - @bloom-housing/partners@3.0.1-alpha.53
 - @bloom-housing/public@3.0.1-alpha.58
 - @bloom-housing/ui-components@3.0.1-alpha.37

* fix: prefUnits on autofill summary (#2294)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.59

* chore: move Programs step to come after Students (#2277)

* chore: move Programs step to come after Students

* test: rearrange order of programs within Cypress tests

* test: remove problematic statement

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.60

* fix: units with invalid ami chart (#2290)

* fix: alunits with invalid ami chart

* perf: uniquePercentageChartSet map

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.34
 - @bloom-housing/shared-helpers@3.0.1-alpha.37
 - @bloom-housing/partners@3.0.1-alpha.54
 - @bloom-housing/public@3.0.1-alpha.61
 - @bloom-housing/ui-components@3.0.1-alpha.38

* chore: missing translations (#2299)

* chore: missing translations

* chore: remove logs

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.38
 - @bloom-housing/partners@3.0.1-alpha.55
 - @bloom-housing/public@3.0.1-alpha.62
 - @bloom-housing/ui-components@3.0.1-alpha.39

* 2259/fixes idle timeout not resetting properly (#2292)

* fix: fixes idle timeout not resetting properly

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.63

* feat: adds whatToExpect to GTrans (#2303)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.35
 - @bloom-housing/shared-helpers@3.0.1-alpha.39
 - @bloom-housing/partners@3.0.1-alpha.56
 - @bloom-housing/public@3.0.1-alpha.64
 - @bloom-housing/ui-components@3.0.1-alpha.40

* fix: demographics howDidYouHear options were not changing on language change (#2305)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.65

* Fix checkbox rtl style

* feat(backend): add password outdating only to users which are either admins or partners

* fix: fix hero button width with secondary button (#2306)

* fix: mobile notice text wrap issue (#2308)

* feat(backend): add activity logging to listings module (#2190)

* feat(backend): add activity logging to listings module

* feat(backend): add activity logging to applications and user controllers

* feat(backend): add metada column to activity log entity

* feat(backend): change activity log metadata column type

* feat(backend): remove applications related changes

* feat(backend): remove ListingActivityLogInterceptor

* 2040/postmark date time fields partners (#2239)

* feat: add postmark by date and time fields

* feat: fix display and preview page

* test: fix so the correct date displays

* Fix code style issues with Prettier

* fix: fixes per emily

* fix: updates per sean

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* fix: versioning issues (#2311)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.36
 - @bloom-housing/shared-helpers@3.0.1-alpha.41
 - @bloom-housing/partners@3.0.1-alpha.58
 - @bloom-housing/public@3.0.1-alpha.67
 - @bloom-housing/ui-components@3.0.1-alpha.42

* feat(backend): all programs to csv export (#2302)

* feat(backend): all programs to csv export

* chore: removes console log

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.37
 - @bloom-housing/shared-helpers@3.0.1-alpha.42
 - @bloom-housing/partners@3.0.1-alpha.59
 - @bloom-housing/public@3.0.1-alpha.68
 - @bloom-housing/ui-components@3.0.1-alpha.43

* feat(backend): add partnerTerms to jurisdiction entity (#2301)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.38
 - @bloom-housing/shared-helpers@3.0.1-alpha.43
 - @bloom-housing/partners@3.0.1-alpha.60
 - @bloom-housing/public@3.0.1-alpha.69
 - @bloom-housing/ui-components@3.0.1-alpha.44

* feat: removes ListingLangCacheInterceptor from get by id

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.39
 - @bloom-housing/shared-helpers@3.0.1-alpha.44
 - @bloom-housing/partners@3.0.1-alpha.61
 - @bloom-housing/public@3.0.1-alpha.70
 - @bloom-housing/ui-components@3.0.1-alpha.45

* fix: Update translation

Closes 1927

* fix: Update hardcoded translations

Closes #1927

* refactor: listing detail props (#2313)

* refactor: listing detail props

* fix: HouseholdSizeField FieldError

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.45
 - @bloom-housing/partners@3.0.1-alpha.62
 - @bloom-housing/public@3.0.1-alpha.71
 - @bloom-housing/ui-components@3.0.1-alpha.46

* chore(deps): bump next from 11.1.2 to 11.1.3 (#2289)

* feat(backend): refactor applications module (#2279)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.40
 - @bloom-housing/shared-helpers@3.0.1-alpha.46
 - @bloom-housing/partners@3.0.1-alpha.63
 - @bloom-housing/public@3.0.1-alpha.72
 - @bloom-housing/ui-components@3.0.1-alpha.47

* feat: filter partner users

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.64

* feat: password reset message

* fix: make mailThin background transparent

* fix: add mailThin icon to stories

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.47
 - @bloom-housing/partners@3.0.1-alpha.65
 - @bloom-housing/public@3.0.1-alpha.73
 - @bloom-housing/ui-components@3.0.1-alpha.48

* feat: adds updating open listing modal (#2288)

* feat: adds updating open listing modal

* fix: closed listings allowed apps (#2317)

* feat: updates for gtm

* feat: updates for gtm

* fix: removes more closed listing application paths (#2319)

* feat: make page header title optional

* feat(backend): remove activity log interceptor from update-password

* refactor: removing helpers from ui-components that are backend dependent (#2108)

BREAKING CHANGE: moved some helpers from ui-components to shared-helpers

* chore: bump versions (#2326)

* fix: make numbered list breakpoint match config

* chore: bump shared-helpers version

* fix: partners shared-helpers version

* chore: bump partners version

* chore: bump public version

* chore: bump version

* chore(release): version

 - @bloom-housing/backend-core@3.0.1
 - @bloom-housing/shared-helpers@4.0.0
 - @bloom-housing/partners@4.0.0
 - @bloom-housing/public@4.0.0
 - @bloom-housing/ui-components@4.0.0

* feat: add matched style to ApplicationStatus

* Fix code style issues with Prettier

* fix: make primary buttons primary background

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.0
 - @bloom-housing/shared-helpers@4.0.1-alpha.0
 - @bloom-housing/partners@4.0.1-alpha.0
 - @bloom-housing/public@4.0.1-alpha.0
 - @bloom-housing/ui-components@4.0.1-alpha.0

* chore: backend & ui-component gitHead

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.1
 - @bloom-housing/shared-helpers@4.0.1-alpha.1
 - @bloom-housing/partners@4.0.1-alpha.1
 - @bloom-housing/public@4.0.1-alpha.1
 - @bloom-housing/ui-components@4.0.1-alpha.1

* fix: propagate custom icon type to ImageCard prop

* Fix code style issues with Prettier

* fix: check for user lastLoginAt

* test: updates user login test

* fix: bump version (#2349)

* fix: bump version (#2350)

* fix: cypress coverage configs

* fix: force a release number if one exists (#2351)

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.6
 - @bloom-housing/shared-helpers@4.0.1-alpha.6
 - @bloom-housing/partners@4.0.1-alpha.6
 - @bloom-housing/public@4.0.1-alpha.6
 - @bloom-housing/ui-components@4.0.1-alpha.6

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.7
 - @bloom-housing/shared-helpers@4.0.1-alpha.7
 - @bloom-housing/partners@4.0.1-alpha.7
 - @bloom-housing/public@4.0.1-alpha.7
 - @bloom-housing/ui-components@4.0.1-alpha.7

* fix: apply action block style to button class not component (#2348)

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.8
 - @bloom-housing/partners@4.0.1-alpha.8
 - @bloom-housing/public@4.0.1-alpha.8
 - @bloom-housing/ui-components@4.0.1-alpha.8

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.8
 - @bloom-housing/shared-helpers@4.0.1-alpha.9
 - @bloom-housing/partners@4.0.1-alpha.9
 - @bloom-housing/public@4.0.1-alpha.9
 - @bloom-housing/ui-components@4.0.1-alpha.9

* fix: remove next dependency from ui-components (#2352)

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.10
 - @bloom-housing/partners@4.0.1-alpha.10
 - @bloom-housing/public@4.0.1-alpha.10
 - @bloom-housing/ui-components@4.0.1-alpha.10

* chore: port latest dev updates over for paper listing form

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.11
 - @bloom-housing/partners@4.0.1-alpha.11
 - @bloom-housing/public@4.0.1-alpha.11
 - @bloom-housing/ui-components@4.0.1-alpha.11

* Add public urls to jurisdiction (#2316)

* Add public urls to jurisdiction

* feat(backend): fix units-transformations.spec test

* feat(backend): fix changes in interface of the autogenerated client in sites/

* Fix code style issues with Prettier

* feat: adds detroit to migration for local/dev

* Fix code style issues with Prettier

* feat: updates to use publicUrl

* Fix code style issues with Prettier

* feat(backend): update add-public-url-to-jurisdiction migration

* fix(backend): jurisidctions e2e tests

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.9
 - @bloom-housing/shared-helpers@4.0.1-alpha.12
 - @bloom-housing/partners@4.0.1-alpha.12
 - @bloom-housing/public@4.0.1-alpha.12
 - @bloom-housing/ui-components@4.0.1-alpha.12

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.10
 - @bloom-housing/shared-helpers@4.0.1-alpha.13
 - @bloom-housing/partners@4.0.1-alpha.13
 - @bloom-housing/public@4.0.1-alpha.13
 - @bloom-housing/ui-components@4.0.1-alpha.13

* fix: move type declarations out of shared-helpers (#2356)

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.14
 - @bloom-housing/partners@4.0.1-alpha.14
 - @bloom-housing/public@4.0.1-alpha.14
 - @bloom-housing/ui-components@4.0.1-alpha.14

* chore(release): version

 - @bloom-housing/partners@4.0.1-alpha.15

* refactor: unifiies logic around listingid

* refactor: prevent local reseed with cypress tests (#2353)

* chore(release): version

 - @bloom-housing/public@4.0.1-alpha.15

* test: add partners cypress ci job

* chore: fixup config

* chore: fixup config 2

* chore: fixup config 3

* chore: fixup config 3

* chore: fixup config 4

* chore: change name to be unique

* fix: update naming

* fix: remove empty secrets

* fix: add in env variable defaults

* fix: add test id

* fix: use drag n drop

* fix: rename var

* fix: rename var2

* test: update config

* 1290/use dayjs instead of moment (#2338)

* Convert all use of Moment to Dayjs

* fix: more moment -> dayjs cleanup

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.11
 - @bloom-housing/shared-helpers@4.0.1-alpha.15
 - @bloom-housing/partners@4.0.1-alpha.16
 - @bloom-housing/public@4.0.1-alpha.16
 - @bloom-housing/ui-components@4.0.1-alpha.15

* test: fix for cypress tests

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.12
 - @bloom-housing/shared-helpers@4.0.1-alpha.16
 - @bloom-housing/partners@4.0.1-alpha.17
 - @bloom-housing/public@4.0.1-alpha.17
 - @bloom-housing/ui-components@4.0.1-alpha.16

* fix: listings group expandable section css updates (#2377)

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.17
 - @bloom-housing/partners@4.0.1-alpha.18
 - @bloom-housing/public@4.0.1-alpha.18
 - @bloom-housing/ui-components@4.0.1-alpha.17

* fix: ensure dayjs parsing strings will work as expected

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.18
 - @bloom-housing/partners@4.0.1-alpha.19
 - @bloom-housing/public@4.0.1-alpha.19
 - @bloom-housing/ui-components@4.0.1-alpha.18

* feat: adds event logging to most of the pages

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.19
 - @bloom-housing/partners@4.0.1-alpha.20
 - @bloom-housing/public@4.0.1-alpha.20
 - @bloom-housing/ui-components@4.0.1-alpha.19

* fix: open house events can now be edited and work cross-browser (#2320)

* fix: open house events can be edited and work cross-browser

* chore: refactor event dates handling to use dayjs

* fix: lm form refresh and getDetailFieldTime

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/partners@4.0.1-alpha.21

* 2165/rosefield preference updates (#2386)

* feat: rosefield preference updates

* feat: removes "no" from rosefield translations

* fix: removing translations

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.20
 - @bloom-housing/partners@4.0.1-alpha.22
 - @bloom-housing/public@4.0.1-alpha.21
 - @bloom-housing/ui-components@4.0.1-alpha.20

* fix: dates showing as invalid in send by mail section (#2362)

BREAKING CHANGE: remove applicationDueTime field and consolidated into applicationDueDate

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.13
 - @bloom-housing/shared-helpers@4.0.1-alpha.21
 - @bloom-housing/partners@4.0.1-alpha.23
 - @bloom-housing/public@4.0.1-alpha.22
 - @bloom-housing/ui-components@4.0.1-alpha.21

* fix: partners render issue (#2395)

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.14
 - @bloom-housing/shared-helpers@4.0.1-alpha.22
 - @bloom-housing/partners@4.0.1-alpha.24
 - @bloom-housing/public@4.0.1-alpha.23
 - @bloom-housing/ui-components@4.0.1-alpha.22

* fix: user status enum to camel case; gtm types

* fix: removes unnecessary ternary

* test: fix flaky cypress test

* fix: patches translations for preferences (#2410)

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.15
 - @bloom-housing/shared-helpers@4.0.1-alpha.23
 - @bloom-housing/partners@4.0.1-alpha.25
 - @bloom-housing/public@4.0.1-alpha.24
 - @bloom-housing/ui-components@4.0.1-alpha.23

* feat: listing card takes optional children (#2407)

* feat: listing card takes optional children

* fix: additional header

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.24
 - @bloom-housing/partners@4.0.1-alpha.26
 - @bloom-housing/public@4.0.1-alpha.25
 - @bloom-housing/ui-components@4.0.1-alpha.24

* feat: set gtm pageTitle to english only

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.25
 - @bloom-housing/partners@4.0.1-alpha.27
 - @bloom-housing/public@4.0.1-alpha.26

* test: fix partner listing tests

* test: adds back mailing address checks

* chore(release): version

 - @bloom-housing/partners@4.0.1-alpha.28

* fix: issues with public app and readds auto save

* fix: removing console logs

* chore(release): version

 - @bloom-housing/public@4.0.1-alpha.27

* fix: ami charts without all households (#2430)

* fix: ami charts without all households

* fix: merging filter and reduce together

Co-authored-by: Yazeed Loonat <yazeedloonat@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.16
 - @bloom-housing/shared-helpers@4.0.1-alpha.26
 - @bloom-housing/partners@4.0.1-alpha.29
 - @bloom-housing/public@4.0.1-alpha.28
 - @bloom-housing/ui-components@4.0.1-alpha.25

* chore: add translations for per month/year in hmi table (#2418)

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.27
 - @bloom-housing/partners@4.0.1-alpha.30
 - @bloom-housing/public@4.0.1-alpha.29
 - @bloom-housing/ui-components@4.0.1-alpha.26

* fix: Fix infinite page width (#2434)

Closes #2374

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.28
 - @bloom-housing/partners@4.0.1-alpha.31
 - @bloom-housing/public@4.0.1-alpha.30
 - @bloom-housing/ui-components@4.0.1-alpha.27

* refactor: Increase textarea limits (#2435)

Closes #2420

* chore(release): version

 - @bloom-housing/partners@4.0.1-alpha.32

* 2328/address verification (#2412)

* feat: verify applicant address via MapBox API

* feat: support various selection states for address

* chore: refactor address to break up large file

* test: update Cypress tests to check address validation

* test: update mock data with a real address

* test: update minimal application data as well

* test: add additional tests for address validation

* test: relocate bad addresses to separate integration test

* feat: improve the error state when invalid address

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.29
 - @bloom-housing/partners@4.0.1-alpha.33
 - @bloom-housing/public@4.0.1-alpha.31
 - @bloom-housing/ui-components@4.0.1-alpha.28

* revert: changes from fix: Fix infinite page width #2434

Co-authored-by: github.context.workflow <github-actions@github.com>
Co-authored-by: Michał Plebański <michalp@airnauts.com>
Co-authored-by: Jared White <jared@jaredwhite.com>
Co-authored-by: Yazeed Loonat <YazeedLoonat@gmail.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: dominikx96 <dominik@airnauts.com>
Co-authored-by: Emily Jablonski <65367387+emilyjablonski@users.noreply.github.com>
Co-authored-by: Gabe Benjamin <gabeb@google.com>
Co-authored-by: Andrea Egan <akegan@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrea Egan <andrea.egan@sfgov.org>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>

* build: sets node max-old-space-size (#2458)

* build: max-old-space-size

* build: update casbin version

* fix: await casbin enforcer

* build: adds Aptfile for heroku (#2460)

* refactor: param and auth updates for export (#2465)

* 2382/berkeley way customizations (#2436)

* chore(release): version

 - @bloom-housing/backend-core@4.0.1
 - @bloom-housing/shared-helpers@4.0.1
 - @bloom-housing/partners@4.0.1
 - @bloom-housing/public@4.0.1
 - @bloom-housing/ui-components@4.0.1

* fix: updates partner check for listing perm (#2484)

* feat: 2419/adding SMC preferences (#2482)

* feat: 2468/adding dublin preferences (#2483)

* chore(release): version

 - @bloom-housing/backend-core@4.0.2
 - @bloom-housing/shared-helpers@4.0.2
 - @bloom-housing/partners@4.0.2
 - @bloom-housing/public@4.0.2
 - @bloom-housing/ui-components@4.0.2

* fix: csv export auth check (#2488)

* chore: merge upstream master

* Fix code style issues with ESLint

* Fix code style issues with Prettier

* test: updates for tests to pass

* Fix code style issues with Prettier

* test: updates for ui-components

* build: updates for public and partners builds

* fix: issues with public

* fix: update to SiteHeader partner use

* test: fix user and ProgressNav tests

* Fix code style issues with Prettier

* test: temp skip activity monitor tests

* test: temp skip longer tests

* test: temp skip activity monitor tests

* fix: lint rule

Co-authored-by: Michał Plebański <michalp@airnauts.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: github.context.workflow <github-actions@github.com>
Co-authored-by: Dominik Barcikowski <dominik@airnauts.com>
Co-authored-by: Emily Jablonski <65367387+emilyjablonski@users.noreply.github.com>
Co-authored-by: Yazeed Loonat <YazeedLoonat@gmail.com>
Co-authored-by: Jared White <jared@whitefusion.studio>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: plunkettgoogle <66751489+plunkettgoogle@users.noreply.github.com>
Co-authored-by: Jared White <jared@jaredwhite.com>
Co-authored-by: Gabe Benjamin <GabeKEBenjamin@gmail.com>
Co-authored-by: Gabe Benjamin <gabeb@google.com>
Co-authored-by: Andrea Egan <akegan@users.noreply.github.com>
Co-authored-by: Andrea Egan <andrea.egan@sfgov.org>
seanmalbert added a commit to CityOfDetroit/bloom that referenced this pull request Jun 23, 2022
* 2022-03-10 release (#1044)

* 2022-02-10 core (#982)

* fix: retnal assistance eror message

* Preferences cleanup (#1947)

* feat(backend): preferences cleanup

BREAKING CHANGE: Preferences are now M-N relation with a listing and have an intermediate table with ordinal number

* refactor(backend): preferences deduplication

So far each listing referenced it's own unique Preferences. This change introduces Many to Many
relationship between Preference and Listing entity and forces sharing Preferences between listings.

* feat(backend): extend preferences migration with moving existing relations to a new intermediate tab

* feat(backend): add Preference - Jurisdiction ManyToMany relation

* feat: adapt frontend to backend changes

* fix(backend): typeORM preferences select statement

* fix(backend): connect preferences with jurisdictions in seeds, fix pref filter validator

* fix(backend): fix missing import in preferences-filter-params.ts

* refactor: rebase issue

* feat: uptake jurisdictional preferences

* fix: fixup tests

* fix: application preferences ignore page, always separate

* Remove page from src/migration/1633359409242-add-listing-preferences-intermediate-relation.ts

* fix: preference fetching and ordering/pages

* Fix code style issues with Prettier

* fix(backend): query User__leasingAgentInListings__jurisdiction_User__leasingAgentIn specified more

* fix: perferences cypress tests

Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Sean Albert <smabert@gmail.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.13
 - @bloom-housing/partners@2.0.0-pre-tailwind.23
 - @bloom-housing/public@2.0.0-pre-tailwind.23
 - @bloom-housing/ui-components@2.0.0-alpha.23

* fix: updates household member count (#2112)

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.14
 - @bloom-housing/partners@2.0.0-pre-tailwind.24
 - @bloom-housing/public@2.0.0-pre-tailwind.24
 - @bloom-housing/ui-components@2.0.0-alpha.24

* fix: updates household member count

picked 859ebcedf7eb5d17f44144abcb7a368eb1072547

* fix: reverts preferences to re-add as breaking/major bump

* fix: reverts preferences to re-add as breaking/major bump

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.15
 - @bloom-housing/partners@2.0.0-pre-tailwind.25
 - @bloom-housing/public@2.0.0-pre-tailwind.25
 - @bloom-housing/ui-components@2.0.0-alpha.25

* refactor: listing preferences and adds jurisdictional filtering

BREAKING CHANGE: updates preference relationship with listings

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.16
 - @bloom-housing/partners@2.0.0-pre-tailwind.26
 - @bloom-housing/public@2.0.0-pre-tailwind.26
 - @bloom-housing/ui-components@2.0.0-alpha.26

* chore(release): version

 - @bloom-housing/backend-core@2.0.0
 - @bloom-housing/shared-helpers@2.0.0
 - @bloom-housing/partners@2.0.0
 - @bloom-housing/public@2.0.0
 - @bloom-housing/ui-components@2.0.0

* fix: Updates lastName on application save

* docs: Update changelog

* Fix code style issues with Prettier

* chore(release): version

 - @bloom-housing/partners@2.0.1-alpha.0

* fix: a11y color contrast issues with tint on ImageCard component (#2074)

* chore(release): version

 - @bloom-housing/partners@2.0.1-alpha.1
 - @bloom-housing/public@2.0.1-alpha.0
 - @bloom-housing/ui-components@2.0.1-alpha.0

* feat: two new common app questions - Household Changes and Household Student (#2070)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.0
 - @bloom-housing/partners@2.0.1-alpha.2
 - @bloom-housing/public@2.0.1-alpha.1
 - @bloom-housing/ui-components@2.0.1-alpha.1

* fix: household member cypress test (#2113)

* chore(release): version

 - @bloom-housing/public@2.0.1-alpha.2

* fix: SiteHeader visual issues with long menu bars (#2068)

* feat: jurisdictional email signatures (#2111)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.1
 - @bloom-housing/partners@2.0.1-alpha.3
 - @bloom-housing/public@2.0.1-alpha.3
 - @bloom-housing/ui-components@2.0.1-alpha.2

* fix: don't send email confirmation on paper app submission (#2110)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.2
 - @bloom-housing/partners@2.0.1-alpha.4
 - @bloom-housing/public@2.0.1-alpha.4
 - @bloom-housing/ui-components@2.0.1-alpha.3

* 1838/ami chart jurisdictionalized (#2102)

* fix: jurisdictionalizes ami charts on partners

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.3
 - @bloom-housing/partners@2.0.1-alpha.5
 - @bloom-housing/public@2.0.1-alpha.5
 - @bloom-housing/ui-components@2.0.1-alpha.4

* feat: Updates application confirmation numbers (#2072)

* feat: Updates application confirmation numbers

* docs: Update changelog

* feat: adds confirmation number to csv export

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.4
 - @bloom-housing/partners@2.0.1-alpha.6
 - @bloom-housing/public@2.0.1-alpha.6
 - @bloom-housing/ui-components@2.0.1-alpha.5

* fix: updates lastName on application save

picked from b5ad8955b24a5b00f991a818680782b24ece7968

* fix(backend): make it possible to filter portal users in /users endpoint (#2078)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.5
 - @bloom-housing/partners@2.0.1-alpha.7
 - @bloom-housing/public@2.0.1-alpha.7
 - @bloom-housing/ui-components@2.0.1-alpha.6

* Revert "refactor: listing preferences and adds jurisdictional filtering"

This reverts commit 38382af4ef5dfc838971018468a03b1cc699b8cb.

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.6
 - @bloom-housing/partners@2.0.1-alpha.8
 - @bloom-housing/public@2.0.1-alpha.8
 - @bloom-housing/ui-components@2.0.1-alpha.7

* hotfix: ensure Triton seed doesn't error out

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.7
 - @bloom-housing/partners@2.0.1-alpha.9
 - @bloom-housing/public@2.0.1-alpha.9
 - @bloom-housing/ui-components@2.0.1-alpha.8

* chore(release): version

 - @bloom-housing/backend-core@3.0.0
 - @bloom-housing/shared-helpers@3.0.0
 - @bloom-housing/partners@3.0.0
 - @bloom-housing/public@3.0.0
 - @bloom-housing/ui-components@3.0.0

* 1837/preferences cleanup 3 (#2144)

* feat(backend): preferences cleanup

BREAKING CHANGE: Preferences are now M-N relation with a listing and have an intermediate table with ordinal number

* refactor(backend): preferences deduplication

So far each listing referenced it's own unique Preferences. This change introduces Many to Many
relationship between Preference and Listing entity and forces sharing Preferences between listings.

* feat(backend): extend preferences migration with moving existing relations to a new intermediate tab

* feat(backend): add Preference - Jurisdiction ManyToMany relation

* feat: adapt frontend to backend changes

* fix(backend): typeORM preferences select statement

* fix(backend): connect preferences with jurisdictions in seeds, fix pref filter validator

* fix(backend): fix missing import in preferences-filter-params.ts

* refactor: rebase issue

* feat: uptake jurisdictional preferences

* fix: fixup tests

* fix: application preferences ignore page, always separate

* Remove page from src/migration/1633359409242-add-listing-preferences-intermediate-relation.ts

* fix: preference fetching and ordering/pages

* Fix code style issues with Prettier

* fix(backend): query User__leasingAgentInListings__jurisdiction_User__leasingAgentIn specified more

* fix: perferences cypress tests

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.0
 - @bloom-housing/partners@3.0.1-alpha.0
 - @bloom-housing/public@3.0.1-alpha.0
 - @bloom-housing/ui-components@3.0.1-alpha.0

* feat(backend): extend UserUpdateDto to support email change with confirmation (#2120)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.1
 - @bloom-housing/partners@3.0.1-alpha.1
 - @bloom-housing/public@3.0.1-alpha.1
 - @bloom-housing/ui-components@3.0.1-alpha.1

* 2056/user account edit fix (#2073)

* fix: Replaces service to use newly created

* fix: Fix DOB initial values

* feat(backend): extend UserUpdateDto to support email change with confirmation

* fix: Update email form to use a new service

* fix: updates email change language

* Fix code style issues with Prettier

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.2
 - @bloom-housing/partners@3.0.1-alpha.2
 - @bloom-housing/public@3.0.1-alpha.2
 - @bloom-housing/ui-components@3.0.1-alpha.2

* feat: add Programs section to listings management (#2093)

* feat: add Programs section to listings management

* fix: sorting on detail page

* fix: merge issues

* feat: make program fetching jurisdictional

* fix: replace preference with program

* fix: program delete removes jurisdiction

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.3
 - @bloom-housing/partners@3.0.1-alpha.3
 - @bloom-housing/public@3.0.1-alpha.3
 - @bloom-housing/ui-components@3.0.1-alpha.3

* 2085/adds top level catchAll exception filter (#2132)

* fix: adds top level catchAll error filter

* fix: removing now unused exception filter

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.4
 - @bloom-housing/partners@3.0.1-alpha.4
 - @bloom-housing/public@3.0.1-alpha.4
 - @bloom-housing/ui-components@3.0.1-alpha.4

* feat: Change unit number field type to text (#2136)

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.5

* chore(deps): bump electron from 13.1.7 to 13.3.0 (#2137)

Bumps [electron](https://github.com/electron/electron) from 13.1.7 to 13.3.0.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](https://github.com/electron/electron/compare/v13.1.7...v13.3.0)

---
updated-dependencies:
- dependency-name: electron
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump axios from 0.21.1 to 0.21.2 (#2138)

Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.2.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.21.1...v0.21.2)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat(backend): improve application flagged set saving efficiency (#2147)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.5
 - @bloom-housing/partners@3.0.1-alpha.6
 - @bloom-housing/public@3.0.1-alpha.5
 - @bloom-housing/ui-components@3.0.1-alpha.5

* 1655/invite user edit (#1982)

* feat: Update title to be also a react node

* feat: Update translations

* feat: Create reusable form to add and edit users

* feat: Add delete function

* feat(backend): Add ON UPDATE SET NULL to application-user relation

* fix: Fix type

* Fix code style issues with Prettier

* fix(jurisdictionResolverService): updates to return undefined if no jurisdictionName

* feat: Update drawer state name

* feat: Add missing translations

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.6
 - @bloom-housing/partners@3.0.1-alpha.7
 - @bloom-housing/public@3.0.1-alpha.6
 - @bloom-housing/ui-components@3.0.1-alpha.6

* Add a phone number column to the user_accounts table (#2134)

* Merge pull request #710 from CityOfDetroit/feature/add-phonenumber-to-user-entity

Add phone number to user accounts.

* Merge pull request #728 from CityOfDetroit/fix/modify-phone-number-test

Fix user E2E tests.

* Merge pull request #728 from CityOfDetroit/fix/modify-phone-number-test

Fix user E2E tests.

* fix: add validation groups to phoneNumber

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.7
 - @bloom-housing/partners@3.0.1-alpha.8
 - @bloom-housing/public@3.0.1-alpha.7
 - @bloom-housing/ui-components@3.0.1-alpha.7

* refactor: make backend a peer dependency in ui-components (#2146)

* refactor: make backend a peer dependency in ui-components

* fix: fix flaky test

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.0
 - @bloom-housing/partners@3.0.1-alpha.9
 - @bloom-housing/public@3.0.1-alpha.8
 - @bloom-housing/ui-components@3.0.1-alpha.8

* fix: updates address order (#2151)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.8
 - @bloom-housing/shared-helpers@3.0.1-alpha.1
 - @bloom-housing/partners@3.0.1-alpha.10
 - @bloom-housing/public@3.0.1-alpha.9

* feat(backend): add nginx proxy-cache configuration (#2119)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.9
 - @bloom-housing/shared-helpers@3.0.1-alpha.2
 - @bloom-housing/partners@3.0.1-alpha.11
 - @bloom-housing/public@3.0.1-alpha.10

* Release 11 11 21 (#2162)

* fix: fix: adding unit tests to the unit type

picked from dev d2afd35411d07bab5f2d03874d40eb325a16b640

* fix: fix: a11y color contrast issues with tint on ImageCard component

picked from dev 3c94b966d600c8b727dc848641d40c8558671c19

* feat: feat: two new common app questions - Household Changes and Household Student

picked from dev 344b8d73fa3c2b9fc7f5b5f2a3be47d3bb0b4d4d

* fix: fix: SiteHeader visual issues with long menu bars

picked from dev 59cf3e61af4206bbefbb0560bf15fe18d4e71436

* feat: feat: jurisdictional email signatures

picked from dev 3dbe0cb1bf9eaae04562521885d24ea68d5d7c47

* fix: fix: don't send email confirmation on paper app submission

picked from dev 706dec327e07d447272a8969774c8d62b3d53702

* feat: feat: Updates application confirmation numbers

picked from dev 20ac46ded45361527d315d59dc21852654472a32

* fix: fix(backend): make it possible to filter portal users in /users endpoint

picked from dev 4d96a47595c6d0ec18f4f4616572d2f263984528

* feat: feat(backend): add languages (Language[]) to Jurisdiction entity

picked from dev d4b9c53c25be1fc0bc9613175c1b00ee3e5417ea

* fix: feat(backend): try fixing SETEX redis e2e tests flakiness

picked from dev 6e0e11fc633985ec622ace934b78f0a12b37d7a9

* feat: feat(backend): Add user delete endpoint

picked from dev 92a0cc618d93c96ab0a900cbcfde00ee227db620

* fix: fix: improved UX for the Building Selection Criteria drawer

picked from dev fe1c4cf8b01ce35788d86783349a579f9f6e5f20

* feat: feat(backend): add Program entity

picked from dev 1328ced9fe3d8dd6eb4383dcdfb446de4c39c3c1

* refactor: breaking: 1837/preferences cleanup

picked from dev 3ce4af7f03a1c1833af1c4fc1710340b02d0df32

BREAKING CHANGE: preferences model and relationships changed

* feat: feat(backend): extend UserUpdateDto to support email change

picked from dev d76dc68c270150abb45661bb076a9ea564bc1046

* fix: 2056/user account edit fix

picked from dev d9fed3ff4b2ffb967bfe5c057e36a88afdfb52e9

* refactor: 2085/adds top level catchAll exception filter

picked from dev a329f5c5bf823abb77477d18b58b06e3101dea49

* feat: feat: Change unit number field type to text

picked from dev 5e4ed8ffbf6836b32b8d26279e52cbed09f11316

* feat(backend): improve application flagged set saving efficiency

* fix: fix: updates address order

picked from dev c00b96abd736b35b475b65fe5ad1eba9b88052e9

* fix: sets programs to optoinal and updates versions

* chore: chore(deps): bump electron from 13.1.7 to 13.3.0

* chore: chore(deps): bump axios from 0.21.1 to 0.21.2

* fix: adds programs service

* fix: fix lisitng e2e tests

* fix: fix member tests

* fix: fixes program, preference, ami-chart de-dupe (#2169)

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.12

* fix: adds jurisdictionId to useSWR path

* fix: recalculate units available on listing update (#2150)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.10
 - @bloom-housing/shared-helpers@3.0.1-alpha.3
 - @bloom-housing/partners@3.0.1-alpha.13
 - @bloom-housing/public@3.0.1-alpha.11

* fix: recalculate units available on listing update

picked form dev d9e85f9732f0a2a51eb44691ff62ef4dcb4b6849

* feat: feat(backend): make use of new application confirmation codes

picked from dev e3b8e210f578938763c3897c52d42c54b022abc4

* Revert "chore(deps): bump axios from 0.21.1 to 0.21.2 (#2138)"

This reverts commit 13766b497a6b80326f82c180d18fdc4b92d3e40a.

* revert: revert "chore(deps): bump axios from 0.21.1 to 0.21.2

picked from dev a1788e6d5867cc51697ebfc83a6eaad7bddaa1dd

* refactor: remove applicationAddress (#2009)

* refactor: remove applicationAddress

* docs: readme update

* test: fix backend test

* fix: db migration

* Fix code style issues with Prettier

* test(backend): fix SETEX impossible to process

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.11
 - @bloom-housing/shared-helpers@3.0.1-alpha.4
 - @bloom-housing/partners@3.0.1-alpha.14
 - @bloom-housing/public@3.0.1-alpha.12
 - @bloom-housing/ui-components@3.0.1-alpha.9

* feat: refactor and add public site application flow cypress tests (#2118)

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.15
 - @bloom-housing/public@3.0.1-alpha.13
 - @bloom-housing/ui-components@3.0.1-alpha.10

* fix: sapp submission w/ no due date

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.12
 - @bloom-housing/shared-helpers@3.0.1-alpha.5
 - @bloom-housing/partners@3.0.1-alpha.16
 - @bloom-housing/public@3.0.1-alpha.14

* Revert "feat(backend): add nginx proxy-cache configuration (#2119)"

This reverts commit 583ebe4dcfa491cc14f14f3db72184635e3ec9c9.

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.13
 - @bloom-housing/shared-helpers@3.0.1-alpha.6
 - @bloom-housing/partners@3.0.1-alpha.17
 - @bloom-housing/public@3.0.1-alpha.15

* fix: app submission w/ no due date

picked from dev ce59146a5f81fe264445b676230ab393b488ee87

* 1975/better seed data for ami-charts (#2156)

* fix: better seed data for ami-charts

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.14
 - @bloom-housing/shared-helpers@3.0.1-alpha.7
 - @bloom-housing/partners@3.0.1-alpha.18
 - @bloom-housing/public@3.0.1-alpha.16

* 2154/avance prefs (#2177)

* feat: new preferences

* feat: preference updates

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.15
 - @bloom-housing/shared-helpers@3.0.1-alpha.8
 - @bloom-housing/partners@3.0.1-alpha.19
 - @bloom-housing/public@3.0.1-alpha.17
 - @bloom-housing/ui-components@3.0.1-alpha.11

* 2154/avance prefs (#2178)

* feat: new preferences

* feat: preference updates

* Fix code style issues with Prettier

* feat: preference options bottom border

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.18

* 2154/avance prefs III (#2179)

* feat: new preferences

* feat: preference updates

* Fix code style issues with Prettier

* feat: preference options bottom border

* feat: liveWorkLivermore preference

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.20
 - @bloom-housing/public@3.0.1-alpha.19
 - @bloom-housing/ui-components@3.0.1-alpha.12

* 1988/adds listing management cypress tests to partner portal (#2103)

* test: adds listing management tests

* test: minor tweaks

* test: big updates for LM cypress tests

* test: fixes selectors

* feat: adding partner cypress tests to pr workflow

* fix: undoing

* chore: adds latest bloom-housing packages to partners

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.21
 - @bloom-housing/public@3.0.1-alpha.20
 - @bloom-housing/ui-components@3.0.1-alpha.13

* feat: adds new preferences, reserved community type

* feat: adds bottom border to preferences

* feat: updates preference string

* fix: preference cleanup for avance

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.22
 - @bloom-housing/public@3.0.1-alpha.21
 - @bloom-housing/ui-components@3.0.1-alpha.14

* fix: preference cleanup for avance

* 1975/one month rent (#2158)

* feat: add depoist helper text

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.16
 - @bloom-housing/shared-helpers@3.0.1-alpha.9
 - @bloom-housing/partners@3.0.1-alpha.23
 - @bloom-housing/public@3.0.1-alpha.22
 - @bloom-housing/ui-components@3.0.1-alpha.15

* fix(backend): fix view.spec.ts test (#2175)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.17
 - @bloom-housing/shared-helpers@3.0.1-alpha.10
 - @bloom-housing/partners@3.0.1-alpha.24
 - @bloom-housing/public@3.0.1-alpha.23

* refactor: removes jsonpath (#2206)

* refactor: removes jsonpath

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.18
 - @bloom-housing/shared-helpers@3.0.1-alpha.11
 - @bloom-housing/partners@3.0.1-alpha.25
 - @bloom-housing/public@3.0.1-alpha.24

* 1869/application program display (#2114)

* feat: add programs step to application forms

* test: add Cypress tests for the programs step

* feat: rework the Programs page and enhance seeds

* chore: fix programs Cypress test

* fix: fixup cypress tests

* fix: update mock data

* fix: fixup mock data pt 2

* fix: type issues

* fix: bugs and simplify program data processing

Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.19
 - @bloom-housing/shared-helpers@3.0.1-alpha.12
 - @bloom-housing/partners@3.0.1-alpha.26
 - @bloom-housing/public@3.0.1-alpha.25
 - @bloom-housing/ui-components@3.0.1-alpha.16

* feat: adds jurisdictions to pref seeds (#2199)

* feat: adds jurisdictions to pref seeds

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.20
 - @bloom-housing/shared-helpers@3.0.1-alpha.13
 - @bloom-housing/partners@3.0.1-alpha.27
 - @bloom-housing/public@3.0.1-alpha.26

* 1901/application program partners (#2182)

* feat: add programs step to application forms

* test: add Cypress tests for the programs step

* feat: rework the Programs page and enhance seeds

* chore: fix programs Cypress test

* feat: add programs step to application forms

* test: add Cypress tests for the programs step

* feat: rework the Programs page and enhance seeds

* chore: fix programs Cypress test

* fix: fixup cypress tests

* fix: update mock data

* fix: fixup mock data pt 2

* fix: type issues

* feat: Create programs mapper

Closes #1901

* feat: Add programs section

Closes #1901

* feat: Create details section for programs

Closes #1901

* feat: Update translations

Closes #1901

* refactor: Remove console log

Closes #1901

* refactor: Simpify code

Closes #1901

* chore: remove console log

* fix: mapProgramToApi return

Co-authored-by: Jared White <jared@jaredwhite.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.21
 - @bloom-housing/shared-helpers@3.0.1-alpha.14
 - @bloom-housing/partners@3.0.1-alpha.28
 - @bloom-housing/public@3.0.1-alpha.27
 - @bloom-housing/ui-components@3.0.1-alpha.17

* test: update program test

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.28

* feat: new demographics sub-race questions (#2109)

* feat: new demographics sub-race questions

* fix: update migration to keep data

* feat: other text boxes

* feat: wip other labels

* feat: can edit demo in partners

* fix: cleanup

* feat: csv formatting

* fix: type issue

* feat: remove gender and sexual orientation

* fix: add test id

* fix: more test ids

* fix: select by checkboxes

* fix: dont use select

* fix: data

* fix: add tests, fixup other option

* Fix code style issues with Prettier

* fix: remove unneeded dependencies

* test: add additional test

* Fix code style issues with Prettier

* test: change test id attribute

* chore: cleanup formatApplicationData imports

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.22
 - @bloom-housing/shared-helpers@3.0.1-alpha.15
 - @bloom-housing/partners@3.0.1-alpha.29
 - @bloom-housing/public@3.0.1-alpha.29
 - @bloom-housing/ui-components@3.0.1-alpha.18

* feat: updates email confirmation for lottery (#2200)

* feat: updates email confirmation for lottery

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.23
 - @bloom-housing/shared-helpers@3.0.1-alpha.16
 - @bloom-housing/partners@3.0.1-alpha.30
 - @bloom-housing/public@3.0.1-alpha.30

* fix: add ariaHidden to Icon component

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.17
 - @bloom-housing/partners@3.0.1-alpha.31
 - @bloom-housing/public@3.0.1-alpha.31
 - @bloom-housing/ui-components@3.0.1-alpha.19

* fix: add ariaLabel prop to Button component

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.18
 - @bloom-housing/partners@3.0.1-alpha.32
 - @bloom-housing/public@3.0.1-alpha.32
 - @bloom-housing/ui-components@3.0.1-alpha.20

* fix: change the yes/no radio text to be more descriptive (#2208)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.19
 - @bloom-housing/partners@3.0.1-alpha.33
 - @bloom-housing/public@3.0.1-alpha.33
 - @bloom-housing/ui-components@3.0.1-alpha.21

* fix: remove alameda reference in demographics (#2209)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.20
 - @bloom-housing/partners@3.0.1-alpha.34
 - @bloom-housing/public@3.0.1-alpha.34
 - @bloom-housing/ui-components@3.0.1-alpha.22

* refactor: remove applicationAddress

picked from dev f5279b4ad8d60d2e9bdf93b5b76ba63b775e70e3

* feat: refactor and add public site application flow cypress tests

picked from dev a31913b34001d34a9003e0e3ed93fc3229a7a2a1

* feat: better seed data for ami-charts

picked from dev 36e7d58ca7a985916396bba65b95914bbbc168b7

* feat: adds listing management cypress tests to partner portal

* fix: listings management keep empty strings, remove empty objects

picked from dev bd595c2a9f2fbfb30e093cd0ec0b6168b99dcaf6

* feat: one month rent

picked from dev 9ff09fc2d8c6cdf4be8c966b971a751a9bba97c4

* test: view.spec.ts test

picked from dev ee9f5f6dd5a5d3abe8c5f8563f04e262aa83c08f

* refactor: removes jsonpath

picked from dev 5d22269b04eb1bdb028b2e932c949d93b1c48024

* feat: adds jurisdictions to pref seeds

picked from dev 5b7772d837e6beb25f8f37356376920009f41e5d

* feat: new demographics sub-race questions

picked from dev 7b4c682d88ccb9721986a798d15d69280dd3f040

* feat: updates email confirmation for lottery

picked from dev 7006225d2b24c5242b63912e9a383519b12b6787

* fix: add ariaHidden to Icon component

picked from dev b9d67e539173caadf3d2f70879879c3f4b11684e

* fix: add ariaLabel prop to Button component

picked from dev 6fda37c7e03d5c9f1366d295dc84e3e6047720dc

* fix: change the yes/no radio text to be more descriptive

picked from dev 74a246773d4f5eeb2e1301d820b479545fc462b1

* fix: remove alameda reference in demographics

picked from dev 92431c9091a013cfdd079e4cfe91db2b38bd050f

* chore: release version

picked from dev 15f1f3ab1a68b86070c39a0a4a97439e22dddc4d

* feat: ami chart jurisdictionalized

picked from dev c025c713696204e7134e97d7378bfff0aec31862

* refactor: make backend a peer dependency in ui-components

picked from dev eb210fc7f33ca8cdfcd77a951f7036a01bf268d9

* feat: add a phone number column to the user_accounts table

picked from dev 7190cf7ec82737316ad0314921a91b03e6630b22

* chore: removes application program partners

* chore: removes application program display

* Revert "chore: removes application program display"

This reverts commit 930ffd3dc45bb1f48002f1ce715a8d6b44475db5.

* Revert "chore: removes application program partners"

This reverts commit 4bfe9304ff396e835dd64dd1b4adc779fc4ba786.

* chore: yarn.lock and backend-swagger

* fix: removes Duplicate identifier fieldGroupObjectToArray

* feat: skip preferences if not on listing

* chore(release): version

* fix: cannot save custom mailing, dropoff, or pickup address

* chore(release): version

* chore: converge on one axios version, remove peer dependency

* chore(release): version

* feat: simplify Waitlist component and use more flexible schema

* chore(release): version

* fix: lottery results uploads now save

* chore(release): version

* feat: add SRO unit type

* chore(release): version

* fix: paper application submission

* chore(release): version

* fix: choose-language context

* chore(release): version

* fix: applications/view hide prefs

* chore(release): version

* feat: overrides fallback to english, tagalog support

* chore(release): version

* fix: account translations

* chore(release): version

* fix: units with invalid ami chart

* chore(release): version

* fix: remove description for the partners programs

* fix: fix modal styles on mobile

* fix: visual improvement to programs form display

* fix: submission tests not running

* chore: translations (#2293)

* chore: translations (#2295)

* chore: missing translations (#2296)

* fix: prefUnits on autofill summary (#2294)

* chore: move Programs step to come after Students (#2277)

* feat: adds whatToExpect to GTrans

* chore: missing translations (#2299)

* fix: 2259/fixes idle timeout not resetting properly (#2292)

* chore(release): version

* fix: demographics howDidYouHear options (2305)

* chore(release): version

* fix: mobile notice text wrap issue (#2308)

* feat: postmark date time fields partners (#2239)

* fix: versioning issues (#2311)

* chore(release): version

* chore(backend): move libs/ to shared/utils, clean up modules (#2230)

* feat(backend): all programs to csv export (#2302)

* chore(release): version

* feat: filter partner users

* chore(release): version

* feat: adds updating open listing modal (#2288)

* fix: closed listings allowed apps (#2317)

* feat: 2165/rosefield preference updates (#2386)

* chore(release): version

* Revert "chore(release): version"

This reverts commit 24447ff7187cf925ac9fe237db1d2b7cfe903ff7.

* chore(release): version

 - @bloom-housing/backend-core@3.0.1
 - @bloom-housing/shared-helpers@3.0.1
 - @bloom-housing/partners@3.0.1
 - @bloom-housing/public@3.0.1
 - @bloom-housing/ui-components@3.0.1

* feat(backend): add storing listing translations (#2215)

* feat: adds whatToExpect to GTrans (#2303)

* fix: patch issue with submit application section

* fix: patches translations for preferences (#2410)

* fix: issues with public app and readds auto save (2428)

* fix: ami charts without all households (#2430)

* fix: load blank application

* 2022-01-27 release (#2439)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.23
 - @bloom-housing/partners@3.0.1-alpha.37
 - @bloom-housing/public@3.0.1-alpha.38
 - @bloom-housing/ui-components@3.0.1-alpha.24

* fix(backend): nginx with heroku configuration (#2196)

* fix(backend): nginx with heroku configuration

* feat(backend): nginx make hostname and port variable

* feat: nginx proxy updates

* feat(backend): modify proxy_pass and Host header settings

Co-authored-by: seanmalbert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.26
 - @bloom-housing/shared-helpers@3.0.1-alpha.24
 - @bloom-housing/partners@3.0.1-alpha.38
 - @bloom-housing/public@3.0.1-alpha.39
 - @bloom-housing/ui-components@3.0.1-alpha.25

* fix: fetchBaseListingData (#2238)

* fix: fetchBaseListingData

* fix: fetchBaseListingData

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.40

* fix: lottery results uploads now save (#2226)

* fix: lottery results uploads now save

* fix: switch to partial typing

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.39

* feat: getStaticPaths fallback blocking test

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.41

* chore: add temp logs for testing id/slug

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.42

* chore(backend): move libs/ to shared/utils, clean up modules (#2230)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.27
 - @bloom-housing/shared-helpers@3.0.1-alpha.25
 - @bloom-housing/partners@3.0.1-alpha.40
 - @bloom-housing/public@3.0.1-alpha.43
 - @bloom-housing/ui-components@3.0.1-alpha.26

* chore: add SRO unit type (#2243)

* chore: add SRO unit type to DB / translations

* chore: additional string changes to SRO

* test(backend): add SRO to unit types test

* feat: SRO unit type additions

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.28
 - @bloom-housing/shared-helpers@3.0.1-alpha.26
 - @bloom-housing/partners@3.0.1-alpha.41
 - @bloom-housing/public@3.0.1-alpha.44
 - @bloom-housing/ui-components@3.0.1-alpha.27

* 2140/fix paper application submission (#2195)

* fix: fix paper application submission

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.42

* Fix code style issues with Prettier

* test: adds cypress test coverage

* fix: updates per sean

* fix: one more update

* test: fix partners unit tests

* fix: choose-language context

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.45

* fix: applications drop off address

* fix: applications/view hide prefs

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.46

* feat(backend): add storing listing translations (#2215)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.29
 - @bloom-housing/shared-helpers@3.0.1-alpha.27
 - @bloom-housing/partners@3.0.1-alpha.43
 - @bloom-housing/public@3.0.1-alpha.47
 - @bloom-housing/ui-components@3.0.1-alpha.28

* fix(backend): make nginx proxy use Language HTTP header in cache key (#2266)

* 2098/fix partner applications grid display (#2188)

* fix: partner applications grid display

* Fix code style issues with Prettier

* test: fix tests

* Fix code style issues with Prettier

* fix: updates to using views

* tests: add application grid test

* fix: updates per sean

* fix: one more update

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.30
 - @bloom-housing/shared-helpers@3.0.1-alpha.28
 - @bloom-housing/partners@3.0.1-alpha.44
 - @bloom-housing/public@3.0.1-alpha.48
 - @bloom-housing/ui-components@3.0.1-alpha.29

* fix: fixes some issues with the deployment

* Revert/2188 (#2270)

* fix: fixes some issues with the deployment

* revert: partner applications grid display

* fix: view.spec

Co-authored-by: Yazeed Loonat <yazeedloonat@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.31
 - @bloom-housing/shared-helpers@3.0.1-alpha.29
 - @bloom-housing/partners@3.0.1-alpha.45
 - @bloom-housing/public@3.0.1-alpha.49
 - @bloom-housing/ui-components@3.0.1-alpha.30

* 2098/fix partner applications grid display (#2188)

* fix: partner applications grid display

* Fix code style issues with Prettier

* test: fix tests

* Fix code style issues with Prettier

* fix: updates to using views

* tests: add application grid test

* fix: updates per sean

* fix: one more update

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* feat(backend): add listings closing routine (#2213)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.32
 - @bloom-housing/shared-helpers@3.0.1-alpha.30
 - @bloom-housing/partners@3.0.1-alpha.46
 - @bloom-housing/public@3.0.1-alpha.50
 - @bloom-housing/ui-components@3.0.1-alpha.31

* feat(backend): add user password expiration

* fix: Remove description for the partners programs (#2234)

Closes #1901

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.47

* 2227/lock login attempts frontend (#2260)

* feat: Add new translations

Closes #1927

* refactor: Make title as optional

Closes #1927

* feat: Update login alert text

Closes #1927

* fix: Use translation, instead of hardcoded text

Closes #1927

* feat: Add translation

Closes #1927

* feat: Update type name

Closes #1927

* feat: Add new alerts

Closes #1927

* fix: Fix translation

Closes #1927

* fix(AlertBox.tsx): Fix close icon placement

Closes #1927

* feat: Create helper to catch network errors

Closes #1927

* feat: Add translations

Closes #1927

* feat: Create reusable sign-in form

Closes #1927

* refactor(sign-in page, public and partners): Update sign-in pages to use reusable form

BREAKING CHANGE: sign-in pages have been updated

Closes #1927

* Fix code style issues with Prettier

* fix: fixes tests and also issue with user grid

* fix: fixes linting error

* feat(backend): add appropriate http exception for password outdated login failure

* fix: Fix modal styles on mobile (#2280)

Closes #2253

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.31
 - @bloom-housing/partners@3.0.1-alpha.48
 - @bloom-housing/public@3.0.1-alpha.51
 - @bloom-housing/ui-components@3.0.1-alpha.32

* fix: visual improvement to programs form display (#2276)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.52

* fix: submission tests not running (#2282)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.53

* feat: overrides fallback to english, tagalog support (#2262)

* chore: allow work-in strings to take jurisdiction name

* feat: add support for tagalog

* Fix code style issues with Prettier

* feat: tagalog language

* feat: translations precedence includes en overrides

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.33
 - @bloom-housing/shared-helpers@3.0.1-alpha.32
 - @bloom-housing/partners@3.0.1-alpha.49
 - @bloom-housing/public@3.0.1-alpha.54
 - @bloom-housing/ui-components@3.0.1-alpha.33

* fix: account translations (#2278)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.33
 - @bloom-housing/partners@3.0.1-alpha.50
 - @bloom-housing/public@3.0.1-alpha.55
 - @bloom-housing/ui-components@3.0.1-alpha.34

* test: fixes test issues

* fix: fix sortig on applications partner grid

* chore: translations (#2293)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.34
 - @bloom-housing/partners@3.0.1-alpha.51
 - @bloom-housing/public@3.0.1-alpha.56
 - @bloom-housing/ui-components@3.0.1-alpha.35

* chore: translations (#2295)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.35
 - @bloom-housing/partners@3.0.1-alpha.52
 - @bloom-housing/public@3.0.1-alpha.57
 - @bloom-housing/ui-components@3.0.1-alpha.36

* chore: missing translations (#2296)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.36
 - @bloom-housing/partners@3.0.1-alpha.53
 - @bloom-housing/public@3.0.1-alpha.58
 - @bloom-housing/ui-components@3.0.1-alpha.37

* fix: prefUnits on autofill summary (#2294)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.59

* chore: move Programs step to come after Students (#2277)

* chore: move Programs step to come after Students

* test: rearrange order of programs within Cypress tests

* test: remove problematic statement

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.60

* fix: units with invalid ami chart (#2290)

* fix: alunits with invalid ami chart

* perf: uniquePercentageChartSet map

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.34
 - @bloom-housing/shared-helpers@3.0.1-alpha.37
 - @bloom-housing/partners@3.0.1-alpha.54
 - @bloom-housing/public@3.0.1-alpha.61
 - @bloom-housing/ui-components@3.0.1-alpha.38

* chore: missing translations (#2299)

* chore: missing translations

* chore: remove logs

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.38
 - @bloom-housing/partners@3.0.1-alpha.55
 - @bloom-housing/public@3.0.1-alpha.62
 - @bloom-housing/ui-components@3.0.1-alpha.39

* 2259/fixes idle timeout not resetting properly (#2292)

* fix: fixes idle timeout not resetting properly

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.63

* feat: adds whatToExpect to GTrans (#2303)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.35
 - @bloom-housing/shared-helpers@3.0.1-alpha.39
 - @bloom-housing/partners@3.0.1-alpha.56
 - @bloom-housing/public@3.0.1-alpha.64
 - @bloom-housing/ui-components@3.0.1-alpha.40

* fix: demographics howDidYouHear options were not changing on language change (#2305)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.65

* Fix checkbox rtl style

* feat(backend): add password outdating only to users which are either admins or partners

* fix: fix hero button width with secondary button (#2306)

* fix: mobile notice text wrap issue (#2308)

* feat(backend): add activity logging to listings module (#2190)

* feat(backend): add activity logging to listings module

* feat(backend): add activity logging to applications and user controllers

* feat(backend): add metada column to activity log entity

* feat(backend): change activity log metadata column type

* feat(backend): remove applications related changes

* feat(backend): remove ListingActivityLogInterceptor

* 2040/postmark date time fields partners (#2239)

* feat: add postmark by date and time fields

* feat: fix display and preview page

* test: fix so the correct date displays

* Fix code style issues with Prettier

* fix: fixes per emily

* fix: updates per sean

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* fix: versioning issues (#2311)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.36
 - @bloom-housing/shared-helpers@3.0.1-alpha.41
 - @bloom-housing/partners@3.0.1-alpha.58
 - @bloom-housing/public@3.0.1-alpha.67
 - @bloom-housing/ui-components@3.0.1-alpha.42

* feat(backend): all programs to csv export (#2302)

* feat(backend): all programs to csv export

* chore: removes console log

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.37
 - @bloom-housing/shared-helpers@3.0.1-alpha.42
 - @bloom-housing/partners@3.0.1-alpha.59
 - @bloom-housing/public@3.0.1-alpha.68
 - @bloom-housing/ui-components@3.0.1-alpha.43

* feat(backend): add partnerTerms to jurisdiction entity (#2301)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.38
 - @bloom-housing/shared-helpers@3.0.1-alpha.43
 - @bloom-housing/partners@3.0.1-alpha.60
 - @bloom-housing/public@3.0.1-alpha.69
 - @bloom-housing/ui-components@3.0.1-alpha.44

* feat: removes ListingLangCacheInterceptor from get by id

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.39
 - @bloom-housing/shared-helpers@3.0.1-alpha.44
 - @bloom-housing/partners@3.0.1-alpha.61
 - @bloom-housing/public@3.0.1-alpha.70
 - @bloom-housing/ui-components@3.0.1-alpha.45

* fix: Update translation

Closes 1927

* fix: Update hardcoded translations

Closes #1927

* refactor: listing detail props (#2313)

* refactor: listing detail props

* fix: HouseholdSizeField FieldError

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.45
 - @bloom-housing/partners@3.0.1-alpha.62
 - @bloom-housing/public@3.0.1-alpha.71
 - @bloom-housing/ui-components@3.0.1-alpha.46

* chore(deps): bump next from 11.1.2 to 11.1.3 (#2289)

* feat(backend): refactor applications module (#2279)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.40
 - @bloom-housing/shared-helpers@3.0.1-alpha.46
 - @bloom-housing/partners@3.0.1-alpha.63
 - @bloom-housing/public@3.0.1-alpha.72
 - @bloom-housing/ui-components@3.0.1-alpha.47

* feat: filter partner users

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.64

* feat: password reset message

* fix: make mailThin background transparent

* fix: add mailThin icon to stories

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.47
 - @bloom-housing/partners@3.0.1-alpha.65
 - @bloom-housing/public@3.0.1-alpha.73
 - @bloom-housing/ui-components@3.0.1-alpha.48

* feat: adds updating open listing modal (#2288)

* feat: adds updating open listing modal

* fix: closed listings allowed apps (#2317)

* feat: updates for gtm

* feat: updates for gtm

* fix: removes more closed listing application paths (#2319)

* feat: make page header title optional

* feat(backend): remove activity log interceptor from update-password

* refactor: removing helpers from ui-components that are backend dependent (#2108)

BREAKING CHANGE: moved some helpers from ui-components to shared-helpers

* chore: bump versions (#2326)

* fix: make numbered list breakpoint match config

* chore: bump shared-helpers version

* fix: partners shared-helpers version

* chore: bump partners version

* chore: bump public version

* chore: bump version

* chore(release): version

 - @bloom-housing/backend-core@3.0.1
 - @bloom-housing/shared-helpers@4.0.0
 - @bloom-housing/partners@4.0.0
 - @bloom-housing/public@4.0.0
 - @bloom-housing/ui-components@4.0.0

* feat: add matched style to ApplicationStatus

* Fix code style issues with Prettier

* fix: make primary buttons primary background

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.0
 - @bloom-housing/shared-helpers@4.0.1-alpha.0
 - @bloom-housing/partners@4.0.1-alpha.0
 - @bloom-housing/public@4.0.1-alpha.0
 - @bloom-housing/ui-components@4.0.1-alpha.0

* chore: backend & ui-component gitHead

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.1
 - @bloom-housing/shared-helpers@4.0.1-alpha.1
 - @bloom-housing/partners@4.0.1-alpha.1
 - @bloom-housing/public@4.0.1-alpha.1
 - @bloom-housing/ui-components@4.0.1-alpha.1

* fix: propagate custom icon type to ImageCard prop

* Fix code style issues with Prettier

* fix: check for user lastLoginAt

* test: updates user login test

* fix: bump version (#2349)

* fix: bump version (#2350)

* fix: cypress coverage configs

* fix: force a release number if one exists (#2351)

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.6
 - @bloom-housing/shared-helpers@4.0.1-alpha.6
 - @bloom-housing/partners@4.0.1-alpha.6
 - @bloom-housing/public@4.0.1-alpha.6
 - @bloom-housing/ui-components@4.0.1-alpha.6

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.7
 - @bloom-housing/shared-helpers@4.0.1-alpha.7
 - @bloom-housing/partners@4.0.1-alpha.7
 - @bloom-housing/public@4.0.1-alpha.7
 - @bloom-housing/ui-components@4.0.1-alpha.7

* fix: apply action block style to button class not component (#2348)

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.8
 - @bloom-housing/partners@4.0.1-alpha.8
 - @bloom-housing/public@4.0.1-alpha.8
 - @bloom-housing/ui-components@4.0.1-alpha.8

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.8
 - @bloom-housing/shared-helpers@4.0.1-alpha.9
 - @bloom-housing/partners@4.0.1-alpha.9
 - @bloom-housing/public@4.0.1-alpha.9
 - @bloom-housing/ui-components@4.0.1-alpha.9

* fix: remove next dependency from ui-components (#2352)

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.10
 - @bloom-housing/partners@4.0.1-alpha.10
 - @bloom-housing/public@4.0.1-alpha.10
 - @bloom-housing/ui-components@4.0.1-alpha.10

* chore: port latest dev updates over for paper listing form

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.11
 - @bloom-housing/partners@4.0.1-alpha.11
 - @bloom-housing/public@4.0.1-alpha.11
 - @bloom-housing/ui-components@4.0.1-alpha.11

* Add public urls to jurisdiction (#2316)

* Add public urls to jurisdiction

* feat(backend): fix units-transformations.spec test

* feat(backend): fix changes in interface of the autogenerated client in sites/

* Fix code style issues with Prettier

* feat: adds detroit to migration for local/dev

* Fix code style issues with Prettier

* feat: updates to use publicUrl

* Fix code style issues with Prettier

* feat(backend): update add-public-url-to-jurisdiction migration

* fix(backend): jurisidctions e2e tests

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.9
 - @bloom-housing/shared-helpers@4.0.1-alpha.12
 - @bloom-housing/partners@4.0.1-alpha.12
 - @bloom-housing/public@4.0.1-alpha.12
 - @bloom-housing/ui-components@4.0.1-alpha.12

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.10
 - @bloom-housing/shared-helpers@4.0.1-alpha.13
 - @bloom-housing/partners@4.0.1-alpha.13
 - @bloom-housing/public@4.0.1-alpha.13
 - @bloom-housing/ui-components@4.0.1-alpha.13

* fix: move type declarations out of shared-helpers (#2356)

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.14
 - @bloom-housing/partners@4.0.1-alpha.14
 - @bloom-housing/public@4.0.1-alpha.14
 - @bloom-housing/ui-components@4.0.1-alpha.14

* chore(release): version

 - @bloom-housing/partners@4.0.1-alpha.15

* refactor: unifiies logic around listingid

* refactor: prevent local reseed with cypress tests (#2353)

* chore(release): version

 - @bloom-housing/public@4.0.1-alpha.15

* test: add partners cypress ci job

* chore: fixup config

* chore: fixup config 2

* chore: fixup config 3

* chore: fixup config 3

* chore: fixup config 4

* chore: change name to be unique

* fix: update naming

* fix: remove empty secrets

* fix: add in env variable defaults

* fix: add test id

* fix: use drag n drop

* fix: rename var

* fix: rename var2

* test: update config

* 1290/use dayjs instead of moment (#2338)

* Convert all use of Moment to Dayjs

* fix: more moment -> dayjs cleanup

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.11
 - @bloom-housing/shared-helpers@4.0.1-alpha.15
 - @bloom-housing/partners@4.0.1-alpha.16
 - @bloom-housing/public@4.0.1-alpha.16
 - @bloom-housing/ui-components@4.0.1-alpha.15

* test: fix for cypress tests

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.12
 - @bloom-housing/shared-helpers@4.0.1-alpha.16
 - @bloom-housing/partners@4.0.1-alpha.17
 - @bloom-housing/public@4.0.1-alpha.17
 - @bloom-housing/ui-components@4.0.1-alpha.16

* fix: listings group expandable section css updates (#2377)

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.17
 - @bloom-housing/partners@4.0.1-alpha.18
 - @bloom-housing/public@4.0.1-alpha.18
 - @bloom-housing/ui-components@4.0.1-alpha.17

* fix: ensure dayjs parsing strings will work as expected

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.18
 - @bloom-housing/partners@4.0.1-alpha.19
 - @bloom-housing/public@4.0.1-alpha.19
 - @bloom-housing/ui-components@4.0.1-alpha.18

* feat: adds event logging to most of the pages

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.19
 - @bloom-housing/partners@4.0.1-alpha.20
 - @bloom-housing/public@4.0.1-alpha.20
 - @bloom-housing/ui-components@4.0.1-alpha.19

* fix: open house events can now be edited and work cross-browser (#2320)

* fix: open house events can be edited and work cross-browser

* chore: refactor event dates handling to use dayjs

* fix: lm form refresh and getDetailFieldTime

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/partners@4.0.1-alpha.21

* 2165/rosefield preference updates (#2386)

* feat: rosefield preference updates

* feat: removes "no" from rosefield translations

* fix: removing translations

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.20
 - @bloom-housing/partners@4.0.1-alpha.22
 - @bloom-housing/public@4.0.1-alpha.21
 - @bloom-housing/ui-components@4.0.1-alpha.20

* fix: dates showing as invalid in send by mail section (#2362)

BREAKING CHANGE: remove applicationDueTime field and consolidated into applicationDueDate

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.13
 - @bloom-housing/shared-helpers@4.0.1-alpha.21
 - @bloom-housing/partners@4.0.1-alpha.23
 - @bloom-housing/public@4.0.1-alpha.22
 - @bloom-housing/ui-components@4.0.1-alpha.21

* fix: partners render issue (#2395)

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.14
 - @bloom-housing/shared-helpers@4.0.1-alpha.22
 - @bloom-housing/partners@4.0.1-alpha.24
 - @bloom-housing/public@4.0.1-alpha.23
 - @bloom-housing/ui-components@4.0.1-alpha.22

* fix: user status enum to camel case; gtm types

* fix: removes unnecessary ternary

* test: fix flaky cypress test

* fix: patches translations for preferences (#2410)

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.15
 - @bloom-housing/shared-helpers@4.0.1-alpha.23
 - @bloom-housing/partners@4.0.1-alpha.25
 - @bloom-housing/public@4.0.1-alpha.24
 - @bloom-housing/ui-components@4.0.1-alpha.23

* feat: listing card takes optional children (#2407)

* feat: listing card takes optional children

* fix: additional header

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.24
 - @bloom-housing/partners@4.0.1-alpha.26
 - @bloom-housing/public@4.0.1-alpha.25
 - @bloom-housing/ui-components@4.0.1-alpha.24

* feat: set gtm pageTitle to english only

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.25
 - @bloom-housing/partners@4.0.1-alpha.27
 - @bloom-housing/public@4.0.1-alpha.26

* test: fix partner listing tests

* test: adds back mailing address checks

* chore(release): version

 - @bloom-housing/partners@4.0.1-alpha.28

* fix: issues with public app and readds auto save

* fix: removing console logs

* chore(release): version

 - @bloom-housing/public@4.0.1-alpha.27

* fix: ami charts without all households (#2430)

* fix: ami charts without all households

* fix: merging filter and reduce together

Co-authored-by: Yazeed Loonat <yazeedloonat@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.16
 - @bloom-housing/shared-helpers@4.0.1-alpha.26
 - @bloom-housing/partners@4.0.1-alpha.29
 - @bloom-housing/public@4.0.1-alpha.28
 - @bloom-housing/ui-components@4.0.1-alpha.25

* chore: add translations for per month/year in hmi table (#2418)

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.27
 - @bloom-housing/partners@4.0.1-alpha.30
 - @bloom-housing/public@4.0.1-alpha.29
 - @bloom-housing/ui-components@4.0.1-alpha.26

* fix: Fix infinite page width (#2434)

Closes #2374

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.28
 - @bloom-housing/partners@4.0.1-alpha.31
 - @bloom-housing/public@4.0.1-alpha.30
 - @bloom-housing/ui-components@4.0.1-alpha.27

* refactor: Increase textarea limits (#2435)

Closes #2420

* chore(release): version

 - @bloom-housing/partners@4.0.1-alpha.32

* 2328/address verification (#2412)

* feat: verify applicant address via MapBox API

* feat: support various selection states for address

* chore: refactor address to break up large file

* test: update Cypress tests to check address validation

* test: update mock data with a real address

* test: update minimal application data as well

* test: add additional tests for address validation

* test: relocate bad addresses to separate integration test

* feat: improve the error state when invalid address

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/shared-helpers@4.0.1-alpha.29
 - @bloom-housing/partners@4.0.1-alpha.33
 - @bloom-housing/public@4.0.1-alpha.31
 - @bloom-housing/ui-components@4.0.1-alpha.28

* revert: changes from fix: Fix infinite page width #2434

Co-authored-by: github.context.workflow <github-actions@github.com>
Co-authored-by: Michał Plebański <michalp@airnauts.com>
Co-authored-by: Jared White <jared@jaredwhite.com>
Co-authored-by: Yazeed Loonat <YazeedLoonat@gmail.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: dominikx96 <dominik@airnauts.com>
Co-authored-by: Emily Jablonski <65367387+emilyjablonski@users.noreply.github.com>
Co-authored-by: Gabe Benjamin <gabeb@google.com>
Co-authored-by: Andrea Egan <akegan@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrea Egan <andrea.egan@sfgov.org>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>

* build: sets node max-old-space-size (#2458)

* build: max-old-space-size

* build: update casbin version

* fix: await casbin enforcer

* build: adds Aptfile for heroku (#2460)

* refactor: param and auth updates for export (#2465)

* 2382/berkeley way customizations (#2436)

* chore(release): version

 - @bloom-housing/backend-core@4.0.1
 - @bloom-housing/shared-helpers@4.0.1
 - @bloom-housing/partners@4.0.1
 - @bloom-housing/public@4.0.1
 - @bloom-housing/ui-components@4.0.1

* fix: updates partner check for listing perm (#2484)

* feat: 2419/adding SMC preferences (#2482)

* feat: 2468/adding dublin preferences (#2483)

* chore(release): version

 - @bloom-housing/backend-core@4.0.2
 - @bloom-housing/shared-helpers@4.0.2
 - @bloom-housing/partners@4.0.2
 - @bloom-housing/public@4.0.2
 - @bloom-housing/ui-components@4.0.2

* fix: csv export auth check (#2488)

* chore: merge upstream master

* Fix code style issues with ESLint

* Fix code style issues with Prettier

* test: updates for tests to pass

* Fix code style issues with Prettier

* test: updates for ui-components

* build: updates for public and partners builds

* fix: issues with public

* fix: update to SiteHeader partner use

* test: fix user and ProgressNav tests

* Fix code style issues with Prettier

* test: temp skip activity monitor tests

* test: temp skip longer tests

* test: temp skip activity monitor tests

* fix: lint rule

Co-authored-by: Michał Plebański <michalp@airnauts.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: github.context.workflow <github-actions@github.com>
Co-authored-by: Dominik Barcikowski <dominik@airnauts.com>
Co-authored-by: Emily Jablonski <65367387+emilyjablonski@users.noreply.github.com>
Co-authored-by: Yazeed Loonat <YazeedLoonat@gmail.com>
Co-authored-by: Jared White <jared@whitefusion.studio>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: plunkettgoogle <66751489+plunkettgoogle@users.noreply.github.com>
Co-authored-by: Jared White <jared@jaredwhite.com>
Co-authored-by: Gabe Benjamin <GabeKEBenjamin@gmail.com>
Co-authored-by: Gabe Benjamin <gabeb@google.com>
Co-authored-by: Andrea Egan <akegan@users.noreply.github.com>
Co-authored-by: Andrea Egan <andrea.egan@sfgov.org>

* feat: updates listings view config (#983)

* feat: updates listings view config

* fix: lint and back jurisdiction join

* feat: adds view to listingsFetcher

* refactor: Remove required to publish labels

Closes #970

* feat: show building accessibility features on partners (v2) (#984)

* feat: show building accessibility features on the listing form detail page

* fix: mobile styling

* chore: update primary color in Tailwind override (#980)

* Remove listing fields

* feat(backend): update units summary model

* style: formatting

* feat: backend-swagger with unit summary updates

* feat(backend): remove Listing published required fields (#996)

* refactor: comment out mistyped scripts

* fix: fixup base view

* feat(backend): fix unit group model update tests

* feat: occupancy tables wip

* build: local db to bloom_detroit

* fix: add summary in seed

* refactor: rename unitssummary, add needed fields

* fix: rebase issues

* Fixes Partner Portal Users (#1009)

* fix: partner portal users

* style: remove console log

* feat: updates user list to filter by isPortalUser

* feat: adds hud and mshda 2021 ami charts (#1020)

* feat: adds hud and mshda 2021 ami charts

* fix: remove mixed content assets from seeds

* fix: adds Detroit jurisdiction by default for partners

* fix: fixes file name to include dto

* feat: hides/prevents partner publish (#1021)

* feat: hides/prevents partner publish

* fix: pr requests and user update

* fix: issues exposed by tests

* feat: occupancy table based on unit groups (#1023)

* feat: occupancy table based on unit groups

* test: add tests

* test: update strings

* refactor: remove SRO strings

* test: more test coverage

* fix: make range translated

* fix: pre-existing ListingView template issues

* fix: patch old unit summary table pieces

Co-authored-by: Sean Albert <smabert@gmail.com>

* feat: adding partner unit groups

* feat: adds programs to Detroit (#1022)

* feat: adds programs to Detroit

* feat: adds programs to public site

* style: removes comment

* feat: remove Community Type section from form and detail

* refactor: updates program titles

* feat: updates for program descriptions per Safiya

* feat: adding save functionality

* fix: updates for editing

* 987/import listings basic (#1019)

* feat(backend): add import listing basic

* chore: remove todo notes from scripts

* feat: adds programs to Detroit (#1022)

* feat: adds programs to Detroit

* feat: adds programs to public site

* style: removes comment

* feat: remove Communi…
seanmalbert added a commit to CityOfDetroit/bloom that referenced this pull request Jul 6, 2022
* feat(backend): fix unit group model update tests

* feat: occupancy tables wip

* build: local db to bloom_detroit

* fix: add summary in seed

* refactor: rename unitssummary, add needed fields

* fix: rebase issues

* Fixes Partner Portal Users (#1009)

* fix: partner portal users

* style: remove console log

* feat: updates user list to filter by isPortalUser

* feat: adds hud and mshda 2021 ami charts (#1020)

* feat: adds hud and mshda 2021 ami charts

* fix: remove mixed content assets from seeds

* fix: adds Detroit jurisdiction by default for partners

* fix: fixes file name to include dto

* feat: hides/prevents partner publish (#1021)

* feat: hides/prevents partner publish

* fix: pr requests and user update

* fix: issues exposed by tests

* feat: occupancy table based on unit groups (#1023)

* feat: occupancy table based on unit groups

* test: add tests

* test: update strings

* refactor: remove SRO strings

* test: more test coverage

* fix: make range translated

* fix: pre-existing ListingView template issues

* fix: patch old unit summary table pieces

Co-authored-by: Sean Albert <smabert@gmail.com>

* feat: adding partner unit groups

* feat: adds programs to Detroit (#1022)

* feat: adds programs to Detroit

* feat: adds programs to public site

* style: removes comment

* feat: remove Community Type section from form and detail

* refactor: updates program titles

* feat: updates for program descriptions per Safiya

* feat: adding save functionality

* fix: updates for editing

* 987/import listings basic (#1019)

* feat(backend): add import listing basic

* chore: remove todo notes from scripts

* feat: adds programs to Detroit (#1022)

* feat: adds programs to Detroit

* feat: adds programs to public site

* style: removes comment

* feat: remove Community Type section from form and detail

* refactor: updates program titles

* feat: updates for program descriptions per Safiya

* test: fix backend unit tests

* test: fix backend tests

Co-authored-by: Sean Albert <smabert@gmail.com>

* feat: show a11y features on public site (#994)

* feat: show a11y features on public site

* fix: do not allow feature headers to overlap content

* fix: update base fetch

* refactor: cleanup

* fix: ami chart now saves correctly

* feat(backend): update units summary model (#997)

* feat(backend): update units summary model

* style: formatting

* feat: backend-swagger with unit summary updates

* refactor: comment out mistyped scripts

* fix: fixup base view

* feat(backend): fix unit group model update tests

* feat: occupancy tables wip

* fix: add summary in seed

* refactor: rename unitssummary, add needed fields

* fix: rebase issues

* fix: fixes file name to include dto

* feat: occupancy table based on unit groups (#1023)

* feat: occupancy table based on unit groups

* test: add tests

* test: update strings

* refactor: remove SRO strings

* test: more test coverage

* fix: make range translated

* fix: pre-existing ListingView template issues

* fix: patch old unit summary table pieces

Co-authored-by: Sean Albert <smabert@gmail.com>

* 987/import listings basic (#1019)

* feat(backend): add import listing basic

* chore: remove todo notes from scripts

* feat: adds programs to Detroit (#1022)

* feat: adds programs to Detroit

* feat: adds programs to public site

* style: removes comment

* feat: remove Community Type section from form and detail

* refactor: updates program titles

* feat: updates for program descriptions per Safiya

* test: fix backend unit tests

* test: fix backend tests

Co-authored-by: Sean Albert <smabert@gmail.com>

* 992/public primary unit group (#1024)

* feat: adds unit group summary to listing detail

* feat: adds household max income summary to public

* test: adds placheholders for getUnitGroupSummary and getHouseholdMaxIncomeSummary

* refactor: ListingView unit summaries to helpers

* fix: hide sections if no data on ListingView

* test: public build, ui-component tests, backend tests

* feat(backend): add import unit groups script (#1018)

* feat(backend): add import unit groups script

* feat(backend): Add unit groups import script

* style: import-unit-groups cleanup

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Emily Jablonski <65367387+emilyjablonski@users.noreply.github.com>
Co-authored-by: Yazeed Loonat <yazeedloonat@gmail.com>

* fix: updates per emily

* fix: updates per emily pt 2

* fix: fixes to the merge

* Listing verification (#1029)

* feat: starting verified piece

* feat: verify alert and scrollTo

* feat: adds listing verificatoin to frontend

Co-authored-by: Yazeed Loonat <yazeedloonat@gmail.com>

* fix: updates for sean and emily

* fix: new listing should open now

* fix: table issues

* fix: hmi column sort, hmi link

* fix(backend): import scripts (#1031)

* fix(backend): import scripts

* style: linter

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* fix: updates for 2 and 3

* test: updates to test for data-test-id

* fix: unit group reload when refocus

* fix: readds useEffect dependency checks

* fix: can delete last group

* fix: now can save without ami info

* fix: for when rent value is missing

* fix: occupancy max 8, selects can be deselected

* fix: add hearing mobility visual to a11y features (#1032)

* fix: removing placeholder

* fix: readding label, removing placeholder

* fix: was too specific

* fix(backend): import script percentageOfIncomeValue retrieval logic (#1034)

Co-authored-by: Michal Plebanski <michalp@airnauts.com>

* fix: ami percentage

* fix: listing view detail list order

* fix: partner listing grid address column

* fix: properly set monthlyRentDeterminationType in import script

* fix: account for space after comma in spreadsheet for split types

* fix: hide hmi link if no hmi table (#1035)

* fix: hide hmi link if no hmi table

* fix: hide completely

* feat: catch up for migrations (#1030)

feat: catch up for migrations (#1030)

* fix: fix for when rent range was empty (#1038)

* fix: styling issues in features section (#1039)

* fix: preview close alert style fixes (#1040)

* fix: stray zero if no programs (#1042)

* fix: pagination fix for partner listing grid (#1041)

* fix: pagination fix for partner listing grid

* fix: removes unit groups second query and from inner filter

* test: fix for tests

* fix: listings e2e tests

Co-authored-by: Sean Albert <smabert@gmail.com>

* fix: update neighborhood list, unit type string

* 1045/allows re-request confirmation on partners (#1047)

* feat: allows re-request confirmation on partners

* fix: linting fixes (#1057)

fix: linting fixes

* fix: fixes pagination issue on detroit user grid (#1063)

* feat(backend): update listing filters (#1050)

* feat(backend): update listing filters

* fix: fix for partner and public builds

* fix(backend): listing bedrooms filter

* fix(backend): num_bedrooms filter fix

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Yazeed Loonat <yazeedloonat@gmail.com>

* feat: Update listing table columns (#1067)

* feat: Update listing table columns

Closes #1008

* feat: Add per page qty select field

Closes #1008

* style: removes console log

Co-authored-by: Sean Albert <smabert@gmail.com>

* feat: filters to show only active listings (#1070)

* feat(backend): add marketingType to Listing entity

* Bump actions/setup-node from 2.5.0 to 3 (#999)

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.5.0 to 3.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2.5.0...v3)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: frontend type fix

* fix: change verified string (#1088)

* fix: select programs working with single jurisdiction (#1100)

* Bump actions/checkout from 2 to 3 (#1010)

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: verify link should work on second application tab (#1068)

* fix: verify link should work on second application tab

* refactor: add new state

* fix: pr feedback

* feat: exposing leasing company website (#1069)

* feat: exposing leasing company website

* fix: no longer href on empty website

* fix: adding url validation

* fix: updates per sean

* feat: adds unit summaries to listings list to backend (#1077)

* feat: adds unit summaries to listings list

* fix: addresses issues noted in PR

* fix: cleans up detroit specific seeds

* fix: fixes issue with public latestListings filter

* fix: backend listing test unit groups

* fix: unit groups on partners types

* 78/favorites refactor test2 (#1089)

* initial setup of backend

initial setup with backend now including array of strings of just the Listing ID.  Verify e2e testing works as well.

* Implemented ListingCard fav

Implemented favorite buttons and features.  Only works after initial refresh.  Failure to get profile.preferences on first call.

* updated to include preference-entity default

* rename useState elements

* console.log cleanup on ListingCard

* Fix code style issues with Prettier

* useState updated and remove console logs

* feat: adding favorite feature

* fix: updates per emily and sean

* feat: moving user-prefence into their own pathway

* test: updates for tests

* test: fix for backend spec tests

* build: updates local db to bloom_detroit

* docs: update backend env template

* fix: updates to favorites

* fix: updates for styling and per sean

* fix: removing duplicate UsePipe

* test: fixes failing tests

* feat: adds UserPreferenceAuthzGuard

* fix: updates per sean

* feat: updates userPreferences to take user id

* fix: styling update per sean

* fix: styling updates per emily

* feat: adding toast for favorite

* test: fixes for tests

* fix: build fix

* fix: un-narrowing favorite toast

* feat: adds aria-live to favorites

* fix: getListings call on index

* fix: adds (un)favorited language

* fix: removes unused AlertBox element

* feat: exposing favorites on dashboard

* Merge remote-tracking branch 'detroit/dev' into 78/favorites_refactor_test2

* fix: merge fix

* feat: updates AG_PER_PAGE_OPTIONS

Co-authored-by: pfeeny5 <82653098+pfeeny5@users.noreply.github.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>

* feat: load overlay to partner listings grid (#1116)

* feat: load overlay to partner listings grid

* feat: agpage hides total items when no items

* feat: disables overdue listings status cron (#1109)

* feat: disables overdue listings status cron

* style: removes commented out code

* feat: Remove signup subscription fields (#1112)

* feat: Add summary tables into the listing (#1118)

* feat(backend): create property.region from property.neighborhood (#1110)

* feat(backend): create property.region from property.neighborhood

* feat(backend): update neighborhood migration script

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* fix: about page content edit and margin top and bottom fix (#1133)

* fix: about page content and margin top and bottom

* fix: add partners list and remove copy from non-english json files

* fix: remove json keys entirely

* feat: updated content & styles on homepage, footer

* fix: move new copy to translations

* feat: update email copy (#1135)

* feat: update email copy

* fix: update email service test

* feat: add comma

* fix: comma unit test fail

* fix: unit test comma

* feat: can add a marketing status to a listing in partners (#1128)

* feat: can add a marketing status to a listing in partners

* fix: mobile fix

* fix: fix migration to check for new object (#1139)

* 2022-04-06 sync upstream (#1132)

* chore: merge upstream/master backend

* chore: merges upstream/master ui-components

* chore: merge upstream/master sites/partners

* feat: flattens translations

* chore: merge upstream/master shared-helpers

* fix: address issues with ui-components merge

* fix: partners merge issues

* chore: merge upstream/master sites/public

* test: updates listing order by tests

* test: updates listing e2e tests

* test: adds script for test to package.json

* fix: uptake listing card

* fix: prop updates for uptaking new listing card (#1136)

* fix: prop updates for uptaking new listing card

* fix: styling updates to the home page listing cards

* fix: tag color

* style: updates horizontal scroll margins

Co-authored-by: Sean Albert <smabert@gmail.com>

* fix: duplicate DetailApplicationAddress import

* fix: add missing translations and style cleanup

Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Emily Jablonski <65367387+emilyjablonski@users.noreply.github.com>

* feat: update summary tables and tags with coming soon (1076) (1098) (1074) (#1131)

* fix: listing list dupes in pagination (#1140)

* fix: listing list dupes in pagination

* test: updates listings e2e tests

* fix: managementwebsite url seeds

* feat: add 100 to ag page options (#1149)

* feat: Add .5 and 1.5 bathroom options to min and max dropdown in Add … (#1113)

* feat: disable mfa for Detroit (#1148)

* fix: adds check for unitSummaries?.unitGroupSummary on listing (#1156)

* 973/favorites on dashboard (#1095)

* initial setup of backend

initial setup with backend now including array of strings of just the Listing ID.  Verify e2e testing works as well.

* Implemented ListingCard fav

Implemented favorite buttons and features.  Only works after initial refresh.  Failure to get profile.preferences on first call.

* updated to include preference-entity default

* rename useState elements

* console.log cleanup on ListingCard

* Fix code style issues with Prettier

* useState updated and remove console logs

* feat: adding favorite feature

* fix: updates per emily and sean

* feat: moving user-prefence into their own pathway

* test: updates for tests

* test: fix for backend spec tests

* build: updates local db to bloom_detroit

* docs: update backend env template

* fix: updates to favorites

* fix: updates for styling and per sean

* fix: removing duplicate UsePipe

* test: fixes failing tests

* feat: adds UserPreferenceAuthzGuard

* fix: updates per sean

* feat: updates userPreferences to take user id

* fix: styling update per sean

* fix: styling updates per emily

* feat: adding toast for favorite

* test: fixes for tests

* fix: build fix

* fix: un-narrowing favorite toast

* feat: adds aria-live to favorites

* fix: getListings call on index

* fix: adds (un)favorited language

* fix: removes unused AlertBox element

* feat: exposing favorites on dashboard

* Merge remote-tracking branch 'detroit/dev' into 78/favorites_refactor_test2

* fix: merge fix

* fix: updates per emily

* fix: updates per emily and jesse

* fix: reduces weird re-renders

* fix: updates per emily

* fix: enforces log in requirements

* style: removes console log

* fix: favorite pagination

* fix: issue with initial favoriting

* feat: adds classNames to LoadingOverlay

Co-authored-by: pfeeny5 <82653098+pfeeny5@users.noreply.github.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>

* fix: homepage layout/copy

* feat: show tags on listing cards for community programs, a11y (#1146)

* feat: show tags on listing cards for community programs, a11y

* fix: build fix

* refactor: pr feedback

* feat: adds sorting to programs in listing tags

Co-authored-by: Sean Albert <smabert@gmail.com>

* fix: improve presentation of the City regions section

* Feature/region enum (#1137)

* feat(backend): add region Enum to listing dtos

* feat: Add region select input

Closes #1097

* feat: Add region into the listing view

Closes #1097

* feat: Update tests

Closes #1097

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* fix: update styling of coming soon tag (#1154)

* fix: update styling of coming soon tag

* refactor: pr review

* fix: refactor

* 1091/listing sort order (#1157)

* feat: updates listing sort order to coming soon

* fix: fixes public listing pagination

* fix: wrap DashBlock anchor tag in Link component to display selected … (#1159)

* fix: wrap DashBlock anchor tag in Link component to display selected language

* fix: swap Link for LinkComponent

* fix: nested anchor tags

* chore: replace hero background image (for now)

* fix: eslint errors in dev (#1163)

* fix: eslint errors in dev

* style: eslint next line

* 1115/min max validation (#1155)

* feat: min max validation errors for Add Unit Group form

* fix: console warnings for faulty validation

* feat: add instant validation for all  min and max fields

* style: remove unnecessary

* change non-dropdown min max fields to onBlur

* move error strings to partners override

* fix: error when passing empty string as phone number to usToIntlPhone… (#1160)

* fix: error when passing empty string as phone number to usToIntlPhone helper

* style: prettier

* feat: update IntlToUsPhone and update both types to include null

* fix: retrigger checks

* style: run prettier

Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>

* feat(backend): update how order by comingSoon works (#1174)

* feat(backend): update how order by comingSoon works

* fix: marketingDate order dir

* fix: forgot password empty warning and two minor style changes (#2680)

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* fix: coming soon tag color on listing detail page (#1170)

* fix: cannot update waitlist status to open (#1171)

* feat: new verified tag icon (#1172)

* feat: add new sign up link to home page (#1173)

* feat: add new sign up link to home page

* fix: open link in a new tab

* style: add void before trigger functions to avoid eslint errors (#1178)

* style: Arabic RTL layout changes (#1166)

* style: remove text-align from page header so rtl can display properly

* feat: savepoint aside no longer absolute positioned, still need more styling edits

* style: responsive element widths

* style: swap empty div tags with <>

* style: cleanup temp classes

* style: cleanup commented

* listing process separated into component (needs to move to ui components)

* feat: ListingProcess component and rtl padding swap

* feat: ListingProcess component

* fix: rtl workaround

* style: change prop types

* refactor: move ListingProcess component back to public

* refactor: git re-add component

* refactor: ListingProcess back to ListingView

* style: remove unnecessary

* feat: tooltip component

* * feat: updates to UI of public listing filters (#1138)

* 1058/updated public listing filters (#1138)

* feat: fixes backend to filter properly

* fix: some touch ups

* fix: updates per emily

* fix: updates per emily

* fix: fixes for tests

* fix: updates per emily

* fix: matching filters to mocks

* fix: remove test class

* fix: updates per emily

* fix: reset fix

* fix: fix for the tests

* fix: modifying the region filter to be an OR

* fix: test updates

Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>

* 1083/header hover issues (#1177)

* fix: improved hover and dropdown menu alignment

* removed unnecessary comments

* fix: update padding issues

* fix: centering dropdown menu

* fix: new approach with visual regressions addressed

* fix: add leasing agent address field back to listing form (#1195)

* 1168/arabic listing section overlap (#1184)

* style: rtl css refactors for listing containers

* style: rtl friendly border

* style: desktop media queries

* Update ui-components/src/global/headers.scss

Co-authored-by: Emily Jablonski <65367387+emilyjablonski@users.noreply.github.com>

Co-authored-by: Emily Jablonski <65367387+emilyjablonski@users.noreply.github.com>

* fix: check for empty translations before sending to google translate service (#1191)

* 1167/page-not-found-ui (#1185)

* style: white text and rm yellow background from button on Page Not Found

* style: remove hover border

* style: conditional rendering of Hero components

* style: remove unnecessary

* style: conditional styling without using new props

* style: titleClassName prop

* feat: default what to expect text and additional what to expect field (#1145)

* fix: authservice.token data null issue (#2703) (#1197)

* fix: show street2 for addresses (#1209)

* fix: show street2 for addresses

* test: fixup tests

* feat: set default what to expect text for coming soon listings (#1210)

* fix: update homepage subtext copy (#1217)

* fix: remove link to eligibility calculator (#1216)

* fix: Fix tooltip visibility (#1212)

* Removes listing queue imports (#1211)

* fix: removes listing queue imports

* feat: removes bull module from listings

* feat: adds new filter, fix region (#1214)

* fix: content update (#1220)

* style: listing page rtl css changes (#1221)

* style: rtl css changes

* style: one more pr > pe since it's here

* style: rtl accessibility button

* fix: fixes bedrooom and accessibility filters

* fix: fixes bedrooom and accessibility filters

* fix: vacant unit/waitlist filter fixes

* style: filtered page cleanup

* fix: test fix

* fix: update for availability filter

* fix: update per emily

Co-authored-by: Sean Albert <smabert@gmail.com>

* 1090/resources page (#1181)

* feat: add a new Resources page

* fix: header spacing and phone links

* chore: use local components for Additional Resources

Co-authored-by: Yazeed Loonat <yazeedloonat@gmail.com>

* chore: refactor Resources to use per-card md files

* chore: remove full resources page

Co-authored-by: Yazeed Loonat <yazeedloonat@gmail.com>

* 2022-05-03 sync main (#1228)

* 2022-03-10 release (#1044)

* 2022-02-10 core (#982)

* fix: retnal assistance eror message

* Preferences cleanup (#1947)

* feat(backend): preferences cleanup

BREAKING CHANGE: Preferences are now M-N relation with a listing and have an intermediate table with ordinal number

* refactor(backend): preferences deduplication

So far each listing referenced it's own unique Preferences. This change introduces Many to Many
relationship between Preference and Listing entity and forces sharing Preferences between listings.

* feat(backend): extend preferences migration with moving existing relations to a new intermediate tab

* feat(backend): add Preference - Jurisdiction ManyToMany relation

* feat: adapt frontend to backend changes

* fix(backend): typeORM preferences select statement

* fix(backend): connect preferences with jurisdictions in seeds, fix pref filter validator

* fix(backend): fix missing import in preferences-filter-params.ts

* refactor: rebase issue

* feat: uptake jurisdictional preferences

* fix: fixup tests

* fix: application preferences ignore page, always separate

* Remove page from src/migration/1633359409242-add-listing-preferences-intermediate-relation.ts

* fix: preference fetching and ordering/pages

* Fix code style issues with Prettier

* fix(backend): query User__leasingAgentInListings__jurisdiction_User__leasingAgentIn specified more

* fix: perferences cypress tests

Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Sean Albert <smabert@gmail.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.13
 - @bloom-housing/partners@2.0.0-pre-tailwind.23
 - @bloom-housing/public@2.0.0-pre-tailwind.23
 - @bloom-housing/ui-components@2.0.0-alpha.23

* fix: updates household member count (#2112)

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.14
 - @bloom-housing/partners@2.0.0-pre-tailwind.24
 - @bloom-housing/public@2.0.0-pre-tailwind.24
 - @bloom-housing/ui-components@2.0.0-alpha.24

* fix: updates household member count

picked 3dee0f7d676ff42d546ecf83a17659cd69d7e1bc

* fix: reverts preferences to re-add as breaking/major bump

* fix: reverts preferences to re-add as breaking/major bump

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.15
 - @bloom-housing/partners@2.0.0-pre-tailwind.25
 - @bloom-housing/public@2.0.0-pre-tailwind.25
 - @bloom-housing/ui-components@2.0.0-alpha.25

* refactor: listing preferences and adds jurisdictional filtering

BREAKING CHANGE: updates preference relationship with listings

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.16
 - @bloom-housing/partners@2.0.0-pre-tailwind.26
 - @bloom-housing/public@2.0.0-pre-tailwind.26
 - @bloom-housing/ui-components@2.0.0-alpha.26

* chore(release): version

 - @bloom-housing/backend-core@2.0.0
 - @bloom-housing/shared-helpers@2.0.0
 - @bloom-housing/partners@2.0.0
 - @bloom-housing/public@2.0.0
 - @bloom-housing/ui-components@2.0.0

* fix: Updates lastName on application save

* docs: Update changelog

* Fix code style issues with Prettier

* chore(release): version

 - @bloom-housing/partners@2.0.1-alpha.0

* fix: a11y color contrast issues with tint on ImageCard component (#2074)

* chore(release): version

 - @bloom-housing/partners@2.0.1-alpha.1
 - @bloom-housing/public@2.0.1-alpha.0
 - @bloom-housing/ui-components@2.0.1-alpha.0

* feat: two new common app questions - Household Changes and Household Student (#2070)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.0
 - @bloom-housing/partners@2.0.1-alpha.2
 - @bloom-housing/public@2.0.1-alpha.1
 - @bloom-housing/ui-components@2.0.1-alpha.1

* fix: household member cypress test (#2113)

* chore(release): version

 - @bloom-housing/public@2.0.1-alpha.2

* fix: SiteHeader visual issues with long menu bars (#2068)

* feat: jurisdictional email signatures (#2111)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.1
 - @bloom-housing/partners@2.0.1-alpha.3
 - @bloom-housing/public@2.0.1-alpha.3
 - @bloom-housing/ui-components@2.0.1-alpha.2

* fix: don't send email confirmation on paper app submission (#2110)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.2
 - @bloom-housing/partners@2.0.1-alpha.4
 - @bloom-housing/public@2.0.1-alpha.4
 - @bloom-housing/ui-components@2.0.1-alpha.3

* 1838/ami chart jurisdictionalized (#2102)

* fix: jurisdictionalizes ami charts on partners

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.3
 - @bloom-housing/partners@2.0.1-alpha.5
 - @bloom-housing/public@2.0.1-alpha.5
 - @bloom-housing/ui-components@2.0.1-alpha.4

* feat: Updates application confirmation numbers (#2072)

* feat: Updates application confirmation numbers

* docs: Update changelog

* feat: adds confirmation number to csv export

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.4
 - @bloom-housing/partners@2.0.1-alpha.6
 - @bloom-housing/public@2.0.1-alpha.6
 - @bloom-housing/ui-components@2.0.1-alpha.5

* fix: updates lastName on application save

picked from aff87ec99ad2fbd4a1f9a6853157ea7770f85a56

* fix(backend): make it possible to filter portal users in /users endpoint (#2078)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.5
 - @bloom-housing/partners@2.0.1-alpha.7
 - @bloom-housing/public@2.0.1-alpha.7
 - @bloom-housing/ui-components@2.0.1-alpha.6

* Revert "refactor: listing preferences and adds jurisdictional filtering"

This reverts commit 9f661b43921ec939bd1bf5709c934ad6f56dd859.

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.6
 - @bloom-housing/partners@2.0.1-alpha.8
 - @bloom-housing/public@2.0.1-alpha.8
 - @bloom-housing/ui-components@2.0.1-alpha.7

* hotfix: ensure Triton seed doesn't error out

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.7
 - @bloom-housing/partners@2.0.1-alpha.9
 - @bloom-housing/public@2.0.1-alpha.9
 - @bloom-housing/ui-components@2.0.1-alpha.8

* chore(release): version

 - @bloom-housing/backend-core@3.0.0
 - @bloom-housing/shared-helpers@3.0.0
 - @bloom-housing/partners@3.0.0
 - @bloom-housing/public@3.0.0
 - @bloom-housing/ui-components@3.0.0

* 1837/preferences cleanup 3 (#2144)

* feat(backend): preferences cleanup

BREAKING CHANGE: Preferences are now M-N relation with a listing and have an intermediate table with ordinal number

* refactor(backend): preferences deduplication

So far each listing referenced it's own unique Preferences. This change introduces Many to Many
relationship between Preference and Listing entity and forces sharing Preferences between listings.

* feat(backend): extend preferences migration with moving existing relations to a new intermediate tab

* feat(backend): add Preference - Jurisdiction ManyToMany relation

* feat: adapt frontend to backend changes

* fix(backend): typeORM preferences select statement

* fix(backend): connect preferences with jurisdictions in seeds, fix pref filter validator

* fix(backend): fix missing import in preferences-filter-params.ts

* refactor: rebase issue

* feat: uptake jurisdictional preferences

* fix: fixup tests

* fix: application preferences ignore page, always separate

* Remove page from src/migration/1633359409242-add-listing-preferences-intermediate-relation.ts

* fix: preference fetching and ordering/pages

* Fix code style issues with Prettier

* fix(backend): query User__leasingAgentInListings__jurisdiction_User__leasingAgentIn specified more

* fix: perferences cypress tests

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.0
 - @bloom-housing/partners@3.0.1-alpha.0
 - @bloom-housing/public@3.0.1-alpha.0
 - @bloom-housing/ui-components@3.0.1-alpha.0

* feat(backend): extend UserUpdateDto to support email change with confirmation (#2120)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.1
 - @bloom-housing/partners@3.0.1-alpha.1
 - @bloom-housing/public@3.0.1-alpha.1
 - @bloom-housing/ui-components@3.0.1-alpha.1

* 2056/user account edit fix (#2073)

* fix: Replaces service to use newly created

* fix: Fix DOB initial values

* feat(backend): extend UserUpdateDto to support email change with confirmation

* fix: Update email form to use a new service

* fix: updates email change language

* Fix code style issues with Prettier

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.2
 - @bloom-housing/partners@3.0.1-alpha.2
 - @bloom-housing/public@3.0.1-alpha.2
 - @bloom-housing/ui-components@3.0.1-alpha.2

* feat: add Programs section to listings management (#2093)

* feat: add Programs section to listings management

* fix: sorting on detail page

* fix: merge issues

* feat: make program fetching jurisdictional

* fix: replace preference with program

* fix: program delete removes jurisdiction

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.3
 - @bloom-housing/partners@3.0.1-alpha.3
 - @bloom-housing/public@3.0.1-alpha.3
 - @bloom-housing/ui-components@3.0.1-alpha.3

* 2085/adds top level catchAll exception filter (#2132)

* fix: adds top level catchAll error filter

* fix: removing now unused exception filter

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.4
 - @bloom-housing/partners@3.0.1-alpha.4
 - @bloom-housing/public@3.0.1-alpha.4
 - @bloom-housing/ui-components@3.0.1-alpha.4

* feat: Change unit number field type to text (#2136)

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.5

* chore(deps): bump electron from 13.1.7 to 13.3.0 (#2137)

Bumps [electron](https://github.com/electron/electron) from 13.1.7 to 13.3.0.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](https://github.com/electron/electron/compare/v13.1.7...v13.3.0)

---
updated-dependencies:
- dependency-name: electron
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump axios from 0.21.1 to 0.21.2 (#2138)

Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.2.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.21.1...v0.21.2)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat(backend): improve application flagged set saving efficiency (#2147)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.5
 - @bloom-housing/partners@3.0.1-alpha.6
 - @bloom-housing/public@3.0.1-alpha.5
 - @bloom-housing/ui-components@3.0.1-alpha.5

* 1655/invite user edit (#1982)

* feat: Update title to be also a react node

* feat: Update translations

* feat: Create reusable form to add and edit users

* feat: Add delete function

* feat(backend): Add ON UPDATE SET NULL to application-user relation

* fix: Fix type

* Fix code style issues with Prettier

* fix(jurisdictionResolverService): updates to return undefined if no jurisdictionName

* feat: Update drawer state name

* feat: Add missing translations

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.6
 - @bloom-housing/partners@3.0.1-alpha.7
 - @bloom-housing/public@3.0.1-alpha.6
 - @bloom-housing/ui-components@3.0.1-alpha.6

* Add a phone number column to the user_accounts table (#2134)

* Merge pull request #710 from CityOfDetroit/feature/add-phonenumber-to-user-entity

Add phone number to user accounts.

* Merge pull request #728 from CityOfDetroit/fix/modify-phone-number-test

Fix user E2E tests.

* Merge pull request #728 from CityOfDetroit/fix/modify-phone-number-test

Fix user E2E tests.

* fix: add validation groups to phoneNumber

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.7
 - @bloom-housing/partners@3.0.1-alpha.8
 - @bloom-housing/public@3.0.1-alpha.7
 - @bloom-housing/ui-components@3.0.1-alpha.7

* refactor: make backend a peer dependency in ui-components (#2146)

* refactor: make backend a peer dependency in ui-components

* fix: fix flaky test

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.0
 - @bloom-housing/partners@3.0.1-alpha.9
 - @bloom-housing/public@3.0.1-alpha.8
 - @bloom-housing/ui-components@3.0.1-alpha.8

* fix: updates address order (#2151)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.8
 - @bloom-housing/shared-helpers@3.0.1-alpha.1
 - @bloom-housing/partners@3.0.1-alpha.10
 - @bloom-housing/public@3.0.1-alpha.9

* feat(backend): add nginx proxy-cache configuration (#2119)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.9
 - @bloom-housing/shared-helpers@3.0.1-alpha.2
 - @bloom-housing/partners@3.0.1-alpha.11
 - @bloom-housing/public@3.0.1-alpha.10

* Release 11 11 21 (#2162)

* fix: fix: adding unit tests to the unit type

picked from dev 1f8d7094e508337131d3033476cd70c2befaecd0

* fix: fix: a11y color contrast issues with tint on ImageCard component

picked from dev 505929149ee1485b9fc59402a9e14ead6de5dfc4

* feat: feat: two new common app questions - Household Changes and Household Student

picked from dev 42a752ec073c0f5b65374c7a68da1e34b0b1c949

* fix: fix: SiteHeader visual issues with long menu bars

picked from dev fd6686e206b4e53ae8b6ab757ad0506eaead0d01

* feat: feat: jurisdictional email signatures

picked from dev 7a146ffb5de88cfa2950e2a469a99e38d71b33c8

* fix: fix: don't send email confirmation on paper app submission

picked from dev 7f83b70327049245ecfba04ae3aea4e967929b2a

* feat: feat: Updates application confirmation numbers

picked from dev 75cd67bcb62280936bdeeaee8c9b7b2583a1339d

* fix: fix(backend): make it possible to filter portal users in /users endpoint

picked from dev 29bf714d28755916ec8ec896366c8c32c3a227c4

* feat: feat(backend): add languages (Language[]) to Jurisdiction entity

picked from dev 9ceed24d48b14888e6ea59b421b409f875d12b01

* fix: feat(backend): try fixing SETEX redis e2e tests flakiness

picked from dev 4087c532ddba672a415a048f4362e509aba7fd7f

* feat: feat(backend): Add user delete endpoint

picked from dev a13f73574b470beff2f8948abb226a6786856480

* fix: fix: improved UX for the Building Selection Criteria drawer

picked from dev 4bd8b09456b54584c3731bcca64019dc231d0c55

* feat: feat(backend): add Program entity

picked from dev 492ec4d333cf9b73af772a1aceed29813f405ba0

* refactor: breaking: 1837/preferences cleanup

picked from dev 3ce6d5eb5aac49431ec5bf4912dbfcbe9077d84e

BREAKING CHANGE: preferences model and relationships changed

* feat: feat(backend): extend UserUpdateDto to support email change

picked from dev 3e1fdbd0ea91d4773973d5c485a5ba61303db90a

* fix: 2056/user account edit fix

picked from dev a15618c0cb548ff5b2ae913b802c9e08bb673f30

* refactor: 2085/adds top level catchAll exception filter

picked from dev aeaa63d1af1fa3d11671e169cb3bd23d356fface

* feat: feat: Change unit number field type to text

picked from dev f54be7c7ba6aac8e00fee610dc86584b60cc212d

* feat(backend): improve application flagged set saving efficiency

* fix: fix: updates address order

picked from dev 252e014dcbd2e4c305384ed552135f5a8e4e4767

* fix: sets programs to optoinal and updates versions

* chore: chore(deps): bump electron from 13.1.7 to 13.3.0

* chore: chore(deps): bump axios from 0.21.1 to 0.21.2

* fix: adds programs service

* fix: fix lisitng e2e tests

* fix: fix member tests

* fix: fixes program, preference, ami-chart de-dupe (#2169)

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.12

* fix: adds jurisdictionId to useSWR path

* fix: recalculate units available on listing update (#2150)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.10
 - @bloom-housing/shared-helpers@3.0.1-alpha.3
 - @bloom-housing/partners@3.0.1-alpha.13
 - @bloom-housing/public@3.0.1-alpha.11

* fix: recalculate units available on listing update

picked form dev f1a3dbce6478b16542ed61ab20de5dfb9b797262

* feat: feat(backend): make use of new application confirmation codes

picked from dev 3c45c2904818200eed4568931d4cc352fd2f449e

* Revert "chore(deps): bump axios from 0.21.1 to 0.21.2 (#2138)"

This reverts commit 7711604323ae2f6a1782a35f7a26176f215f6c00.

* revert: revert "chore(deps): bump axios from 0.21.1 to 0.21.2

picked from dev 2b83bc0393afc42eed542e326d5ef75502ce119c

* refactor: remove applicationAddress (#2009)

* refactor: remove applicationAddress

* docs: readme update

* test: fix backend test

* fix: db migration

* Fix code style issues with Prettier

* test(backend): fix SETEX impossible to process

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.11
 - @bloom-housing/shared-helpers@3.0.1-alpha.4
 - @bloom-housing/partners@3.0.1-alpha.14
 - @bloom-housing/public@3.0.1-alpha.12
 - @bloom-housing/ui-components@3.0.1-alpha.9

* feat: refactor and add public site application flow cypress tests (#2118)

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.15
 - @bloom-housing/public@3.0.1-alpha.13
 - @bloom-housing/ui-components@3.0.1-alpha.10

* fix: sapp submission w/ no due date

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.12
 - @bloom-housing/shared-helpers@3.0.1-alpha.5
 - @bloom-housing/partners@3.0.1-alpha.16
 - @bloom-housing/public@3.0.1-alpha.14

* Revert "feat(backend): add nginx proxy-cache configuration (#2119)"

This reverts commit 34d32e75ceae378a26c57f4c9b7feec8c88339e0.

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.13
 - @bloom-housing/shared-helpers@3.0.1-alpha.6
 - @bloom-housing/partners@3.0.1-alpha.17
 - @bloom-housing/public@3.0.1-alpha.15

* fix: app submission w/ no due date

picked from dev 4af1f5a8448f16d347b4a65ecb85fda4d6ed71fc

* 1975/better seed data for ami-charts (#2156)

* fix: better seed data for ami-charts

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.14
 - @bloom-housing/shared-helpers@3.0.1-alpha.7
 - @bloom-housing/partners@3.0.1-alpha.18
 - @bloom-housing/public@3.0.1-alpha.16

* 2154/avance prefs (#2177)

* feat: new preferences

* feat: preference updates

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.15
 - @bloom-housing/shared-helpers@3.0.1-alpha.8
 - @bloom-housing/partners@3.0.1-alpha.19
 - @bloom-housing/public@3.0.1-alpha.17
 - @bloom-housing/ui-components@3.0.1-alpha.11

* 2154/avance prefs (#2178)

* feat: new preferences

* feat: preference updates

* Fix code style issues with Prettier

* feat: preference options bottom border

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.18

* 2154/avance prefs III (#2179)

* feat: new preferences

* feat: preference updates

* Fix code style issues with Prettier

* feat: preference options bottom border

* feat: liveWorkLivermore preference

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.20
 - @bloom-housing/public@3.0.1-alpha.19
 - @bloom-housing/ui-components@3.0.1-alpha.12

* 1988/adds listing management cypress tests to partner portal (#2103)

* test: adds listing management tests

* test: minor tweaks

* test: big updates for LM cypress tests

* test: fixes selectors

* feat: adding partner cypress tests to pr workflow

* fix: undoing

* chore: adds latest bloom-housing packages to partners

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.21
 - @bloom-housing/public@3.0.1-alpha.20
 - @bloom-housing/ui-components@3.0.1-alpha.13

* feat: adds new preferences, reserved community type

* feat: adds bottom border to preferences

* feat: updates preference string

* fix: preference cleanup for avance

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.22
 - @bloom-housing/public@3.0.1-alpha.21
 - @bloom-housing/ui-components@3.0.1-alpha.14

* fix: preference cleanup for avance

* 1975/one month rent (#2158)

* feat: add depoist helper text

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.16
 - @bloom-housing/shared-helpers@3.0.1-alpha.9
 - @bloom-housing/partners@3.0.1-alpha.23
 - @bloom-housing/public@3.0.1-alpha.22
 - @bloom-housing/ui-components@3.0.1-alpha.15

* fix(backend): fix view.spec.ts test (#2175)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.17
 - @bloom-housing/shared-helpers@3.0.1-alpha.10
 - @bloom-housing/partners@3.0.1-alpha.24
 - @bloom-housing/public@3.0.1-alpha.23

* refactor: removes jsonpath (#2206)

* refactor: removes jsonpath

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.18
 - @bloom-housing/shared-helpers@3.0.1-alpha.11
 - @bloom-housing/partners@3.0.1-alpha.25
 - @bloom-housing/public@3.0.1-alpha.24

* 1869/application program display (#2114)

* feat: add programs step to application forms

* test: add Cypress tests for the programs step

* feat: rework the Programs page and enhance seeds

* chore: fix programs Cypress test

* fix: fixup cypress tests

* fix: update mock data

* fix: fixup mock data pt 2

* fix: type issues

* fix: bugs and simplify program data processing

Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.19
 - @bloom-housing/shared-helpers@3.0.1-alpha.12
 - @bloom-housing/partners@3.0.1-alpha.26
 - @bloom-housing/public@3.0.1-alpha.25
 - @bloom-housing/ui-components@3.0.1-alpha.16

* feat: adds jurisdictions to pref seeds (#2199)

* feat: adds jurisdictions to pref seeds

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.20
 - @bloom-housing/shared-helpers@3.0.1-alpha.13
 - @bloom-housing/partners@3.0.1-alpha.27
 - @bloom-housing/public@3.0.1-alpha.26

* 1901/application program partners (#2182)

* feat: add programs step to application forms

* test: add Cypress tests for the programs step

* feat: rework the Programs page and enhance seeds

* chore: fix programs Cypress test

* feat: add programs step to application forms

* test: add Cypress tests for the programs step

* feat: rework the Programs page and enhance seeds

* chore: fix programs Cypress test

* fix: fixup cypress tests

* fix: update mock data

* fix: fixup mock data pt 2

* fix: type issues

* feat: Create programs mapper

Closes #1901

* feat: Add programs section

Closes #1901

* feat: Create details section for programs

Closes #1901

* feat: Update translations

Closes #1901

* refactor: Remove console log

Closes #1901

* refactor: Simpify code

Closes #1901

* chore: remove console log

* fix: mapProgramToApi return

Co-authored-by: Jared White <jared@jaredwhite.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.21
 - @bloom-housing/shared-helpers@3.0.1-alpha.14
 - @bloom-housing/partners@3.0.1-alpha.28
 - @bloom-housing/public@3.0.1-alpha.27
 - @bloom-housing/ui-components@3.0.1-alpha.17

* test: update program test

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.28

* feat: new demographics sub-race questions (#2109)

* feat: new demographics sub-race questions

* fix: update migration to keep data

* feat: other text boxes

* feat: wip other labels

* feat: can edit demo in partners

* fix: cleanup

* feat: csv formatting

* fix: type issue

* feat: remove gender and sexual orientation

* fix: add test id

* fix: more test ids

* fix: select by checkboxes

* fix: dont use select

* fix: data

* fix: add tests, fixup other option

* Fix code style issues with Prettier

* fix: remove unneeded dependencies

* test: add additional test

* Fix code style issues with Prettier

* test: change test id attribute

* chore: cleanup formatApplicationData imports

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.22
 - @bloom-housing/shared-helpers@3.0.1-alpha.15
 - @bloom-housing/partners@3.0.1-alpha.29
 - @bloom-housing/public@3.0.1-alpha.29
 - @bloom-housing/ui-components@3.0.1-alpha.18

* feat: updates email confirmation for lottery (#2200)

* feat: updates email confirmation for lottery

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.23
 - @bloom-housing/shared-helpers@3.0.1-alpha.16
 - @bloom-housing/partners@3.0.1-alpha.30
 - @bloom-housing/public@3.0.1-alpha.30

* fix: add ariaHidden to Icon component

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.17
 - @bloom-housing/partners@3.0.1-alpha.31
 - @bloom-housing/public@3.0.1-alpha.31
 - @bloom-housing/ui-components@3.0.1-alpha.19

* fix: add ariaLabel prop to Button component

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.18
 - @bloom-housing/partners@3.0.1-alpha.32
 - @bloom-housing/public@3.0.1-alpha.32
 - @bloom-housing/ui-components@3.0.1-alpha.20

* fix: change the yes/no radio text to be more descriptive (#2208)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.19
 - @bloom-housing/partners@3.0.1-alpha.33
 - @bloom-housing/public@3.0.1-alpha.33
 - @bloom-housing/ui-components@3.0.1-alpha.21

* fix: remove alameda reference in demographics (#2209)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.20
 - @bloom-housing/partners@3.0.1-alpha.34
 - @bloom-housing/public@3.0.1-alpha.34
 - @bloom-housing/ui-components@3.0.1-alpha.22

* refactor: remove applicationAddress

picked from dev bf10632a62bf2f14922948c046ea3352ed010f4f

* feat: refactor and add public site application flow cypress tests

picked from dev 9ec0e8d05f9570773110754e7fdaf49254d1eab8

* feat: better seed data for ami-charts

picked from dev d8b1d4d185731a589c563a32bd592d01537785f3

* feat: adds listing management cypress tests to partner portal

* fix: listings management keep empty strings, remove empty objects

picked from dev c4b1e833ec128f457015ac7ffa421ee6047083d9

* feat: one month rent

picked from dev 883b0d53030e1c4d54f2f75bd5e188bb1d255f64

* test: view.spec.ts test

picked from dev 324446c90138d8fac50aba445f515009b5a58bfb

* refactor: removes jsonpath

picked from dev deb39acc005607ce3076942b1f49590d08afc10c

* feat: adds jurisdictions to pref seeds

picked from dev 9e47cec3b1acfe769207ccbb33c07019cd742e33

* feat: new demographics sub-race questions

picked from dev 9ab892694c1ad2fa8890b411b3b32af68ade1fc3

* feat: updates email confirmation for lottery

picked from dev 1a5e824c96d8e23674c32ea92688b9f7255528d3

* fix: add ariaHidden to Icon component

picked from dev c7bb86aec6fd5ad386c7ca50087d0113b14503be

* fix: add ariaLabel prop to Button component

picked from dev 509ddc898ba44c05e26f8ed8c777f1ba456eeee5

* fix: change the yes/no radio text to be more descriptive

picked from dev 0c46054574535523d6f217bb0677bbe732b8945f

* fix: remove alameda reference in demographics

picked from dev 7d5991cbf6dbe0b61f2b14d265e87ce3687f743d

* chore: release version

picked from dev fe82f25dc349877d974ae62d228fea0354978fb7

* feat: ami chart jurisdictionalized

picked from dev 0a5cbc88a9d9e3c2ff716fe0f44ca6c48f5dcc50

* refactor: make backend a peer dependency in ui-components

picked from dev 952aaa14a77e0960312ff0eeee51399d1d6af9f3

* feat: add a phone number column to the user_accounts table

picked from dev 2647df9ab9888a525cc8a164d091dda6482c502a

* chore: removes application program partners

* chore: removes application program display

* Revert "chore: removes application program display"

This reverts commit 14825b4a6c9cd1a7235e32074e32af18a71b5c26.

* Revert "chore: removes application program partners"

This reverts commit d7aa38c777972a2e21d9f816441caa27f98d3f86.

* chore: yarn.lock and backend-swagger

* fix: removes Duplicate identifier fieldGroupObjectToArray

* feat: skip preferences if not on listing

* chore(release): version

* fix: cannot save custom mailing, dropoff, or pickup address

* chore(release): version

* chore: converge on one axios version, remove peer dependency

* chore(release): version

* feat: simplify Waitlist component and use more flexible schema

* chore(release): version

* fix: lottery results uploads now save

* chore(release): version

* feat: add SRO unit type

* chore(release): version

* fix: paper application submission

* chore(release): version

* fix: choose-language context

* chore(release): version

* fix: applications/view hide prefs

* chore(release): version

* feat: overrides fallback to english, tagalog support

* chore(release): version

* fix: account translations

* chore(release): version

* fix: units with invalid ami chart

* chore(release): version

* fix: remove description for the partners programs

* fix: fix modal styles on mobile

* fix: visual improvement to programs form display

* fix: submission tests not running

* chore: translations (#2293)

* chore: translations (#2295)

* chore: missing translations (#2296)

* fix: prefUnits on autofill summary (#2294)

* chore: move Programs step to come after Students (#2277)

* feat: adds whatToExpect to GTrans

* chore: missing translations (#2299)

* fix: 2259/fixes idle timeout not resetting properly (#2292)

* chore(release): version

* fix: demographics howDidYouHear options (2305)

* chore(release): version

* fix: mobile notice text wrap issue (#2308)

* feat: postmark date time fields partners (#2239)

* fix: versioning issues (#2311)

* chore(release): version

* chore(backend): move libs/ to shared/utils, clean up modules (#2230)

* feat(backend): all programs to csv export (#2302)

* chore(release): version

* feat: filter partner users

* chore(release): version

* feat: adds updating open listing modal (#2288)

* fix: closed listings allowed apps (#2317)

* feat: 2165/rosefield preference updates (#2386)

* chore(release): version

* Revert "chore(release): version"

This reverts commit 7c414ca7f8c5709e4ff19b94e3fb1089bdc45e97.

* chore(release): version

 - @bloom-housing/backend-core@3.0.1
 - @bloom-housing/shared-helpers@3.0.1
 - @bloom-housing/partners@3.0.1
 - @bloom-housing/public@3.0.1
 - @bloom-housing/ui-components@3.0.1

* feat(backend): add storing listing translations (#2215)

* feat: adds whatToExpect to GTrans (#2303)

* fix: patch issue with submit application section

* fix: patches translations for preferences (#2410)

* fix: issues with public app and readds auto save (2428)

* fix: ami charts without all households (#2430)

* fix: load blank application

* 2022-01-27 release (#2439)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.23
 - @bloom-housing/partners@3.0.1-alpha.37
 - @bloom-housing/public@3.0.1-alpha.38
 - @bloom-housing/ui-components@3.0.1-alpha.24

* fix(backend): nginx with heroku configuration (#2196)

* fix(backend): nginx with heroku configuration

* feat(backend): nginx make hostname and port variable

* feat: nginx proxy updates

* feat(backend): modify proxy_pass and Host header settings

Co-authored-by: seanmalbert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.26
 - @bloom-housing/shared-helpers@3.0.1-alpha.24
 - @bloom-housing/partners@3.0.1-alpha.38
 - @bloom-housing/public@3.0.1-alpha.39
 - @bloom-housing/ui-components@3.0.1-alpha.25

* fix: fetchBaseListingData (#2238)

* fix: fetchBaseListingData

* fix: fetchBaseListingData

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.40

* fix: lottery results uploads now save (#2226)

* fix: lottery results uploads now save

* fix: switch to partial typing

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.39

* feat: getStaticPaths fallback blocking test

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.41

* chore: add temp logs for testing id/slug

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.42

* chore(backend): move libs/ to shared/utils, clean up modules (#2230)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.27
 - @bloom-housing/shared-helpers@3.0.1-alpha.25
 - @bloom-housing/partners@3.0.1-alpha.40
 - @bloom-housing/public@3.0.1-alpha.43
 - @bloom-housing/ui-components@3.0.1-alpha.26

* chore: add SRO unit type (#2243)

* chore: add SRO unit type to DB / translations

* chore: additional string changes to SRO

* test(backend): add SRO to unit types test

* feat: SRO unit type additions

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.28
 - @bloom-housing/shared-helpers@3.0.1-alpha.26
 - @bloom-housing/partners@3.0.1-alpha.41
 - @bloom-housing/public@3.0.1-alpha.44
 - @bloom-housing/ui-components@3.0.1-alpha.27

* 2140/fix paper application submission (#2195)

* fix: fix paper application submission

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.42

* Fix code style issues with Prettier

* test: adds cypress test coverage

* fix: updates per sean

* fix: one more update

* test: fix partners unit tests

* fix: choose-language context

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.45

* fix: applications drop off address

* fix: applications/view hide prefs

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.46

* feat(backend): add storing listing translations (#2215)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.29
 - @bloom-housing/shared-helpers@3.0.1-alpha.27
 - @bloom-housing/partners@3.0.1-alpha.43
 - @bloom-housing/public@3.0.1-alpha.47
 - @bloom-housing/ui-components@3.0.1-alpha.28

* fix(backend): make nginx proxy use Language HTTP header in cache key (#2266)

* 2098/fix partner applications grid display (#2188)

* fix: partner applications grid display

* Fix code style issues with Prettier

* test: fix tests

* Fix code style issues with Prettier

* fix: updates to using views

* tests: add application grid test

* fix: updates per sean

* fix: one more update

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.30
 - @bloom-housing/shared-helpers@3.0.1-alpha.28
 - @bloom-housing/partners@3.0.1-alpha.44
 - @bloom-housing/public@3.0.1-alpha.48
 - @bloom-housing/ui-components@3.0.1-alpha.29

* fix: fixes some issues with the deployment

* Revert/2188 (#2270)

* fix: fixes some issues with the deployment

* revert: partner applications grid display

* fix: view.spec

Co-authored-by: Yazeed Loonat <yazeedloonat@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.31
 - @bloom-housing/shared-helpers@3.0.1-alpha.29
 - @bloom-housing/partners@3.0.1-alpha.45
 - @bloom-housing/public@3.0.1-alpha.49
 - @bloom-housing/ui-components@3.0.1-alpha.30

* 2098/fix partner applications grid display (#2188)

* fix: partner applications grid display

* Fix code style issues with Prettier

* test: fix tests

* Fix code style issues with Prettier

* fix: updates to using views

* tests: add application grid test

* fix: updates per sean

* fix: one more update

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* feat(backend): add listings closing routine (#2213)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.32
 - @bloom-housing/shared-helpers@3.0.1-alpha.30
 - @bloom-housing/partners@3.0.1-alpha.46
 - @bloom-housing/public@3.0.1-alpha.50
 - @bloom-housing/ui-components@3.0.1-alpha.31

* feat(backend): add user password expiration

* fix: Remove description for the partners programs (#2234)

Closes #1901

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.47

* 2227/lock login attempts frontend (#2260)

* feat: Add new translations

Closes #1927

* refactor: Make title as optional

Closes #1927

* feat: Update login alert text

Closes #1927

* fix: Use translation, instead of hardcoded text

Closes #1927

* feat: Add translation

Closes #1927

* feat: Update type name

Closes #1927

* feat: Add new alerts

Closes #1927

* fix: Fix translation

Closes #1927

* fix(AlertBox.tsx): Fix close icon placement

Closes #1927

* feat: Create helper to catch network errors

Closes #1927

* feat: Add translations

Closes #1927

* feat: Create reusable sign-in form

Closes #1927

* refactor(sign-in page, public and partners): Update sign-in pages to use reusable form

BREAKING CHANGE: sign-in pages have been updated

Closes #1927

* Fix code style issues with Prettier

* fix: fixes tests and also issue with user grid

* fix: fixes linting error

* feat(backend): add appropriate http exception for password outdated login failure

* fix: Fix modal styles on mobile (#2280)

Closes #2253

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.31
 - @bloom-housing/partners@3.0.1-alpha.48
 - @bloom-housing/public@3.0.1-alpha.51
 - @bloom-housing/ui-components@3.0.1-alpha.32

* fix: visual improvement to programs form display (#2276)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.52

* fix: submission tests not running (#2282)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.53

* feat: overrides fallback to english, tagalog support (#2262)

* chore: allow work-in strings to take jurisdiction name

* feat: add support for tagalog

* Fix code style issues with Prettier

* feat: tagalog language

* feat: translations precedence includes en overrides

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.33
 - @bloom-housing/shared-helpers@3.0.1-alpha.32
 - @bloom-housing/partners@3.0.1-alpha.49
 - @bloom-housing/public@3.0.1-alpha.54
 - @bloom-housing/ui-components@3.0.1-alpha.33

* fix: account translations (#2278)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.33
 - @bloom-housing/partners@3.0.1-alpha.50
 - @bloom-housing/public@3.0.1-alpha.55
 - @bloom-housing/ui-components@3.0.1-alpha.34

* test: fixes test issues

* fix: fix sortig on applications partner grid

* chore: translations (#2293)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.34
 - @bloom-housing/partn…
@emilyjablonski emilyjablonski deleted the 2008/remove-application-address branch July 20, 2022 22:59
seanmalbert added a commit to CityOfDetroit/bloom that referenced this pull request Jul 27, 2022
* fix: ami chart now saves correctly

* feat(backend): update units summary model (#997)

* feat(backend): update units summary model

* style: formatting

* feat: backend-swagger with unit summary updates

* refactor: comment out mistyped scripts

* fix: fixup base view

* feat(backend): fix unit group model update tests

* feat: occupancy tables wip

* fix: add summary in seed

* refactor: rename unitssummary, add needed fields

* fix: rebase issues

* fix: fixes file name to include dto

* feat: occupancy table based on unit groups (#1023)

* feat: occupancy table based on unit groups

* test: add tests

* test: update strings

* refactor: remove SRO strings

* test: more test coverage

* fix: make range translated

* fix: pre-existing ListingView template issues

* fix: patch old unit summary table pieces

Co-authored-by: Sean Albert <smabert@gmail.com>

* 987/import listings basic (#1019)

* feat(backend): add import listing basic

* chore: remove todo notes from scripts

* feat: adds programs to Detroit (#1022)

* feat: adds programs to Detroit

* feat: adds programs to public site

* style: removes comment

* feat: remove Community Type section from form and detail

* refactor: updates program titles

* feat: updates for program descriptions per Safiya

* test: fix backend unit tests

* test: fix backend tests

Co-authored-by: Sean Albert <smabert@gmail.com>

* 992/public primary unit group (#1024)

* feat: adds unit group summary to listing detail

* feat: adds household max income summary to public

* test: adds placheholders for getUnitGroupSummary and getHouseholdMaxIncomeSummary

* refactor: ListingView unit summaries to helpers

* fix: hide sections if no data on ListingView

* test: public build, ui-component tests, backend tests

* feat(backend): add import unit groups script (#1018)

* feat(backend): add import unit groups script

* feat(backend): Add unit groups import script

* style: import-unit-groups cleanup

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Emily Jablonski <65367387+emilyjablonski@users.noreply.github.com>
Co-authored-by: Yazeed Loonat <yazeedloonat@gmail.com>

* fix: updates per emily

* fix: updates per emily pt 2

* fix: fixes to the merge

* Listing verification (#1029)

* feat: starting verified piece

* feat: verify alert and scrollTo

* feat: adds listing verificatoin to frontend

Co-authored-by: Yazeed Loonat <yazeedloonat@gmail.com>

* fix: updates for sean and emily

* fix: new listing should open now

* fix: table issues

* fix: hmi column sort, hmi link

* fix(backend): import scripts (#1031)

* fix(backend): import scripts

* style: linter

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* fix: updates for 2 and 3

* test: updates to test for data-test-id

* fix: unit group reload when refocus

* fix: readds useEffect dependency checks

* fix: can delete last group

* fix: now can save without ami info

* fix: for when rent value is missing

* fix: occupancy max 8, selects can be deselected

* fix: add hearing mobility visual to a11y features (#1032)

* fix: removing placeholder

* fix: readding label, removing placeholder

* fix: was too specific

* fix(backend): import script percentageOfIncomeValue retrieval logic (#1034)

Co-authored-by: Michal Plebanski <michalp@airnauts.com>

* fix: ami percentage

* fix: listing view detail list order

* fix: partner listing grid address column

* fix: properly set monthlyRentDeterminationType in import script

* fix: account for space after comma in spreadsheet for split types

* fix: hide hmi link if no hmi table (#1035)

* fix: hide hmi link if no hmi table

* fix: hide completely

* feat: catch up for migrations (#1030)

feat: catch up for migrations (#1030)

* fix: fix for when rent range was empty (#1038)

* fix: styling issues in features section (#1039)

* fix: preview close alert style fixes (#1040)

* fix: stray zero if no programs (#1042)

* fix: pagination fix for partner listing grid (#1041)

* fix: pagination fix for partner listing grid

* fix: removes unit groups second query and from inner filter

* test: fix for tests

* fix: listings e2e tests

Co-authored-by: Sean Albert <smabert@gmail.com>

* fix: update neighborhood list, unit type string

* 1045/allows re-request confirmation on partners (#1047)

* feat: allows re-request confirmation on partners

* fix: linting fixes (#1057)

fix: linting fixes

* fix: fixes pagination issue on detroit user grid (#1063)

* feat(backend): update listing filters (#1050)

* feat(backend): update listing filters

* fix: fix for partner and public builds

* fix(backend): listing bedrooms filter

* fix(backend): num_bedrooms filter fix

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Yazeed Loonat <yazeedloonat@gmail.com>

* feat: Update listing table columns (#1067)

* feat: Update listing table columns

Closes #1008

* feat: Add per page qty select field

Closes #1008

* style: removes console log

Co-authored-by: Sean Albert <smabert@gmail.com>

* feat: filters to show only active listings (#1070)

* feat(backend): add marketingType to Listing entity

* Bump actions/setup-node from 2.5.0 to 3 (#999)

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.5.0 to 3.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2.5.0...v3)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: frontend type fix

* fix: change verified string (#1088)

* fix: select programs working with single jurisdiction (#1100)

* Bump actions/checkout from 2 to 3 (#1010)

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: verify link should work on second application tab (#1068)

* fix: verify link should work on second application tab

* refactor: add new state

* fix: pr feedback

* feat: exposing leasing company website (#1069)

* feat: exposing leasing company website

* fix: no longer href on empty website

* fix: adding url validation

* fix: updates per sean

* feat: adds unit summaries to listings list to backend (#1077)

* feat: adds unit summaries to listings list

* fix: addresses issues noted in PR

* fix: cleans up detroit specific seeds

* fix: fixes issue with public latestListings filter

* fix: backend listing test unit groups

* fix: unit groups on partners types

* 78/favorites refactor test2 (#1089)

* initial setup of backend

initial setup with backend now including array of strings of just the Listing ID.  Verify e2e testing works as well.

* Implemented ListingCard fav

Implemented favorite buttons and features.  Only works after initial refresh.  Failure to get profile.preferences on first call.

* updated to include preference-entity default

* rename useState elements

* console.log cleanup on ListingCard

* Fix code style issues with Prettier

* useState updated and remove console logs

* feat: adding favorite feature

* fix: updates per emily and sean

* feat: moving user-prefence into their own pathway

* test: updates for tests

* test: fix for backend spec tests

* build: updates local db to bloom_detroit

* docs: update backend env template

* fix: updates to favorites

* fix: updates for styling and per sean

* fix: removing duplicate UsePipe

* test: fixes failing tests

* feat: adds UserPreferenceAuthzGuard

* fix: updates per sean

* feat: updates userPreferences to take user id

* fix: styling update per sean

* fix: styling updates per emily

* feat: adding toast for favorite

* test: fixes for tests

* fix: build fix

* fix: un-narrowing favorite toast

* feat: adds aria-live to favorites

* fix: getListings call on index

* fix: adds (un)favorited language

* fix: removes unused AlertBox element

* feat: exposing favorites on dashboard

* Merge remote-tracking branch 'detroit/dev' into 78/favorites_refactor_test2

* fix: merge fix

* feat: updates AG_PER_PAGE_OPTIONS

Co-authored-by: pfeeny5 <82653098+pfeeny5@users.noreply.github.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>

* feat: load overlay to partner listings grid (#1116)

* feat: load overlay to partner listings grid

* feat: agpage hides total items when no items

* feat: disables overdue listings status cron (#1109)

* feat: disables overdue listings status cron

* style: removes commented out code

* feat: Remove signup subscription fields (#1112)

* feat: Add summary tables into the listing (#1118)

* feat(backend): create property.region from property.neighborhood (#1110)

* feat(backend): create property.region from property.neighborhood

* feat(backend): update neighborhood migration script

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* fix: about page content edit and margin top and bottom fix (#1133)

* fix: about page content and margin top and bottom

* fix: add partners list and remove copy from non-english json files

* fix: remove json keys entirely

* feat: updated content & styles on homepage, footer

* fix: move new copy to translations

* feat: update email copy (#1135)

* feat: update email copy

* fix: update email service test

* feat: add comma

* fix: comma unit test fail

* fix: unit test comma

* feat: can add a marketing status to a listing in partners (#1128)

* feat: can add a marketing status to a listing in partners

* fix: mobile fix

* fix: fix migration to check for new object (#1139)

* 2022-04-06 sync upstream (#1132)

* chore: merge upstream/master backend

* chore: merges upstream/master ui-components

* chore: merge upstream/master sites/partners

* feat: flattens translations

* chore: merge upstream/master shared-helpers

* fix: address issues with ui-components merge

* fix: partners merge issues

* chore: merge upstream/master sites/public

* test: updates listing order by tests

* test: updates listing e2e tests

* test: adds script for test to package.json

* fix: uptake listing card

* fix: prop updates for uptaking new listing card (#1136)

* fix: prop updates for uptaking new listing card

* fix: styling updates to the home page listing cards

* fix: tag color

* style: updates horizontal scroll margins

Co-authored-by: Sean Albert <smabert@gmail.com>

* fix: duplicate DetailApplicationAddress import

* fix: add missing translations and style cleanup

Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Emily Jablonski <65367387+emilyjablonski@users.noreply.github.com>

* feat: update summary tables and tags with coming soon (1076) (1098) (1074) (#1131)

* fix: listing list dupes in pagination (#1140)

* fix: listing list dupes in pagination

* test: updates listings e2e tests

* fix: managementwebsite url seeds

* feat: add 100 to ag page options (#1149)

* feat: Add .5 and 1.5 bathroom options to min and max dropdown in Add … (#1113)

* feat: disable mfa for Detroit (#1148)

* fix: adds check for unitSummaries?.unitGroupSummary on listing (#1156)

* 973/favorites on dashboard (#1095)

* initial setup of backend

initial setup with backend now including array of strings of just the Listing ID.  Verify e2e testing works as well.

* Implemented ListingCard fav

Implemented favorite buttons and features.  Only works after initial refresh.  Failure to get profile.preferences on first call.

* updated to include preference-entity default

* rename useState elements

* console.log cleanup on ListingCard

* Fix code style issues with Prettier

* useState updated and remove console logs

* feat: adding favorite feature

* fix: updates per emily and sean

* feat: moving user-prefence into their own pathway

* test: updates for tests

* test: fix for backend spec tests

* build: updates local db to bloom_detroit

* docs: update backend env template

* fix: updates to favorites

* fix: updates for styling and per sean

* fix: removing duplicate UsePipe

* test: fixes failing tests

* feat: adds UserPreferenceAuthzGuard

* fix: updates per sean

* feat: updates userPreferences to take user id

* fix: styling update per sean

* fix: styling updates per emily

* feat: adding toast for favorite

* test: fixes for tests

* fix: build fix

* fix: un-narrowing favorite toast

* feat: adds aria-live to favorites

* fix: getListings call on index

* fix: adds (un)favorited language

* fix: removes unused AlertBox element

* feat: exposing favorites on dashboard

* Merge remote-tracking branch 'detroit/dev' into 78/favorites_refactor_test2

* fix: merge fix

* fix: updates per emily

* fix: updates per emily and jesse

* fix: reduces weird re-renders

* fix: updates per emily

* fix: enforces log in requirements

* style: removes console log

* fix: favorite pagination

* fix: issue with initial favoriting

* feat: adds classNames to LoadingOverlay

Co-authored-by: pfeeny5 <82653098+pfeeny5@users.noreply.github.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>

* fix: homepage layout/copy

* feat: show tags on listing cards for community programs, a11y (#1146)

* feat: show tags on listing cards for community programs, a11y

* fix: build fix

* refactor: pr feedback

* feat: adds sorting to programs in listing tags

Co-authored-by: Sean Albert <smabert@gmail.com>

* fix: improve presentation of the City regions section

* Feature/region enum (#1137)

* feat(backend): add region Enum to listing dtos

* feat: Add region select input

Closes #1097

* feat: Add region into the listing view

Closes #1097

* feat: Update tests

Closes #1097

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* fix: update styling of coming soon tag (#1154)

* fix: update styling of coming soon tag

* refactor: pr review

* fix: refactor

* 1091/listing sort order (#1157)

* feat: updates listing sort order to coming soon

* fix: fixes public listing pagination

* fix: wrap DashBlock anchor tag in Link component to display selected … (#1159)

* fix: wrap DashBlock anchor tag in Link component to display selected language

* fix: swap Link for LinkComponent

* fix: nested anchor tags

* chore: replace hero background image (for now)

* fix: eslint errors in dev (#1163)

* fix: eslint errors in dev

* style: eslint next line

* 1115/min max validation (#1155)

* feat: min max validation errors for Add Unit Group form

* fix: console warnings for faulty validation

* feat: add instant validation for all  min and max fields

* style: remove unnecessary

* change non-dropdown min max fields to onBlur

* move error strings to partners override

* fix: error when passing empty string as phone number to usToIntlPhone… (#1160)

* fix: error when passing empty string as phone number to usToIntlPhone helper

* style: prettier

* feat: update IntlToUsPhone and update both types to include null

* fix: retrigger checks

* style: run prettier

Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>

* feat(backend): update how order by comingSoon works (#1174)

* feat(backend): update how order by comingSoon works

* fix: marketingDate order dir

* fix: forgot password empty warning and two minor style changes (#2680)

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* fix: coming soon tag color on listing detail page (#1170)

* fix: cannot update waitlist status to open (#1171)

* feat: new verified tag icon (#1172)

* feat: add new sign up link to home page (#1173)

* feat: add new sign up link to home page

* fix: open link in a new tab

* style: add void before trigger functions to avoid eslint errors (#1178)

* style: Arabic RTL layout changes (#1166)

* style: remove text-align from page header so rtl can display properly

* feat: savepoint aside no longer absolute positioned, still need more styling edits

* style: responsive element widths

* style: swap empty div tags with <>

* style: cleanup temp classes

* style: cleanup commented

* listing process separated into component (needs to move to ui components)

* feat: ListingProcess component and rtl padding swap

* feat: ListingProcess component

* fix: rtl workaround

* style: change prop types

* refactor: move ListingProcess component back to public

* refactor: git re-add component

* refactor: ListingProcess back to ListingView

* style: remove unnecessary

* feat: tooltip component

* * feat: updates to UI of public listing filters (#1138)

* 1058/updated public listing filters (#1138)

* feat: fixes backend to filter properly

* fix: some touch ups

* fix: updates per emily

* fix: updates per emily

* fix: fixes for tests

* fix: updates per emily

* fix: matching filters to mocks

* fix: remove test class

* fix: updates per emily

* fix: reset fix

* fix: fix for the tests

* fix: modifying the region filter to be an OR

* fix: test updates

Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>

* 1083/header hover issues (#1177)

* fix: improved hover and dropdown menu alignment

* removed unnecessary comments

* fix: update padding issues

* fix: centering dropdown menu

* fix: new approach with visual regressions addressed

* fix: add leasing agent address field back to listing form (#1195)

* 1168/arabic listing section overlap (#1184)

* style: rtl css refactors for listing containers

* style: rtl friendly border

* style: desktop media queries

* Update ui-components/src/global/headers.scss

Co-authored-by: Emily Jablonski <65367387+emilyjablonski@users.noreply.github.com>

Co-authored-by: Emily Jablonski <65367387+emilyjablonski@users.noreply.github.com>

* fix: check for empty translations before sending to google translate service (#1191)

* 1167/page-not-found-ui (#1185)

* style: white text and rm yellow background from button on Page Not Found

* style: remove hover border

* style: conditional rendering of Hero components

* style: remove unnecessary

* style: conditional styling without using new props

* style: titleClassName prop

* feat: default what to expect text and additional what to expect field (#1145)

* fix: authservice.token data null issue (#2703) (#1197)

* fix: show street2 for addresses (#1209)

* fix: show street2 for addresses

* test: fixup tests

* feat: set default what to expect text for coming soon listings (#1210)

* fix: update homepage subtext copy (#1217)

* fix: remove link to eligibility calculator (#1216)

* fix: Fix tooltip visibility (#1212)

* Removes listing queue imports (#1211)

* fix: removes listing queue imports

* feat: removes bull module from listings

* feat: adds new filter, fix region (#1214)

* fix: content update (#1220)

* style: listing page rtl css changes (#1221)

* style: rtl css changes

* style: one more pr > pe since it's here

* style: rtl accessibility button

* fix: fixes bedrooom and accessibility filters

* fix: fixes bedrooom and accessibility filters

* fix: vacant unit/waitlist filter fixes

* style: filtered page cleanup

* fix: test fix

* fix: update for availability filter

* fix: update per emily

Co-authored-by: Sean Albert <smabert@gmail.com>

* 1090/resources page (#1181)

* feat: add a new Resources page

* fix: header spacing and phone links

* chore: use local components for Additional Resources

Co-authored-by: Yazeed Loonat <yazeedloonat@gmail.com>

* chore: refactor Resources to use per-card md files

* chore: remove full resources page

Co-authored-by: Yazeed Loonat <yazeedloonat@gmail.com>

* 2022-05-03 sync main (#1228)

* 2022-03-10 release (#1044)

* 2022-02-10 core (#982)

* fix: retnal assistance eror message

* Preferences cleanup (#1947)

* feat(backend): preferences cleanup

BREAKING CHANGE: Preferences are now M-N relation with a listing and have an intermediate table with ordinal number

* refactor(backend): preferences deduplication

So far each listing referenced it's own unique Preferences. This change introduces Many to Many
relationship between Preference and Listing entity and forces sharing Preferences between listings.

* feat(backend): extend preferences migration with moving existing relations to a new intermediate tab

* feat(backend): add Preference - Jurisdiction ManyToMany relation

* feat: adapt frontend to backend changes

* fix(backend): typeORM preferences select statement

* fix(backend): connect preferences with jurisdictions in seeds, fix pref filter validator

* fix(backend): fix missing import in preferences-filter-params.ts

* refactor: rebase issue

* feat: uptake jurisdictional preferences

* fix: fixup tests

* fix: application preferences ignore page, always separate

* Remove page from src/migration/1633359409242-add-listing-preferences-intermediate-relation.ts

* fix: preference fetching and ordering/pages

* Fix code style issues with Prettier

* fix(backend): query User__leasingAgentInListings__jurisdiction_User__leasingAgentIn specified more

* fix: perferences cypress tests

Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Sean Albert <smabert@gmail.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.13
 - @bloom-housing/partners@2.0.0-pre-tailwind.23
 - @bloom-housing/public@2.0.0-pre-tailwind.23
 - @bloom-housing/ui-components@2.0.0-alpha.23

* fix: updates household member count (#2112)

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.14
 - @bloom-housing/partners@2.0.0-pre-tailwind.24
 - @bloom-housing/public@2.0.0-pre-tailwind.24
 - @bloom-housing/ui-components@2.0.0-alpha.24

* fix: updates household member count

picked 3dee0f7d676ff42d546ecf83a17659cd69d7e1bc

* fix: reverts preferences to re-add as breaking/major bump

* fix: reverts preferences to re-add as breaking/major bump

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.15
 - @bloom-housing/partners@2.0.0-pre-tailwind.25
 - @bloom-housing/public@2.0.0-pre-tailwind.25
 - @bloom-housing/ui-components@2.0.0-alpha.25

* refactor: listing preferences and adds jurisdictional filtering

BREAKING CHANGE: updates preference relationship with listings

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.16
 - @bloom-housing/partners@2.0.0-pre-tailwind.26
 - @bloom-housing/public@2.0.0-pre-tailwind.26
 - @bloom-housing/ui-components@2.0.0-alpha.26

* chore(release): version

 - @bloom-housing/backend-core@2.0.0
 - @bloom-housing/shared-helpers@2.0.0
 - @bloom-housing/partners@2.0.0
 - @bloom-housing/public@2.0.0
 - @bloom-housing/ui-components@2.0.0

* fix: Updates lastName on application save

* docs: Update changelog

* Fix code style issues with Prettier

* chore(release): version

 - @bloom-housing/partners@2.0.1-alpha.0

* fix: a11y color contrast issues with tint on ImageCard component (#2074)

* chore(release): version

 - @bloom-housing/partners@2.0.1-alpha.1
 - @bloom-housing/public@2.0.1-alpha.0
 - @bloom-housing/ui-components@2.0.1-alpha.0

* feat: two new common app questions - Household Changes and Household Student (#2070)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.0
 - @bloom-housing/partners@2.0.1-alpha.2
 - @bloom-housing/public@2.0.1-alpha.1
 - @bloom-housing/ui-components@2.0.1-alpha.1

* fix: household member cypress test (#2113)

* chore(release): version

 - @bloom-housing/public@2.0.1-alpha.2

* fix: SiteHeader visual issues with long menu bars (#2068)

* feat: jurisdictional email signatures (#2111)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.1
 - @bloom-housing/partners@2.0.1-alpha.3
 - @bloom-housing/public@2.0.1-alpha.3
 - @bloom-housing/ui-components@2.0.1-alpha.2

* fix: don't send email confirmation on paper app submission (#2110)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.2
 - @bloom-housing/partners@2.0.1-alpha.4
 - @bloom-housing/public@2.0.1-alpha.4
 - @bloom-housing/ui-components@2.0.1-alpha.3

* 1838/ami chart jurisdictionalized (#2102)

* fix: jurisdictionalizes ami charts on partners

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.3
 - @bloom-housing/partners@2.0.1-alpha.5
 - @bloom-housing/public@2.0.1-alpha.5
 - @bloom-housing/ui-components@2.0.1-alpha.4

* feat: Updates application confirmation numbers (#2072)

* feat: Updates application confirmation numbers

* docs: Update changelog

* feat: adds confirmation number to csv export

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.4
 - @bloom-housing/partners@2.0.1-alpha.6
 - @bloom-housing/public@2.0.1-alpha.6
 - @bloom-housing/ui-components@2.0.1-alpha.5

* fix: updates lastName on application save

picked from aff87ec99ad2fbd4a1f9a6853157ea7770f85a56

* fix(backend): make it possible to filter portal users in /users endpoint (#2078)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.5
 - @bloom-housing/partners@2.0.1-alpha.7
 - @bloom-housing/public@2.0.1-alpha.7
 - @bloom-housing/ui-components@2.0.1-alpha.6

* Revert "refactor: listing preferences and adds jurisdictional filtering"

This reverts commit 9f661b43921ec939bd1bf5709c934ad6f56dd859.

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.6
 - @bloom-housing/partners@2.0.1-alpha.8
 - @bloom-housing/public@2.0.1-alpha.8
 - @bloom-housing/ui-components@2.0.1-alpha.7

* hotfix: ensure Triton seed doesn't error out

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.7
 - @bloom-housing/partners@2.0.1-alpha.9
 - @bloom-housing/public@2.0.1-alpha.9
 - @bloom-housing/ui-components@2.0.1-alpha.8

* chore(release): version

 - @bloom-housing/backend-core@3.0.0
 - @bloom-housing/shared-helpers@3.0.0
 - @bloom-housing/partners@3.0.0
 - @bloom-housing/public@3.0.0
 - @bloom-housing/ui-components@3.0.0

* 1837/preferences cleanup 3 (#2144)

* feat(backend): preferences cleanup

BREAKING CHANGE: Preferences are now M-N relation with a listing and have an intermediate table with ordinal number

* refactor(backend): preferences deduplication

So far each listing referenced it's own unique Preferences. This change introduces Many to Many
relationship between Preference and Listing entity and forces sharing Preferences between listings.

* feat(backend): extend preferences migration with moving existing relations to a new intermediate tab

* feat(backend): add Preference - Jurisdiction ManyToMany relation

* feat: adapt frontend to backend changes

* fix(backend): typeORM preferences select statement

* fix(backend): connect preferences with jurisdictions in seeds, fix pref filter validator

* fix(backend): fix missing import in preferences-filter-params.ts

* refactor: rebase issue

* feat: uptake jurisdictional preferences

* fix: fixup tests

* fix: application preferences ignore page, always separate

* Remove page from src/migration/1633359409242-add-listing-preferences-intermediate-relation.ts

* fix: preference fetching and ordering/pages

* Fix code style issues with Prettier

* fix(backend): query User__leasingAgentInListings__jurisdiction_User__leasingAgentIn specified more

* fix: perferences cypress tests

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.0
 - @bloom-housing/partners@3.0.1-alpha.0
 - @bloom-housing/public@3.0.1-alpha.0
 - @bloom-housing/ui-components@3.0.1-alpha.0

* feat(backend): extend UserUpdateDto to support email change with confirmation (#2120)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.1
 - @bloom-housing/partners@3.0.1-alpha.1
 - @bloom-housing/public@3.0.1-alpha.1
 - @bloom-housing/ui-components@3.0.1-alpha.1

* 2056/user account edit fix (#2073)

* fix: Replaces service to use newly created

* fix: Fix DOB initial values

* feat(backend): extend UserUpdateDto to support email change with confirmation

* fix: Update email form to use a new service

* fix: updates email change language

* Fix code style issues with Prettier

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.2
 - @bloom-housing/partners@3.0.1-alpha.2
 - @bloom-housing/public@3.0.1-alpha.2
 - @bloom-housing/ui-components@3.0.1-alpha.2

* feat: add Programs section to listings management (#2093)

* feat: add Programs section to listings management

* fix: sorting on detail page

* fix: merge issues

* feat: make program fetching jurisdictional

* fix: replace preference with program

* fix: program delete removes jurisdiction

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.3
 - @bloom-housing/partners@3.0.1-alpha.3
 - @bloom-housing/public@3.0.1-alpha.3
 - @bloom-housing/ui-components@3.0.1-alpha.3

* 2085/adds top level catchAll exception filter (#2132)

* fix: adds top level catchAll error filter

* fix: removing now unused exception filter

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.4
 - @bloom-housing/partners@3.0.1-alpha.4
 - @bloom-housing/public@3.0.1-alpha.4
 - @bloom-housing/ui-components@3.0.1-alpha.4

* feat: Change unit number field type to text (#2136)

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.5

* chore(deps): bump electron from 13.1.7 to 13.3.0 (#2137)

Bumps [electron](https://github.com/electron/electron) from 13.1.7 to 13.3.0.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](https://github.com/electron/electron/compare/v13.1.7...v13.3.0)

---
updated-dependencies:
- dependency-name: electron
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump axios from 0.21.1 to 0.21.2 (#2138)

Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.2.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.21.1...v0.21.2)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat(backend): improve application flagged set saving efficiency (#2147)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.5
 - @bloom-housing/partners@3.0.1-alpha.6
 - @bloom-housing/public@3.0.1-alpha.5
 - @bloom-housing/ui-components@3.0.1-alpha.5

* 1655/invite user edit (#1982)

* feat: Update title to be also a react node

* feat: Update translations

* feat: Create reusable form to add and edit users

* feat: Add delete function

* feat(backend): Add ON UPDATE SET NULL to application-user relation

* fix: Fix type

* Fix code style issues with Prettier

* fix(jurisdictionResolverService): updates to return undefined if no jurisdictionName

* feat: Update drawer state name

* feat: Add missing translations

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.6
 - @bloom-housing/partners@3.0.1-alpha.7
 - @bloom-housing/public@3.0.1-alpha.6
 - @bloom-housing/ui-components@3.0.1-alpha.6

* Add a phone number column to the user_accounts table (#2134)

* Merge pull request #710 from CityOfDetroit/feature/add-phonenumber-to-user-entity

Add phone number to user accounts.

* Merge pull request #728 from CityOfDetroit/fix/modify-phone-number-test

Fix user E2E tests.

* Merge pull request #728 from CityOfDetroit/fix/modify-phone-number-test

Fix user E2E tests.

* fix: add validation groups to phoneNumber

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.7
 - @bloom-housing/partners@3.0.1-alpha.8
 - @bloom-housing/public@3.0.1-alpha.7
 - @bloom-housing/ui-components@3.0.1-alpha.7

* refactor: make backend a peer dependency in ui-components (#2146)

* refactor: make backend a peer dependency in ui-components

* fix: fix flaky test

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.0
 - @bloom-housing/partners@3.0.1-alpha.9
 - @bloom-housing/public@3.0.1-alpha.8
 - @bloom-housing/ui-components@3.0.1-alpha.8

* fix: updates address order (#2151)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.8
 - @bloom-housing/shared-helpers@3.0.1-alpha.1
 - @bloom-housing/partners@3.0.1-alpha.10
 - @bloom-housing/public@3.0.1-alpha.9

* feat(backend): add nginx proxy-cache configuration (#2119)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.9
 - @bloom-housing/shared-helpers@3.0.1-alpha.2
 - @bloom-housing/partners@3.0.1-alpha.11
 - @bloom-housing/public@3.0.1-alpha.10

* Release 11 11 21 (#2162)

* fix: fix: adding unit tests to the unit type

picked from dev 1f8d7094e508337131d3033476cd70c2befaecd0

* fix: fix: a11y color contrast issues with tint on ImageCard component

picked from dev 505929149ee1485b9fc59402a9e14ead6de5dfc4

* feat: feat: two new common app questions - Household Changes and Household Student

picked from dev 42a752ec073c0f5b65374c7a68da1e34b0b1c949

* fix: fix: SiteHeader visual issues with long menu bars

picked from dev fd6686e206b4e53ae8b6ab757ad0506eaead0d01

* feat: feat: jurisdictional email signatures

picked from dev 7a146ffb5de88cfa2950e2a469a99e38d71b33c8

* fix: fix: don't send email confirmation on paper app submission

picked from dev 7f83b70327049245ecfba04ae3aea4e967929b2a

* feat: feat: Updates application confirmation numbers

picked from dev 75cd67bcb62280936bdeeaee8c9b7b2583a1339d

* fix: fix(backend): make it possible to filter portal users in /users endpoint

picked from dev 29bf714d28755916ec8ec896366c8c32c3a227c4

* feat: feat(backend): add languages (Language[]) to Jurisdiction entity

picked from dev 9ceed24d48b14888e6ea59b421b409f875d12b01

* fix: feat(backend): try fixing SETEX redis e2e tests flakiness

picked from dev 4087c532ddba672a415a048f4362e509aba7fd7f

* feat: feat(backend): Add user delete endpoint

picked from dev a13f73574b470beff2f8948abb226a6786856480

* fix: fix: improved UX for the Building Selection Criteria drawer

picked from dev 4bd8b09456b54584c3731bcca64019dc231d0c55

* feat: feat(backend): add Program entity

picked from dev 492ec4d333cf9b73af772a1aceed29813f405ba0

* refactor: breaking: 1837/preferences cleanup

picked from dev 3ce6d5eb5aac49431ec5bf4912dbfcbe9077d84e

BREAKING CHANGE: preferences model and relationships changed

* feat: feat(backend): extend UserUpdateDto to support email change

picked from dev 3e1fdbd0ea91d4773973d5c485a5ba61303db90a

* fix: 2056/user account edit fix

picked from dev a15618c0cb548ff5b2ae913b802c9e08bb673f30

* refactor: 2085/adds top level catchAll exception filter

picked from dev aeaa63d1af1fa3d11671e169cb3bd23d356fface

* feat: feat: Change unit number field type to text

picked from dev f54be7c7ba6aac8e00fee610dc86584b60cc212d

* feat(backend): improve application flagged set saving efficiency

* fix: fix: updates address order

picked from dev 252e014dcbd2e4c305384ed552135f5a8e4e4767

* fix: sets programs to optoinal and updates versions

* chore: chore(deps): bump electron from 13.1.7 to 13.3.0

* chore: chore(deps): bump axios from 0.21.1 to 0.21.2

* fix: adds programs service

* fix: fix lisitng e2e tests

* fix: fix member tests

* fix: fixes program, preference, ami-chart de-dupe (#2169)

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.12

* fix: adds jurisdictionId to useSWR path

* fix: recalculate units available on listing update (#2150)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.10
 - @bloom-housing/shared-helpers@3.0.1-alpha.3
 - @bloom-housing/partners@3.0.1-alpha.13
 - @bloom-housing/public@3.0.1-alpha.11

* fix: recalculate units available on listing update

picked form dev f1a3dbce6478b16542ed61ab20de5dfb9b797262

* feat: feat(backend): make use of new application confirmation codes

picked from dev 3c45c2904818200eed4568931d4cc352fd2f449e

* Revert "chore(deps): bump axios from 0.21.1 to 0.21.2 (#2138)"

This reverts commit 7711604323ae2f6a1782a35f7a26176f215f6c00.

* revert: revert "chore(deps): bump axios from 0.21.1 to 0.21.2

picked from dev 2b83bc0393afc42eed542e326d5ef75502ce119c

* refactor: remove applicationAddress (#2009)

* refactor: remove applicationAddress

* docs: readme update

* test: fix backend test

* fix: db migration

* Fix code style issues with Prettier

* test(backend): fix SETEX impossible to process

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.11
 - @bloom-housing/shared-helpers@3.0.1-alpha.4
 - @bloom-housing/partners@3.0.1-alpha.14
 - @bloom-housing/public@3.0.1-alpha.12
 - @bloom-housing/ui-components@3.0.1-alpha.9

* feat: refactor and add public site application flow cypress tests (#2118)

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.15
 - @bloom-housing/public@3.0.1-alpha.13
 - @bloom-housing/ui-components@3.0.1-alpha.10

* fix: sapp submission w/ no due date

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.12
 - @bloom-housing/shared-helpers@3.0.1-alpha.5
 - @bloom-housing/partners@3.0.1-alpha.16
 - @bloom-housing/public@3.0.1-alpha.14

* Revert "feat(backend): add nginx proxy-cache configuration (#2119)"

This reverts commit 34d32e75ceae378a26c57f4c9b7feec8c88339e0.

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.13
 - @bloom-housing/shared-helpers@3.0.1-alpha.6
 - @bloom-housing/partners@3.0.1-alpha.17
 - @bloom-housing/public@3.0.1-alpha.15

* fix: app submission w/ no due date

picked from dev 4af1f5a8448f16d347b4a65ecb85fda4d6ed71fc

* 1975/better seed data for ami-charts (#2156)

* fix: better seed data for ami-charts

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.14
 - @bloom-housing/shared-helpers@3.0.1-alpha.7
 - @bloom-housing/partners@3.0.1-alpha.18
 - @bloom-housing/public@3.0.1-alpha.16

* 2154/avance prefs (#2177)

* feat: new preferences

* feat: preference updates

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.15
 - @bloom-housing/shared-helpers@3.0.1-alpha.8
 - @bloom-housing/partners@3.0.1-alpha.19
 - @bloom-housing/public@3.0.1-alpha.17
 - @bloom-housing/ui-components@3.0.1-alpha.11

* 2154/avance prefs (#2178)

* feat: new preferences

* feat: preference updates

* Fix code style issues with Prettier

* feat: preference options bottom border

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.18

* 2154/avance prefs III (#2179)

* feat: new preferences

* feat: preference updates

* Fix code style issues with Prettier

* feat: preference options bottom border

* feat: liveWorkLivermore preference

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.20
 - @bloom-housing/public@3.0.1-alpha.19
 - @bloom-housing/ui-components@3.0.1-alpha.12

* 1988/adds listing management cypress tests to partner portal (#2103)

* test: adds listing management tests

* test: minor tweaks

* test: big updates for LM cypress tests

* test: fixes selectors

* feat: adding partner cypress tests to pr workflow

* fix: undoing

* chore: adds latest bloom-housing packages to partners

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.21
 - @bloom-housing/public@3.0.1-alpha.20
 - @bloom-housing/ui-components@3.0.1-alpha.13

* feat: adds new preferences, reserved community type

* feat: adds bottom border to preferences

* feat: updates preference string

* fix: preference cleanup for avance

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.22
 - @bloom-housing/public@3.0.1-alpha.21
 - @bloom-housing/ui-components@3.0.1-alpha.14

* fix: preference cleanup for avance

* 1975/one month rent (#2158)

* feat: add depoist helper text

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.16
 - @bloom-housing/shared-helpers@3.0.1-alpha.9
 - @bloom-housing/partners@3.0.1-alpha.23
 - @bloom-housing/public@3.0.1-alpha.22
 - @bloom-housing/ui-components@3.0.1-alpha.15

* fix(backend): fix view.spec.ts test (#2175)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.17
 - @bloom-housing/shared-helpers@3.0.1-alpha.10
 - @bloom-housing/partners@3.0.1-alpha.24
 - @bloom-housing/public@3.0.1-alpha.23

* refactor: removes jsonpath (#2206)

* refactor: removes jsonpath

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.18
 - @bloom-housing/shared-helpers@3.0.1-alpha.11
 - @bloom-housing/partners@3.0.1-alpha.25
 - @bloom-housing/public@3.0.1-alpha.24

* 1869/application program display (#2114)

* feat: add programs step to application forms

* test: add Cypress tests for the programs step

* feat: rework the Programs page and enhance seeds

* chore: fix programs Cypress test

* fix: fixup cypress tests

* fix: update mock data

* fix: fixup mock data pt 2

* fix: type issues

* fix: bugs and simplify program data processing

Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.19
 - @bloom-housing/shared-helpers@3.0.1-alpha.12
 - @bloom-housing/partners@3.0.1-alpha.26
 - @bloom-housing/public@3.0.1-alpha.25
 - @bloom-housing/ui-components@3.0.1-alpha.16

* feat: adds jurisdictions to pref seeds (#2199)

* feat: adds jurisdictions to pref seeds

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.20
 - @bloom-housing/shared-helpers@3.0.1-alpha.13
 - @bloom-housing/partners@3.0.1-alpha.27
 - @bloom-housing/public@3.0.1-alpha.26

* 1901/application program partners (#2182)

* feat: add programs step to application forms

* test: add Cypress tests for the programs step

* feat: rework the Programs page and enhance seeds

* chore: fix programs Cypress test

* feat: add programs step to application forms

* test: add Cypress tests for the programs step

* feat: rework the Programs page and enhance seeds

* chore: fix programs Cypress test

* fix: fixup cypress tests

* fix: update mock data

* fix: fixup mock data pt 2

* fix: type issues

* feat: Create programs mapper

Closes #1901

* feat: Add programs section

Closes #1901

* feat: Create details section for programs

Closes #1901

* feat: Update translations

Closes #1901

* refactor: Remove console log

Closes #1901

* refactor: Simpify code

Closes #1901

* chore: remove console log

* fix: mapProgramToApi return

Co-authored-by: Jared White <jared@jaredwhite.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.21
 - @bloom-housing/shared-helpers@3.0.1-alpha.14
 - @bloom-housing/partners@3.0.1-alpha.28
 - @bloom-housing/public@3.0.1-alpha.27
 - @bloom-housing/ui-components@3.0.1-alpha.17

* test: update program test

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.28

* feat: new demographics sub-race questions (#2109)

* feat: new demographics sub-race questions

* fix: update migration to keep data

* feat: other text boxes

* feat: wip other labels

* feat: can edit demo in partners

* fix: cleanup

* feat: csv formatting

* fix: type issue

* feat: remove gender and sexual orientation

* fix: add test id

* fix: more test ids

* fix: select by checkboxes

* fix: dont use select

* fix: data

* fix: add tests, fixup other option

* Fix code style issues with Prettier

* fix: remove unneeded dependencies

* test: add additional test

* Fix code style issues with Prettier

* test: change test id attribute

* chore: cleanup formatApplicationData imports

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.22
 - @bloom-housing/shared-helpers@3.0.1-alpha.15
 - @bloom-housing/partners@3.0.1-alpha.29
 - @bloom-housing/public@3.0.1-alpha.29
 - @bloom-housing/ui-components@3.0.1-alpha.18

* feat: updates email confirmation for lottery (#2200)

* feat: updates email confirmation for lottery

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.23
 - @bloom-housing/shared-helpers@3.0.1-alpha.16
 - @bloom-housing/partners@3.0.1-alpha.30
 - @bloom-housing/public@3.0.1-alpha.30

* fix: add ariaHidden to Icon component

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.17
 - @bloom-housing/partners@3.0.1-alpha.31
 - @bloom-housing/public@3.0.1-alpha.31
 - @bloom-housing/ui-components@3.0.1-alpha.19

* fix: add ariaLabel prop to Button component

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.18
 - @bloom-housing/partners@3.0.1-alpha.32
 - @bloom-housing/public@3.0.1-alpha.32
 - @bloom-housing/ui-components@3.0.1-alpha.20

* fix: change the yes/no radio text to be more descriptive (#2208)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.19
 - @bloom-housing/partners@3.0.1-alpha.33
 - @bloom-housing/public@3.0.1-alpha.33
 - @bloom-housing/ui-components@3.0.1-alpha.21

* fix: remove alameda reference in demographics (#2209)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.20
 - @bloom-housing/partners@3.0.1-alpha.34
 - @bloom-housing/public@3.0.1-alpha.34
 - @bloom-housing/ui-components@3.0.1-alpha.22

* refactor: remove applicationAddress

picked from dev bf10632a62bf2f14922948c046ea3352ed010f4f

* feat: refactor and add public site application flow cypress tests

picked from dev 9ec0e8d05f9570773110754e7fdaf49254d1eab8

* feat: better seed data for ami-charts

picked from dev d8b1d4d185731a589c563a32bd592d01537785f3

* feat: adds listing management cypress tests to partner portal

* fix: listings management keep empty strings, remove empty objects

picked from dev c4b1e833ec128f457015ac7ffa421ee6047083d9

* feat: one month rent

picked from dev 883b0d53030e1c4d54f2f75bd5e188bb1d255f64

* test: view.spec.ts test

picked from dev 324446c90138d8fac50aba445f515009b5a58bfb

* refactor: removes jsonpath

picked from dev deb39acc005607ce3076942b1f49590d08afc10c

* feat: adds jurisdictions to pref seeds

picked from dev 9e47cec3b1acfe769207ccbb33c07019cd742e33

* feat: new demographics sub-race questions

picked from dev 9ab892694c1ad2fa8890b411b3b32af68ade1fc3

* feat: updates email confirmation for lottery

picked from dev 1a5e824c96d8e23674c32ea92688b9f7255528d3

* fix: add ariaHidden to Icon component

picked from dev c7bb86aec6fd5ad386c7ca50087d0113b14503be

* fix: add ariaLabel prop to Button component

picked from dev 509ddc898ba44c05e26f8ed8c777f1ba456eeee5

* fix: change the yes/no radio text to be more descriptive

picked from dev 0c46054574535523d6f217bb0677bbe732b8945f

* fix: remove alameda reference in demographics

picked from dev 7d5991cbf6dbe0b61f2b14d265e87ce3687f743d

* chore: release version

picked from dev fe82f25dc349877d974ae62d228fea0354978fb7

* feat: ami chart jurisdictionalized

picked from dev 0a5cbc88a9d9e3c2ff716fe0f44ca6c48f5dcc50

* refactor: make backend a peer dependency in ui-components

picked from dev 952aaa14a77e0960312ff0eeee51399d1d6af9f3

* feat: add a phone number column to the user_accounts table

picked from dev 2647df9ab9888a525cc8a164d091dda6482c502a

* chore: removes application program partners

* chore: removes application program display

* Revert "chore: removes application program display"

This reverts commit 14825b4a6c9cd1a7235e32074e32af18a71b5c26.

* Revert "chore: removes application program partners"

This reverts commit d7aa38c777972a2e21d9f816441caa27f98d3f86.

* chore: yarn.lock and backend-swagger

* fix: removes Duplicate identifier fieldGroupObjectToArray

* feat: skip preferences if not on listing

* chore(release): version

* fix: cannot save custom mailing, dropoff, or pickup address

* chore(release): version

* chore: converge on one axios version, remove peer dependency

* chore(release): version

* feat: simplify Waitlist component and use more flexible schema

* chore(release): version

* fix: lottery results uploads now save

* chore(release): version

* feat: add SRO unit type

* chore(release): version

* fix: paper application submission

* chore(release): version

* fix: choose-language context

* chore(release): version

* fix: applications/view hide prefs

* chore(release): version

* feat: overrides fallback to english, tagalog support

* chore(release): version

* fix: account translations

* chore(release): version

* fix: units with invalid ami chart

* chore(release): version

* fix: remove description for the partners programs

* fix: fix modal styles on mobile

* fix: visual improvement to programs form display

* fix: submission tests not running

* chore: translations (#2293)

* chore: translations (#2295)

* chore: missing translations (#2296)

* fix: prefUnits on autofill summary (#2294)

* chore: move Programs step to come after Students (#2277)

* feat: adds whatToExpect to GTrans

* chore: missing translations (#2299)

* fix: 2259/fixes idle timeout not resetting properly (#2292)

* chore(release): version

* fix: demographics howDidYouHear options (2305)

* chore(release): version

* fix: mobile notice text wrap issue (#2308)

* feat: postmark date time fields partners (#2239)

* fix: versioning issues (#2311)

* chore(release): version

* chore(backend): move libs/ to shared/utils, clean up modules (#2230)

* feat(backend): all programs to csv export (#2302)

* chore(release): version

* feat: filter partner users

* chore(release): version

* feat: adds updating open listing modal (#2288)

* fix: closed listings allowed apps (#2317)

* feat: 2165/rosefield preference updates (#2386)

* chore(release): version

* Revert "chore(release): version"

This reverts commit 7c414ca7f8c5709e4ff19b94e3fb1089bdc45e97.

* chore(release): version

 - @bloom-housing/backend-core@3.0.1
 - @bloom-housing/shared-helpers@3.0.1
 - @bloom-housing/partners@3.0.1
 - @bloom-housing/public@3.0.1
 - @bloom-housing/ui-components@3.0.1

* feat(backend): add storing listing translations (#2215)

* feat: adds whatToExpect to GTrans (#2303)

* fix: patch issue with submit application section

* fix: patches translations for preferences (#2410)

* fix: issues with public app and readds auto save (2428)

* fix: ami charts without all households (#2430)

* fix: load blank application

* 2022-01-27 release (#2439)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.23
 - @bloom-housing/partners@3.0.1-alpha.37
 - @bloom-housing/public@3.0.1-alpha.38
 - @bloom-housing/ui-components@3.0.1-alpha.24

* fix(backend): nginx with heroku configuration (#2196)

* fix(backend): nginx with heroku configuration

* feat(backend): nginx make hostname and port variable

* feat: nginx proxy updates

* feat(backend): modify proxy_pass and Host header settings

Co-authored-by: seanmalbert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.26
 - @bloom-housing/shared-helpers@3.0.1-alpha.24
 - @bloom-housing/partners@3.0.1-alpha.38
 - @bloom-housing/public@3.0.1-alpha.39
 - @bloom-housing/ui-components@3.0.1-alpha.25

* fix: fetchBaseListingData (#2238)

* fix: fetchBaseListingData

* fix: fetchBaseListingData

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.40

* fix: lottery results uploads now save (#2226)

* fix: lottery results uploads now save

* fix: switch to partial typing

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.39

* feat: getStaticPaths fallback blocking test

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.41

* chore: add temp logs for testing id/slug

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.42

* chore(backend): move libs/ to shared/utils, clean up modules (#2230)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.27
 - @bloom-housing/shared-helpers@3.0.1-alpha.25
 - @bloom-housing/partners@3.0.1-alpha.40
 - @bloom-housing/public@3.0.1-alpha.43
 - @bloom-housing/ui-components@3.0.1-alpha.26

* chore: add SRO unit type (#2243)

* chore: add SRO unit type to DB / translations

* chore: additional string changes to SRO

* test(backend): add SRO to unit types test

* feat: SRO unit type additions

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.28
 - @bloom-housing/shared-helpers@3.0.1-alpha.26
 - @bloom-housing/partners@3.0.1-alpha.41
 - @bloom-housing/public@3.0.1-alpha.44
 - @bloom-housing/ui-components@3.0.1-alpha.27

* 2140/fix paper application submission (#2195)

* fix: fix paper application submission

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.42

* Fix code style issues with Prettier

* test: adds cypress test coverage

* fix: updates per sean

* fix: one more update

* test: fix partners unit tests

* fix: choose-language context

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.45

* fix: applications drop off address

* fix: applications/view hide prefs

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.46

* feat(backend): add storing listing translations (#2215)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.29
 - @bloom-housing/shared-helpers@3.0.1-alpha.27
 - @bloom-housing/partners@3.0.1-alpha.43
 - @bloom-housing/public@3.0.1-alpha.47
 - @bloom-housing/ui-components@3.0.1-alpha.28

* fix(backend): make nginx proxy use Language HTTP header in cache key (#2266)

* 2098/fix partner applications grid display (#2188)

* fix: partner applications grid display

* Fix code style issues with Prettier

* test: fix tests

* Fix code style issues with Prettier

* fix: updates to using views

* tests: add application grid test

* fix: updates per sean

* fix: one more update

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.30
 - @bloom-housing/shared-helpers@3.0.1-alpha.28
 - @bloom-housing/partners@3.0.1-alpha.44
 - @bloom-housing/public@3.0.1-alpha.48
 - @bloom-housing/ui-components@3.0.1-alpha.29

* fix: fixes some issues with the deployment

* Revert/2188 (#2270)

* fix: fixes some issues with the deployment

* revert: partner applications grid display

* fix: view.spec

Co-authored-by: Yazeed Loonat <yazeedloonat@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.31
 - @bloom-housing/shared-helpers@3.0.1-alpha.29
 - @bloom-housing/partners@3.0.1-alpha.45
 - @bloom-housing/public@3.0.1-alpha.49
 - @bloom-housing/ui-components@3.0.1-alpha.30

* 2098/fix partner applications grid display (#2188)

* fix: partner applications grid display

* Fix code style issues with Prettier

* test: fix tests

* Fix code style issues with Prettier

* fix: updates to using views

* tests: add application grid test

* fix: updates per sean

* fix: one more update

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* feat(backend): add listings closing routine (#2213)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.32
 - @bloom-housing/shared-helpers@3.0.1-alpha.30
 - @bloom-housing/partners@3.0.1-alpha.46
 - @bloom-housing/public@3.0.1-alpha.50
 - @bloom-housing/ui-components@3.0.1-alpha.31

* feat(backend): add user password expiration

* fix: Remove description for the partners programs (#2234)

Closes #1901

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.47

* 2227/lock login attempts frontend (#2260)

* feat: Add new translations

Closes #1927

* refactor: Make title as optional

Closes #1927

* feat: Update login alert text

Closes #1927

* fix: Use translation, instead of hardcoded text

Closes #1927

* feat: Add translation

Closes #1927

* feat: Update type name

Closes #1927

* feat: Add new alerts

Closes #1927

* fix: Fix translation

Closes #1927

* fix(AlertBox.tsx): Fix close icon placement

Closes #1927

* feat: Create helper to catch network errors

Closes #1927

* feat: Add translations

Closes #1927

* feat: Create reusable sign-in form

Closes #1927

* refactor(sign-in page, public and partners): Update sign-in pages to use reusable form

BREAKING CHANGE: sign-in pages have been updated

Closes #1927

* Fix code style issues with Prettier

* fix: fixes tests and also issue with user grid

* fix: fixes linting error

* feat(backend): add appropriate http exception for password outdated login failure

* fix: Fix modal styles on mobile (#2280)

Closes #2253

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.31
 - @bloom-housing/partners@3.0.1-alpha.48
 - @bloom-housing/public@3.0.1-alpha.51
 - @bloom-housing/ui-components@3.0.1-alpha.32

* fix: visual improvement to programs form display (#2276)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.52

* fix: submission tests not running (#2282)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.53

* feat: overrides fallback to english, tagalog support (#2262)

* chore: allow work-in strings to take jurisdiction name

* feat: add support for tagalog

* Fix code style issues with Prettier

* feat: tagalog language

* feat: translations precedence includes en overrides

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.33
 - @bloom-housing/shared-helpers@3.0.1-alpha.32
 - @bloom-housing/partners@3.0.1-alpha.49
 - @bloom-housing/public@3.0.1-alpha.54
 - @bloom-housing/ui-components@3.0.1-alpha.33

* fix: account translations (#2278)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.33
 - @bloom-housing/partners@3.0.1-alpha.50
 - @bloom-housing/public@3.0.1-alpha.55
 - @bloom-housing/ui-components@3.0.1-alpha.34

* test: fixes test issues

* fix: fix sortig on applications partner grid

* chore: translations (#2293)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.34
 - @bloom-housing/partners@3.0.1-alpha.51
 - @bloom-housing/public@3.0.1-alpha.56
 - @bloom-housing/ui-components@3.0.1-alpha.35

* chore: translations (#2295)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.35
 - @bloom-housing/partners@3.0.1-alpha.52
 - @bloom-housing/public@3.0.1-alpha.57
 - @bloom-housing/ui-components@3.0.1-alpha.36

* chore: missing translations (#2296)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.36
 - @bloom-housing/partners@3.0.1-alpha.53
 - @bloom-housing/public@3.0.1-alpha.58
 - @bloom-housing/ui-components@3.0.1-alpha.37

* fix: prefUnits on autofill summary (#2294)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.59

* chore: move Programs step to come after Students (#2277)

* chore: move Programs step to come after Students

* test: rearrange order of programs within Cypress tests

* test: remove problematic statement

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.60

* fix: units with invalid ami chart (#2290)

* fix: alunits with invalid ami chart

* perf: uniquePercentageChartSet map

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.34
 - @bloom-housing/shared-helpers@3.0.1-alpha.37
 - @bloom-housing/partners@3.0.1-alpha.54
 - @bloom-housing/public@3.0.1-alpha.61
 - @bloom-housing/ui-components@3.0.1-alpha.38

* chore: missing translations (#2299)

* chore: missing translations

* chore: remove logs

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.38
 - @bloom-housing/partners@3.0.1-alpha.55
 - @bloom-housing/public@3.0.1-alpha.62
 - @bloom-housing/ui-components@3.0.1-alpha.39

* 2259/fixes idle timeout not resetting properly (#2292)

* fix: fixes idle timeout not resetting properly

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.63

* feat: adds whatToExpect to GTrans (#2303)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.35
 - @bloom-housing/shared-helpers@3.0.1-alpha.39
 - @bloom-housing/partners@3.0.1-alpha.56
 - @bloom-housing/public@3.0.1-alpha.64
 - @bloom-housing/ui-components@3.0.1-alpha.40

* fix: demographics howDidYouHear options were not changing on language change (#2305)

* chore(release): version

 - @bloom-housing/public@3.0.1-al…
seanmalbert added a commit to CityOfDetroit/bloom that referenced this pull request Aug 25, 2022
* fix: now can save without ami info

* fix: for when rent value is missing

* fix: occupancy max 8, selects can be deselected

* fix: add hearing mobility visual to a11y features (#1032)

* fix: removing placeholder

* fix: readding label, removing placeholder

* fix: was too specific

* fix(backend): import script percentageOfIncomeValue retrieval logic (#1034)

Co-authored-by: Michal Plebanski <michalp@airnauts.com>

* fix: ami percentage

* fix: listing view detail list order

* fix: partner listing grid address column

* fix: properly set monthlyRentDeterminationType in import script

* fix: account for space after comma in spreadsheet for split types

* fix: hide hmi link if no hmi table (#1035)

* fix: hide hmi link if no hmi table

* fix: hide completely

* feat: catch up for migrations (#1030)

feat: catch up for migrations (#1030)

* fix: fix for when rent range was empty (#1038)

* fix: styling issues in features section (#1039)

* fix: preview close alert style fixes (#1040)

* fix: stray zero if no programs (#1042)

* fix: pagination fix for partner listing grid (#1041)

* fix: pagination fix for partner listing grid

* fix: removes unit groups second query and from inner filter

* test: fix for tests

* fix: listings e2e tests

Co-authored-by: Sean Albert <smabert@gmail.com>

* fix: update neighborhood list, unit type string

* 1045/allows re-request confirmation on partners (#1047)

* feat: allows re-request confirmation on partners

* fix: linting fixes (#1057)

fix: linting fixes

* fix: fixes pagination issue on detroit user grid (#1063)

* feat(backend): update listing filters (#1050)

* feat(backend): update listing filters

* fix: fix for partner and public builds

* fix(backend): listing bedrooms filter

* fix(backend): num_bedrooms filter fix

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Yazeed Loonat <yazeedloonat@gmail.com>

* feat: Update listing table columns (#1067)

* feat: Update listing table columns

Closes #1008

* feat: Add per page qty select field

Closes #1008

* style: removes console log

Co-authored-by: Sean Albert <smabert@gmail.com>

* feat: filters to show only active listings (#1070)

* feat(backend): add marketingType to Listing entity

* Bump actions/setup-node from 2.5.0 to 3 (#999)

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.5.0 to 3.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2.5.0...v3)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: frontend type fix

* fix: change verified string (#1088)

* fix: select programs working with single jurisdiction (#1100)

* Bump actions/checkout from 2 to 3 (#1010)

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: verify link should work on second application tab (#1068)

* fix: verify link should work on second application tab

* refactor: add new state

* fix: pr feedback

* feat: exposing leasing company website (#1069)

* feat: exposing leasing company website

* fix: no longer href on empty website

* fix: adding url validation

* fix: updates per sean

* feat: adds unit summaries to listings list to backend (#1077)

* feat: adds unit summaries to listings list

* fix: addresses issues noted in PR

* fix: cleans up detroit specific seeds

* fix: fixes issue with public latestListings filter

* fix: backend listing test unit groups

* fix: unit groups on partners types

* 78/favorites refactor test2 (#1089)

* initial setup of backend

initial setup with backend now including array of strings of just the Listing ID.  Verify e2e testing works as well.

* Implemented ListingCard fav

Implemented favorite buttons and features.  Only works after initial refresh.  Failure to get profile.preferences on first call.

* updated to include preference-entity default

* rename useState elements

* console.log cleanup on ListingCard

* Fix code style issues with Prettier

* useState updated and remove console logs

* feat: adding favorite feature

* fix: updates per emily and sean

* feat: moving user-prefence into their own pathway

* test: updates for tests

* test: fix for backend spec tests

* build: updates local db to bloom_detroit

* docs: update backend env template

* fix: updates to favorites

* fix: updates for styling and per sean

* fix: removing duplicate UsePipe

* test: fixes failing tests

* feat: adds UserPreferenceAuthzGuard

* fix: updates per sean

* feat: updates userPreferences to take user id

* fix: styling update per sean

* fix: styling updates per emily

* feat: adding toast for favorite

* test: fixes for tests

* fix: build fix

* fix: un-narrowing favorite toast

* feat: adds aria-live to favorites

* fix: getListings call on index

* fix: adds (un)favorited language

* fix: removes unused AlertBox element

* feat: exposing favorites on dashboard

* Merge remote-tracking branch 'detroit/dev' into 78/favorites_refactor_test2

* fix: merge fix

* feat: updates AG_PER_PAGE_OPTIONS

Co-authored-by: pfeeny5 <82653098+pfeeny5@users.noreply.github.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>

* feat: load overlay to partner listings grid (#1116)

* feat: load overlay to partner listings grid

* feat: agpage hides total items when no items

* feat: disables overdue listings status cron (#1109)

* feat: disables overdue listings status cron

* style: removes commented out code

* feat: Remove signup subscription fields (#1112)

* feat: Add summary tables into the listing (#1118)

* feat(backend): create property.region from property.neighborhood (#1110)

* feat(backend): create property.region from property.neighborhood

* feat(backend): update neighborhood migration script

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* fix: about page content edit and margin top and bottom fix (#1133)

* fix: about page content and margin top and bottom

* fix: add partners list and remove copy from non-english json files

* fix: remove json keys entirely

* feat: updated content & styles on homepage, footer

* fix: move new copy to translations

* feat: update email copy (#1135)

* feat: update email copy

* fix: update email service test

* feat: add comma

* fix: comma unit test fail

* fix: unit test comma

* feat: can add a marketing status to a listing in partners (#1128)

* feat: can add a marketing status to a listing in partners

* fix: mobile fix

* fix: fix migration to check for new object (#1139)

* 2022-04-06 sync upstream (#1132)

* chore: merge upstream/master backend

* chore: merges upstream/master ui-components

* chore: merge upstream/master sites/partners

* feat: flattens translations

* chore: merge upstream/master shared-helpers

* fix: address issues with ui-components merge

* fix: partners merge issues

* chore: merge upstream/master sites/public

* test: updates listing order by tests

* test: updates listing e2e tests

* test: adds script for test to package.json

* fix: uptake listing card

* fix: prop updates for uptaking new listing card (#1136)

* fix: prop updates for uptaking new listing card

* fix: styling updates to the home page listing cards

* fix: tag color

* style: updates horizontal scroll margins

Co-authored-by: Sean Albert <smabert@gmail.com>

* fix: duplicate DetailApplicationAddress import

* fix: add missing translations and style cleanup

Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Emily Jablonski <65367387+emilyjablonski@users.noreply.github.com>

* feat: update summary tables and tags with coming soon (1076) (1098) (1074) (#1131)

* fix: listing list dupes in pagination (#1140)

* fix: listing list dupes in pagination

* test: updates listings e2e tests

* fix: managementwebsite url seeds

* feat: add 100 to ag page options (#1149)

* feat: Add .5 and 1.5 bathroom options to min and max dropdown in Add … (#1113)

* feat: disable mfa for Detroit (#1148)

* fix: adds check for unitSummaries?.unitGroupSummary on listing (#1156)

* 973/favorites on dashboard (#1095)

* initial setup of backend

initial setup with backend now including array of strings of just the Listing ID.  Verify e2e testing works as well.

* Implemented ListingCard fav

Implemented favorite buttons and features.  Only works after initial refresh.  Failure to get profile.preferences on first call.

* updated to include preference-entity default

* rename useState elements

* console.log cleanup on ListingCard

* Fix code style issues with Prettier

* useState updated and remove console logs

* feat: adding favorite feature

* fix: updates per emily and sean

* feat: moving user-prefence into their own pathway

* test: updates for tests

* test: fix for backend spec tests

* build: updates local db to bloom_detroit

* docs: update backend env template

* fix: updates to favorites

* fix: updates for styling and per sean

* fix: removing duplicate UsePipe

* test: fixes failing tests

* feat: adds UserPreferenceAuthzGuard

* fix: updates per sean

* feat: updates userPreferences to take user id

* fix: styling update per sean

* fix: styling updates per emily

* feat: adding toast for favorite

* test: fixes for tests

* fix: build fix

* fix: un-narrowing favorite toast

* feat: adds aria-live to favorites

* fix: getListings call on index

* fix: adds (un)favorited language

* fix: removes unused AlertBox element

* feat: exposing favorites on dashboard

* Merge remote-tracking branch 'detroit/dev' into 78/favorites_refactor_test2

* fix: merge fix

* fix: updates per emily

* fix: updates per emily and jesse

* fix: reduces weird re-renders

* fix: updates per emily

* fix: enforces log in requirements

* style: removes console log

* fix: favorite pagination

* fix: issue with initial favoriting

* feat: adds classNames to LoadingOverlay

Co-authored-by: pfeeny5 <82653098+pfeeny5@users.noreply.github.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>

* fix: homepage layout/copy

* feat: show tags on listing cards for community programs, a11y (#1146)

* feat: show tags on listing cards for community programs, a11y

* fix: build fix

* refactor: pr feedback

* feat: adds sorting to programs in listing tags

Co-authored-by: Sean Albert <smabert@gmail.com>

* fix: improve presentation of the City regions section

* Feature/region enum (#1137)

* feat(backend): add region Enum to listing dtos

* feat: Add region select input

Closes #1097

* feat: Add region into the listing view

Closes #1097

* feat: Update tests

Closes #1097

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* fix: update styling of coming soon tag (#1154)

* fix: update styling of coming soon tag

* refactor: pr review

* fix: refactor

* 1091/listing sort order (#1157)

* feat: updates listing sort order to coming soon

* fix: fixes public listing pagination

* fix: wrap DashBlock anchor tag in Link component to display selected … (#1159)

* fix: wrap DashBlock anchor tag in Link component to display selected language

* fix: swap Link for LinkComponent

* fix: nested anchor tags

* chore: replace hero background image (for now)

* fix: eslint errors in dev (#1163)

* fix: eslint errors in dev

* style: eslint next line

* 1115/min max validation (#1155)

* feat: min max validation errors for Add Unit Group form

* fix: console warnings for faulty validation

* feat: add instant validation for all  min and max fields

* style: remove unnecessary

* change non-dropdown min max fields to onBlur

* move error strings to partners override

* fix: error when passing empty string as phone number to usToIntlPhone… (#1160)

* fix: error when passing empty string as phone number to usToIntlPhone helper

* style: prettier

* feat: update IntlToUsPhone and update both types to include null

* fix: retrigger checks

* style: run prettier

Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>

* feat(backend): update how order by comingSoon works (#1174)

* feat(backend): update how order by comingSoon works

* fix: marketingDate order dir

* fix: forgot password empty warning and two minor style changes (#2680)

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* fix: coming soon tag color on listing detail page (#1170)

* fix: cannot update waitlist status to open (#1171)

* feat: new verified tag icon (#1172)

* feat: add new sign up link to home page (#1173)

* feat: add new sign up link to home page

* fix: open link in a new tab

* style: add void before trigger functions to avoid eslint errors (#1178)

* style: Arabic RTL layout changes (#1166)

* style: remove text-align from page header so rtl can display properly

* feat: savepoint aside no longer absolute positioned, still need more styling edits

* style: responsive element widths

* style: swap empty div tags with <>

* style: cleanup temp classes

* style: cleanup commented

* listing process separated into component (needs to move to ui components)

* feat: ListingProcess component and rtl padding swap

* feat: ListingProcess component

* fix: rtl workaround

* style: change prop types

* refactor: move ListingProcess component back to public

* refactor: git re-add component

* refactor: ListingProcess back to ListingView

* style: remove unnecessary

* feat: tooltip component

* * feat: updates to UI of public listing filters (#1138)

* 1058/updated public listing filters (#1138)

* feat: fixes backend to filter properly

* fix: some touch ups

* fix: updates per emily

* fix: updates per emily

* fix: fixes for tests

* fix: updates per emily

* fix: matching filters to mocks

* fix: remove test class

* fix: updates per emily

* fix: reset fix

* fix: fix for the tests

* fix: modifying the region filter to be an OR

* fix: test updates

Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>

* 1083/header hover issues (#1177)

* fix: improved hover and dropdown menu alignment

* removed unnecessary comments

* fix: update padding issues

* fix: centering dropdown menu

* fix: new approach with visual regressions addressed

* fix: add leasing agent address field back to listing form (#1195)

* 1168/arabic listing section overlap (#1184)

* style: rtl css refactors for listing containers

* style: rtl friendly border

* style: desktop media queries

* Update ui-components/src/global/headers.scss

Co-authored-by: Emily Jablonski <65367387+emilyjablonski@users.noreply.github.com>

Co-authored-by: Emily Jablonski <65367387+emilyjablonski@users.noreply.github.com>

* fix: check for empty translations before sending to google translate service (#1191)

* 1167/page-not-found-ui (#1185)

* style: white text and rm yellow background from button on Page Not Found

* style: remove hover border

* style: conditional rendering of Hero components

* style: remove unnecessary

* style: conditional styling without using new props

* style: titleClassName prop

* feat: default what to expect text and additional what to expect field (#1145)

* fix: authservice.token data null issue (#2703) (#1197)

* fix: show street2 for addresses (#1209)

* fix: show street2 for addresses

* test: fixup tests

* feat: set default what to expect text for coming soon listings (#1210)

* fix: update homepage subtext copy (#1217)

* fix: remove link to eligibility calculator (#1216)

* fix: Fix tooltip visibility (#1212)

* Removes listing queue imports (#1211)

* fix: removes listing queue imports

* feat: removes bull module from listings

* feat: adds new filter, fix region (#1214)

* fix: content update (#1220)

* style: listing page rtl css changes (#1221)

* style: rtl css changes

* style: one more pr > pe since it's here

* style: rtl accessibility button

* fix: fixes bedrooom and accessibility filters

* fix: fixes bedrooom and accessibility filters

* fix: vacant unit/waitlist filter fixes

* style: filtered page cleanup

* fix: test fix

* fix: update for availability filter

* fix: update per emily

Co-authored-by: Sean Albert <smabert@gmail.com>

* 1090/resources page (#1181)

* feat: add a new Resources page

* fix: header spacing and phone links

* chore: use local components for Additional Resources

Co-authored-by: Yazeed Loonat <yazeedloonat@gmail.com>

* chore: refactor Resources to use per-card md files

* chore: remove full resources page

Co-authored-by: Yazeed Loonat <yazeedloonat@gmail.com>

* 2022-05-03 sync main (#1228)

* 2022-03-10 release (#1044)

* 2022-02-10 core (#982)

* fix: retnal assistance eror message

* Preferences cleanup (#1947)

* feat(backend): preferences cleanup

BREAKING CHANGE: Preferences are now M-N relation with a listing and have an intermediate table with ordinal number

* refactor(backend): preferences deduplication

So far each listing referenced it's own unique Preferences. This change introduces Many to Many
relationship between Preference and Listing entity and forces sharing Preferences between listings.

* feat(backend): extend preferences migration with moving existing relations to a new intermediate tab

* feat(backend): add Preference - Jurisdiction ManyToMany relation

* feat: adapt frontend to backend changes

* fix(backend): typeORM preferences select statement

* fix(backend): connect preferences with jurisdictions in seeds, fix pref filter validator

* fix(backend): fix missing import in preferences-filter-params.ts

* refactor: rebase issue

* feat: uptake jurisdictional preferences

* fix: fixup tests

* fix: application preferences ignore page, always separate

* Remove page from src/migration/1633359409242-add-listing-preferences-intermediate-relation.ts

* fix: preference fetching and ordering/pages

* Fix code style issues with Prettier

* fix(backend): query User__leasingAgentInListings__jurisdiction_User__leasingAgentIn specified more

* fix: perferences cypress tests

Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Sean Albert <smabert@gmail.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.13
 - @bloom-housing/partners@2.0.0-pre-tailwind.23
 - @bloom-housing/public@2.0.0-pre-tailwind.23
 - @bloom-housing/ui-components@2.0.0-alpha.23

* fix: updates household member count (#2112)

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.14
 - @bloom-housing/partners@2.0.0-pre-tailwind.24
 - @bloom-housing/public@2.0.0-pre-tailwind.24
 - @bloom-housing/ui-components@2.0.0-alpha.24

* fix: updates household member count

picked 3dee0f7d676ff42d546ecf83a17659cd69d7e1bc

* fix: reverts preferences to re-add as breaking/major bump

* fix: reverts preferences to re-add as breaking/major bump

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.15
 - @bloom-housing/partners@2.0.0-pre-tailwind.25
 - @bloom-housing/public@2.0.0-pre-tailwind.25
 - @bloom-housing/ui-components@2.0.0-alpha.25

* refactor: listing preferences and adds jurisdictional filtering

BREAKING CHANGE: updates preference relationship with listings

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.16
 - @bloom-housing/partners@2.0.0-pre-tailwind.26
 - @bloom-housing/public@2.0.0-pre-tailwind.26
 - @bloom-housing/ui-components@2.0.0-alpha.26

* chore(release): version

 - @bloom-housing/backend-core@2.0.0
 - @bloom-housing/shared-helpers@2.0.0
 - @bloom-housing/partners@2.0.0
 - @bloom-housing/public@2.0.0
 - @bloom-housing/ui-components@2.0.0

* fix: Updates lastName on application save

* docs: Update changelog

* Fix code style issues with Prettier

* chore(release): version

 - @bloom-housing/partners@2.0.1-alpha.0

* fix: a11y color contrast issues with tint on ImageCard component (#2074)

* chore(release): version

 - @bloom-housing/partners@2.0.1-alpha.1
 - @bloom-housing/public@2.0.1-alpha.0
 - @bloom-housing/ui-components@2.0.1-alpha.0

* feat: two new common app questions - Household Changes and Household Student (#2070)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.0
 - @bloom-housing/partners@2.0.1-alpha.2
 - @bloom-housing/public@2.0.1-alpha.1
 - @bloom-housing/ui-components@2.0.1-alpha.1

* fix: household member cypress test (#2113)

* chore(release): version

 - @bloom-housing/public@2.0.1-alpha.2

* fix: SiteHeader visual issues with long menu bars (#2068)

* feat: jurisdictional email signatures (#2111)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.1
 - @bloom-housing/partners@2.0.1-alpha.3
 - @bloom-housing/public@2.0.1-alpha.3
 - @bloom-housing/ui-components@2.0.1-alpha.2

* fix: don't send email confirmation on paper app submission (#2110)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.2
 - @bloom-housing/partners@2.0.1-alpha.4
 - @bloom-housing/public@2.0.1-alpha.4
 - @bloom-housing/ui-components@2.0.1-alpha.3

* 1838/ami chart jurisdictionalized (#2102)

* fix: jurisdictionalizes ami charts on partners

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.3
 - @bloom-housing/partners@2.0.1-alpha.5
 - @bloom-housing/public@2.0.1-alpha.5
 - @bloom-housing/ui-components@2.0.1-alpha.4

* feat: Updates application confirmation numbers (#2072)

* feat: Updates application confirmation numbers

* docs: Update changelog

* feat: adds confirmation number to csv export

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.4
 - @bloom-housing/partners@2.0.1-alpha.6
 - @bloom-housing/public@2.0.1-alpha.6
 - @bloom-housing/ui-components@2.0.1-alpha.5

* fix: updates lastName on application save

picked from aff87ec99ad2fbd4a1f9a6853157ea7770f85a56

* fix(backend): make it possible to filter portal users in /users endpoint (#2078)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.5
 - @bloom-housing/partners@2.0.1-alpha.7
 - @bloom-housing/public@2.0.1-alpha.7
 - @bloom-housing/ui-components@2.0.1-alpha.6

* Revert "refactor: listing preferences and adds jurisdictional filtering"

This reverts commit 9f661b43921ec939bd1bf5709c934ad6f56dd859.

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.6
 - @bloom-housing/partners@2.0.1-alpha.8
 - @bloom-housing/public@2.0.1-alpha.8
 - @bloom-housing/ui-components@2.0.1-alpha.7

* hotfix: ensure Triton seed doesn't error out

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.7
 - @bloom-housing/partners@2.0.1-alpha.9
 - @bloom-housing/public@2.0.1-alpha.9
 - @bloom-housing/ui-components@2.0.1-alpha.8

* chore(release): version

 - @bloom-housing/backend-core@3.0.0
 - @bloom-housing/shared-helpers@3.0.0
 - @bloom-housing/partners@3.0.0
 - @bloom-housing/public@3.0.0
 - @bloom-housing/ui-components@3.0.0

* 1837/preferences cleanup 3 (#2144)

* feat(backend): preferences cleanup

BREAKING CHANGE: Preferences are now M-N relation with a listing and have an intermediate table with ordinal number

* refactor(backend): preferences deduplication

So far each listing referenced it's own unique Preferences. This change introduces Many to Many
relationship between Preference and Listing entity and forces sharing Preferences between listings.

* feat(backend): extend preferences migration with moving existing relations to a new intermediate tab

* feat(backend): add Preference - Jurisdiction ManyToMany relation

* feat: adapt frontend to backend changes

* fix(backend): typeORM preferences select statement

* fix(backend): connect preferences with jurisdictions in seeds, fix pref filter validator

* fix(backend): fix missing import in preferences-filter-params.ts

* refactor: rebase issue

* feat: uptake jurisdictional preferences

* fix: fixup tests

* fix: application preferences ignore page, always separate

* Remove page from src/migration/1633359409242-add-listing-preferences-intermediate-relation.ts

* fix: preference fetching and ordering/pages

* Fix code style issues with Prettier

* fix(backend): query User__leasingAgentInListings__jurisdiction_User__leasingAgentIn specified more

* fix: perferences cypress tests

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.0
 - @bloom-housing/partners@3.0.1-alpha.0
 - @bloom-housing/public@3.0.1-alpha.0
 - @bloom-housing/ui-components@3.0.1-alpha.0

* feat(backend): extend UserUpdateDto to support email change with confirmation (#2120)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.1
 - @bloom-housing/partners@3.0.1-alpha.1
 - @bloom-housing/public@3.0.1-alpha.1
 - @bloom-housing/ui-components@3.0.1-alpha.1

* 2056/user account edit fix (#2073)

* fix: Replaces service to use newly created

* fix: Fix DOB initial values

* feat(backend): extend UserUpdateDto to support email change with confirmation

* fix: Update email form to use a new service

* fix: updates email change language

* Fix code style issues with Prettier

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.2
 - @bloom-housing/partners@3.0.1-alpha.2
 - @bloom-housing/public@3.0.1-alpha.2
 - @bloom-housing/ui-components@3.0.1-alpha.2

* feat: add Programs section to listings management (#2093)

* feat: add Programs section to listings management

* fix: sorting on detail page

* fix: merge issues

* feat: make program fetching jurisdictional

* fix: replace preference with program

* fix: program delete removes jurisdiction

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.3
 - @bloom-housing/partners@3.0.1-alpha.3
 - @bloom-housing/public@3.0.1-alpha.3
 - @bloom-housing/ui-components@3.0.1-alpha.3

* 2085/adds top level catchAll exception filter (#2132)

* fix: adds top level catchAll error filter

* fix: removing now unused exception filter

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.4
 - @bloom-housing/partners@3.0.1-alpha.4
 - @bloom-housing/public@3.0.1-alpha.4
 - @bloom-housing/ui-components@3.0.1-alpha.4

* feat: Change unit number field type to text (#2136)

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.5

* chore(deps): bump electron from 13.1.7 to 13.3.0 (#2137)

Bumps [electron](https://github.com/electron/electron) from 13.1.7 to 13.3.0.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](https://github.com/electron/electron/compare/v13.1.7...v13.3.0)

---
updated-dependencies:
- dependency-name: electron
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump axios from 0.21.1 to 0.21.2 (#2138)

Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.2.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.21.1...v0.21.2)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat(backend): improve application flagged set saving efficiency (#2147)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.5
 - @bloom-housing/partners@3.0.1-alpha.6
 - @bloom-housing/public@3.0.1-alpha.5
 - @bloom-housing/ui-components@3.0.1-alpha.5

* 1655/invite user edit (#1982)

* feat: Update title to be also a react node

* feat: Update translations

* feat: Create reusable form to add and edit users

* feat: Add delete function

* feat(backend): Add ON UPDATE SET NULL to application-user relation

* fix: Fix type

* Fix code style issues with Prettier

* fix(jurisdictionResolverService): updates to return undefined if no jurisdictionName

* feat: Update drawer state name

* feat: Add missing translations

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.6
 - @bloom-housing/partners@3.0.1-alpha.7
 - @bloom-housing/public@3.0.1-alpha.6
 - @bloom-housing/ui-components@3.0.1-alpha.6

* Add a phone number column to the user_accounts table (#2134)

* Merge pull request #710 from CityOfDetroit/feature/add-phonenumber-to-user-entity

Add phone number to user accounts.

* Merge pull request #728 from CityOfDetroit/fix/modify-phone-number-test

Fix user E2E tests.

* Merge pull request #728 from CityOfDetroit/fix/modify-phone-number-test

Fix user E2E tests.

* fix: add validation groups to phoneNumber

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.7
 - @bloom-housing/partners@3.0.1-alpha.8
 - @bloom-housing/public@3.0.1-alpha.7
 - @bloom-housing/ui-components@3.0.1-alpha.7

* refactor: make backend a peer dependency in ui-components (#2146)

* refactor: make backend a peer dependency in ui-components

* fix: fix flaky test

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.0
 - @bloom-housing/partners@3.0.1-alpha.9
 - @bloom-housing/public@3.0.1-alpha.8
 - @bloom-housing/ui-components@3.0.1-alpha.8

* fix: updates address order (#2151)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.8
 - @bloom-housing/shared-helpers@3.0.1-alpha.1
 - @bloom-housing/partners@3.0.1-alpha.10
 - @bloom-housing/public@3.0.1-alpha.9

* feat(backend): add nginx proxy-cache configuration (#2119)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.9
 - @bloom-housing/shared-helpers@3.0.1-alpha.2
 - @bloom-housing/partners@3.0.1-alpha.11
 - @bloom-housing/public@3.0.1-alpha.10

* Release 11 11 21 (#2162)

* fix: fix: adding unit tests to the unit type

picked from dev 1f8d7094e508337131d3033476cd70c2befaecd0

* fix: fix: a11y color contrast issues with tint on ImageCard component

picked from dev 505929149ee1485b9fc59402a9e14ead6de5dfc4

* feat: feat: two new common app questions - Household Changes and Household Student

picked from dev 42a752ec073c0f5b65374c7a68da1e34b0b1c949

* fix: fix: SiteHeader visual issues with long menu bars

picked from dev fd6686e206b4e53ae8b6ab757ad0506eaead0d01

* feat: feat: jurisdictional email signatures

picked from dev 7a146ffb5de88cfa2950e2a469a99e38d71b33c8

* fix: fix: don't send email confirmation on paper app submission

picked from dev 7f83b70327049245ecfba04ae3aea4e967929b2a

* feat: feat: Updates application confirmation numbers

picked from dev 75cd67bcb62280936bdeeaee8c9b7b2583a1339d

* fix: fix(backend): make it possible to filter portal users in /users endpoint

picked from dev 29bf714d28755916ec8ec896366c8c32c3a227c4

* feat: feat(backend): add languages (Language[]) to Jurisdiction entity

picked from dev 9ceed24d48b14888e6ea59b421b409f875d12b01

* fix: feat(backend): try fixing SETEX redis e2e tests flakiness

picked from dev 4087c532ddba672a415a048f4362e509aba7fd7f

* feat: feat(backend): Add user delete endpoint

picked from dev a13f73574b470beff2f8948abb226a6786856480

* fix: fix: improved UX for the Building Selection Criteria drawer

picked from dev 4bd8b09456b54584c3731bcca64019dc231d0c55

* feat: feat(backend): add Program entity

picked from dev 492ec4d333cf9b73af772a1aceed29813f405ba0

* refactor: breaking: 1837/preferences cleanup

picked from dev 3ce6d5eb5aac49431ec5bf4912dbfcbe9077d84e

BREAKING CHANGE: preferences model and relationships changed

* feat: feat(backend): extend UserUpdateDto to support email change

picked from dev 3e1fdbd0ea91d4773973d5c485a5ba61303db90a

* fix: 2056/user account edit fix

picked from dev a15618c0cb548ff5b2ae913b802c9e08bb673f30

* refactor: 2085/adds top level catchAll exception filter

picked from dev aeaa63d1af1fa3d11671e169cb3bd23d356fface

* feat: feat: Change unit number field type to text

picked from dev f54be7c7ba6aac8e00fee610dc86584b60cc212d

* feat(backend): improve application flagged set saving efficiency

* fix: fix: updates address order

picked from dev 252e014dcbd2e4c305384ed552135f5a8e4e4767

* fix: sets programs to optoinal and updates versions

* chore: chore(deps): bump electron from 13.1.7 to 13.3.0

* chore: chore(deps): bump axios from 0.21.1 to 0.21.2

* fix: adds programs service

* fix: fix lisitng e2e tests

* fix: fix member tests

* fix: fixes program, preference, ami-chart de-dupe (#2169)

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.12

* fix: adds jurisdictionId to useSWR path

* fix: recalculate units available on listing update (#2150)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.10
 - @bloom-housing/shared-helpers@3.0.1-alpha.3
 - @bloom-housing/partners@3.0.1-alpha.13
 - @bloom-housing/public@3.0.1-alpha.11

* fix: recalculate units available on listing update

picked form dev f1a3dbce6478b16542ed61ab20de5dfb9b797262

* feat: feat(backend): make use of new application confirmation codes

picked from dev 3c45c2904818200eed4568931d4cc352fd2f449e

* Revert "chore(deps): bump axios from 0.21.1 to 0.21.2 (#2138)"

This reverts commit 7711604323ae2f6a1782a35f7a26176f215f6c00.

* revert: revert "chore(deps): bump axios from 0.21.1 to 0.21.2

picked from dev 2b83bc0393afc42eed542e326d5ef75502ce119c

* refactor: remove applicationAddress (#2009)

* refactor: remove applicationAddress

* docs: readme update

* test: fix backend test

* fix: db migration

* Fix code style issues with Prettier

* test(backend): fix SETEX impossible to process

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.11
 - @bloom-housing/shared-helpers@3.0.1-alpha.4
 - @bloom-housing/partners@3.0.1-alpha.14
 - @bloom-housing/public@3.0.1-alpha.12
 - @bloom-housing/ui-components@3.0.1-alpha.9

* feat: refactor and add public site application flow cypress tests (#2118)

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.15
 - @bloom-housing/public@3.0.1-alpha.13
 - @bloom-housing/ui-components@3.0.1-alpha.10

* fix: sapp submission w/ no due date

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.12
 - @bloom-housing/shared-helpers@3.0.1-alpha.5
 - @bloom-housing/partners@3.0.1-alpha.16
 - @bloom-housing/public@3.0.1-alpha.14

* Revert "feat(backend): add nginx proxy-cache configuration (#2119)"

This reverts commit 34d32e75ceae378a26c57f4c9b7feec8c88339e0.

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.13
 - @bloom-housing/shared-helpers@3.0.1-alpha.6
 - @bloom-housing/partners@3.0.1-alpha.17
 - @bloom-housing/public@3.0.1-alpha.15

* fix: app submission w/ no due date

picked from dev 4af1f5a8448f16d347b4a65ecb85fda4d6ed71fc

* 1975/better seed data for ami-charts (#2156)

* fix: better seed data for ami-charts

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.14
 - @bloom-housing/shared-helpers@3.0.1-alpha.7
 - @bloom-housing/partners@3.0.1-alpha.18
 - @bloom-housing/public@3.0.1-alpha.16

* 2154/avance prefs (#2177)

* feat: new preferences

* feat: preference updates

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.15
 - @bloom-housing/shared-helpers@3.0.1-alpha.8
 - @bloom-housing/partners@3.0.1-alpha.19
 - @bloom-housing/public@3.0.1-alpha.17
 - @bloom-housing/ui-components@3.0.1-alpha.11

* 2154/avance prefs (#2178)

* feat: new preferences

* feat: preference updates

* Fix code style issues with Prettier

* feat: preference options bottom border

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.18

* 2154/avance prefs III (#2179)

* feat: new preferences

* feat: preference updates

* Fix code style issues with Prettier

* feat: preference options bottom border

* feat: liveWorkLivermore preference

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.20
 - @bloom-housing/public@3.0.1-alpha.19
 - @bloom-housing/ui-components@3.0.1-alpha.12

* 1988/adds listing management cypress tests to partner portal (#2103)

* test: adds listing management tests

* test: minor tweaks

* test: big updates for LM cypress tests

* test: fixes selectors

* feat: adding partner cypress tests to pr workflow

* fix: undoing

* chore: adds latest bloom-housing packages to partners

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.21
 - @bloom-housing/public@3.0.1-alpha.20
 - @bloom-housing/ui-components@3.0.1-alpha.13

* feat: adds new preferences, reserved community type

* feat: adds bottom border to preferences

* feat: updates preference string

* fix: preference cleanup for avance

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.22
 - @bloom-housing/public@3.0.1-alpha.21
 - @bloom-housing/ui-components@3.0.1-alpha.14

* fix: preference cleanup for avance

* 1975/one month rent (#2158)

* feat: add depoist helper text

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.16
 - @bloom-housing/shared-helpers@3.0.1-alpha.9
 - @bloom-housing/partners@3.0.1-alpha.23
 - @bloom-housing/public@3.0.1-alpha.22
 - @bloom-housing/ui-components@3.0.1-alpha.15

* fix(backend): fix view.spec.ts test (#2175)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.17
 - @bloom-housing/shared-helpers@3.0.1-alpha.10
 - @bloom-housing/partners@3.0.1-alpha.24
 - @bloom-housing/public@3.0.1-alpha.23

* refactor: removes jsonpath (#2206)

* refactor: removes jsonpath

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.18
 - @bloom-housing/shared-helpers@3.0.1-alpha.11
 - @bloom-housing/partners@3.0.1-alpha.25
 - @bloom-housing/public@3.0.1-alpha.24

* 1869/application program display (#2114)

* feat: add programs step to application forms

* test: add Cypress tests for the programs step

* feat: rework the Programs page and enhance seeds

* chore: fix programs Cypress test

* fix: fixup cypress tests

* fix: update mock data

* fix: fixup mock data pt 2

* fix: type issues

* fix: bugs and simplify program data processing

Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.19
 - @bloom-housing/shared-helpers@3.0.1-alpha.12
 - @bloom-housing/partners@3.0.1-alpha.26
 - @bloom-housing/public@3.0.1-alpha.25
 - @bloom-housing/ui-components@3.0.1-alpha.16

* feat: adds jurisdictions to pref seeds (#2199)

* feat: adds jurisdictions to pref seeds

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.20
 - @bloom-housing/shared-helpers@3.0.1-alpha.13
 - @bloom-housing/partners@3.0.1-alpha.27
 - @bloom-housing/public@3.0.1-alpha.26

* 1901/application program partners (#2182)

* feat: add programs step to application forms

* test: add Cypress tests for the programs step

* feat: rework the Programs page and enhance seeds

* chore: fix programs Cypress test

* feat: add programs step to application forms

* test: add Cypress tests for the programs step

* feat: rework the Programs page and enhance seeds

* chore: fix programs Cypress test

* fix: fixup cypress tests

* fix: update mock data

* fix: fixup mock data pt 2

* fix: type issues

* feat: Create programs mapper

Closes #1901

* feat: Add programs section

Closes #1901

* feat: Create details section for programs

Closes #1901

* feat: Update translations

Closes #1901

* refactor: Remove console log

Closes #1901

* refactor: Simpify code

Closes #1901

* chore: remove console log

* fix: mapProgramToApi return

Co-authored-by: Jared White <jared@jaredwhite.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.21
 - @bloom-housing/shared-helpers@3.0.1-alpha.14
 - @bloom-housing/partners@3.0.1-alpha.28
 - @bloom-housing/public@3.0.1-alpha.27
 - @bloom-housing/ui-components@3.0.1-alpha.17

* test: update program test

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.28

* feat: new demographics sub-race questions (#2109)

* feat: new demographics sub-race questions

* fix: update migration to keep data

* feat: other text boxes

* feat: wip other labels

* feat: can edit demo in partners

* fix: cleanup

* feat: csv formatting

* fix: type issue

* feat: remove gender and sexual orientation

* fix: add test id

* fix: more test ids

* fix: select by checkboxes

* fix: dont use select

* fix: data

* fix: add tests, fixup other option

* Fix code style issues with Prettier

* fix: remove unneeded dependencies

* test: add additional test

* Fix code style issues with Prettier

* test: change test id attribute

* chore: cleanup formatApplicationData imports

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.22
 - @bloom-housing/shared-helpers@3.0.1-alpha.15
 - @bloom-housing/partners@3.0.1-alpha.29
 - @bloom-housing/public@3.0.1-alpha.29
 - @bloom-housing/ui-components@3.0.1-alpha.18

* feat: updates email confirmation for lottery (#2200)

* feat: updates email confirmation for lottery

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.23
 - @bloom-housing/shared-helpers@3.0.1-alpha.16
 - @bloom-housing/partners@3.0.1-alpha.30
 - @bloom-housing/public@3.0.1-alpha.30

* fix: add ariaHidden to Icon component

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.17
 - @bloom-housing/partners@3.0.1-alpha.31
 - @bloom-housing/public@3.0.1-alpha.31
 - @bloom-housing/ui-components@3.0.1-alpha.19

* fix: add ariaLabel prop to Button component

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.18
 - @bloom-housing/partners@3.0.1-alpha.32
 - @bloom-housing/public@3.0.1-alpha.32
 - @bloom-housing/ui-components@3.0.1-alpha.20

* fix: change the yes/no radio text to be more descriptive (#2208)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.19
 - @bloom-housing/partners@3.0.1-alpha.33
 - @bloom-housing/public@3.0.1-alpha.33
 - @bloom-housing/ui-components@3.0.1-alpha.21

* fix: remove alameda reference in demographics (#2209)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.20
 - @bloom-housing/partners@3.0.1-alpha.34
 - @bloom-housing/public@3.0.1-alpha.34
 - @bloom-housing/ui-components@3.0.1-alpha.22

* refactor: remove applicationAddress

picked from dev bf10632a62bf2f14922948c046ea3352ed010f4f

* feat: refactor and add public site application flow cypress tests

picked from dev 9ec0e8d05f9570773110754e7fdaf49254d1eab8

* feat: better seed data for ami-charts

picked from dev d8b1d4d185731a589c563a32bd592d01537785f3

* feat: adds listing management cypress tests to partner portal

* fix: listings management keep empty strings, remove empty objects

picked from dev c4b1e833ec128f457015ac7ffa421ee6047083d9

* feat: one month rent

picked from dev 883b0d53030e1c4d54f2f75bd5e188bb1d255f64

* test: view.spec.ts test

picked from dev 324446c90138d8fac50aba445f515009b5a58bfb

* refactor: removes jsonpath

picked from dev deb39acc005607ce3076942b1f49590d08afc10c

* feat: adds jurisdictions to pref seeds

picked from dev 9e47cec3b1acfe769207ccbb33c07019cd742e33

* feat: new demographics sub-race questions

picked from dev 9ab892694c1ad2fa8890b411b3b32af68ade1fc3

* feat: updates email confirmation for lottery

picked from dev 1a5e824c96d8e23674c32ea92688b9f7255528d3

* fix: add ariaHidden to Icon component

picked from dev c7bb86aec6fd5ad386c7ca50087d0113b14503be

* fix: add ariaLabel prop to Button component

picked from dev 509ddc898ba44c05e26f8ed8c777f1ba456eeee5

* fix: change the yes/no radio text to be more descriptive

picked from dev 0c46054574535523d6f217bb0677bbe732b8945f

* fix: remove alameda reference in demographics

picked from dev 7d5991cbf6dbe0b61f2b14d265e87ce3687f743d

* chore: release version

picked from dev fe82f25dc349877d974ae62d228fea0354978fb7

* feat: ami chart jurisdictionalized

picked from dev 0a5cbc88a9d9e3c2ff716fe0f44ca6c48f5dcc50

* refactor: make backend a peer dependency in ui-components

picked from dev 952aaa14a77e0960312ff0eeee51399d1d6af9f3

* feat: add a phone number column to the user_accounts table

picked from dev 2647df9ab9888a525cc8a164d091dda6482c502a

* chore: removes application program partners

* chore: removes application program display

* Revert "chore: removes application program display"

This reverts commit 14825b4a6c9cd1a7235e32074e32af18a71b5c26.

* Revert "chore: removes application program partners"

This reverts commit d7aa38c777972a2e21d9f816441caa27f98d3f86.

* chore: yarn.lock and backend-swagger

* fix: removes Duplicate identifier fieldGroupObjectToArray

* feat: skip preferences if not on listing

* chore(release): version

* fix: cannot save custom mailing, dropoff, or pickup address

* chore(release): version

* chore: converge on one axios version, remove peer dependency

* chore(release): version

* feat: simplify Waitlist component and use more flexible schema

* chore(release): version

* fix: lottery results uploads now save

* chore(release): version

* feat: add SRO unit type

* chore(release): version

* fix: paper application submission

* chore(release): version

* fix: choose-language context

* chore(release): version

* fix: applications/view hide prefs

* chore(release): version

* feat: overrides fallback to english, tagalog support

* chore(release): version

* fix: account translations

* chore(release): version

* fix: units with invalid ami chart

* chore(release): version

* fix: remove description for the partners programs

* fix: fix modal styles on mobile

* fix: visual improvement to programs form display

* fix: submission tests not running

* chore: translations (#2293)

* chore: translations (#2295)

* chore: missing translations (#2296)

* fix: prefUnits on autofill summary (#2294)

* chore: move Programs step to come after Students (#2277)

* feat: adds whatToExpect to GTrans

* chore: missing translations (#2299)

* fix: 2259/fixes idle timeout not resetting properly (#2292)

* chore(release): version

* fix: demographics howDidYouHear options (2305)

* chore(release): version

* fix: mobile notice text wrap issue (#2308)

* feat: postmark date time fields partners (#2239)

* fix: versioning issues (#2311)

* chore(release): version

* chore(backend): move libs/ to shared/utils, clean up modules (#2230)

* feat(backend): all programs to csv export (#2302)

* chore(release): version

* feat: filter partner users

* chore(release): version

* feat: adds updating open listing modal (#2288)

* fix: closed listings allowed apps (#2317)

* feat: 2165/rosefield preference updates (#2386)

* chore(release): version

* Revert "chore(release): version"

This reverts commit 7c414ca7f8c5709e4ff19b94e3fb1089bdc45e97.

* chore(release): version

 - @bloom-housing/backend-core@3.0.1
 - @bloom-housing/shared-helpers@3.0.1
 - @bloom-housing/partners@3.0.1
 - @bloom-housing/public@3.0.1
 - @bloom-housing/ui-components@3.0.1

* feat(backend): add storing listing translations (#2215)

* feat: adds whatToExpect to GTrans (#2303)

* fix: patch issue with submit application section

* fix: patches translations for preferences (#2410)

* fix: issues with public app and readds auto save (2428)

* fix: ami charts without all households (#2430)

* fix: load blank application

* 2022-01-27 release (#2439)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.23
 - @bloom-housing/partners@3.0.1-alpha.37
 - @bloom-housing/public@3.0.1-alpha.38
 - @bloom-housing/ui-components@3.0.1-alpha.24

* fix(backend): nginx with heroku configuration (#2196)

* fix(backend): nginx with heroku configuration

* feat(backend): nginx make hostname and port variable

* feat: nginx proxy updates

* feat(backend): modify proxy_pass and Host header settings

Co-authored-by: seanmalbert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.26
 - @bloom-housing/shared-helpers@3.0.1-alpha.24
 - @bloom-housing/partners@3.0.1-alpha.38
 - @bloom-housing/public@3.0.1-alpha.39
 - @bloom-housing/ui-components@3.0.1-alpha.25

* fix: fetchBaseListingData (#2238)

* fix: fetchBaseListingData

* fix: fetchBaseListingData

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.40

* fix: lottery results uploads now save (#2226)

* fix: lottery results uploads now save

* fix: switch to partial typing

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.39

* feat: getStaticPaths fallback blocking test

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.41

* chore: add temp logs for testing id/slug

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.42

* chore(backend): move libs/ to shared/utils, clean up modules (#2230)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.27
 - @bloom-housing/shared-helpers@3.0.1-alpha.25
 - @bloom-housing/partners@3.0.1-alpha.40
 - @bloom-housing/public@3.0.1-alpha.43
 - @bloom-housing/ui-components@3.0.1-alpha.26

* chore: add SRO unit type (#2243)

* chore: add SRO unit type to DB / translations

* chore: additional string changes to SRO

* test(backend): add SRO to unit types test

* feat: SRO unit type additions

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.28
 - @bloom-housing/shared-helpers@3.0.1-alpha.26
 - @bloom-housing/partners@3.0.1-alpha.41
 - @bloom-housing/public@3.0.1-alpha.44
 - @bloom-housing/ui-components@3.0.1-alpha.27

* 2140/fix paper application submission (#2195)

* fix: fix paper application submission

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.42

* Fix code style issues with Prettier

* test: adds cypress test coverage

* fix: updates per sean

* fix: one more update

* test: fix partners unit tests

* fix: choose-language context

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.45

* fix: applications drop off address

* fix: applications/view hide prefs

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.46

* feat(backend): add storing listing translations (#2215)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.29
 - @bloom-housing/shared-helpers@3.0.1-alpha.27
 - @bloom-housing/partners@3.0.1-alpha.43
 - @bloom-housing/public@3.0.1-alpha.47
 - @bloom-housing/ui-components@3.0.1-alpha.28

* fix(backend): make nginx proxy use Language HTTP header in cache key (#2266)

* 2098/fix partner applications grid display (#2188)

* fix: partner applications grid display

* Fix code style issues with Prettier

* test: fix tests

* Fix code style issues with Prettier

* fix: updates to using views

* tests: add application grid test

* fix: updates per sean

* fix: one more update

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.30
 - @bloom-housing/shared-helpers@3.0.1-alpha.28
 - @bloom-housing/partners@3.0.1-alpha.44
 - @bloom-housing/public@3.0.1-alpha.48
 - @bloom-housing/ui-components@3.0.1-alpha.29

* fix: fixes some issues with the deployment

* Revert/2188 (#2270)

* fix: fixes some issues with the deployment

* revert: partner applications grid display

* fix: view.spec

Co-authored-by: Yazeed Loonat <yazeedloonat@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.31
 - @bloom-housing/shared-helpers@3.0.1-alpha.29
 - @bloom-housing/partners@3.0.1-alpha.45
 - @bloom-housing/public@3.0.1-alpha.49
 - @bloom-housing/ui-components@3.0.1-alpha.30

* 2098/fix partner applications grid display (#2188)

* fix: partner applications grid display

* Fix code style issues with Prettier

* test: fix tests

* Fix code style issues with Prettier

* fix: updates to using views

* tests: add application grid test

* fix: updates per sean

* fix: one more update

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* feat(backend): add listings closing routine (#2213)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.32
 - @bloom-housing/shared-helpers@3.0.1-alpha.30
 - @bloom-housing/partners@3.0.1-alpha.46
 - @bloom-housing/public@3.0.1-alpha.50
 - @bloom-housing/ui-components@3.0.1-alpha.31

* feat(backend): add user password expiration

* fix: Remove description for the partners programs (#2234)

Closes #1901

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.47

* 2227/lock login attempts frontend (#2260)

* feat: Add new translations

Closes #1927

* refactor: Make title as optional

Closes #1927

* feat: Update login alert text

Closes #1927

* fix: Use translation, instead of hardcoded text

Closes #1927

* feat: Add translation

Closes #1927

* feat: Update type name

Closes #1927

* feat: Add new alerts

Closes #1927

* fix: Fix translation

Closes #1927

* fix(AlertBox.tsx): Fix close icon placement

Closes #1927

* feat: Create helper to catch network errors

Closes #1927

* feat: Add translations

Closes #1927

* feat: Create reusable sign-in form

Closes #1927

* refactor(sign-in page, public and partners): Update sign-in pages to use reusable form

BREAKING CHANGE: sign-in pages have been updated

Closes #1927

* Fix code style issues with Prettier

* fix: fixes tests and also issue with user grid

* fix: fixes linting error

* feat(backend): add appropriate http exception for password outdated login failure

* fix: Fix modal styles on mobile (#2280)

Closes #2253

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.31
 - @bloom-housing/partners@3.0.1-alpha.48
 - @bloom-housing/public@3.0.1-alpha.51
 - @bloom-housing/ui-components@3.0.1-alpha.32

* fix: visual improvement to programs form display (#2276)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.52

* fix: submission tests not running (#2282)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.53

* feat: overrides fallback to english, tagalog support (#2262)

* chore: allow work-in strings to take jurisdiction name

* feat: add support for tagalog

* Fix code style issues with Prettier

* feat: tagalog language

* feat: translations precedence includes en overrides

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.33
 - @bloom-housing/shared-helpers@3.0.1-alpha.32
 - @bloom-housing/partners@3.0.1-alpha.49
 - @bloom-housing/public@3.0.1-alpha.54
 - @bloom-housing/ui-components@3.0.1-alpha.33

* fix: account translations (#2278)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.33
 - @bloom-housing/partners@3.0.1-alpha.50
 - @bloom-housing/public@3.0.1-alpha.55
 - @bloom-housing/ui-components@3.0.1-alpha.34

* test: fixes test issues

* fix: fix sortig on applications partner grid

* chore: translations (#2293)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.34
 - @bloom-housing/partners@3.0.1-alpha.51
 - @bloom-housing/public@3.0.1-alpha.56
 - @bloom-housing/ui-components@3.0.1-alpha.35

* chore: translations (#2295)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.35
 - @bloom-housing/partners@3.0.1-alpha.52
 - @bloom-housing/public@3.0.1-alpha.57
 - @bloom-housing/ui-components@3.0.1-alpha.36

* chore: missing translations (#2296)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.36
 - @bloom-housing/partners@3.0.1-alpha.53
 - @bloom-housing/public@3.0.1-alpha.58
 - @bloom-housing/ui-components@3.0.1-alpha.37

* fix: prefUnits on autofill summary (#2294)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.59

* chore: move Programs step to come after Students (#2277)

* chore: move Programs step to come after Students

* test: rearrange order of programs within Cypress tests

* test: remove problematic statement

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.60

* fix: units with invalid ami chart (#2290)

* fix: alunits with invalid ami chart

* perf: uniquePercentageChartSet map

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.34
 - @bloom-housing/shared-helpers@3.0.1-alpha.37
 - @bloom-housing/partners@3.0.1-alpha.54
 - @bloom-housing/public@3.0.1-alpha.61
 - @bloom-housing/ui-components@3.0.1-alpha.38

* chore: missing translations (#2299)

* chore: missing translations

* chore: remove logs

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.38
 - @bloom-housing/partners@3.0.1-alpha.55
 - @bloom-housing/public@3.0.1-alpha.62
 - @bloom-housing/ui-components@3.0.1-alpha.39

* 2259/fixes idle timeout not resetting properly (#2292)

* fix: fixes idle timeout not resetting properly

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.63

* feat: adds whatToExpect to GTrans (#2303)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.35
 - @bloom-housing/shared-helpers@3.0.1-alpha.39
 - @bloom-housing/partners@3.0.1-alpha.56
 - @bloom-housing/public@3.0.1-alpha.64
 - @bloom-housing/ui-components@3.0.1-alpha.40

* fix: demographics howDidYouHear options were not changing on language change (#2305)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.65

* Fix checkbox rtl style

* feat(backend): add password outdating only to users which are either admins or partners

* fix: fix hero button width with secondary button (#2306)

* fix: mobile notice text wrap issue (#2308)

* feat(backend): add activity logging to listings module (#2190)

* feat(backend): add activity logging to listings module

* feat(backend): add activity logging to applications and user controllers

* feat(backend): add metada column to activity log entity

* feat(backend): change activity log metadata column type

* feat(backend): remove applications related changes

* feat(backend): remove ListingActivityLogInterceptor

* 2040/postmark date time fields partners (#2239)

* feat: add postmark by date and time fields

* feat: fix display and preview page

* test: fix so the correct date displays

* Fix code style issues with Prettier

* fix: fixes per emily

* fix: updates per sean

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* fix: versioning issues (#2311)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.36
 - @bloom-housing/shared-helpers@3.0.1-alpha.41
 - @bloom-housing/partners@3.0.1-alpha.58
 - @bloom-housing/public@3.0.1-alpha.67
 - @bloom-housing/ui-components@3.0.1-alpha.42

* feat(backend): all programs to csv export (#2302)

* feat(backend): all programs to csv export

* chore: removes console log

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.37
 - @bloom-housing/shared-helpers@3.0.1-alpha.42
 - @bloom-housing/partners@3.0.1-alpha.59
 - @bloom-housing/public@3.0.1-alpha.68
 - @bloom-housing/ui-components@3.0.1-alpha.43

* feat(backend): add partnerTerms to jurisdiction entity (#2301)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.38
 - @bloom-housing/shared-helpers@3.0.1-alpha.43
 - @bloom-housing/partners@3.0.1-alpha.60
 - @bloom-housing/public@3.0.1-alpha.69
 - @bloom-housing/ui-components@3.0.1-alpha.44

* feat: removes ListingLangCacheInterceptor from get by id

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.39
 - @bloom-housing/shared-helpers@3.0.1-alpha.44
 - @bloom-housing/partners@3.0.1-alpha.61
 - @bloom-housing/public@3.0.1-alpha.70
 - @bloom-housing/ui-components@3.0.1-alpha.45

* fix: Update translation

Closes 1927

* fix: Update hardcoded translations

Closes #1927

* refactor: listing detail props (#2313)

* refactor: listing detail props

* fix: HouseholdSizeField FieldError

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.45
 - @bloom-housing/partners@3.0.1-alpha.62
 - @bloom-housing/public@3.0.1-alpha.71
 - @bloom-housing/ui-components@3.0.1-alpha.46

* chore(deps): bump next from 11.1.2 to 11.1.3 (#2289)

* feat(backend): refactor applications module (#2279)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.40
 - @bloom-housing/shared-helpers@3.0.1-alpha.46
 - @bloom-housing/partners@3.0.1-alpha.63
 - @bloom-housing/public@3.0.1-alpha.72
 - @bloom-housing/ui-components@3.0.1-alpha.47

* feat: filter partner users

* chore(release): version

 - @bloom-housing/partners@3.0.…
ludtkemorgan added a commit to CityOfDetroit/bloom that referenced this pull request Aug 26, 2022
* fix: now can save without ami info

* fix: for when rent value is missing

* fix: occupancy max 8, selects can be deselected

* fix: add hearing mobility visual to a11y features (#1032)

* fix: removing placeholder

* fix: readding label, removing placeholder

* fix: was too specific

* fix(backend): import script percentageOfIncomeValue retrieval logic (#1034)

Co-authored-by: Michal Plebanski <michalp@airnauts.com>

* fix: ami percentage

* fix: listing view detail list order

* fix: partner listing grid address column

* fix: properly set monthlyRentDeterminationType in import script

* fix: account for space after comma in spreadsheet for split types

* fix: hide hmi link if no hmi table (#1035)

* fix: hide hmi link if no hmi table

* fix: hide completely

* feat: catch up for migrations (#1030)

feat: catch up for migrations (#1030)

* fix: fix for when rent range was empty (#1038)

* fix: styling issues in features section (#1039)

* fix: preview close alert style fixes (#1040)

* fix: stray zero if no programs (#1042)

* fix: pagination fix for partner listing grid (#1041)

* fix: pagination fix for partner listing grid

* fix: removes unit groups second query and from inner filter

* test: fix for tests

* fix: listings e2e tests

Co-authored-by: Sean Albert <smabert@gmail.com>

* fix: update neighborhood list, unit type string

* 1045/allows re-request confirmation on partners (#1047)

* feat: allows re-request confirmation on partners

* fix: linting fixes (#1057)

fix: linting fixes

* fix: fixes pagination issue on detroit user grid (#1063)

* feat(backend): update listing filters (#1050)

* feat(backend): update listing filters

* fix: fix for partner and public builds

* fix(backend): listing bedrooms filter

* fix(backend): num_bedrooms filter fix

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Yazeed Loonat <yazeedloonat@gmail.com>

* feat: Update listing table columns (#1067)

* feat: Update listing table columns

Closes #1008

* feat: Add per page qty select field

Closes #1008

* style: removes console log

Co-authored-by: Sean Albert <smabert@gmail.com>

* feat: filters to show only active listings (#1070)

* feat(backend): add marketingType to Listing entity

* Bump actions/setup-node from 2.5.0 to 3 (#999)

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.5.0 to 3.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2.5.0...v3)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: frontend type fix

* fix: change verified string (#1088)

* fix: select programs working with single jurisdiction (#1100)

* Bump actions/checkout from 2 to 3 (#1010)

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: verify link should work on second application tab (#1068)

* fix: verify link should work on second application tab

* refactor: add new state

* fix: pr feedback

* feat: exposing leasing company website (#1069)

* feat: exposing leasing company website

* fix: no longer href on empty website

* fix: adding url validation

* fix: updates per sean

* feat: adds unit summaries to listings list to backend (#1077)

* feat: adds unit summaries to listings list

* fix: addresses issues noted in PR

* fix: cleans up detroit specific seeds

* fix: fixes issue with public latestListings filter

* fix: backend listing test unit groups

* fix: unit groups on partners types

* 78/favorites refactor test2 (#1089)

* initial setup of backend

initial setup with backend now including array of strings of just the Listing ID.  Verify e2e testing works as well.

* Implemented ListingCard fav

Implemented favorite buttons and features.  Only works after initial refresh.  Failure to get profile.preferences on first call.

* updated to include preference-entity default

* rename useState elements

* console.log cleanup on ListingCard

* Fix code style issues with Prettier

* useState updated and remove console logs

* feat: adding favorite feature

* fix: updates per emily and sean

* feat: moving user-prefence into their own pathway

* test: updates for tests

* test: fix for backend spec tests

* build: updates local db to bloom_detroit

* docs: update backend env template

* fix: updates to favorites

* fix: updates for styling and per sean

* fix: removing duplicate UsePipe

* test: fixes failing tests

* feat: adds UserPreferenceAuthzGuard

* fix: updates per sean

* feat: updates userPreferences to take user id

* fix: styling update per sean

* fix: styling updates per emily

* feat: adding toast for favorite

* test: fixes for tests

* fix: build fix

* fix: un-narrowing favorite toast

* feat: adds aria-live to favorites

* fix: getListings call on index

* fix: adds (un)favorited language

* fix: removes unused AlertBox element

* feat: exposing favorites on dashboard

* Merge remote-tracking branch 'detroit/dev' into 78/favorites_refactor_test2

* fix: merge fix

* feat: updates AG_PER_PAGE_OPTIONS

Co-authored-by: pfeeny5 <82653098+pfeeny5@users.noreply.github.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>

* feat: load overlay to partner listings grid (#1116)

* feat: load overlay to partner listings grid

* feat: agpage hides total items when no items

* feat: disables overdue listings status cron (#1109)

* feat: disables overdue listings status cron

* style: removes commented out code

* feat: Remove signup subscription fields (#1112)

* feat: Add summary tables into the listing (#1118)

* feat(backend): create property.region from property.neighborhood (#1110)

* feat(backend): create property.region from property.neighborhood

* feat(backend): update neighborhood migration script

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* fix: about page content edit and margin top and bottom fix (#1133)

* fix: about page content and margin top and bottom

* fix: add partners list and remove copy from non-english json files

* fix: remove json keys entirely

* feat: updated content & styles on homepage, footer

* fix: move new copy to translations

* feat: update email copy (#1135)

* feat: update email copy

* fix: update email service test

* feat: add comma

* fix: comma unit test fail

* fix: unit test comma

* feat: can add a marketing status to a listing in partners (#1128)

* feat: can add a marketing status to a listing in partners

* fix: mobile fix

* fix: fix migration to check for new object (#1139)

* 2022-04-06 sync upstream (#1132)

* chore: merge upstream/master backend

* chore: merges upstream/master ui-components

* chore: merge upstream/master sites/partners

* feat: flattens translations

* chore: merge upstream/master shared-helpers

* fix: address issues with ui-components merge

* fix: partners merge issues

* chore: merge upstream/master sites/public

* test: updates listing order by tests

* test: updates listing e2e tests

* test: adds script for test to package.json

* fix: uptake listing card

* fix: prop updates for uptaking new listing card (#1136)

* fix: prop updates for uptaking new listing card

* fix: styling updates to the home page listing cards

* fix: tag color

* style: updates horizontal scroll margins

Co-authored-by: Sean Albert <smabert@gmail.com>

* fix: duplicate DetailApplicationAddress import

* fix: add missing translations and style cleanup

Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Emily Jablonski <65367387+emilyjablonski@users.noreply.github.com>

* feat: update summary tables and tags with coming soon (1076) (1098) (1074) (#1131)

* fix: listing list dupes in pagination (#1140)

* fix: listing list dupes in pagination

* test: updates listings e2e tests

* fix: managementwebsite url seeds

* feat: add 100 to ag page options (#1149)

* feat: Add .5 and 1.5 bathroom options to min and max dropdown in Add … (#1113)

* feat: disable mfa for Detroit (#1148)

* fix: adds check for unitSummaries?.unitGroupSummary on listing (#1156)

* 973/favorites on dashboard (#1095)

* initial setup of backend

initial setup with backend now including array of strings of just the Listing ID.  Verify e2e testing works as well.

* Implemented ListingCard fav

Implemented favorite buttons and features.  Only works after initial refresh.  Failure to get profile.preferences on first call.

* updated to include preference-entity default

* rename useState elements

* console.log cleanup on ListingCard

* Fix code style issues with Prettier

* useState updated and remove console logs

* feat: adding favorite feature

* fix: updates per emily and sean

* feat: moving user-prefence into their own pathway

* test: updates for tests

* test: fix for backend spec tests

* build: updates local db to bloom_detroit

* docs: update backend env template

* fix: updates to favorites

* fix: updates for styling and per sean

* fix: removing duplicate UsePipe

* test: fixes failing tests

* feat: adds UserPreferenceAuthzGuard

* fix: updates per sean

* feat: updates userPreferences to take user id

* fix: styling update per sean

* fix: styling updates per emily

* feat: adding toast for favorite

* test: fixes for tests

* fix: build fix

* fix: un-narrowing favorite toast

* feat: adds aria-live to favorites

* fix: getListings call on index

* fix: adds (un)favorited language

* fix: removes unused AlertBox element

* feat: exposing favorites on dashboard

* Merge remote-tracking branch 'detroit/dev' into 78/favorites_refactor_test2

* fix: merge fix

* fix: updates per emily

* fix: updates per emily and jesse

* fix: reduces weird re-renders

* fix: updates per emily

* fix: enforces log in requirements

* style: removes console log

* fix: favorite pagination

* fix: issue with initial favoriting

* feat: adds classNames to LoadingOverlay

Co-authored-by: pfeeny5 <82653098+pfeeny5@users.noreply.github.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>

* fix: homepage layout/copy

* feat: show tags on listing cards for community programs, a11y (#1146)

* feat: show tags on listing cards for community programs, a11y

* fix: build fix

* refactor: pr feedback

* feat: adds sorting to programs in listing tags

Co-authored-by: Sean Albert <smabert@gmail.com>

* fix: improve presentation of the City regions section

* Feature/region enum (#1137)

* feat(backend): add region Enum to listing dtos

* feat: Add region select input

Closes #1097

* feat: Add region into the listing view

Closes #1097

* feat: Update tests

Closes #1097

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* fix: update styling of coming soon tag (#1154)

* fix: update styling of coming soon tag

* refactor: pr review

* fix: refactor

* 1091/listing sort order (#1157)

* feat: updates listing sort order to coming soon

* fix: fixes public listing pagination

* fix: wrap DashBlock anchor tag in Link component to display selected … (#1159)

* fix: wrap DashBlock anchor tag in Link component to display selected language

* fix: swap Link for LinkComponent

* fix: nested anchor tags

* chore: replace hero background image (for now)

* fix: eslint errors in dev (#1163)

* fix: eslint errors in dev

* style: eslint next line

* 1115/min max validation (#1155)

* feat: min max validation errors for Add Unit Group form

* fix: console warnings for faulty validation

* feat: add instant validation for all  min and max fields

* style: remove unnecessary

* change non-dropdown min max fields to onBlur

* move error strings to partners override

* fix: error when passing empty string as phone number to usToIntlPhone… (#1160)

* fix: error when passing empty string as phone number to usToIntlPhone helper

* style: prettier

* feat: update IntlToUsPhone and update both types to include null

* fix: retrigger checks

* style: run prettier

Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>

* feat(backend): update how order by comingSoon works (#1174)

* feat(backend): update how order by comingSoon works

* fix: marketingDate order dir

* fix: forgot password empty warning and two minor style changes (#2680)

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* fix: coming soon tag color on listing detail page (#1170)

* fix: cannot update waitlist status to open (#1171)

* feat: new verified tag icon (#1172)

* feat: add new sign up link to home page (#1173)

* feat: add new sign up link to home page

* fix: open link in a new tab

* style: add void before trigger functions to avoid eslint errors (#1178)

* style: Arabic RTL layout changes (#1166)

* style: remove text-align from page header so rtl can display properly

* feat: savepoint aside no longer absolute positioned, still need more styling edits

* style: responsive element widths

* style: swap empty div tags with <>

* style: cleanup temp classes

* style: cleanup commented

* listing process separated into component (needs to move to ui components)

* feat: ListingProcess component and rtl padding swap

* feat: ListingProcess component

* fix: rtl workaround

* style: change prop types

* refactor: move ListingProcess component back to public

* refactor: git re-add component

* refactor: ListingProcess back to ListingView

* style: remove unnecessary

* feat: tooltip component

* * feat: updates to UI of public listing filters (#1138)

* 1058/updated public listing filters (#1138)

* feat: fixes backend to filter properly

* fix: some touch ups

* fix: updates per emily

* fix: updates per emily

* fix: fixes for tests

* fix: updates per emily

* fix: matching filters to mocks

* fix: remove test class

* fix: updates per emily

* fix: reset fix

* fix: fix for the tests

* fix: modifying the region filter to be an OR

* fix: test updates

Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>

* 1083/header hover issues (#1177)

* fix: improved hover and dropdown menu alignment

* removed unnecessary comments

* fix: update padding issues

* fix: centering dropdown menu

* fix: new approach with visual regressions addressed

* fix: add leasing agent address field back to listing form (#1195)

* 1168/arabic listing section overlap (#1184)

* style: rtl css refactors for listing containers

* style: rtl friendly border

* style: desktop media queries

* Update ui-components/src/global/headers.scss

Co-authored-by: Emily Jablonski <65367387+emilyjablonski@users.noreply.github.com>

Co-authored-by: Emily Jablonski <65367387+emilyjablonski@users.noreply.github.com>

* fix: check for empty translations before sending to google translate service (#1191)

* 1167/page-not-found-ui (#1185)

* style: white text and rm yellow background from button on Page Not Found

* style: remove hover border

* style: conditional rendering of Hero components

* style: remove unnecessary

* style: conditional styling without using new props

* style: titleClassName prop

* feat: default what to expect text and additional what to expect field (#1145)

* fix: authservice.token data null issue (#2703) (#1197)

* fix: show street2 for addresses (#1209)

* fix: show street2 for addresses

* test: fixup tests

* feat: set default what to expect text for coming soon listings (#1210)

* fix: update homepage subtext copy (#1217)

* fix: remove link to eligibility calculator (#1216)

* fix: Fix tooltip visibility (#1212)

* Removes listing queue imports (#1211)

* fix: removes listing queue imports

* feat: removes bull module from listings

* feat: adds new filter, fix region (#1214)

* fix: content update (#1220)

* style: listing page rtl css changes (#1221)

* style: rtl css changes

* style: one more pr > pe since it's here

* style: rtl accessibility button

* fix: fixes bedrooom and accessibility filters

* fix: fixes bedrooom and accessibility filters

* fix: vacant unit/waitlist filter fixes

* style: filtered page cleanup

* fix: test fix

* fix: update for availability filter

* fix: update per emily

Co-authored-by: Sean Albert <smabert@gmail.com>

* 1090/resources page (#1181)

* feat: add a new Resources page

* fix: header spacing and phone links

* chore: use local components for Additional Resources

Co-authored-by: Yazeed Loonat <yazeedloonat@gmail.com>

* chore: refactor Resources to use per-card md files

* chore: remove full resources page

Co-authored-by: Yazeed Loonat <yazeedloonat@gmail.com>

* 2022-05-03 sync main (#1228)

* 2022-03-10 release (#1044)

* 2022-02-10 core (#982)

* fix: retnal assistance eror message

* Preferences cleanup (#1947)

* feat(backend): preferences cleanup

BREAKING CHANGE: Preferences are now M-N relation with a listing and have an intermediate table with ordinal number

* refactor(backend): preferences deduplication

So far each listing referenced it's own unique Preferences. This change introduces Many to Many
relationship between Preference and Listing entity and forces sharing Preferences between listings.

* feat(backend): extend preferences migration with moving existing relations to a new intermediate tab

* feat(backend): add Preference - Jurisdiction ManyToMany relation

* feat: adapt frontend to backend changes

* fix(backend): typeORM preferences select statement

* fix(backend): connect preferences with jurisdictions in seeds, fix pref filter validator

* fix(backend): fix missing import in preferences-filter-params.ts

* refactor: rebase issue

* feat: uptake jurisdictional preferences

* fix: fixup tests

* fix: application preferences ignore page, always separate

* Remove page from src/migration/1633359409242-add-listing-preferences-intermediate-relation.ts

* fix: preference fetching and ordering/pages

* Fix code style issues with Prettier

* fix(backend): query User__leasingAgentInListings__jurisdiction_User__leasingAgentIn specified more

* fix: perferences cypress tests

Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Sean Albert <smabert@gmail.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.13
 - @bloom-housing/partners@2.0.0-pre-tailwind.23
 - @bloom-housing/public@2.0.0-pre-tailwind.23
 - @bloom-housing/ui-components@2.0.0-alpha.23

* fix: updates household member count (#2112)

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.14
 - @bloom-housing/partners@2.0.0-pre-tailwind.24
 - @bloom-housing/public@2.0.0-pre-tailwind.24
 - @bloom-housing/ui-components@2.0.0-alpha.24

* fix: updates household member count

picked 3dee0f7d676ff42d546ecf83a17659cd69d7e1bc

* fix: reverts preferences to re-add as breaking/major bump

* fix: reverts preferences to re-add as breaking/major bump

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.15
 - @bloom-housing/partners@2.0.0-pre-tailwind.25
 - @bloom-housing/public@2.0.0-pre-tailwind.25
 - @bloom-housing/ui-components@2.0.0-alpha.25

* refactor: listing preferences and adds jurisdictional filtering

BREAKING CHANGE: updates preference relationship with listings

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.16
 - @bloom-housing/partners@2.0.0-pre-tailwind.26
 - @bloom-housing/public@2.0.0-pre-tailwind.26
 - @bloom-housing/ui-components@2.0.0-alpha.26

* chore(release): version

 - @bloom-housing/backend-core@2.0.0
 - @bloom-housing/shared-helpers@2.0.0
 - @bloom-housing/partners@2.0.0
 - @bloom-housing/public@2.0.0
 - @bloom-housing/ui-components@2.0.0

* fix: Updates lastName on application save

* docs: Update changelog

* Fix code style issues with Prettier

* chore(release): version

 - @bloom-housing/partners@2.0.1-alpha.0

* fix: a11y color contrast issues with tint on ImageCard component (#2074)

* chore(release): version

 - @bloom-housing/partners@2.0.1-alpha.1
 - @bloom-housing/public@2.0.1-alpha.0
 - @bloom-housing/ui-components@2.0.1-alpha.0

* feat: two new common app questions - Household Changes and Household Student (#2070)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.0
 - @bloom-housing/partners@2.0.1-alpha.2
 - @bloom-housing/public@2.0.1-alpha.1
 - @bloom-housing/ui-components@2.0.1-alpha.1

* fix: household member cypress test (#2113)

* chore(release): version

 - @bloom-housing/public@2.0.1-alpha.2

* fix: SiteHeader visual issues with long menu bars (#2068)

* feat: jurisdictional email signatures (#2111)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.1
 - @bloom-housing/partners@2.0.1-alpha.3
 - @bloom-housing/public@2.0.1-alpha.3
 - @bloom-housing/ui-components@2.0.1-alpha.2

* fix: don't send email confirmation on paper app submission (#2110)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.2
 - @bloom-housing/partners@2.0.1-alpha.4
 - @bloom-housing/public@2.0.1-alpha.4
 - @bloom-housing/ui-components@2.0.1-alpha.3

* 1838/ami chart jurisdictionalized (#2102)

* fix: jurisdictionalizes ami charts on partners

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.3
 - @bloom-housing/partners@2.0.1-alpha.5
 - @bloom-housing/public@2.0.1-alpha.5
 - @bloom-housing/ui-components@2.0.1-alpha.4

* feat: Updates application confirmation numbers (#2072)

* feat: Updates application confirmation numbers

* docs: Update changelog

* feat: adds confirmation number to csv export

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.4
 - @bloom-housing/partners@2.0.1-alpha.6
 - @bloom-housing/public@2.0.1-alpha.6
 - @bloom-housing/ui-components@2.0.1-alpha.5

* fix: updates lastName on application save

picked from aff87ec99ad2fbd4a1f9a6853157ea7770f85a56

* fix(backend): make it possible to filter portal users in /users endpoint (#2078)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.5
 - @bloom-housing/partners@2.0.1-alpha.7
 - @bloom-housing/public@2.0.1-alpha.7
 - @bloom-housing/ui-components@2.0.1-alpha.6

* Revert "refactor: listing preferences and adds jurisdictional filtering"

This reverts commit 9f661b43921ec939bd1bf5709c934ad6f56dd859.

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.6
 - @bloom-housing/partners@2.0.1-alpha.8
 - @bloom-housing/public@2.0.1-alpha.8
 - @bloom-housing/ui-components@2.0.1-alpha.7

* hotfix: ensure Triton seed doesn't error out

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.7
 - @bloom-housing/partners@2.0.1-alpha.9
 - @bloom-housing/public@2.0.1-alpha.9
 - @bloom-housing/ui-components@2.0.1-alpha.8

* chore(release): version

 - @bloom-housing/backend-core@3.0.0
 - @bloom-housing/shared-helpers@3.0.0
 - @bloom-housing/partners@3.0.0
 - @bloom-housing/public@3.0.0
 - @bloom-housing/ui-components@3.0.0

* 1837/preferences cleanup 3 (#2144)

* feat(backend): preferences cleanup

BREAKING CHANGE: Preferences are now M-N relation with a listing and have an intermediate table with ordinal number

* refactor(backend): preferences deduplication

So far each listing referenced it's own unique Preferences. This change introduces Many to Many
relationship between Preference and Listing entity and forces sharing Preferences between listings.

* feat(backend): extend preferences migration with moving existing relations to a new intermediate tab

* feat(backend): add Preference - Jurisdiction ManyToMany relation

* feat: adapt frontend to backend changes

* fix(backend): typeORM preferences select statement

* fix(backend): connect preferences with jurisdictions in seeds, fix pref filter validator

* fix(backend): fix missing import in preferences-filter-params.ts

* refactor: rebase issue

* feat: uptake jurisdictional preferences

* fix: fixup tests

* fix: application preferences ignore page, always separate

* Remove page from src/migration/1633359409242-add-listing-preferences-intermediate-relation.ts

* fix: preference fetching and ordering/pages

* Fix code style issues with Prettier

* fix(backend): query User__leasingAgentInListings__jurisdiction_User__leasingAgentIn specified more

* fix: perferences cypress tests

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.0
 - @bloom-housing/partners@3.0.1-alpha.0
 - @bloom-housing/public@3.0.1-alpha.0
 - @bloom-housing/ui-components@3.0.1-alpha.0

* feat(backend): extend UserUpdateDto to support email change with confirmation (#2120)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.1
 - @bloom-housing/partners@3.0.1-alpha.1
 - @bloom-housing/public@3.0.1-alpha.1
 - @bloom-housing/ui-components@3.0.1-alpha.1

* 2056/user account edit fix (#2073)

* fix: Replaces service to use newly created

* fix: Fix DOB initial values

* feat(backend): extend UserUpdateDto to support email change with confirmation

* fix: Update email form to use a new service

* fix: updates email change language

* Fix code style issues with Prettier

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.2
 - @bloom-housing/partners@3.0.1-alpha.2
 - @bloom-housing/public@3.0.1-alpha.2
 - @bloom-housing/ui-components@3.0.1-alpha.2

* feat: add Programs section to listings management (#2093)

* feat: add Programs section to listings management

* fix: sorting on detail page

* fix: merge issues

* feat: make program fetching jurisdictional

* fix: replace preference with program

* fix: program delete removes jurisdiction

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.3
 - @bloom-housing/partners@3.0.1-alpha.3
 - @bloom-housing/public@3.0.1-alpha.3
 - @bloom-housing/ui-components@3.0.1-alpha.3

* 2085/adds top level catchAll exception filter (#2132)

* fix: adds top level catchAll error filter

* fix: removing now unused exception filter

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.4
 - @bloom-housing/partners@3.0.1-alpha.4
 - @bloom-housing/public@3.0.1-alpha.4
 - @bloom-housing/ui-components@3.0.1-alpha.4

* feat: Change unit number field type to text (#2136)

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.5

* chore(deps): bump electron from 13.1.7 to 13.3.0 (#2137)

Bumps [electron](https://github.com/electron/electron) from 13.1.7 to 13.3.0.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](https://github.com/electron/electron/compare/v13.1.7...v13.3.0)

---
updated-dependencies:
- dependency-name: electron
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump axios from 0.21.1 to 0.21.2 (#2138)

Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.2.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.21.1...v0.21.2)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat(backend): improve application flagged set saving efficiency (#2147)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.5
 - @bloom-housing/partners@3.0.1-alpha.6
 - @bloom-housing/public@3.0.1-alpha.5
 - @bloom-housing/ui-components@3.0.1-alpha.5

* 1655/invite user edit (#1982)

* feat: Update title to be also a react node

* feat: Update translations

* feat: Create reusable form to add and edit users

* feat: Add delete function

* feat(backend): Add ON UPDATE SET NULL to application-user relation

* fix: Fix type

* Fix code style issues with Prettier

* fix(jurisdictionResolverService): updates to return undefined if no jurisdictionName

* feat: Update drawer state name

* feat: Add missing translations

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.6
 - @bloom-housing/partners@3.0.1-alpha.7
 - @bloom-housing/public@3.0.1-alpha.6
 - @bloom-housing/ui-components@3.0.1-alpha.6

* Add a phone number column to the user_accounts table (#2134)

* Merge pull request #710 from CityOfDetroit/feature/add-phonenumber-to-user-entity

Add phone number to user accounts.

* Merge pull request #728 from CityOfDetroit/fix/modify-phone-number-test

Fix user E2E tests.

* Merge pull request #728 from CityOfDetroit/fix/modify-phone-number-test

Fix user E2E tests.

* fix: add validation groups to phoneNumber

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.7
 - @bloom-housing/partners@3.0.1-alpha.8
 - @bloom-housing/public@3.0.1-alpha.7
 - @bloom-housing/ui-components@3.0.1-alpha.7

* refactor: make backend a peer dependency in ui-components (#2146)

* refactor: make backend a peer dependency in ui-components

* fix: fix flaky test

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.0
 - @bloom-housing/partners@3.0.1-alpha.9
 - @bloom-housing/public@3.0.1-alpha.8
 - @bloom-housing/ui-components@3.0.1-alpha.8

* fix: updates address order (#2151)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.8
 - @bloom-housing/shared-helpers@3.0.1-alpha.1
 - @bloom-housing/partners@3.0.1-alpha.10
 - @bloom-housing/public@3.0.1-alpha.9

* feat(backend): add nginx proxy-cache configuration (#2119)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.9
 - @bloom-housing/shared-helpers@3.0.1-alpha.2
 - @bloom-housing/partners@3.0.1-alpha.11
 - @bloom-housing/public@3.0.1-alpha.10

* Release 11 11 21 (#2162)

* fix: fix: adding unit tests to the unit type

picked from dev 1f8d7094e508337131d3033476cd70c2befaecd0

* fix: fix: a11y color contrast issues with tint on ImageCard component

picked from dev 505929149ee1485b9fc59402a9e14ead6de5dfc4

* feat: feat: two new common app questions - Household Changes and Household Student

picked from dev 42a752ec073c0f5b65374c7a68da1e34b0b1c949

* fix: fix: SiteHeader visual issues with long menu bars

picked from dev fd6686e206b4e53ae8b6ab757ad0506eaead0d01

* feat: feat: jurisdictional email signatures

picked from dev 7a146ffb5de88cfa2950e2a469a99e38d71b33c8

* fix: fix: don't send email confirmation on paper app submission

picked from dev 7f83b70327049245ecfba04ae3aea4e967929b2a

* feat: feat: Updates application confirmation numbers

picked from dev 75cd67bcb62280936bdeeaee8c9b7b2583a1339d

* fix: fix(backend): make it possible to filter portal users in /users endpoint

picked from dev 29bf714d28755916ec8ec896366c8c32c3a227c4

* feat: feat(backend): add languages (Language[]) to Jurisdiction entity

picked from dev 9ceed24d48b14888e6ea59b421b409f875d12b01

* fix: feat(backend): try fixing SETEX redis e2e tests flakiness

picked from dev 4087c532ddba672a415a048f4362e509aba7fd7f

* feat: feat(backend): Add user delete endpoint

picked from dev a13f73574b470beff2f8948abb226a6786856480

* fix: fix: improved UX for the Building Selection Criteria drawer

picked from dev 4bd8b09456b54584c3731bcca64019dc231d0c55

* feat: feat(backend): add Program entity

picked from dev 492ec4d333cf9b73af772a1aceed29813f405ba0

* refactor: breaking: 1837/preferences cleanup

picked from dev 3ce6d5eb5aac49431ec5bf4912dbfcbe9077d84e

BREAKING CHANGE: preferences model and relationships changed

* feat: feat(backend): extend UserUpdateDto to support email change

picked from dev 3e1fdbd0ea91d4773973d5c485a5ba61303db90a

* fix: 2056/user account edit fix

picked from dev a15618c0cb548ff5b2ae913b802c9e08bb673f30

* refactor: 2085/adds top level catchAll exception filter

picked from dev aeaa63d1af1fa3d11671e169cb3bd23d356fface

* feat: feat: Change unit number field type to text

picked from dev f54be7c7ba6aac8e00fee610dc86584b60cc212d

* feat(backend): improve application flagged set saving efficiency

* fix: fix: updates address order

picked from dev 252e014dcbd2e4c305384ed552135f5a8e4e4767

* fix: sets programs to optoinal and updates versions

* chore: chore(deps): bump electron from 13.1.7 to 13.3.0

* chore: chore(deps): bump axios from 0.21.1 to 0.21.2

* fix: adds programs service

* fix: fix lisitng e2e tests

* fix: fix member tests

* fix: fixes program, preference, ami-chart de-dupe (#2169)

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.12

* fix: adds jurisdictionId to useSWR path

* fix: recalculate units available on listing update (#2150)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.10
 - @bloom-housing/shared-helpers@3.0.1-alpha.3
 - @bloom-housing/partners@3.0.1-alpha.13
 - @bloom-housing/public@3.0.1-alpha.11

* fix: recalculate units available on listing update

picked form dev f1a3dbce6478b16542ed61ab20de5dfb9b797262

* feat: feat(backend): make use of new application confirmation codes

picked from dev 3c45c2904818200eed4568931d4cc352fd2f449e

* Revert "chore(deps): bump axios from 0.21.1 to 0.21.2 (#2138)"

This reverts commit 7711604323ae2f6a1782a35f7a26176f215f6c00.

* revert: revert "chore(deps): bump axios from 0.21.1 to 0.21.2

picked from dev 2b83bc0393afc42eed542e326d5ef75502ce119c

* refactor: remove applicationAddress (#2009)

* refactor: remove applicationAddress

* docs: readme update

* test: fix backend test

* fix: db migration

* Fix code style issues with Prettier

* test(backend): fix SETEX impossible to process

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.11
 - @bloom-housing/shared-helpers@3.0.1-alpha.4
 - @bloom-housing/partners@3.0.1-alpha.14
 - @bloom-housing/public@3.0.1-alpha.12
 - @bloom-housing/ui-components@3.0.1-alpha.9

* feat: refactor and add public site application flow cypress tests (#2118)

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.15
 - @bloom-housing/public@3.0.1-alpha.13
 - @bloom-housing/ui-components@3.0.1-alpha.10

* fix: sapp submission w/ no due date

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.12
 - @bloom-housing/shared-helpers@3.0.1-alpha.5
 - @bloom-housing/partners@3.0.1-alpha.16
 - @bloom-housing/public@3.0.1-alpha.14

* Revert "feat(backend): add nginx proxy-cache configuration (#2119)"

This reverts commit 34d32e75ceae378a26c57f4c9b7feec8c88339e0.

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.13
 - @bloom-housing/shared-helpers@3.0.1-alpha.6
 - @bloom-housing/partners@3.0.1-alpha.17
 - @bloom-housing/public@3.0.1-alpha.15

* fix: app submission w/ no due date

picked from dev 4af1f5a8448f16d347b4a65ecb85fda4d6ed71fc

* 1975/better seed data for ami-charts (#2156)

* fix: better seed data for ami-charts

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.14
 - @bloom-housing/shared-helpers@3.0.1-alpha.7
 - @bloom-housing/partners@3.0.1-alpha.18
 - @bloom-housing/public@3.0.1-alpha.16

* 2154/avance prefs (#2177)

* feat: new preferences

* feat: preference updates

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.15
 - @bloom-housing/shared-helpers@3.0.1-alpha.8
 - @bloom-housing/partners@3.0.1-alpha.19
 - @bloom-housing/public@3.0.1-alpha.17
 - @bloom-housing/ui-components@3.0.1-alpha.11

* 2154/avance prefs (#2178)

* feat: new preferences

* feat: preference updates

* Fix code style issues with Prettier

* feat: preference options bottom border

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.18

* 2154/avance prefs III (#2179)

* feat: new preferences

* feat: preference updates

* Fix code style issues with Prettier

* feat: preference options bottom border

* feat: liveWorkLivermore preference

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.20
 - @bloom-housing/public@3.0.1-alpha.19
 - @bloom-housing/ui-components@3.0.1-alpha.12

* 1988/adds listing management cypress tests to partner portal (#2103)

* test: adds listing management tests

* test: minor tweaks

* test: big updates for LM cypress tests

* test: fixes selectors

* feat: adding partner cypress tests to pr workflow

* fix: undoing

* chore: adds latest bloom-housing packages to partners

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.21
 - @bloom-housing/public@3.0.1-alpha.20
 - @bloom-housing/ui-components@3.0.1-alpha.13

* feat: adds new preferences, reserved community type

* feat: adds bottom border to preferences

* feat: updates preference string

* fix: preference cleanup for avance

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.22
 - @bloom-housing/public@3.0.1-alpha.21
 - @bloom-housing/ui-components@3.0.1-alpha.14

* fix: preference cleanup for avance

* 1975/one month rent (#2158)

* feat: add depoist helper text

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.16
 - @bloom-housing/shared-helpers@3.0.1-alpha.9
 - @bloom-housing/partners@3.0.1-alpha.23
 - @bloom-housing/public@3.0.1-alpha.22
 - @bloom-housing/ui-components@3.0.1-alpha.15

* fix(backend): fix view.spec.ts test (#2175)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.17
 - @bloom-housing/shared-helpers@3.0.1-alpha.10
 - @bloom-housing/partners@3.0.1-alpha.24
 - @bloom-housing/public@3.0.1-alpha.23

* refactor: removes jsonpath (#2206)

* refactor: removes jsonpath

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.18
 - @bloom-housing/shared-helpers@3.0.1-alpha.11
 - @bloom-housing/partners@3.0.1-alpha.25
 - @bloom-housing/public@3.0.1-alpha.24

* 1869/application program display (#2114)

* feat: add programs step to application forms

* test: add Cypress tests for the programs step

* feat: rework the Programs page and enhance seeds

* chore: fix programs Cypress test

* fix: fixup cypress tests

* fix: update mock data

* fix: fixup mock data pt 2

* fix: type issues

* fix: bugs and simplify program data processing

Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.19
 - @bloom-housing/shared-helpers@3.0.1-alpha.12
 - @bloom-housing/partners@3.0.1-alpha.26
 - @bloom-housing/public@3.0.1-alpha.25
 - @bloom-housing/ui-components@3.0.1-alpha.16

* feat: adds jurisdictions to pref seeds (#2199)

* feat: adds jurisdictions to pref seeds

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.20
 - @bloom-housing/shared-helpers@3.0.1-alpha.13
 - @bloom-housing/partners@3.0.1-alpha.27
 - @bloom-housing/public@3.0.1-alpha.26

* 1901/application program partners (#2182)

* feat: add programs step to application forms

* test: add Cypress tests for the programs step

* feat: rework the Programs page and enhance seeds

* chore: fix programs Cypress test

* feat: add programs step to application forms

* test: add Cypress tests for the programs step

* feat: rework the Programs page and enhance seeds

* chore: fix programs Cypress test

* fix: fixup cypress tests

* fix: update mock data

* fix: fixup mock data pt 2

* fix: type issues

* feat: Create programs mapper

Closes #1901

* feat: Add programs section

Closes #1901

* feat: Create details section for programs

Closes #1901

* feat: Update translations

Closes #1901

* refactor: Remove console log

Closes #1901

* refactor: Simpify code

Closes #1901

* chore: remove console log

* fix: mapProgramToApi return

Co-authored-by: Jared White <jared@jaredwhite.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.21
 - @bloom-housing/shared-helpers@3.0.1-alpha.14
 - @bloom-housing/partners@3.0.1-alpha.28
 - @bloom-housing/public@3.0.1-alpha.27
 - @bloom-housing/ui-components@3.0.1-alpha.17

* test: update program test

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.28

* feat: new demographics sub-race questions (#2109)

* feat: new demographics sub-race questions

* fix: update migration to keep data

* feat: other text boxes

* feat: wip other labels

* feat: can edit demo in partners

* fix: cleanup

* feat: csv formatting

* fix: type issue

* feat: remove gender and sexual orientation

* fix: add test id

* fix: more test ids

* fix: select by checkboxes

* fix: dont use select

* fix: data

* fix: add tests, fixup other option

* Fix code style issues with Prettier

* fix: remove unneeded dependencies

* test: add additional test

* Fix code style issues with Prettier

* test: change test id attribute

* chore: cleanup formatApplicationData imports

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.22
 - @bloom-housing/shared-helpers@3.0.1-alpha.15
 - @bloom-housing/partners@3.0.1-alpha.29
 - @bloom-housing/public@3.0.1-alpha.29
 - @bloom-housing/ui-components@3.0.1-alpha.18

* feat: updates email confirmation for lottery (#2200)

* feat: updates email confirmation for lottery

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.23
 - @bloom-housing/shared-helpers@3.0.1-alpha.16
 - @bloom-housing/partners@3.0.1-alpha.30
 - @bloom-housing/public@3.0.1-alpha.30

* fix: add ariaHidden to Icon component

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.17
 - @bloom-housing/partners@3.0.1-alpha.31
 - @bloom-housing/public@3.0.1-alpha.31
 - @bloom-housing/ui-components@3.0.1-alpha.19

* fix: add ariaLabel prop to Button component

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.18
 - @bloom-housing/partners@3.0.1-alpha.32
 - @bloom-housing/public@3.0.1-alpha.32
 - @bloom-housing/ui-components@3.0.1-alpha.20

* fix: change the yes/no radio text to be more descriptive (#2208)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.19
 - @bloom-housing/partners@3.0.1-alpha.33
 - @bloom-housing/public@3.0.1-alpha.33
 - @bloom-housing/ui-components@3.0.1-alpha.21

* fix: remove alameda reference in demographics (#2209)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.20
 - @bloom-housing/partners@3.0.1-alpha.34
 - @bloom-housing/public@3.0.1-alpha.34
 - @bloom-housing/ui-components@3.0.1-alpha.22

* refactor: remove applicationAddress

picked from dev bf10632a62bf2f14922948c046ea3352ed010f4f

* feat: refactor and add public site application flow cypress tests

picked from dev 9ec0e8d05f9570773110754e7fdaf49254d1eab8

* feat: better seed data for ami-charts

picked from dev d8b1d4d185731a589c563a32bd592d01537785f3

* feat: adds listing management cypress tests to partner portal

* fix: listings management keep empty strings, remove empty objects

picked from dev c4b1e833ec128f457015ac7ffa421ee6047083d9

* feat: one month rent

picked from dev 883b0d53030e1c4d54f2f75bd5e188bb1d255f64

* test: view.spec.ts test

picked from dev 324446c90138d8fac50aba445f515009b5a58bfb

* refactor: removes jsonpath

picked from dev deb39acc005607ce3076942b1f49590d08afc10c

* feat: adds jurisdictions to pref seeds

picked from dev 9e47cec3b1acfe769207ccbb33c07019cd742e33

* feat: new demographics sub-race questions

picked from dev 9ab892694c1ad2fa8890b411b3b32af68ade1fc3

* feat: updates email confirmation for lottery

picked from dev 1a5e824c96d8e23674c32ea92688b9f7255528d3

* fix: add ariaHidden to Icon component

picked from dev c7bb86aec6fd5ad386c7ca50087d0113b14503be

* fix: add ariaLabel prop to Button component

picked from dev 509ddc898ba44c05e26f8ed8c777f1ba456eeee5

* fix: change the yes/no radio text to be more descriptive

picked from dev 0c46054574535523d6f217bb0677bbe732b8945f

* fix: remove alameda reference in demographics

picked from dev 7d5991cbf6dbe0b61f2b14d265e87ce3687f743d

* chore: release version

picked from dev fe82f25dc349877d974ae62d228fea0354978fb7

* feat: ami chart jurisdictionalized

picked from dev 0a5cbc88a9d9e3c2ff716fe0f44ca6c48f5dcc50

* refactor: make backend a peer dependency in ui-components

picked from dev 952aaa14a77e0960312ff0eeee51399d1d6af9f3

* feat: add a phone number column to the user_accounts table

picked from dev 2647df9ab9888a525cc8a164d091dda6482c502a

* chore: removes application program partners

* chore: removes application program display

* Revert "chore: removes application program display"

This reverts commit 14825b4a6c9cd1a7235e32074e32af18a71b5c26.

* Revert "chore: removes application program partners"

This reverts commit d7aa38c777972a2e21d9f816441caa27f98d3f86.

* chore: yarn.lock and backend-swagger

* fix: removes Duplicate identifier fieldGroupObjectToArray

* feat: skip preferences if not on listing

* chore(release): version

* fix: cannot save custom mailing, dropoff, or pickup address

* chore(release): version

* chore: converge on one axios version, remove peer dependency

* chore(release): version

* feat: simplify Waitlist component and use more flexible schema

* chore(release): version

* fix: lottery results uploads now save

* chore(release): version

* feat: add SRO unit type

* chore(release): version

* fix: paper application submission

* chore(release): version

* fix: choose-language context

* chore(release): version

* fix: applications/view hide prefs

* chore(release): version

* feat: overrides fallback to english, tagalog support

* chore(release): version

* fix: account translations

* chore(release): version

* fix: units with invalid ami chart

* chore(release): version

* fix: remove description for the partners programs

* fix: fix modal styles on mobile

* fix: visual improvement to programs form display

* fix: submission tests not running

* chore: translations (#2293)

* chore: translations (#2295)

* chore: missing translations (#2296)

* fix: prefUnits on autofill summary (#2294)

* chore: move Programs step to come after Students (#2277)

* feat: adds whatToExpect to GTrans

* chore: missing translations (#2299)

* fix: 2259/fixes idle timeout not resetting properly (#2292)

* chore(release): version

* fix: demographics howDidYouHear options (2305)

* chore(release): version

* fix: mobile notice text wrap issue (#2308)

* feat: postmark date time fields partners (#2239)

* fix: versioning issues (#2311)

* chore(release): version

* chore(backend): move libs/ to shared/utils, clean up modules (#2230)

* feat(backend): all programs to csv export (#2302)

* chore(release): version

* feat: filter partner users

* chore(release): version

* feat: adds updating open listing modal (#2288)

* fix: closed listings allowed apps (#2317)

* feat: 2165/rosefield preference updates (#2386)

* chore(release): version

* Revert "chore(release): version"

This reverts commit 7c414ca7f8c5709e4ff19b94e3fb1089bdc45e97.

* chore(release): version

 - @bloom-housing/backend-core@3.0.1
 - @bloom-housing/shared-helpers@3.0.1
 - @bloom-housing/partners@3.0.1
 - @bloom-housing/public@3.0.1
 - @bloom-housing/ui-components@3.0.1

* feat(backend): add storing listing translations (#2215)

* feat: adds whatToExpect to GTrans (#2303)

* fix: patch issue with submit application section

* fix: patches translations for preferences (#2410)

* fix: issues with public app and readds auto save (2428)

* fix: ami charts without all households (#2430)

* fix: load blank application

* 2022-01-27 release (#2439)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.23
 - @bloom-housing/partners@3.0.1-alpha.37
 - @bloom-housing/public@3.0.1-alpha.38
 - @bloom-housing/ui-components@3.0.1-alpha.24

* fix(backend): nginx with heroku configuration (#2196)

* fix(backend): nginx with heroku configuration

* feat(backend): nginx make hostname and port variable

* feat: nginx proxy updates

* feat(backend): modify proxy_pass and Host header settings

Co-authored-by: seanmalbert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.26
 - @bloom-housing/shared-helpers@3.0.1-alpha.24
 - @bloom-housing/partners@3.0.1-alpha.38
 - @bloom-housing/public@3.0.1-alpha.39
 - @bloom-housing/ui-components@3.0.1-alpha.25

* fix: fetchBaseListingData (#2238)

* fix: fetchBaseListingData

* fix: fetchBaseListingData

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.40

* fix: lottery results uploads now save (#2226)

* fix: lottery results uploads now save

* fix: switch to partial typing

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.39

* feat: getStaticPaths fallback blocking test

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.41

* chore: add temp logs for testing id/slug

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.42

* chore(backend): move libs/ to shared/utils, clean up modules (#2230)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.27
 - @bloom-housing/shared-helpers@3.0.1-alpha.25
 - @bloom-housing/partners@3.0.1-alpha.40
 - @bloom-housing/public@3.0.1-alpha.43
 - @bloom-housing/ui-components@3.0.1-alpha.26

* chore: add SRO unit type (#2243)

* chore: add SRO unit type to DB / translations

* chore: additional string changes to SRO

* test(backend): add SRO to unit types test

* feat: SRO unit type additions

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.28
 - @bloom-housing/shared-helpers@3.0.1-alpha.26
 - @bloom-housing/partners@3.0.1-alpha.41
 - @bloom-housing/public@3.0.1-alpha.44
 - @bloom-housing/ui-components@3.0.1-alpha.27

* 2140/fix paper application submission (#2195)

* fix: fix paper application submission

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.42

* Fix code style issues with Prettier

* test: adds cypress test coverage

* fix: updates per sean

* fix: one more update

* test: fix partners unit tests

* fix: choose-language context

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.45

* fix: applications drop off address

* fix: applications/view hide prefs

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.46

* feat(backend): add storing listing translations (#2215)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.29
 - @bloom-housing/shared-helpers@3.0.1-alpha.27
 - @bloom-housing/partners@3.0.1-alpha.43
 - @bloom-housing/public@3.0.1-alpha.47
 - @bloom-housing/ui-components@3.0.1-alpha.28

* fix(backend): make nginx proxy use Language HTTP header in cache key (#2266)

* 2098/fix partner applications grid display (#2188)

* fix: partner applications grid display

* Fix code style issues with Prettier

* test: fix tests

* Fix code style issues with Prettier

* fix: updates to using views

* tests: add application grid test

* fix: updates per sean

* fix: one more update

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.30
 - @bloom-housing/shared-helpers@3.0.1-alpha.28
 - @bloom-housing/partners@3.0.1-alpha.44
 - @bloom-housing/public@3.0.1-alpha.48
 - @bloom-housing/ui-components@3.0.1-alpha.29

* fix: fixes some issues with the deployment

* Revert/2188 (#2270)

* fix: fixes some issues with the deployment

* revert: partner applications grid display

* fix: view.spec

Co-authored-by: Yazeed Loonat <yazeedloonat@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.31
 - @bloom-housing/shared-helpers@3.0.1-alpha.29
 - @bloom-housing/partners@3.0.1-alpha.45
 - @bloom-housing/public@3.0.1-alpha.49
 - @bloom-housing/ui-components@3.0.1-alpha.30

* 2098/fix partner applications grid display (#2188)

* fix: partner applications grid display

* Fix code style issues with Prettier

* test: fix tests

* Fix code style issues with Prettier

* fix: updates to using views

* tests: add application grid test

* fix: updates per sean

* fix: one more update

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* feat(backend): add listings closing routine (#2213)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.32
 - @bloom-housing/shared-helpers@3.0.1-alpha.30
 - @bloom-housing/partners@3.0.1-alpha.46
 - @bloom-housing/public@3.0.1-alpha.50
 - @bloom-housing/ui-components@3.0.1-alpha.31

* feat(backend): add user password expiration

* fix: Remove description for the partners programs (#2234)

Closes #1901

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.47

* 2227/lock login attempts frontend (#2260)

* feat: Add new translations

Closes #1927

* refactor: Make title as optional

Closes #1927

* feat: Update login alert text

Closes #1927

* fix: Use translation, instead of hardcoded text

Closes #1927

* feat: Add translation

Closes #1927

* feat: Update type name

Closes #1927

* feat: Add new alerts

Closes #1927

* fix: Fix translation

Closes #1927

* fix(AlertBox.tsx): Fix close icon placement

Closes #1927

* feat: Create helper to catch network errors

Closes #1927

* feat: Add translations

Closes #1927

* feat: Create reusable sign-in form

Closes #1927

* refactor(sign-in page, public and partners): Update sign-in pages to use reusable form

BREAKING CHANGE: sign-in pages have been updated

Closes #1927

* Fix code style issues with Prettier

* fix: fixes tests and also issue with user grid

* fix: fixes linting error

* feat(backend): add appropriate http exception for password outdated login failure

* fix: Fix modal styles on mobile (#2280)

Closes #2253

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.31
 - @bloom-housing/partners@3.0.1-alpha.48
 - @bloom-housing/public@3.0.1-alpha.51
 - @bloom-housing/ui-components@3.0.1-alpha.32

* fix: visual improvement to programs form display (#2276)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.52

* fix: submission tests not running (#2282)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.53

* feat: overrides fallback to english, tagalog support (#2262)

* chore: allow work-in strings to take jurisdiction name

* feat: add support for tagalog

* Fix code style issues with Prettier

* feat: tagalog language

* feat: translations precedence includes en overrides

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.33
 - @bloom-housing/shared-helpers@3.0.1-alpha.32
 - @bloom-housing/partners@3.0.1-alpha.49
 - @bloom-housing/public@3.0.1-alpha.54
 - @bloom-housing/ui-components@3.0.1-alpha.33

* fix: account translations (#2278)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.33
 - @bloom-housing/partners@3.0.1-alpha.50
 - @bloom-housing/public@3.0.1-alpha.55
 - @bloom-housing/ui-components@3.0.1-alpha.34

* test: fixes test issues

* fix: fix sortig on applications partner grid

* chore: translations (#2293)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.34
 - @bloom-housing/partners@3.0.1-alpha.51
 - @bloom-housing/public@3.0.1-alpha.56
 - @bloom-housing/ui-components@3.0.1-alpha.35

* chore: translations (#2295)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.35
 - @bloom-housing/partners@3.0.1-alpha.52
 - @bloom-housing/public@3.0.1-alpha.57
 - @bloom-housing/ui-components@3.0.1-alpha.36

* chore: missing translations (#2296)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.36
 - @bloom-housing/partners@3.0.1-alpha.53
 - @bloom-housing/public@3.0.1-alpha.58
 - @bloom-housing/ui-components@3.0.1-alpha.37

* fix: prefUnits on autofill summary (#2294)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.59

* chore: move Programs step to come after Students (#2277)

* chore: move Programs step to come after Students

* test: rearrange order of programs within Cypress tests

* test: remove problematic statement

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.60

* fix: units with invalid ami chart (#2290)

* fix: alunits with invalid ami chart

* perf: uniquePercentageChartSet map

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.34
 - @bloom-housing/shared-helpers@3.0.1-alpha.37
 - @bloom-housing/partners@3.0.1-alpha.54
 - @bloom-housing/public@3.0.1-alpha.61
 - @bloom-housing/ui-components@3.0.1-alpha.38

* chore: missing translations (#2299)

* chore: missing translations

* chore: remove logs

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.38
 - @bloom-housing/partners@3.0.1-alpha.55
 - @bloom-housing/public@3.0.1-alpha.62
 - @bloom-housing/ui-components@3.0.1-alpha.39

* 2259/fixes idle timeout not resetting properly (#2292)

* fix: fixes idle timeout not resetting properly

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.63

* feat: adds whatToExpect to GTrans (#2303)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.35
 - @bloom-housing/shared-helpers@3.0.1-alpha.39
 - @bloom-housing/partners@3.0.1-alpha.56
 - @bloom-housing/public@3.0.1-alpha.64
 - @bloom-housing/ui-components@3.0.1-alpha.40

* fix: demographics howDidYouHear options were not changing on language change (#2305)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.65

* Fix checkbox rtl style

* feat(backend): add password outdating only to users which are either admins or partners

* fix: fix hero button width with secondary button (#2306)

* fix: mobile notice text wrap issue (#2308)

* feat(backend): add activity logging to listings module (#2190)

* feat(backend): add activity logging to listings module

* feat(backend): add activity logging to applications and user controllers

* feat(backend): add metada column to activity log entity

* feat(backend): change activity log metadata column type

* feat(backend): remove applications related changes

* feat(backend): remove ListingActivityLogInterceptor

* 2040/postmark date time fields partners (#2239)

* feat: add postmark by date and time fields

* feat: fix display and preview page

* test: fix so the correct date displays

* Fix code style issues with Prettier

* fix: fixes per emily

* fix: updates per sean

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* fix: versioning issues (#2311)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.36
 - @bloom-housing/shared-helpers@3.0.1-alpha.41
 - @bloom-housing/partners@3.0.1-alpha.58
 - @bloom-housing/public@3.0.1-alpha.67
 - @bloom-housing/ui-components@3.0.1-alpha.42

* feat(backend): all programs to csv export (#2302)

* feat(backend): all programs to csv export

* chore: removes console log

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.37
 - @bloom-housing/shared-helpers@3.0.1-alpha.42
 - @bloom-housing/partners@3.0.1-alpha.59
 - @bloom-housing/public@3.0.1-alpha.68
 - @bloom-housing/ui-components@3.0.1-alpha.43

* feat(backend): add partnerTerms to jurisdiction entity (#2301)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.38
 - @bloom-housing/shared-helpers@3.0.1-alpha.43
 - @bloom-housing/partners@3.0.1-alpha.60
 - @bloom-housing/public@3.0.1-alpha.69
 - @bloom-housing/ui-components@3.0.1-alpha.44

* feat: removes ListingLangCacheInterceptor from get by id

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.39
 - @bloom-housing/shared-helpers@3.0.1-alpha.44
 - @bloom-housing/partners@3.0.1-alpha.61
 - @bloom-housing/public@3.0.1-alpha.70
 - @bloom-housing/ui-components@3.0.1-alpha.45

* fix: Update translation

Closes 1927

* fix: Update hardcoded translations

Closes #1927

* refactor: listing detail props (#2313)

* refactor: listing detail props

* fix: HouseholdSizeField FieldError

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.45
 - @bloom-housing/partners@3.0.1-alpha.62
 - @bloom-housing/public@3.0.1-alpha.71
 - @bloom-housing/ui-components@3.0.1-alpha.46

* chore(deps): bump next from 11.1.2 to 11.1.3 (#2289)

* feat(backend): refactor applications module (#2279)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.40
 - @bloom-housing/shared-helpers@3.0.1-alpha.46
 - @bloom-housing/partners@3.0.1-alpha.63
 - @bloom-housing/public@3.0.1-alpha.72
 - @bloom-housing/ui-components@3.0.1-alpha.47

* feat: filter partner users

* chore(release): version

 - @bloom-housing/partn…
ludtkemorgan added a commit to CityOfDetroit/bloom that referenced this pull request Sep 15, 2022
* fix: unit group reload when refocus

* fix: readds useEffect dependency checks

* fix: can delete last group

* fix: now can save without ami info

* fix: for when rent value is missing

* fix: occupancy max 8, selects can be deselected

* fix: add hearing mobility visual to a11y features (#1032)

* fix: removing placeholder

* fix: readding label, removing placeholder

* fix: was too specific

* fix(backend): import script percentageOfIncomeValue retrieval logic (#1034)

Co-authored-by: Michal Plebanski <michalp@airnauts.com>

* fix: ami percentage

* fix: listing view detail list order

* fix: partner listing grid address column

* fix: properly set monthlyRentDeterminationType in import script

* fix: account for space after comma in spreadsheet for split types

* fix: hide hmi link if no hmi table (#1035)

* fix: hide hmi link if no hmi table

* fix: hide completely

* feat: catch up for migrations (#1030)

feat: catch up for migrations (#1030)

* fix: fix for when rent range was empty (#1038)

* fix: styling issues in features section (#1039)

* fix: preview close alert style fixes (#1040)

* fix: stray zero if no programs (#1042)

* fix: pagination fix for partner listing grid (#1041)

* fix: pagination fix for partner listing grid

* fix: removes unit groups second query and from inner filter

* test: fix for tests

* fix: listings e2e tests

Co-authored-by: Sean Albert <smabert@gmail.com>

* fix: update neighborhood list, unit type string

* 1045/allows re-request confirmation on partners (#1047)

* feat: allows re-request confirmation on partners

* fix: linting fixes (#1057)

fix: linting fixes

* fix: fixes pagination issue on detroit user grid (#1063)

* feat(backend): update listing filters (#1050)

* feat(backend): update listing filters

* fix: fix for partner and public builds

* fix(backend): listing bedrooms filter

* fix(backend): num_bedrooms filter fix

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Yazeed Loonat <yazeedloonat@gmail.com>

* feat: Update listing table columns (#1067)

* feat: Update listing table columns

Closes #1008

* feat: Add per page qty select field

Closes #1008

* style: removes console log

Co-authored-by: Sean Albert <smabert@gmail.com>

* feat: filters to show only active listings (#1070)

* feat(backend): add marketingType to Listing entity

* Bump actions/setup-node from 2.5.0 to 3 (#999)

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.5.0 to 3.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2.5.0...v3)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: frontend type fix

* fix: change verified string (#1088)

* fix: select programs working with single jurisdiction (#1100)

* Bump actions/checkout from 2 to 3 (#1010)

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: verify link should work on second application tab (#1068)

* fix: verify link should work on second application tab

* refactor: add new state

* fix: pr feedback

* feat: exposing leasing company website (#1069)

* feat: exposing leasing company website

* fix: no longer href on empty website

* fix: adding url validation

* fix: updates per sean

* feat: adds unit summaries to listings list to backend (#1077)

* feat: adds unit summaries to listings list

* fix: addresses issues noted in PR

* fix: cleans up detroit specific seeds

* fix: fixes issue with public latestListings filter

* fix: backend listing test unit groups

* fix: unit groups on partners types

* 78/favorites refactor test2 (#1089)

* initial setup of backend

initial setup with backend now including array of strings of just the Listing ID.  Verify e2e testing works as well.

* Implemented ListingCard fav

Implemented favorite buttons and features.  Only works after initial refresh.  Failure to get profile.preferences on first call.

* updated to include preference-entity default

* rename useState elements

* console.log cleanup on ListingCard

* Fix code style issues with Prettier

* useState updated and remove console logs

* feat: adding favorite feature

* fix: updates per emily and sean

* feat: moving user-prefence into their own pathway

* test: updates for tests

* test: fix for backend spec tests

* build: updates local db to bloom_detroit

* docs: update backend env template

* fix: updates to favorites

* fix: updates for styling and per sean

* fix: removing duplicate UsePipe

* test: fixes failing tests

* feat: adds UserPreferenceAuthzGuard

* fix: updates per sean

* feat: updates userPreferences to take user id

* fix: styling update per sean

* fix: styling updates per emily

* feat: adding toast for favorite

* test: fixes for tests

* fix: build fix

* fix: un-narrowing favorite toast

* feat: adds aria-live to favorites

* fix: getListings call on index

* fix: adds (un)favorited language

* fix: removes unused AlertBox element

* feat: exposing favorites on dashboard

* Merge remote-tracking branch 'detroit/dev' into 78/favorites_refactor_test2

* fix: merge fix

* feat: updates AG_PER_PAGE_OPTIONS

Co-authored-by: pfeeny5 <82653098+pfeeny5@users.noreply.github.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>

* feat: load overlay to partner listings grid (#1116)

* feat: load overlay to partner listings grid

* feat: agpage hides total items when no items

* feat: disables overdue listings status cron (#1109)

* feat: disables overdue listings status cron

* style: removes commented out code

* feat: Remove signup subscription fields (#1112)

* feat: Add summary tables into the listing (#1118)

* feat(backend): create property.region from property.neighborhood (#1110)

* feat(backend): create property.region from property.neighborhood

* feat(backend): update neighborhood migration script

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* fix: about page content edit and margin top and bottom fix (#1133)

* fix: about page content and margin top and bottom

* fix: add partners list and remove copy from non-english json files

* fix: remove json keys entirely

* feat: updated content & styles on homepage, footer

* fix: move new copy to translations

* feat: update email copy (#1135)

* feat: update email copy

* fix: update email service test

* feat: add comma

* fix: comma unit test fail

* fix: unit test comma

* feat: can add a marketing status to a listing in partners (#1128)

* feat: can add a marketing status to a listing in partners

* fix: mobile fix

* fix: fix migration to check for new object (#1139)

* 2022-04-06 sync upstream (#1132)

* chore: merge upstream/master backend

* chore: merges upstream/master ui-components

* chore: merge upstream/master sites/partners

* feat: flattens translations

* chore: merge upstream/master shared-helpers

* fix: address issues with ui-components merge

* fix: partners merge issues

* chore: merge upstream/master sites/public

* test: updates listing order by tests

* test: updates listing e2e tests

* test: adds script for test to package.json

* fix: uptake listing card

* fix: prop updates for uptaking new listing card (#1136)

* fix: prop updates for uptaking new listing card

* fix: styling updates to the home page listing cards

* fix: tag color

* style: updates horizontal scroll margins

Co-authored-by: Sean Albert <smabert@gmail.com>

* fix: duplicate DetailApplicationAddress import

* fix: add missing translations and style cleanup

Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Emily Jablonski <65367387+emilyjablonski@users.noreply.github.com>

* feat: update summary tables and tags with coming soon (1076) (1098) (1074) (#1131)

* fix: listing list dupes in pagination (#1140)

* fix: listing list dupes in pagination

* test: updates listings e2e tests

* fix: managementwebsite url seeds

* feat: add 100 to ag page options (#1149)

* feat: Add .5 and 1.5 bathroom options to min and max dropdown in Add … (#1113)

* feat: disable mfa for Detroit (#1148)

* fix: adds check for unitSummaries?.unitGroupSummary on listing (#1156)

* 973/favorites on dashboard (#1095)

* initial setup of backend

initial setup with backend now including array of strings of just the Listing ID.  Verify e2e testing works as well.

* Implemented ListingCard fav

Implemented favorite buttons and features.  Only works after initial refresh.  Failure to get profile.preferences on first call.

* updated to include preference-entity default

* rename useState elements

* console.log cleanup on ListingCard

* Fix code style issues with Prettier

* useState updated and remove console logs

* feat: adding favorite feature

* fix: updates per emily and sean

* feat: moving user-prefence into their own pathway

* test: updates for tests

* test: fix for backend spec tests

* build: updates local db to bloom_detroit

* docs: update backend env template

* fix: updates to favorites

* fix: updates for styling and per sean

* fix: removing duplicate UsePipe

* test: fixes failing tests

* feat: adds UserPreferenceAuthzGuard

* fix: updates per sean

* feat: updates userPreferences to take user id

* fix: styling update per sean

* fix: styling updates per emily

* feat: adding toast for favorite

* test: fixes for tests

* fix: build fix

* fix: un-narrowing favorite toast

* feat: adds aria-live to favorites

* fix: getListings call on index

* fix: adds (un)favorited language

* fix: removes unused AlertBox element

* feat: exposing favorites on dashboard

* Merge remote-tracking branch 'detroit/dev' into 78/favorites_refactor_test2

* fix: merge fix

* fix: updates per emily

* fix: updates per emily and jesse

* fix: reduces weird re-renders

* fix: updates per emily

* fix: enforces log in requirements

* style: removes console log

* fix: favorite pagination

* fix: issue with initial favoriting

* feat: adds classNames to LoadingOverlay

Co-authored-by: pfeeny5 <82653098+pfeeny5@users.noreply.github.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>

* fix: homepage layout/copy

* feat: show tags on listing cards for community programs, a11y (#1146)

* feat: show tags on listing cards for community programs, a11y

* fix: build fix

* refactor: pr feedback

* feat: adds sorting to programs in listing tags

Co-authored-by: Sean Albert <smabert@gmail.com>

* fix: improve presentation of the City regions section

* Feature/region enum (#1137)

* feat(backend): add region Enum to listing dtos

* feat: Add region select input

Closes #1097

* feat: Add region into the listing view

Closes #1097

* feat: Update tests

Closes #1097

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* fix: update styling of coming soon tag (#1154)

* fix: update styling of coming soon tag

* refactor: pr review

* fix: refactor

* 1091/listing sort order (#1157)

* feat: updates listing sort order to coming soon

* fix: fixes public listing pagination

* fix: wrap DashBlock anchor tag in Link component to display selected … (#1159)

* fix: wrap DashBlock anchor tag in Link component to display selected language

* fix: swap Link for LinkComponent

* fix: nested anchor tags

* chore: replace hero background image (for now)

* fix: eslint errors in dev (#1163)

* fix: eslint errors in dev

* style: eslint next line

* 1115/min max validation (#1155)

* feat: min max validation errors for Add Unit Group form

* fix: console warnings for faulty validation

* feat: add instant validation for all  min and max fields

* style: remove unnecessary

* change non-dropdown min max fields to onBlur

* move error strings to partners override

* fix: error when passing empty string as phone number to usToIntlPhone… (#1160)

* fix: error when passing empty string as phone number to usToIntlPhone helper

* style: prettier

* feat: update IntlToUsPhone and update both types to include null

* fix: retrigger checks

* style: run prettier

Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>

* feat(backend): update how order by comingSoon works (#1174)

* feat(backend): update how order by comingSoon works

* fix: marketingDate order dir

* fix: forgot password empty warning and two minor style changes (#2680)

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* fix: coming soon tag color on listing detail page (#1170)

* fix: cannot update waitlist status to open (#1171)

* feat: new verified tag icon (#1172)

* feat: add new sign up link to home page (#1173)

* feat: add new sign up link to home page

* fix: open link in a new tab

* style: add void before trigger functions to avoid eslint errors (#1178)

* style: Arabic RTL layout changes (#1166)

* style: remove text-align from page header so rtl can display properly

* feat: savepoint aside no longer absolute positioned, still need more styling edits

* style: responsive element widths

* style: swap empty div tags with <>

* style: cleanup temp classes

* style: cleanup commented

* listing process separated into component (needs to move to ui components)

* feat: ListingProcess component and rtl padding swap

* feat: ListingProcess component

* fix: rtl workaround

* style: change prop types

* refactor: move ListingProcess component back to public

* refactor: git re-add component

* refactor: ListingProcess back to ListingView

* style: remove unnecessary

* feat: tooltip component

* * feat: updates to UI of public listing filters (#1138)

* 1058/updated public listing filters (#1138)

* feat: fixes backend to filter properly

* fix: some touch ups

* fix: updates per emily

* fix: updates per emily

* fix: fixes for tests

* fix: updates per emily

* fix: matching filters to mocks

* fix: remove test class

* fix: updates per emily

* fix: reset fix

* fix: fix for the tests

* fix: modifying the region filter to be an OR

* fix: test updates

Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>

* 1083/header hover issues (#1177)

* fix: improved hover and dropdown menu alignment

* removed unnecessary comments

* fix: update padding issues

* fix: centering dropdown menu

* fix: new approach with visual regressions addressed

* fix: add leasing agent address field back to listing form (#1195)

* 1168/arabic listing section overlap (#1184)

* style: rtl css refactors for listing containers

* style: rtl friendly border

* style: desktop media queries

* Update ui-components/src/global/headers.scss

Co-authored-by: Emily Jablonski <65367387+emilyjablonski@users.noreply.github.com>

Co-authored-by: Emily Jablonski <65367387+emilyjablonski@users.noreply.github.com>

* fix: check for empty translations before sending to google translate service (#1191)

* 1167/page-not-found-ui (#1185)

* style: white text and rm yellow background from button on Page Not Found

* style: remove hover border

* style: conditional rendering of Hero components

* style: remove unnecessary

* style: conditional styling without using new props

* style: titleClassName prop

* feat: default what to expect text and additional what to expect field (#1145)

* fix: authservice.token data null issue (#2703) (#1197)

* fix: show street2 for addresses (#1209)

* fix: show street2 for addresses

* test: fixup tests

* feat: set default what to expect text for coming soon listings (#1210)

* fix: update homepage subtext copy (#1217)

* fix: remove link to eligibility calculator (#1216)

* fix: Fix tooltip visibility (#1212)

* Removes listing queue imports (#1211)

* fix: removes listing queue imports

* feat: removes bull module from listings

* feat: adds new filter, fix region (#1214)

* fix: content update (#1220)

* style: listing page rtl css changes (#1221)

* style: rtl css changes

* style: one more pr > pe since it's here

* style: rtl accessibility button

* fix: fixes bedrooom and accessibility filters

* fix: fixes bedrooom and accessibility filters

* fix: vacant unit/waitlist filter fixes

* style: filtered page cleanup

* fix: test fix

* fix: update for availability filter

* fix: update per emily

Co-authored-by: Sean Albert <smabert@gmail.com>

* 1090/resources page (#1181)

* feat: add a new Resources page

* fix: header spacing and phone links

* chore: use local components for Additional Resources

Co-authored-by: Yazeed Loonat <yazeedloonat@gmail.com>

* chore: refactor Resources to use per-card md files

* chore: remove full resources page

Co-authored-by: Yazeed Loonat <yazeedloonat@gmail.com>

* 2022-05-03 sync main (#1228)

* 2022-03-10 release (#1044)

* 2022-02-10 core (#982)

* fix: retnal assistance eror message

* Preferences cleanup (#1947)

* feat(backend): preferences cleanup

BREAKING CHANGE: Preferences are now M-N relation with a listing and have an intermediate table with ordinal number

* refactor(backend): preferences deduplication

So far each listing referenced it's own unique Preferences. This change introduces Many to Many
relationship between Preference and Listing entity and forces sharing Preferences between listings.

* feat(backend): extend preferences migration with moving existing relations to a new intermediate tab

* feat(backend): add Preference - Jurisdiction ManyToMany relation

* feat: adapt frontend to backend changes

* fix(backend): typeORM preferences select statement

* fix(backend): connect preferences with jurisdictions in seeds, fix pref filter validator

* fix(backend): fix missing import in preferences-filter-params.ts

* refactor: rebase issue

* feat: uptake jurisdictional preferences

* fix: fixup tests

* fix: application preferences ignore page, always separate

* Remove page from src/migration/1633359409242-add-listing-preferences-intermediate-relation.ts

* fix: preference fetching and ordering/pages

* Fix code style issues with Prettier

* fix(backend): query User__leasingAgentInListings__jurisdiction_User__leasingAgentIn specified more

* fix: perferences cypress tests

Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Sean Albert <smabert@gmail.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.13
 - @bloom-housing/partners@2.0.0-pre-tailwind.23
 - @bloom-housing/public@2.0.0-pre-tailwind.23
 - @bloom-housing/ui-components@2.0.0-alpha.23

* fix: updates household member count (#2112)

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.14
 - @bloom-housing/partners@2.0.0-pre-tailwind.24
 - @bloom-housing/public@2.0.0-pre-tailwind.24
 - @bloom-housing/ui-components@2.0.0-alpha.24

* fix: updates household member count

picked 3dee0f7d676ff42d546ecf83a17659cd69d7e1bc

* fix: reverts preferences to re-add as breaking/major bump

* fix: reverts preferences to re-add as breaking/major bump

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.15
 - @bloom-housing/partners@2.0.0-pre-tailwind.25
 - @bloom-housing/public@2.0.0-pre-tailwind.25
 - @bloom-housing/ui-components@2.0.0-alpha.25

* refactor: listing preferences and adds jurisdictional filtering

BREAKING CHANGE: updates preference relationship with listings

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.16
 - @bloom-housing/partners@2.0.0-pre-tailwind.26
 - @bloom-housing/public@2.0.0-pre-tailwind.26
 - @bloom-housing/ui-components@2.0.0-alpha.26

* chore(release): version

 - @bloom-housing/backend-core@2.0.0
 - @bloom-housing/shared-helpers@2.0.0
 - @bloom-housing/partners@2.0.0
 - @bloom-housing/public@2.0.0
 - @bloom-housing/ui-components@2.0.0

* fix: Updates lastName on application save

* docs: Update changelog

* Fix code style issues with Prettier

* chore(release): version

 - @bloom-housing/partners@2.0.1-alpha.0

* fix: a11y color contrast issues with tint on ImageCard component (#2074)

* chore(release): version

 - @bloom-housing/partners@2.0.1-alpha.1
 - @bloom-housing/public@2.0.1-alpha.0
 - @bloom-housing/ui-components@2.0.1-alpha.0

* feat: two new common app questions - Household Changes and Household Student (#2070)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.0
 - @bloom-housing/partners@2.0.1-alpha.2
 - @bloom-housing/public@2.0.1-alpha.1
 - @bloom-housing/ui-components@2.0.1-alpha.1

* fix: household member cypress test (#2113)

* chore(release): version

 - @bloom-housing/public@2.0.1-alpha.2

* fix: SiteHeader visual issues with long menu bars (#2068)

* feat: jurisdictional email signatures (#2111)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.1
 - @bloom-housing/partners@2.0.1-alpha.3
 - @bloom-housing/public@2.0.1-alpha.3
 - @bloom-housing/ui-components@2.0.1-alpha.2

* fix: don't send email confirmation on paper app submission (#2110)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.2
 - @bloom-housing/partners@2.0.1-alpha.4
 - @bloom-housing/public@2.0.1-alpha.4
 - @bloom-housing/ui-components@2.0.1-alpha.3

* 1838/ami chart jurisdictionalized (#2102)

* fix: jurisdictionalizes ami charts on partners

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.3
 - @bloom-housing/partners@2.0.1-alpha.5
 - @bloom-housing/public@2.0.1-alpha.5
 - @bloom-housing/ui-components@2.0.1-alpha.4

* feat: Updates application confirmation numbers (#2072)

* feat: Updates application confirmation numbers

* docs: Update changelog

* feat: adds confirmation number to csv export

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.4
 - @bloom-housing/partners@2.0.1-alpha.6
 - @bloom-housing/public@2.0.1-alpha.6
 - @bloom-housing/ui-components@2.0.1-alpha.5

* fix: updates lastName on application save

picked from aff87ec99ad2fbd4a1f9a6853157ea7770f85a56

* fix(backend): make it possible to filter portal users in /users endpoint (#2078)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.5
 - @bloom-housing/partners@2.0.1-alpha.7
 - @bloom-housing/public@2.0.1-alpha.7
 - @bloom-housing/ui-components@2.0.1-alpha.6

* Revert "refactor: listing preferences and adds jurisdictional filtering"

This reverts commit 9f661b43921ec939bd1bf5709c934ad6f56dd859.

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.6
 - @bloom-housing/partners@2.0.1-alpha.8
 - @bloom-housing/public@2.0.1-alpha.8
 - @bloom-housing/ui-components@2.0.1-alpha.7

* hotfix: ensure Triton seed doesn't error out

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.7
 - @bloom-housing/partners@2.0.1-alpha.9
 - @bloom-housing/public@2.0.1-alpha.9
 - @bloom-housing/ui-components@2.0.1-alpha.8

* chore(release): version

 - @bloom-housing/backend-core@3.0.0
 - @bloom-housing/shared-helpers@3.0.0
 - @bloom-housing/partners@3.0.0
 - @bloom-housing/public@3.0.0
 - @bloom-housing/ui-components@3.0.0

* 1837/preferences cleanup 3 (#2144)

* feat(backend): preferences cleanup

BREAKING CHANGE: Preferences are now M-N relation with a listing and have an intermediate table with ordinal number

* refactor(backend): preferences deduplication

So far each listing referenced it's own unique Preferences. This change introduces Many to Many
relationship between Preference and Listing entity and forces sharing Preferences between listings.

* feat(backend): extend preferences migration with moving existing relations to a new intermediate tab

* feat(backend): add Preference - Jurisdiction ManyToMany relation

* feat: adapt frontend to backend changes

* fix(backend): typeORM preferences select statement

* fix(backend): connect preferences with jurisdictions in seeds, fix pref filter validator

* fix(backend): fix missing import in preferences-filter-params.ts

* refactor: rebase issue

* feat: uptake jurisdictional preferences

* fix: fixup tests

* fix: application preferences ignore page, always separate

* Remove page from src/migration/1633359409242-add-listing-preferences-intermediate-relation.ts

* fix: preference fetching and ordering/pages

* Fix code style issues with Prettier

* fix(backend): query User__leasingAgentInListings__jurisdiction_User__leasingAgentIn specified more

* fix: perferences cypress tests

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.0
 - @bloom-housing/partners@3.0.1-alpha.0
 - @bloom-housing/public@3.0.1-alpha.0
 - @bloom-housing/ui-components@3.0.1-alpha.0

* feat(backend): extend UserUpdateDto to support email change with confirmation (#2120)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.1
 - @bloom-housing/partners@3.0.1-alpha.1
 - @bloom-housing/public@3.0.1-alpha.1
 - @bloom-housing/ui-components@3.0.1-alpha.1

* 2056/user account edit fix (#2073)

* fix: Replaces service to use newly created

* fix: Fix DOB initial values

* feat(backend): extend UserUpdateDto to support email change with confirmation

* fix: Update email form to use a new service

* fix: updates email change language

* Fix code style issues with Prettier

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.2
 - @bloom-housing/partners@3.0.1-alpha.2
 - @bloom-housing/public@3.0.1-alpha.2
 - @bloom-housing/ui-components@3.0.1-alpha.2

* feat: add Programs section to listings management (#2093)

* feat: add Programs section to listings management

* fix: sorting on detail page

* fix: merge issues

* feat: make program fetching jurisdictional

* fix: replace preference with program

* fix: program delete removes jurisdiction

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.3
 - @bloom-housing/partners@3.0.1-alpha.3
 - @bloom-housing/public@3.0.1-alpha.3
 - @bloom-housing/ui-components@3.0.1-alpha.3

* 2085/adds top level catchAll exception filter (#2132)

* fix: adds top level catchAll error filter

* fix: removing now unused exception filter

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.4
 - @bloom-housing/partners@3.0.1-alpha.4
 - @bloom-housing/public@3.0.1-alpha.4
 - @bloom-housing/ui-components@3.0.1-alpha.4

* feat: Change unit number field type to text (#2136)

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.5

* chore(deps): bump electron from 13.1.7 to 13.3.0 (#2137)

Bumps [electron](https://github.com/electron/electron) from 13.1.7 to 13.3.0.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](https://github.com/electron/electron/compare/v13.1.7...v13.3.0)

---
updated-dependencies:
- dependency-name: electron
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump axios from 0.21.1 to 0.21.2 (#2138)

Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.2.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.21.1...v0.21.2)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat(backend): improve application flagged set saving efficiency (#2147)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.5
 - @bloom-housing/partners@3.0.1-alpha.6
 - @bloom-housing/public@3.0.1-alpha.5
 - @bloom-housing/ui-components@3.0.1-alpha.5

* 1655/invite user edit (#1982)

* feat: Update title to be also a react node

* feat: Update translations

* feat: Create reusable form to add and edit users

* feat: Add delete function

* feat(backend): Add ON UPDATE SET NULL to application-user relation

* fix: Fix type

* Fix code style issues with Prettier

* fix(jurisdictionResolverService): updates to return undefined if no jurisdictionName

* feat: Update drawer state name

* feat: Add missing translations

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.6
 - @bloom-housing/partners@3.0.1-alpha.7
 - @bloom-housing/public@3.0.1-alpha.6
 - @bloom-housing/ui-components@3.0.1-alpha.6

* Add a phone number column to the user_accounts table (#2134)

* Merge pull request #710 from CityOfDetroit/feature/add-phonenumber-to-user-entity

Add phone number to user accounts.

* Merge pull request #728 from CityOfDetroit/fix/modify-phone-number-test

Fix user E2E tests.

* Merge pull request #728 from CityOfDetroit/fix/modify-phone-number-test

Fix user E2E tests.

* fix: add validation groups to phoneNumber

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.7
 - @bloom-housing/partners@3.0.1-alpha.8
 - @bloom-housing/public@3.0.1-alpha.7
 - @bloom-housing/ui-components@3.0.1-alpha.7

* refactor: make backend a peer dependency in ui-components (#2146)

* refactor: make backend a peer dependency in ui-components

* fix: fix flaky test

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.0
 - @bloom-housing/partners@3.0.1-alpha.9
 - @bloom-housing/public@3.0.1-alpha.8
 - @bloom-housing/ui-components@3.0.1-alpha.8

* fix: updates address order (#2151)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.8
 - @bloom-housing/shared-helpers@3.0.1-alpha.1
 - @bloom-housing/partners@3.0.1-alpha.10
 - @bloom-housing/public@3.0.1-alpha.9

* feat(backend): add nginx proxy-cache configuration (#2119)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.9
 - @bloom-housing/shared-helpers@3.0.1-alpha.2
 - @bloom-housing/partners@3.0.1-alpha.11
 - @bloom-housing/public@3.0.1-alpha.10

* Release 11 11 21 (#2162)

* fix: fix: adding unit tests to the unit type

picked from dev 1f8d7094e508337131d3033476cd70c2befaecd0

* fix: fix: a11y color contrast issues with tint on ImageCard component

picked from dev 505929149ee1485b9fc59402a9e14ead6de5dfc4

* feat: feat: two new common app questions - Household Changes and Household Student

picked from dev 42a752ec073c0f5b65374c7a68da1e34b0b1c949

* fix: fix: SiteHeader visual issues with long menu bars

picked from dev fd6686e206b4e53ae8b6ab757ad0506eaead0d01

* feat: feat: jurisdictional email signatures

picked from dev 7a146ffb5de88cfa2950e2a469a99e38d71b33c8

* fix: fix: don't send email confirmation on paper app submission

picked from dev 7f83b70327049245ecfba04ae3aea4e967929b2a

* feat: feat: Updates application confirmation numbers

picked from dev 75cd67bcb62280936bdeeaee8c9b7b2583a1339d

* fix: fix(backend): make it possible to filter portal users in /users endpoint

picked from dev 29bf714d28755916ec8ec896366c8c32c3a227c4

* feat: feat(backend): add languages (Language[]) to Jurisdiction entity

picked from dev 9ceed24d48b14888e6ea59b421b409f875d12b01

* fix: feat(backend): try fixing SETEX redis e2e tests flakiness

picked from dev 4087c532ddba672a415a048f4362e509aba7fd7f

* feat: feat(backend): Add user delete endpoint

picked from dev a13f73574b470beff2f8948abb226a6786856480

* fix: fix: improved UX for the Building Selection Criteria drawer

picked from dev 4bd8b09456b54584c3731bcca64019dc231d0c55

* feat: feat(backend): add Program entity

picked from dev 492ec4d333cf9b73af772a1aceed29813f405ba0

* refactor: breaking: 1837/preferences cleanup

picked from dev 3ce6d5eb5aac49431ec5bf4912dbfcbe9077d84e

BREAKING CHANGE: preferences model and relationships changed

* feat: feat(backend): extend UserUpdateDto to support email change

picked from dev 3e1fdbd0ea91d4773973d5c485a5ba61303db90a

* fix: 2056/user account edit fix

picked from dev a15618c0cb548ff5b2ae913b802c9e08bb673f30

* refactor: 2085/adds top level catchAll exception filter

picked from dev aeaa63d1af1fa3d11671e169cb3bd23d356fface

* feat: feat: Change unit number field type to text

picked from dev f54be7c7ba6aac8e00fee610dc86584b60cc212d

* feat(backend): improve application flagged set saving efficiency

* fix: fix: updates address order

picked from dev 252e014dcbd2e4c305384ed552135f5a8e4e4767

* fix: sets programs to optoinal and updates versions

* chore: chore(deps): bump electron from 13.1.7 to 13.3.0

* chore: chore(deps): bump axios from 0.21.1 to 0.21.2

* fix: adds programs service

* fix: fix lisitng e2e tests

* fix: fix member tests

* fix: fixes program, preference, ami-chart de-dupe (#2169)

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.12

* fix: adds jurisdictionId to useSWR path

* fix: recalculate units available on listing update (#2150)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.10
 - @bloom-housing/shared-helpers@3.0.1-alpha.3
 - @bloom-housing/partners@3.0.1-alpha.13
 - @bloom-housing/public@3.0.1-alpha.11

* fix: recalculate units available on listing update

picked form dev f1a3dbce6478b16542ed61ab20de5dfb9b797262

* feat: feat(backend): make use of new application confirmation codes

picked from dev 3c45c2904818200eed4568931d4cc352fd2f449e

* Revert "chore(deps): bump axios from 0.21.1 to 0.21.2 (#2138)"

This reverts commit 7711604323ae2f6a1782a35f7a26176f215f6c00.

* revert: revert "chore(deps): bump axios from 0.21.1 to 0.21.2

picked from dev 2b83bc0393afc42eed542e326d5ef75502ce119c

* refactor: remove applicationAddress (#2009)

* refactor: remove applicationAddress

* docs: readme update

* test: fix backend test

* fix: db migration

* Fix code style issues with Prettier

* test(backend): fix SETEX impossible to process

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.11
 - @bloom-housing/shared-helpers@3.0.1-alpha.4
 - @bloom-housing/partners@3.0.1-alpha.14
 - @bloom-housing/public@3.0.1-alpha.12
 - @bloom-housing/ui-components@3.0.1-alpha.9

* feat: refactor and add public site application flow cypress tests (#2118)

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.15
 - @bloom-housing/public@3.0.1-alpha.13
 - @bloom-housing/ui-components@3.0.1-alpha.10

* fix: sapp submission w/ no due date

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.12
 - @bloom-housing/shared-helpers@3.0.1-alpha.5
 - @bloom-housing/partners@3.0.1-alpha.16
 - @bloom-housing/public@3.0.1-alpha.14

* Revert "feat(backend): add nginx proxy-cache configuration (#2119)"

This reverts commit 34d32e75ceae378a26c57f4c9b7feec8c88339e0.

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.13
 - @bloom-housing/shared-helpers@3.0.1-alpha.6
 - @bloom-housing/partners@3.0.1-alpha.17
 - @bloom-housing/public@3.0.1-alpha.15

* fix: app submission w/ no due date

picked from dev 4af1f5a8448f16d347b4a65ecb85fda4d6ed71fc

* 1975/better seed data for ami-charts (#2156)

* fix: better seed data for ami-charts

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.14
 - @bloom-housing/shared-helpers@3.0.1-alpha.7
 - @bloom-housing/partners@3.0.1-alpha.18
 - @bloom-housing/public@3.0.1-alpha.16

* 2154/avance prefs (#2177)

* feat: new preferences

* feat: preference updates

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.15
 - @bloom-housing/shared-helpers@3.0.1-alpha.8
 - @bloom-housing/partners@3.0.1-alpha.19
 - @bloom-housing/public@3.0.1-alpha.17
 - @bloom-housing/ui-components@3.0.1-alpha.11

* 2154/avance prefs (#2178)

* feat: new preferences

* feat: preference updates

* Fix code style issues with Prettier

* feat: preference options bottom border

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.18

* 2154/avance prefs III (#2179)

* feat: new preferences

* feat: preference updates

* Fix code style issues with Prettier

* feat: preference options bottom border

* feat: liveWorkLivermore preference

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.20
 - @bloom-housing/public@3.0.1-alpha.19
 - @bloom-housing/ui-components@3.0.1-alpha.12

* 1988/adds listing management cypress tests to partner portal (#2103)

* test: adds listing management tests

* test: minor tweaks

* test: big updates for LM cypress tests

* test: fixes selectors

* feat: adding partner cypress tests to pr workflow

* fix: undoing

* chore: adds latest bloom-housing packages to partners

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.21
 - @bloom-housing/public@3.0.1-alpha.20
 - @bloom-housing/ui-components@3.0.1-alpha.13

* feat: adds new preferences, reserved community type

* feat: adds bottom border to preferences

* feat: updates preference string

* fix: preference cleanup for avance

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.22
 - @bloom-housing/public@3.0.1-alpha.21
 - @bloom-housing/ui-components@3.0.1-alpha.14

* fix: preference cleanup for avance

* 1975/one month rent (#2158)

* feat: add depoist helper text

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.16
 - @bloom-housing/shared-helpers@3.0.1-alpha.9
 - @bloom-housing/partners@3.0.1-alpha.23
 - @bloom-housing/public@3.0.1-alpha.22
 - @bloom-housing/ui-components@3.0.1-alpha.15

* fix(backend): fix view.spec.ts test (#2175)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.17
 - @bloom-housing/shared-helpers@3.0.1-alpha.10
 - @bloom-housing/partners@3.0.1-alpha.24
 - @bloom-housing/public@3.0.1-alpha.23

* refactor: removes jsonpath (#2206)

* refactor: removes jsonpath

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.18
 - @bloom-housing/shared-helpers@3.0.1-alpha.11
 - @bloom-housing/partners@3.0.1-alpha.25
 - @bloom-housing/public@3.0.1-alpha.24

* 1869/application program display (#2114)

* feat: add programs step to application forms

* test: add Cypress tests for the programs step

* feat: rework the Programs page and enhance seeds

* chore: fix programs Cypress test

* fix: fixup cypress tests

* fix: update mock data

* fix: fixup mock data pt 2

* fix: type issues

* fix: bugs and simplify program data processing

Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.19
 - @bloom-housing/shared-helpers@3.0.1-alpha.12
 - @bloom-housing/partners@3.0.1-alpha.26
 - @bloom-housing/public@3.0.1-alpha.25
 - @bloom-housing/ui-components@3.0.1-alpha.16

* feat: adds jurisdictions to pref seeds (#2199)

* feat: adds jurisdictions to pref seeds

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.20
 - @bloom-housing/shared-helpers@3.0.1-alpha.13
 - @bloom-housing/partners@3.0.1-alpha.27
 - @bloom-housing/public@3.0.1-alpha.26

* 1901/application program partners (#2182)

* feat: add programs step to application forms

* test: add Cypress tests for the programs step

* feat: rework the Programs page and enhance seeds

* chore: fix programs Cypress test

* feat: add programs step to application forms

* test: add Cypress tests for the programs step

* feat: rework the Programs page and enhance seeds

* chore: fix programs Cypress test

* fix: fixup cypress tests

* fix: update mock data

* fix: fixup mock data pt 2

* fix: type issues

* feat: Create programs mapper

Closes #1901

* feat: Add programs section

Closes #1901

* feat: Create details section for programs

Closes #1901

* feat: Update translations

Closes #1901

* refactor: Remove console log

Closes #1901

* refactor: Simpify code

Closes #1901

* chore: remove console log

* fix: mapProgramToApi return

Co-authored-by: Jared White <jared@jaredwhite.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.21
 - @bloom-housing/shared-helpers@3.0.1-alpha.14
 - @bloom-housing/partners@3.0.1-alpha.28
 - @bloom-housing/public@3.0.1-alpha.27
 - @bloom-housing/ui-components@3.0.1-alpha.17

* test: update program test

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.28

* feat: new demographics sub-race questions (#2109)

* feat: new demographics sub-race questions

* fix: update migration to keep data

* feat: other text boxes

* feat: wip other labels

* feat: can edit demo in partners

* fix: cleanup

* feat: csv formatting

* fix: type issue

* feat: remove gender and sexual orientation

* fix: add test id

* fix: more test ids

* fix: select by checkboxes

* fix: dont use select

* fix: data

* fix: add tests, fixup other option

* Fix code style issues with Prettier

* fix: remove unneeded dependencies

* test: add additional test

* Fix code style issues with Prettier

* test: change test id attribute

* chore: cleanup formatApplicationData imports

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.22
 - @bloom-housing/shared-helpers@3.0.1-alpha.15
 - @bloom-housing/partners@3.0.1-alpha.29
 - @bloom-housing/public@3.0.1-alpha.29
 - @bloom-housing/ui-components@3.0.1-alpha.18

* feat: updates email confirmation for lottery (#2200)

* feat: updates email confirmation for lottery

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.23
 - @bloom-housing/shared-helpers@3.0.1-alpha.16
 - @bloom-housing/partners@3.0.1-alpha.30
 - @bloom-housing/public@3.0.1-alpha.30

* fix: add ariaHidden to Icon component

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.17
 - @bloom-housing/partners@3.0.1-alpha.31
 - @bloom-housing/public@3.0.1-alpha.31
 - @bloom-housing/ui-components@3.0.1-alpha.19

* fix: add ariaLabel prop to Button component

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.18
 - @bloom-housing/partners@3.0.1-alpha.32
 - @bloom-housing/public@3.0.1-alpha.32
 - @bloom-housing/ui-components@3.0.1-alpha.20

* fix: change the yes/no radio text to be more descriptive (#2208)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.19
 - @bloom-housing/partners@3.0.1-alpha.33
 - @bloom-housing/public@3.0.1-alpha.33
 - @bloom-housing/ui-components@3.0.1-alpha.21

* fix: remove alameda reference in demographics (#2209)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.20
 - @bloom-housing/partners@3.0.1-alpha.34
 - @bloom-housing/public@3.0.1-alpha.34
 - @bloom-housing/ui-components@3.0.1-alpha.22

* refactor: remove applicationAddress

picked from dev bf10632a62bf2f14922948c046ea3352ed010f4f

* feat: refactor and add public site application flow cypress tests

picked from dev 9ec0e8d05f9570773110754e7fdaf49254d1eab8

* feat: better seed data for ami-charts

picked from dev d8b1d4d185731a589c563a32bd592d01537785f3

* feat: adds listing management cypress tests to partner portal

* fix: listings management keep empty strings, remove empty objects

picked from dev c4b1e833ec128f457015ac7ffa421ee6047083d9

* feat: one month rent

picked from dev 883b0d53030e1c4d54f2f75bd5e188bb1d255f64

* test: view.spec.ts test

picked from dev 324446c90138d8fac50aba445f515009b5a58bfb

* refactor: removes jsonpath

picked from dev deb39acc005607ce3076942b1f49590d08afc10c

* feat: adds jurisdictions to pref seeds

picked from dev 9e47cec3b1acfe769207ccbb33c07019cd742e33

* feat: new demographics sub-race questions

picked from dev 9ab892694c1ad2fa8890b411b3b32af68ade1fc3

* feat: updates email confirmation for lottery

picked from dev 1a5e824c96d8e23674c32ea92688b9f7255528d3

* fix: add ariaHidden to Icon component

picked from dev c7bb86aec6fd5ad386c7ca50087d0113b14503be

* fix: add ariaLabel prop to Button component

picked from dev 509ddc898ba44c05e26f8ed8c777f1ba456eeee5

* fix: change the yes/no radio text to be more descriptive

picked from dev 0c46054574535523d6f217bb0677bbe732b8945f

* fix: remove alameda reference in demographics

picked from dev 7d5991cbf6dbe0b61f2b14d265e87ce3687f743d

* chore: release version

picked from dev fe82f25dc349877d974ae62d228fea0354978fb7

* feat: ami chart jurisdictionalized

picked from dev 0a5cbc88a9d9e3c2ff716fe0f44ca6c48f5dcc50

* refactor: make backend a peer dependency in ui-components

picked from dev 952aaa14a77e0960312ff0eeee51399d1d6af9f3

* feat: add a phone number column to the user_accounts table

picked from dev 2647df9ab9888a525cc8a164d091dda6482c502a

* chore: removes application program partners

* chore: removes application program display

* Revert "chore: removes application program display"

This reverts commit 14825b4a6c9cd1a7235e32074e32af18a71b5c26.

* Revert "chore: removes application program partners"

This reverts commit d7aa38c777972a2e21d9f816441caa27f98d3f86.

* chore: yarn.lock and backend-swagger

* fix: removes Duplicate identifier fieldGroupObjectToArray

* feat: skip preferences if not on listing

* chore(release): version

* fix: cannot save custom mailing, dropoff, or pickup address

* chore(release): version

* chore: converge on one axios version, remove peer dependency

* chore(release): version

* feat: simplify Waitlist component and use more flexible schema

* chore(release): version

* fix: lottery results uploads now save

* chore(release): version

* feat: add SRO unit type

* chore(release): version

* fix: paper application submission

* chore(release): version

* fix: choose-language context

* chore(release): version

* fix: applications/view hide prefs

* chore(release): version

* feat: overrides fallback to english, tagalog support

* chore(release): version

* fix: account translations

* chore(release): version

* fix: units with invalid ami chart

* chore(release): version

* fix: remove description for the partners programs

* fix: fix modal styles on mobile

* fix: visual improvement to programs form display

* fix: submission tests not running

* chore: translations (#2293)

* chore: translations (#2295)

* chore: missing translations (#2296)

* fix: prefUnits on autofill summary (#2294)

* chore: move Programs step to come after Students (#2277)

* feat: adds whatToExpect to GTrans

* chore: missing translations (#2299)

* fix: 2259/fixes idle timeout not resetting properly (#2292)

* chore(release): version

* fix: demographics howDidYouHear options (2305)

* chore(release): version

* fix: mobile notice text wrap issue (#2308)

* feat: postmark date time fields partners (#2239)

* fix: versioning issues (#2311)

* chore(release): version

* chore(backend): move libs/ to shared/utils, clean up modules (#2230)

* feat(backend): all programs to csv export (#2302)

* chore(release): version

* feat: filter partner users

* chore(release): version

* feat: adds updating open listing modal (#2288)

* fix: closed listings allowed apps (#2317)

* feat: 2165/rosefield preference updates (#2386)

* chore(release): version

* Revert "chore(release): version"

This reverts commit 7c414ca7f8c5709e4ff19b94e3fb1089bdc45e97.

* chore(release): version

 - @bloom-housing/backend-core@3.0.1
 - @bloom-housing/shared-helpers@3.0.1
 - @bloom-housing/partners@3.0.1
 - @bloom-housing/public@3.0.1
 - @bloom-housing/ui-components@3.0.1

* feat(backend): add storing listing translations (#2215)

* feat: adds whatToExpect to GTrans (#2303)

* fix: patch issue with submit application section

* fix: patches translations for preferences (#2410)

* fix: issues with public app and readds auto save (2428)

* fix: ami charts without all households (#2430)

* fix: load blank application

* 2022-01-27 release (#2439)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.23
 - @bloom-housing/partners@3.0.1-alpha.37
 - @bloom-housing/public@3.0.1-alpha.38
 - @bloom-housing/ui-components@3.0.1-alpha.24

* fix(backend): nginx with heroku configuration (#2196)

* fix(backend): nginx with heroku configuration

* feat(backend): nginx make hostname and port variable

* feat: nginx proxy updates

* feat(backend): modify proxy_pass and Host header settings

Co-authored-by: seanmalbert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.26
 - @bloom-housing/shared-helpers@3.0.1-alpha.24
 - @bloom-housing/partners@3.0.1-alpha.38
 - @bloom-housing/public@3.0.1-alpha.39
 - @bloom-housing/ui-components@3.0.1-alpha.25

* fix: fetchBaseListingData (#2238)

* fix: fetchBaseListingData

* fix: fetchBaseListingData

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.40

* fix: lottery results uploads now save (#2226)

* fix: lottery results uploads now save

* fix: switch to partial typing

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.39

* feat: getStaticPaths fallback blocking test

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.41

* chore: add temp logs for testing id/slug

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.42

* chore(backend): move libs/ to shared/utils, clean up modules (#2230)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.27
 - @bloom-housing/shared-helpers@3.0.1-alpha.25
 - @bloom-housing/partners@3.0.1-alpha.40
 - @bloom-housing/public@3.0.1-alpha.43
 - @bloom-housing/ui-components@3.0.1-alpha.26

* chore: add SRO unit type (#2243)

* chore: add SRO unit type to DB / translations

* chore: additional string changes to SRO

* test(backend): add SRO to unit types test

* feat: SRO unit type additions

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.28
 - @bloom-housing/shared-helpers@3.0.1-alpha.26
 - @bloom-housing/partners@3.0.1-alpha.41
 - @bloom-housing/public@3.0.1-alpha.44
 - @bloom-housing/ui-components@3.0.1-alpha.27

* 2140/fix paper application submission (#2195)

* fix: fix paper application submission

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.42

* Fix code style issues with Prettier

* test: adds cypress test coverage

* fix: updates per sean

* fix: one more update

* test: fix partners unit tests

* fix: choose-language context

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.45

* fix: applications drop off address

* fix: applications/view hide prefs

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.46

* feat(backend): add storing listing translations (#2215)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.29
 - @bloom-housing/shared-helpers@3.0.1-alpha.27
 - @bloom-housing/partners@3.0.1-alpha.43
 - @bloom-housing/public@3.0.1-alpha.47
 - @bloom-housing/ui-components@3.0.1-alpha.28

* fix(backend): make nginx proxy use Language HTTP header in cache key (#2266)

* 2098/fix partner applications grid display (#2188)

* fix: partner applications grid display

* Fix code style issues with Prettier

* test: fix tests

* Fix code style issues with Prettier

* fix: updates to using views

* tests: add application grid test

* fix: updates per sean

* fix: one more update

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.30
 - @bloom-housing/shared-helpers@3.0.1-alpha.28
 - @bloom-housing/partners@3.0.1-alpha.44
 - @bloom-housing/public@3.0.1-alpha.48
 - @bloom-housing/ui-components@3.0.1-alpha.29

* fix: fixes some issues with the deployment

* Revert/2188 (#2270)

* fix: fixes some issues with the deployment

* revert: partner applications grid display

* fix: view.spec

Co-authored-by: Yazeed Loonat <yazeedloonat@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.31
 - @bloom-housing/shared-helpers@3.0.1-alpha.29
 - @bloom-housing/partners@3.0.1-alpha.45
 - @bloom-housing/public@3.0.1-alpha.49
 - @bloom-housing/ui-components@3.0.1-alpha.30

* 2098/fix partner applications grid display (#2188)

* fix: partner applications grid display

* Fix code style issues with Prettier

* test: fix tests

* Fix code style issues with Prettier

* fix: updates to using views

* tests: add application grid test

* fix: updates per sean

* fix: one more update

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* feat(backend): add listings closing routine (#2213)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.32
 - @bloom-housing/shared-helpers@3.0.1-alpha.30
 - @bloom-housing/partners@3.0.1-alpha.46
 - @bloom-housing/public@3.0.1-alpha.50
 - @bloom-housing/ui-components@3.0.1-alpha.31

* feat(backend): add user password expiration

* fix: Remove description for the partners programs (#2234)

Closes #1901

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.47

* 2227/lock login attempts frontend (#2260)

* feat: Add new translations

Closes #1927

* refactor: Make title as optional

Closes #1927

* feat: Update login alert text

Closes #1927

* fix: Use translation, instead of hardcoded text

Closes #1927

* feat: Add translation

Closes #1927

* feat: Update type name

Closes #1927

* feat: Add new alerts

Closes #1927

* fix: Fix translation

Closes #1927

* fix(AlertBox.tsx): Fix close icon placement

Closes #1927

* feat: Create helper to catch network errors

Closes #1927

* feat: Add translations

Closes #1927

* feat: Create reusable sign-in form

Closes #1927

* refactor(sign-in page, public and partners): Update sign-in pages to use reusable form

BREAKING CHANGE: sign-in pages have been updated

Closes #1927

* Fix code style issues with Prettier

* fix: fixes tests and also issue with user grid

* fix: fixes linting error

* feat(backend): add appropriate http exception for password outdated login failure

* fix: Fix modal styles on mobile (#2280)

Closes #2253

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.31
 - @bloom-housing/partners@3.0.1-alpha.48
 - @bloom-housing/public@3.0.1-alpha.51
 - @bloom-housing/ui-components@3.0.1-alpha.32

* fix: visual improvement to programs form display (#2276)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.52

* fix: submission tests not running (#2282)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.53

* feat: overrides fallback to english, tagalog support (#2262)

* chore: allow work-in strings to take jurisdiction name

* feat: add support for tagalog

* Fix code style issues with Prettier

* feat: tagalog language

* feat: translations precedence includes en overrides

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.33
 - @bloom-housing/shared-helpers@3.0.1-alpha.32
 - @bloom-housing/partners@3.0.1-alpha.49
 - @bloom-housing/public@3.0.1-alpha.54
 - @bloom-housing/ui-components@3.0.1-alpha.33

* fix: account translations (#2278)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.33
 - @bloom-housing/partners@3.0.1-alpha.50
 - @bloom-housing/public@3.0.1-alpha.55
 - @bloom-housing/ui-components@3.0.1-alpha.34

* test: fixes test issues

* fix: fix sortig on applications partner grid

* chore: translations (#2293)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.34
 - @bloom-housing/partners@3.0.1-alpha.51
 - @bloom-housing/public@3.0.1-alpha.56
 - @bloom-housing/ui-components@3.0.1-alpha.35

* chore: translations (#2295)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.35
 - @bloom-housing/partners@3.0.1-alpha.52
 - @bloom-housing/public@3.0.1-alpha.57
 - @bloom-housing/ui-components@3.0.1-alpha.36

* chore: missing translations (#2296)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.36
 - @bloom-housing/partners@3.0.1-alpha.53
 - @bloom-housing/public@3.0.1-alpha.58
 - @bloom-housing/ui-components@3.0.1-alpha.37

* fix: prefUnits on autofill summary (#2294)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.59

* chore: move Programs step to come after Students (#2277)

* chore: move Programs step to come after Students

* test: rearrange order of programs within Cypress tests

* test: remove problematic statement

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.60

* fix: units with invalid ami chart (#2290)

* fix: alunits with invalid ami chart

* perf: uniquePercentageChartSet map

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.34
 - @bloom-housing/shared-helpers@3.0.1-alpha.37
 - @bloom-housing/partners@3.0.1-alpha.54
 - @bloom-housing/public@3.0.1-alpha.61
 - @bloom-housing/ui-components@3.0.1-alpha.38

* chore: missing translations (#2299)

* chore: missing translations

* chore: remove logs

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.38
 - @bloom-housing/partners@3.0.1-alpha.55
 - @bloom-housing/public@3.0.1-alpha.62
 - @bloom-housing/ui-components@3.0.1-alpha.39

* 2259/fixes idle timeout not resetting properly (#2292)

* fix: fixes idle timeout not resetting properly

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.63

* feat: adds whatToExpect to GTrans (#2303)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.35
 - @bloom-housing/shared-helpers@3.0.1-alpha.39
 - @bloom-housing/partners@3.0.1-alpha.56
 - @bloom-housing/public@3.0.1-alpha.64
 - @bloom-housing/ui-components@3.0.1-alpha.40

* fix: demographics howDidYouHear options were not changing on language change (#2305)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.65

* Fix checkbox rtl style

* feat(backend): add password outdating only to users which are either admins or partners

* fix: fix hero button width with secondary button (#2306)

* fix: mobile notice text wrap issue (#2308)

* feat(backend): add activity logging to listings module (#2190)

* feat(backend): add activity logging to listings module

* feat(backend): add activity logging to applications and user controllers

* feat(backend): add metada column to activity log entity

* feat(backend): change activity log metadata column type

* feat(backend): remove applications related changes

* feat(backend): remove ListingActivityLogInterceptor

* 2040/postmark date time fields partners (#2239)

* feat: add postmark by date and time fields

* feat: fix display and preview page

* test: fix so the correct date displays

* Fix code style issues with Prettier

* fix: fixes per emily

* fix: updates per sean

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* fix: versioning issues (#2311)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.36
 - @bloom-housing/shared-helpers@3.0.1-alpha.41
 - @bloom-housing/partners@3.0.1-alpha.58
 - @bloom-housing/public@3.0.1-alpha.67
 - @bloom-housing/ui-components@3.0.1-alpha.42

* feat(backend): all programs to csv export (#2302)

* feat(backend): all programs to csv export

* chore: removes console log

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.37
 - @bloom-housing/shared-helpers@3.0.1-alpha.42
 - @bloom-housing/partners@3.0.1-alpha.59
 - @bloom-housing/public@3.0.1-alpha.68
 - @bloom-housing/ui-components@3.0.1-alpha.43

* feat(backend): add partnerTerms to jurisdiction entity (#2301)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.38
 - @bloom-housing/shared-helpers@3.0.1-alpha.43
 - @bloom-housing/partners@3.0.1-alpha.60
 - @bloom-housing/public@3.0.1-alpha.69
 - @bloom-housing/ui-components@3.0.1-alpha.44

* feat: removes ListingLangCacheInterceptor from get by id

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.39
 - @bloom-housing/shared-helpers@3.0.1-alpha.44
 - @bloom-housing/partners@3.0.1-alpha.61
 - @bloom-housing/public@3.0.1-alpha.70
 - @bloom-housing/ui-components@3.0.1-alpha.45

* fix: Update translation

Closes 1927

* fix: Update hardcoded translations

Closes #1927

* refactor: listing detail props (#2313)

* refactor: listing detail props

* fix: HouseholdSizeField FieldError

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.45
 - @bloom-housing/partners@3.0.1-alpha.62
 - @bloom-housing/public@3.0.1-alpha.71
 - @bloom-housing/ui-components@3.0.1-alpha.46

* chore(deps): bump next from 11.1.2 to 11.1.3 (#2289)

* feat(backend): refactor applications module (#2279)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.40
 - @bloom-housing/shared-helpers@3.0.1-alpha.46
 - @bloom-housing/partners@3.0.1-alpha.63
 - @bloom-housing/public@3.0.1-alpha.72
 - @bloom-housing/ui-com…
ludtkemorgan added a commit to CityOfDetroit/bloom that referenced this pull request Sep 15, 2022
* fix: unit group reload when refocus

* fix: readds useEffect dependency checks

* fix: can delete last group

* fix: now can save without ami info

* fix: for when rent value is missing

* fix: occupancy max 8, selects can be deselected

* fix: add hearing mobility visual to a11y features (#1032)

* fix: removing placeholder

* fix: readding label, removing placeholder

* fix: was too specific

* fix(backend): import script percentageOfIncomeValue retrieval logic (#1034)

Co-authored-by: Michal Plebanski <michalp@airnauts.com>

* fix: ami percentage

* fix: listing view detail list order

* fix: partner listing grid address column

* fix: properly set monthlyRentDeterminationType in import script

* fix: account for space after comma in spreadsheet for split types

* fix: hide hmi link if no hmi table (#1035)

* fix: hide hmi link if no hmi table

* fix: hide completely

* feat: catch up for migrations (#1030)

feat: catch up for migrations (#1030)

* fix: fix for when rent range was empty (#1038)

* fix: styling issues in features section (#1039)

* fix: preview close alert style fixes (#1040)

* fix: stray zero if no programs (#1042)

* fix: pagination fix for partner listing grid (#1041)

* fix: pagination fix for partner listing grid

* fix: removes unit groups second query and from inner filter

* test: fix for tests

* fix: listings e2e tests

Co-authored-by: Sean Albert <smabert@gmail.com>

* fix: update neighborhood list, unit type string

* 1045/allows re-request confirmation on partners (#1047)

* feat: allows re-request confirmation on partners

* fix: linting fixes (#1057)

fix: linting fixes

* fix: fixes pagination issue on detroit user grid (#1063)

* feat(backend): update listing filters (#1050)

* feat(backend): update listing filters

* fix: fix for partner and public builds

* fix(backend): listing bedrooms filter

* fix(backend): num_bedrooms filter fix

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Yazeed Loonat <yazeedloonat@gmail.com>

* feat: Update listing table columns (#1067)

* feat: Update listing table columns

Closes #1008

* feat: Add per page qty select field

Closes #1008

* style: removes console log

Co-authored-by: Sean Albert <smabert@gmail.com>

* feat: filters to show only active listings (#1070)

* feat(backend): add marketingType to Listing entity

* Bump actions/setup-node from 2.5.0 to 3 (#999)

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.5.0 to 3.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2.5.0...v3)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: frontend type fix

* fix: change verified string (#1088)

* fix: select programs working with single jurisdiction (#1100)

* Bump actions/checkout from 2 to 3 (#1010)

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: verify link should work on second application tab (#1068)

* fix: verify link should work on second application tab

* refactor: add new state

* fix: pr feedback

* feat: exposing leasing company website (#1069)

* feat: exposing leasing company website

* fix: no longer href on empty website

* fix: adding url validation

* fix: updates per sean

* feat: adds unit summaries to listings list to backend (#1077)

* feat: adds unit summaries to listings list

* fix: addresses issues noted in PR

* fix: cleans up detroit specific seeds

* fix: fixes issue with public latestListings filter

* fix: backend listing test unit groups

* fix: unit groups on partners types

* 78/favorites refactor test2 (#1089)

* initial setup of backend

initial setup with backend now including array of strings of just the Listing ID.  Verify e2e testing works as well.

* Implemented ListingCard fav

Implemented favorite buttons and features.  Only works after initial refresh.  Failure to get profile.preferences on first call.

* updated to include preference-entity default

* rename useState elements

* console.log cleanup on ListingCard

* Fix code style issues with Prettier

* useState updated and remove console logs

* feat: adding favorite feature

* fix: updates per emily and sean

* feat: moving user-prefence into their own pathway

* test: updates for tests

* test: fix for backend spec tests

* build: updates local db to bloom_detroit

* docs: update backend env template

* fix: updates to favorites

* fix: updates for styling and per sean

* fix: removing duplicate UsePipe

* test: fixes failing tests

* feat: adds UserPreferenceAuthzGuard

* fix: updates per sean

* feat: updates userPreferences to take user id

* fix: styling update per sean

* fix: styling updates per emily

* feat: adding toast for favorite

* test: fixes for tests

* fix: build fix

* fix: un-narrowing favorite toast

* feat: adds aria-live to favorites

* fix: getListings call on index

* fix: adds (un)favorited language

* fix: removes unused AlertBox element

* feat: exposing favorites on dashboard

* Merge remote-tracking branch 'detroit/dev' into 78/favorites_refactor_test2

* fix: merge fix

* feat: updates AG_PER_PAGE_OPTIONS

Co-authored-by: pfeeny5 <82653098+pfeeny5@users.noreply.github.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>

* feat: load overlay to partner listings grid (#1116)

* feat: load overlay to partner listings grid

* feat: agpage hides total items when no items

* feat: disables overdue listings status cron (#1109)

* feat: disables overdue listings status cron

* style: removes commented out code

* feat: Remove signup subscription fields (#1112)

* feat: Add summary tables into the listing (#1118)

* feat(backend): create property.region from property.neighborhood (#1110)

* feat(backend): create property.region from property.neighborhood

* feat(backend): update neighborhood migration script

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* fix: about page content edit and margin top and bottom fix (#1133)

* fix: about page content and margin top and bottom

* fix: add partners list and remove copy from non-english json files

* fix: remove json keys entirely

* feat: updated content & styles on homepage, footer

* fix: move new copy to translations

* feat: update email copy (#1135)

* feat: update email copy

* fix: update email service test

* feat: add comma

* fix: comma unit test fail

* fix: unit test comma

* feat: can add a marketing status to a listing in partners (#1128)

* feat: can add a marketing status to a listing in partners

* fix: mobile fix

* fix: fix migration to check for new object (#1139)

* 2022-04-06 sync upstream (#1132)

* chore: merge upstream/master backend

* chore: merges upstream/master ui-components

* chore: merge upstream/master sites/partners

* feat: flattens translations

* chore: merge upstream/master shared-helpers

* fix: address issues with ui-components merge

* fix: partners merge issues

* chore: merge upstream/master sites/public

* test: updates listing order by tests

* test: updates listing e2e tests

* test: adds script for test to package.json

* fix: uptake listing card

* fix: prop updates for uptaking new listing card (#1136)

* fix: prop updates for uptaking new listing card

* fix: styling updates to the home page listing cards

* fix: tag color

* style: updates horizontal scroll margins

Co-authored-by: Sean Albert <smabert@gmail.com>

* fix: duplicate DetailApplicationAddress import

* fix: add missing translations and style cleanup

Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Emily Jablonski <65367387+emilyjablonski@users.noreply.github.com>

* feat: update summary tables and tags with coming soon (1076) (1098) (1074) (#1131)

* fix: listing list dupes in pagination (#1140)

* fix: listing list dupes in pagination

* test: updates listings e2e tests

* fix: managementwebsite url seeds

* feat: add 100 to ag page options (#1149)

* feat: Add .5 and 1.5 bathroom options to min and max dropdown in Add … (#1113)

* feat: disable mfa for Detroit (#1148)

* fix: adds check for unitSummaries?.unitGroupSummary on listing (#1156)

* 973/favorites on dashboard (#1095)

* initial setup of backend

initial setup with backend now including array of strings of just the Listing ID.  Verify e2e testing works as well.

* Implemented ListingCard fav

Implemented favorite buttons and features.  Only works after initial refresh.  Failure to get profile.preferences on first call.

* updated to include preference-entity default

* rename useState elements

* console.log cleanup on ListingCard

* Fix code style issues with Prettier

* useState updated and remove console logs

* feat: adding favorite feature

* fix: updates per emily and sean

* feat: moving user-prefence into their own pathway

* test: updates for tests

* test: fix for backend spec tests

* build: updates local db to bloom_detroit

* docs: update backend env template

* fix: updates to favorites

* fix: updates for styling and per sean

* fix: removing duplicate UsePipe

* test: fixes failing tests

* feat: adds UserPreferenceAuthzGuard

* fix: updates per sean

* feat: updates userPreferences to take user id

* fix: styling update per sean

* fix: styling updates per emily

* feat: adding toast for favorite

* test: fixes for tests

* fix: build fix

* fix: un-narrowing favorite toast

* feat: adds aria-live to favorites

* fix: getListings call on index

* fix: adds (un)favorited language

* fix: removes unused AlertBox element

* feat: exposing favorites on dashboard

* Merge remote-tracking branch 'detroit/dev' into 78/favorites_refactor_test2

* fix: merge fix

* fix: updates per emily

* fix: updates per emily and jesse

* fix: reduces weird re-renders

* fix: updates per emily

* fix: enforces log in requirements

* style: removes console log

* fix: favorite pagination

* fix: issue with initial favoriting

* feat: adds classNames to LoadingOverlay

Co-authored-by: pfeeny5 <82653098+pfeeny5@users.noreply.github.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>

* fix: homepage layout/copy

* feat: show tags on listing cards for community programs, a11y (#1146)

* feat: show tags on listing cards for community programs, a11y

* fix: build fix

* refactor: pr feedback

* feat: adds sorting to programs in listing tags

Co-authored-by: Sean Albert <smabert@gmail.com>

* fix: improve presentation of the City regions section

* Feature/region enum (#1137)

* feat(backend): add region Enum to listing dtos

* feat: Add region select input

Closes #1097

* feat: Add region into the listing view

Closes #1097

* feat: Update tests

Closes #1097

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* fix: update styling of coming soon tag (#1154)

* fix: update styling of coming soon tag

* refactor: pr review

* fix: refactor

* 1091/listing sort order (#1157)

* feat: updates listing sort order to coming soon

* fix: fixes public listing pagination

* fix: wrap DashBlock anchor tag in Link component to display selected … (#1159)

* fix: wrap DashBlock anchor tag in Link component to display selected language

* fix: swap Link for LinkComponent

* fix: nested anchor tags

* chore: replace hero background image (for now)

* fix: eslint errors in dev (#1163)

* fix: eslint errors in dev

* style: eslint next line

* 1115/min max validation (#1155)

* feat: min max validation errors for Add Unit Group form

* fix: console warnings for faulty validation

* feat: add instant validation for all  min and max fields

* style: remove unnecessary

* change non-dropdown min max fields to onBlur

* move error strings to partners override

* fix: error when passing empty string as phone number to usToIntlPhone… (#1160)

* fix: error when passing empty string as phone number to usToIntlPhone helper

* style: prettier

* feat: update IntlToUsPhone and update both types to include null

* fix: retrigger checks

* style: run prettier

Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>

* feat(backend): update how order by comingSoon works (#1174)

* feat(backend): update how order by comingSoon works

* fix: marketingDate order dir

* fix: forgot password empty warning and two minor style changes (#2680)

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* fix: coming soon tag color on listing detail page (#1170)

* fix: cannot update waitlist status to open (#1171)

* feat: new verified tag icon (#1172)

* feat: add new sign up link to home page (#1173)

* feat: add new sign up link to home page

* fix: open link in a new tab

* style: add void before trigger functions to avoid eslint errors (#1178)

* style: Arabic RTL layout changes (#1166)

* style: remove text-align from page header so rtl can display properly

* feat: savepoint aside no longer absolute positioned, still need more styling edits

* style: responsive element widths

* style: swap empty div tags with <>

* style: cleanup temp classes

* style: cleanup commented

* listing process separated into component (needs to move to ui components)

* feat: ListingProcess component and rtl padding swap

* feat: ListingProcess component

* fix: rtl workaround

* style: change prop types

* refactor: move ListingProcess component back to public

* refactor: git re-add component

* refactor: ListingProcess back to ListingView

* style: remove unnecessary

* feat: tooltip component

* * feat: updates to UI of public listing filters (#1138)

* 1058/updated public listing filters (#1138)

* feat: fixes backend to filter properly

* fix: some touch ups

* fix: updates per emily

* fix: updates per emily

* fix: fixes for tests

* fix: updates per emily

* fix: matching filters to mocks

* fix: remove test class

* fix: updates per emily

* fix: reset fix

* fix: fix for the tests

* fix: modifying the region filter to be an OR

* fix: test updates

Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>

* 1083/header hover issues (#1177)

* fix: improved hover and dropdown menu alignment

* removed unnecessary comments

* fix: update padding issues

* fix: centering dropdown menu

* fix: new approach with visual regressions addressed

* fix: add leasing agent address field back to listing form (#1195)

* 1168/arabic listing section overlap (#1184)

* style: rtl css refactors for listing containers

* style: rtl friendly border

* style: desktop media queries

* Update ui-components/src/global/headers.scss

Co-authored-by: Emily Jablonski <65367387+emilyjablonski@users.noreply.github.com>

Co-authored-by: Emily Jablonski <65367387+emilyjablonski@users.noreply.github.com>

* fix: check for empty translations before sending to google translate service (#1191)

* 1167/page-not-found-ui (#1185)

* style: white text and rm yellow background from button on Page Not Found

* style: remove hover border

* style: conditional rendering of Hero components

* style: remove unnecessary

* style: conditional styling without using new props

* style: titleClassName prop

* feat: default what to expect text and additional what to expect field (#1145)

* fix: authservice.token data null issue (#2703) (#1197)

* fix: show street2 for addresses (#1209)

* fix: show street2 for addresses

* test: fixup tests

* feat: set default what to expect text for coming soon listings (#1210)

* fix: update homepage subtext copy (#1217)

* fix: remove link to eligibility calculator (#1216)

* fix: Fix tooltip visibility (#1212)

* Removes listing queue imports (#1211)

* fix: removes listing queue imports

* feat: removes bull module from listings

* feat: adds new filter, fix region (#1214)

* fix: content update (#1220)

* style: listing page rtl css changes (#1221)

* style: rtl css changes

* style: one more pr > pe since it's here

* style: rtl accessibility button

* fix: fixes bedrooom and accessibility filters

* fix: fixes bedrooom and accessibility filters

* fix: vacant unit/waitlist filter fixes

* style: filtered page cleanup

* fix: test fix

* fix: update for availability filter

* fix: update per emily

Co-authored-by: Sean Albert <smabert@gmail.com>

* 1090/resources page (#1181)

* feat: add a new Resources page

* fix: header spacing and phone links

* chore: use local components for Additional Resources

Co-authored-by: Yazeed Loonat <yazeedloonat@gmail.com>

* chore: refactor Resources to use per-card md files

* chore: remove full resources page

Co-authored-by: Yazeed Loonat <yazeedloonat@gmail.com>

* 2022-05-03 sync main (#1228)

* 2022-03-10 release (#1044)

* 2022-02-10 core (#982)

* fix: retnal assistance eror message

* Preferences cleanup (#1947)

* feat(backend): preferences cleanup

BREAKING CHANGE: Preferences are now M-N relation with a listing and have an intermediate table with ordinal number

* refactor(backend): preferences deduplication

So far each listing referenced it's own unique Preferences. This change introduces Many to Many
relationship between Preference and Listing entity and forces sharing Preferences between listings.

* feat(backend): extend preferences migration with moving existing relations to a new intermediate tab

* feat(backend): add Preference - Jurisdiction ManyToMany relation

* feat: adapt frontend to backend changes

* fix(backend): typeORM preferences select statement

* fix(backend): connect preferences with jurisdictions in seeds, fix pref filter validator

* fix(backend): fix missing import in preferences-filter-params.ts

* refactor: rebase issue

* feat: uptake jurisdictional preferences

* fix: fixup tests

* fix: application preferences ignore page, always separate

* Remove page from src/migration/1633359409242-add-listing-preferences-intermediate-relation.ts

* fix: preference fetching and ordering/pages

* Fix code style issues with Prettier

* fix(backend): query User__leasingAgentInListings__jurisdiction_User__leasingAgentIn specified more

* fix: perferences cypress tests

Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Sean Albert <smabert@gmail.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.13
 - @bloom-housing/partners@2.0.0-pre-tailwind.23
 - @bloom-housing/public@2.0.0-pre-tailwind.23
 - @bloom-housing/ui-components@2.0.0-alpha.23

* fix: updates household member count (#2112)

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.14
 - @bloom-housing/partners@2.0.0-pre-tailwind.24
 - @bloom-housing/public@2.0.0-pre-tailwind.24
 - @bloom-housing/ui-components@2.0.0-alpha.24

* fix: updates household member count

picked 3dee0f7d676ff42d546ecf83a17659cd69d7e1bc

* fix: reverts preferences to re-add as breaking/major bump

* fix: reverts preferences to re-add as breaking/major bump

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.15
 - @bloom-housing/partners@2.0.0-pre-tailwind.25
 - @bloom-housing/public@2.0.0-pre-tailwind.25
 - @bloom-housing/ui-components@2.0.0-alpha.25

* refactor: listing preferences and adds jurisdictional filtering

BREAKING CHANGE: updates preference relationship with listings

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.16
 - @bloom-housing/partners@2.0.0-pre-tailwind.26
 - @bloom-housing/public@2.0.0-pre-tailwind.26
 - @bloom-housing/ui-components@2.0.0-alpha.26

* chore(release): version

 - @bloom-housing/backend-core@2.0.0
 - @bloom-housing/shared-helpers@2.0.0
 - @bloom-housing/partners@2.0.0
 - @bloom-housing/public@2.0.0
 - @bloom-housing/ui-components@2.0.0

* fix: Updates lastName on application save

* docs: Update changelog

* Fix code style issues with Prettier

* chore(release): version

 - @bloom-housing/partners@2.0.1-alpha.0

* fix: a11y color contrast issues with tint on ImageCard component (#2074)

* chore(release): version

 - @bloom-housing/partners@2.0.1-alpha.1
 - @bloom-housing/public@2.0.1-alpha.0
 - @bloom-housing/ui-components@2.0.1-alpha.0

* feat: two new common app questions - Household Changes and Household Student (#2070)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.0
 - @bloom-housing/partners@2.0.1-alpha.2
 - @bloom-housing/public@2.0.1-alpha.1
 - @bloom-housing/ui-components@2.0.1-alpha.1

* fix: household member cypress test (#2113)

* chore(release): version

 - @bloom-housing/public@2.0.1-alpha.2

* fix: SiteHeader visual issues with long menu bars (#2068)

* feat: jurisdictional email signatures (#2111)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.1
 - @bloom-housing/partners@2.0.1-alpha.3
 - @bloom-housing/public@2.0.1-alpha.3
 - @bloom-housing/ui-components@2.0.1-alpha.2

* fix: don't send email confirmation on paper app submission (#2110)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.2
 - @bloom-housing/partners@2.0.1-alpha.4
 - @bloom-housing/public@2.0.1-alpha.4
 - @bloom-housing/ui-components@2.0.1-alpha.3

* 1838/ami chart jurisdictionalized (#2102)

* fix: jurisdictionalizes ami charts on partners

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.3
 - @bloom-housing/partners@2.0.1-alpha.5
 - @bloom-housing/public@2.0.1-alpha.5
 - @bloom-housing/ui-components@2.0.1-alpha.4

* feat: Updates application confirmation numbers (#2072)

* feat: Updates application confirmation numbers

* docs: Update changelog

* feat: adds confirmation number to csv export

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.4
 - @bloom-housing/partners@2.0.1-alpha.6
 - @bloom-housing/public@2.0.1-alpha.6
 - @bloom-housing/ui-components@2.0.1-alpha.5

* fix: updates lastName on application save

picked from aff87ec99ad2fbd4a1f9a6853157ea7770f85a56

* fix(backend): make it possible to filter portal users in /users endpoint (#2078)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.5
 - @bloom-housing/partners@2.0.1-alpha.7
 - @bloom-housing/public@2.0.1-alpha.7
 - @bloom-housing/ui-components@2.0.1-alpha.6

* Revert "refactor: listing preferences and adds jurisdictional filtering"

This reverts commit 9f661b43921ec939bd1bf5709c934ad6f56dd859.

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.6
 - @bloom-housing/partners@2.0.1-alpha.8
 - @bloom-housing/public@2.0.1-alpha.8
 - @bloom-housing/ui-components@2.0.1-alpha.7

* hotfix: ensure Triton seed doesn't error out

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.7
 - @bloom-housing/partners@2.0.1-alpha.9
 - @bloom-housing/public@2.0.1-alpha.9
 - @bloom-housing/ui-components@2.0.1-alpha.8

* chore(release): version

 - @bloom-housing/backend-core@3.0.0
 - @bloom-housing/shared-helpers@3.0.0
 - @bloom-housing/partners@3.0.0
 - @bloom-housing/public@3.0.0
 - @bloom-housing/ui-components@3.0.0

* 1837/preferences cleanup 3 (#2144)

* feat(backend): preferences cleanup

BREAKING CHANGE: Preferences are now M-N relation with a listing and have an intermediate table with ordinal number

* refactor(backend): preferences deduplication

So far each listing referenced it's own unique Preferences. This change introduces Many to Many
relationship between Preference and Listing entity and forces sharing Preferences between listings.

* feat(backend): extend preferences migration with moving existing relations to a new intermediate tab

* feat(backend): add Preference - Jurisdiction ManyToMany relation

* feat: adapt frontend to backend changes

* fix(backend): typeORM preferences select statement

* fix(backend): connect preferences with jurisdictions in seeds, fix pref filter validator

* fix(backend): fix missing import in preferences-filter-params.ts

* refactor: rebase issue

* feat: uptake jurisdictional preferences

* fix: fixup tests

* fix: application preferences ignore page, always separate

* Remove page from src/migration/1633359409242-add-listing-preferences-intermediate-relation.ts

* fix: preference fetching and ordering/pages

* Fix code style issues with Prettier

* fix(backend): query User__leasingAgentInListings__jurisdiction_User__leasingAgentIn specified more

* fix: perferences cypress tests

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.0
 - @bloom-housing/partners@3.0.1-alpha.0
 - @bloom-housing/public@3.0.1-alpha.0
 - @bloom-housing/ui-components@3.0.1-alpha.0

* feat(backend): extend UserUpdateDto to support email change with confirmation (#2120)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.1
 - @bloom-housing/partners@3.0.1-alpha.1
 - @bloom-housing/public@3.0.1-alpha.1
 - @bloom-housing/ui-components@3.0.1-alpha.1

* 2056/user account edit fix (#2073)

* fix: Replaces service to use newly created

* fix: Fix DOB initial values

* feat(backend): extend UserUpdateDto to support email change with confirmation

* fix: Update email form to use a new service

* fix: updates email change language

* Fix code style issues with Prettier

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.2
 - @bloom-housing/partners@3.0.1-alpha.2
 - @bloom-housing/public@3.0.1-alpha.2
 - @bloom-housing/ui-components@3.0.1-alpha.2

* feat: add Programs section to listings management (#2093)

* feat: add Programs section to listings management

* fix: sorting on detail page

* fix: merge issues

* feat: make program fetching jurisdictional

* fix: replace preference with program

* fix: program delete removes jurisdiction

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.3
 - @bloom-housing/partners@3.0.1-alpha.3
 - @bloom-housing/public@3.0.1-alpha.3
 - @bloom-housing/ui-components@3.0.1-alpha.3

* 2085/adds top level catchAll exception filter (#2132)

* fix: adds top level catchAll error filter

* fix: removing now unused exception filter

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.4
 - @bloom-housing/partners@3.0.1-alpha.4
 - @bloom-housing/public@3.0.1-alpha.4
 - @bloom-housing/ui-components@3.0.1-alpha.4

* feat: Change unit number field type to text (#2136)

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.5

* chore(deps): bump electron from 13.1.7 to 13.3.0 (#2137)

Bumps [electron](https://github.com/electron/electron) from 13.1.7 to 13.3.0.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](https://github.com/electron/electron/compare/v13.1.7...v13.3.0)

---
updated-dependencies:
- dependency-name: electron
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump axios from 0.21.1 to 0.21.2 (#2138)

Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.2.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.21.1...v0.21.2)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat(backend): improve application flagged set saving efficiency (#2147)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.5
 - @bloom-housing/partners@3.0.1-alpha.6
 - @bloom-housing/public@3.0.1-alpha.5
 - @bloom-housing/ui-components@3.0.1-alpha.5

* 1655/invite user edit (#1982)

* feat: Update title to be also a react node

* feat: Update translations

* feat: Create reusable form to add and edit users

* feat: Add delete function

* feat(backend): Add ON UPDATE SET NULL to application-user relation

* fix: Fix type

* Fix code style issues with Prettier

* fix(jurisdictionResolverService): updates to return undefined if no jurisdictionName

* feat: Update drawer state name

* feat: Add missing translations

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.6
 - @bloom-housing/partners@3.0.1-alpha.7
 - @bloom-housing/public@3.0.1-alpha.6
 - @bloom-housing/ui-components@3.0.1-alpha.6

* Add a phone number column to the user_accounts table (#2134)

* Merge pull request #710 from CityOfDetroit/feature/add-phonenumber-to-user-entity

Add phone number to user accounts.

* Merge pull request #728 from CityOfDetroit/fix/modify-phone-number-test

Fix user E2E tests.

* Merge pull request #728 from CityOfDetroit/fix/modify-phone-number-test

Fix user E2E tests.

* fix: add validation groups to phoneNumber

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.7
 - @bloom-housing/partners@3.0.1-alpha.8
 - @bloom-housing/public@3.0.1-alpha.7
 - @bloom-housing/ui-components@3.0.1-alpha.7

* refactor: make backend a peer dependency in ui-components (#2146)

* refactor: make backend a peer dependency in ui-components

* fix: fix flaky test

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.0
 - @bloom-housing/partners@3.0.1-alpha.9
 - @bloom-housing/public@3.0.1-alpha.8
 - @bloom-housing/ui-components@3.0.1-alpha.8

* fix: updates address order (#2151)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.8
 - @bloom-housing/shared-helpers@3.0.1-alpha.1
 - @bloom-housing/partners@3.0.1-alpha.10
 - @bloom-housing/public@3.0.1-alpha.9

* feat(backend): add nginx proxy-cache configuration (#2119)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.9
 - @bloom-housing/shared-helpers@3.0.1-alpha.2
 - @bloom-housing/partners@3.0.1-alpha.11
 - @bloom-housing/public@3.0.1-alpha.10

* Release 11 11 21 (#2162)

* fix: fix: adding unit tests to the unit type

picked from dev 1f8d7094e508337131d3033476cd70c2befaecd0

* fix: fix: a11y color contrast issues with tint on ImageCard component

picked from dev 505929149ee1485b9fc59402a9e14ead6de5dfc4

* feat: feat: two new common app questions - Household Changes and Household Student

picked from dev 42a752ec073c0f5b65374c7a68da1e34b0b1c949

* fix: fix: SiteHeader visual issues with long menu bars

picked from dev fd6686e206b4e53ae8b6ab757ad0506eaead0d01

* feat: feat: jurisdictional email signatures

picked from dev 7a146ffb5de88cfa2950e2a469a99e38d71b33c8

* fix: fix: don't send email confirmation on paper app submission

picked from dev 7f83b70327049245ecfba04ae3aea4e967929b2a

* feat: feat: Updates application confirmation numbers

picked from dev 75cd67bcb62280936bdeeaee8c9b7b2583a1339d

* fix: fix(backend): make it possible to filter portal users in /users endpoint

picked from dev 29bf714d28755916ec8ec896366c8c32c3a227c4

* feat: feat(backend): add languages (Language[]) to Jurisdiction entity

picked from dev 9ceed24d48b14888e6ea59b421b409f875d12b01

* fix: feat(backend): try fixing SETEX redis e2e tests flakiness

picked from dev 4087c532ddba672a415a048f4362e509aba7fd7f

* feat: feat(backend): Add user delete endpoint

picked from dev a13f73574b470beff2f8948abb226a6786856480

* fix: fix: improved UX for the Building Selection Criteria drawer

picked from dev 4bd8b09456b54584c3731bcca64019dc231d0c55

* feat: feat(backend): add Program entity

picked from dev 492ec4d333cf9b73af772a1aceed29813f405ba0

* refactor: breaking: 1837/preferences cleanup

picked from dev 3ce6d5eb5aac49431ec5bf4912dbfcbe9077d84e

BREAKING CHANGE: preferences model and relationships changed

* feat: feat(backend): extend UserUpdateDto to support email change

picked from dev 3e1fdbd0ea91d4773973d5c485a5ba61303db90a

* fix: 2056/user account edit fix

picked from dev a15618c0cb548ff5b2ae913b802c9e08bb673f30

* refactor: 2085/adds top level catchAll exception filter

picked from dev aeaa63d1af1fa3d11671e169cb3bd23d356fface

* feat: feat: Change unit number field type to text

picked from dev f54be7c7ba6aac8e00fee610dc86584b60cc212d

* feat(backend): improve application flagged set saving efficiency

* fix: fix: updates address order

picked from dev 252e014dcbd2e4c305384ed552135f5a8e4e4767

* fix: sets programs to optoinal and updates versions

* chore: chore(deps): bump electron from 13.1.7 to 13.3.0

* chore: chore(deps): bump axios from 0.21.1 to 0.21.2

* fix: adds programs service

* fix: fix lisitng e2e tests

* fix: fix member tests

* fix: fixes program, preference, ami-chart de-dupe (#2169)

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.12

* fix: adds jurisdictionId to useSWR path

* fix: recalculate units available on listing update (#2150)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.10
 - @bloom-housing/shared-helpers@3.0.1-alpha.3
 - @bloom-housing/partners@3.0.1-alpha.13
 - @bloom-housing/public@3.0.1-alpha.11

* fix: recalculate units available on listing update

picked form dev f1a3dbce6478b16542ed61ab20de5dfb9b797262

* feat: feat(backend): make use of new application confirmation codes

picked from dev 3c45c2904818200eed4568931d4cc352fd2f449e

* Revert "chore(deps): bump axios from 0.21.1 to 0.21.2 (#2138)"

This reverts commit 7711604323ae2f6a1782a35f7a26176f215f6c00.

* revert: revert "chore(deps): bump axios from 0.21.1 to 0.21.2

picked from dev 2b83bc0393afc42eed542e326d5ef75502ce119c

* refactor: remove applicationAddress (#2009)

* refactor: remove applicationAddress

* docs: readme update

* test: fix backend test

* fix: db migration

* Fix code style issues with Prettier

* test(backend): fix SETEX impossible to process

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.11
 - @bloom-housing/shared-helpers@3.0.1-alpha.4
 - @bloom-housing/partners@3.0.1-alpha.14
 - @bloom-housing/public@3.0.1-alpha.12
 - @bloom-housing/ui-components@3.0.1-alpha.9

* feat: refactor and add public site application flow cypress tests (#2118)

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.15
 - @bloom-housing/public@3.0.1-alpha.13
 - @bloom-housing/ui-components@3.0.1-alpha.10

* fix: sapp submission w/ no due date

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.12
 - @bloom-housing/shared-helpers@3.0.1-alpha.5
 - @bloom-housing/partners@3.0.1-alpha.16
 - @bloom-housing/public@3.0.1-alpha.14

* Revert "feat(backend): add nginx proxy-cache configuration (#2119)"

This reverts commit 34d32e75ceae378a26c57f4c9b7feec8c88339e0.

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.13
 - @bloom-housing/shared-helpers@3.0.1-alpha.6
 - @bloom-housing/partners@3.0.1-alpha.17
 - @bloom-housing/public@3.0.1-alpha.15

* fix: app submission w/ no due date

picked from dev 4af1f5a8448f16d347b4a65ecb85fda4d6ed71fc

* 1975/better seed data for ami-charts (#2156)

* fix: better seed data for ami-charts

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.14
 - @bloom-housing/shared-helpers@3.0.1-alpha.7
 - @bloom-housing/partners@3.0.1-alpha.18
 - @bloom-housing/public@3.0.1-alpha.16

* 2154/avance prefs (#2177)

* feat: new preferences

* feat: preference updates

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.15
 - @bloom-housing/shared-helpers@3.0.1-alpha.8
 - @bloom-housing/partners@3.0.1-alpha.19
 - @bloom-housing/public@3.0.1-alpha.17
 - @bloom-housing/ui-components@3.0.1-alpha.11

* 2154/avance prefs (#2178)

* feat: new preferences

* feat: preference updates

* Fix code style issues with Prettier

* feat: preference options bottom border

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.18

* 2154/avance prefs III (#2179)

* feat: new preferences

* feat: preference updates

* Fix code style issues with Prettier

* feat: preference options bottom border

* feat: liveWorkLivermore preference

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.20
 - @bloom-housing/public@3.0.1-alpha.19
 - @bloom-housing/ui-components@3.0.1-alpha.12

* 1988/adds listing management cypress tests to partner portal (#2103)

* test: adds listing management tests

* test: minor tweaks

* test: big updates for LM cypress tests

* test: fixes selectors

* feat: adding partner cypress tests to pr workflow

* fix: undoing

* chore: adds latest bloom-housing packages to partners

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.21
 - @bloom-housing/public@3.0.1-alpha.20
 - @bloom-housing/ui-components@3.0.1-alpha.13

* feat: adds new preferences, reserved community type

* feat: adds bottom border to preferences

* feat: updates preference string

* fix: preference cleanup for avance

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.22
 - @bloom-housing/public@3.0.1-alpha.21
 - @bloom-housing/ui-components@3.0.1-alpha.14

* fix: preference cleanup for avance

* 1975/one month rent (#2158)

* feat: add depoist helper text

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.16
 - @bloom-housing/shared-helpers@3.0.1-alpha.9
 - @bloom-housing/partners@3.0.1-alpha.23
 - @bloom-housing/public@3.0.1-alpha.22
 - @bloom-housing/ui-components@3.0.1-alpha.15

* fix(backend): fix view.spec.ts test (#2175)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.17
 - @bloom-housing/shared-helpers@3.0.1-alpha.10
 - @bloom-housing/partners@3.0.1-alpha.24
 - @bloom-housing/public@3.0.1-alpha.23

* refactor: removes jsonpath (#2206)

* refactor: removes jsonpath

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.18
 - @bloom-housing/shared-helpers@3.0.1-alpha.11
 - @bloom-housing/partners@3.0.1-alpha.25
 - @bloom-housing/public@3.0.1-alpha.24

* 1869/application program display (#2114)

* feat: add programs step to application forms

* test: add Cypress tests for the programs step

* feat: rework the Programs page and enhance seeds

* chore: fix programs Cypress test

* fix: fixup cypress tests

* fix: update mock data

* fix: fixup mock data pt 2

* fix: type issues

* fix: bugs and simplify program data processing

Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.19
 - @bloom-housing/shared-helpers@3.0.1-alpha.12
 - @bloom-housing/partners@3.0.1-alpha.26
 - @bloom-housing/public@3.0.1-alpha.25
 - @bloom-housing/ui-components@3.0.1-alpha.16

* feat: adds jurisdictions to pref seeds (#2199)

* feat: adds jurisdictions to pref seeds

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.20
 - @bloom-housing/shared-helpers@3.0.1-alpha.13
 - @bloom-housing/partners@3.0.1-alpha.27
 - @bloom-housing/public@3.0.1-alpha.26

* 1901/application program partners (#2182)

* feat: add programs step to application forms

* test: add Cypress tests for the programs step

* feat: rework the Programs page and enhance seeds

* chore: fix programs Cypress test

* feat: add programs step to application forms

* test: add Cypress tests for the programs step

* feat: rework the Programs page and enhance seeds

* chore: fix programs Cypress test

* fix: fixup cypress tests

* fix: update mock data

* fix: fixup mock data pt 2

* fix: type issues

* feat: Create programs mapper

Closes #1901

* feat: Add programs section

Closes #1901

* feat: Create details section for programs

Closes #1901

* feat: Update translations

Closes #1901

* refactor: Remove console log

Closes #1901

* refactor: Simpify code

Closes #1901

* chore: remove console log

* fix: mapProgramToApi return

Co-authored-by: Jared White <jared@jaredwhite.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.21
 - @bloom-housing/shared-helpers@3.0.1-alpha.14
 - @bloom-housing/partners@3.0.1-alpha.28
 - @bloom-housing/public@3.0.1-alpha.27
 - @bloom-housing/ui-components@3.0.1-alpha.17

* test: update program test

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.28

* feat: new demographics sub-race questions (#2109)

* feat: new demographics sub-race questions

* fix: update migration to keep data

* feat: other text boxes

* feat: wip other labels

* feat: can edit demo in partners

* fix: cleanup

* feat: csv formatting

* fix: type issue

* feat: remove gender and sexual orientation

* fix: add test id

* fix: more test ids

* fix: select by checkboxes

* fix: dont use select

* fix: data

* fix: add tests, fixup other option

* Fix code style issues with Prettier

* fix: remove unneeded dependencies

* test: add additional test

* Fix code style issues with Prettier

* test: change test id attribute

* chore: cleanup formatApplicationData imports

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.22
 - @bloom-housing/shared-helpers@3.0.1-alpha.15
 - @bloom-housing/partners@3.0.1-alpha.29
 - @bloom-housing/public@3.0.1-alpha.29
 - @bloom-housing/ui-components@3.0.1-alpha.18

* feat: updates email confirmation for lottery (#2200)

* feat: updates email confirmation for lottery

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.23
 - @bloom-housing/shared-helpers@3.0.1-alpha.16
 - @bloom-housing/partners@3.0.1-alpha.30
 - @bloom-housing/public@3.0.1-alpha.30

* fix: add ariaHidden to Icon component

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.17
 - @bloom-housing/partners@3.0.1-alpha.31
 - @bloom-housing/public@3.0.1-alpha.31
 - @bloom-housing/ui-components@3.0.1-alpha.19

* fix: add ariaLabel prop to Button component

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.18
 - @bloom-housing/partners@3.0.1-alpha.32
 - @bloom-housing/public@3.0.1-alpha.32
 - @bloom-housing/ui-components@3.0.1-alpha.20

* fix: change the yes/no radio text to be more descriptive (#2208)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.19
 - @bloom-housing/partners@3.0.1-alpha.33
 - @bloom-housing/public@3.0.1-alpha.33
 - @bloom-housing/ui-components@3.0.1-alpha.21

* fix: remove alameda reference in demographics (#2209)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.20
 - @bloom-housing/partners@3.0.1-alpha.34
 - @bloom-housing/public@3.0.1-alpha.34
 - @bloom-housing/ui-components@3.0.1-alpha.22

* refactor: remove applicationAddress

picked from dev bf10632a62bf2f14922948c046ea3352ed010f4f

* feat: refactor and add public site application flow cypress tests

picked from dev 9ec0e8d05f9570773110754e7fdaf49254d1eab8

* feat: better seed data for ami-charts

picked from dev d8b1d4d185731a589c563a32bd592d01537785f3

* feat: adds listing management cypress tests to partner portal

* fix: listings management keep empty strings, remove empty objects

picked from dev c4b1e833ec128f457015ac7ffa421ee6047083d9

* feat: one month rent

picked from dev 883b0d53030e1c4d54f2f75bd5e188bb1d255f64

* test: view.spec.ts test

picked from dev 324446c90138d8fac50aba445f515009b5a58bfb

* refactor: removes jsonpath

picked from dev deb39acc005607ce3076942b1f49590d08afc10c

* feat: adds jurisdictions to pref seeds

picked from dev 9e47cec3b1acfe769207ccbb33c07019cd742e33

* feat: new demographics sub-race questions

picked from dev 9ab892694c1ad2fa8890b411b3b32af68ade1fc3

* feat: updates email confirmation for lottery

picked from dev 1a5e824c96d8e23674c32ea92688b9f7255528d3

* fix: add ariaHidden to Icon component

picked from dev c7bb86aec6fd5ad386c7ca50087d0113b14503be

* fix: add ariaLabel prop to Button component

picked from dev 509ddc898ba44c05e26f8ed8c777f1ba456eeee5

* fix: change the yes/no radio text to be more descriptive

picked from dev 0c46054574535523d6f217bb0677bbe732b8945f

* fix: remove alameda reference in demographics

picked from dev 7d5991cbf6dbe0b61f2b14d265e87ce3687f743d

* chore: release version

picked from dev fe82f25dc349877d974ae62d228fea0354978fb7

* feat: ami chart jurisdictionalized

picked from dev 0a5cbc88a9d9e3c2ff716fe0f44ca6c48f5dcc50

* refactor: make backend a peer dependency in ui-components

picked from dev 952aaa14a77e0960312ff0eeee51399d1d6af9f3

* feat: add a phone number column to the user_accounts table

picked from dev 2647df9ab9888a525cc8a164d091dda6482c502a

* chore: removes application program partners

* chore: removes application program display

* Revert "chore: removes application program display"

This reverts commit 14825b4a6c9cd1a7235e32074e32af18a71b5c26.

* Revert "chore: removes application program partners"

This reverts commit d7aa38c777972a2e21d9f816441caa27f98d3f86.

* chore: yarn.lock and backend-swagger

* fix: removes Duplicate identifier fieldGroupObjectToArray

* feat: skip preferences if not on listing

* chore(release): version

* fix: cannot save custom mailing, dropoff, or pickup address

* chore(release): version

* chore: converge on one axios version, remove peer dependency

* chore(release): version

* feat: simplify Waitlist component and use more flexible schema

* chore(release): version

* fix: lottery results uploads now save

* chore(release): version

* feat: add SRO unit type

* chore(release): version

* fix: paper application submission

* chore(release): version

* fix: choose-language context

* chore(release): version

* fix: applications/view hide prefs

* chore(release): version

* feat: overrides fallback to english, tagalog support

* chore(release): version

* fix: account translations

* chore(release): version

* fix: units with invalid ami chart

* chore(release): version

* fix: remove description for the partners programs

* fix: fix modal styles on mobile

* fix: visual improvement to programs form display

* fix: submission tests not running

* chore: translations (#2293)

* chore: translations (#2295)

* chore: missing translations (#2296)

* fix: prefUnits on autofill summary (#2294)

* chore: move Programs step to come after Students (#2277)

* feat: adds whatToExpect to GTrans

* chore: missing translations (#2299)

* fix: 2259/fixes idle timeout not resetting properly (#2292)

* chore(release): version

* fix: demographics howDidYouHear options (2305)

* chore(release): version

* fix: mobile notice text wrap issue (#2308)

* feat: postmark date time fields partners (#2239)

* fix: versioning issues (#2311)

* chore(release): version

* chore(backend): move libs/ to shared/utils, clean up modules (#2230)

* feat(backend): all programs to csv export (#2302)

* chore(release): version

* feat: filter partner users

* chore(release): version

* feat: adds updating open listing modal (#2288)

* fix: closed listings allowed apps (#2317)

* feat: 2165/rosefield preference updates (#2386)

* chore(release): version

* Revert "chore(release): version"

This reverts commit 7c414ca7f8c5709e4ff19b94e3fb1089bdc45e97.

* chore(release): version

 - @bloom-housing/backend-core@3.0.1
 - @bloom-housing/shared-helpers@3.0.1
 - @bloom-housing/partners@3.0.1
 - @bloom-housing/public@3.0.1
 - @bloom-housing/ui-components@3.0.1

* feat(backend): add storing listing translations (#2215)

* feat: adds whatToExpect to GTrans (#2303)

* fix: patch issue with submit application section

* fix: patches translations for preferences (#2410)

* fix: issues with public app and readds auto save (2428)

* fix: ami charts without all households (#2430)

* fix: load blank application

* 2022-01-27 release (#2439)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.23
 - @bloom-housing/partners@3.0.1-alpha.37
 - @bloom-housing/public@3.0.1-alpha.38
 - @bloom-housing/ui-components@3.0.1-alpha.24

* fix(backend): nginx with heroku configuration (#2196)

* fix(backend): nginx with heroku configuration

* feat(backend): nginx make hostname and port variable

* feat: nginx proxy updates

* feat(backend): modify proxy_pass and Host header settings

Co-authored-by: seanmalbert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.26
 - @bloom-housing/shared-helpers@3.0.1-alpha.24
 - @bloom-housing/partners@3.0.1-alpha.38
 - @bloom-housing/public@3.0.1-alpha.39
 - @bloom-housing/ui-components@3.0.1-alpha.25

* fix: fetchBaseListingData (#2238)

* fix: fetchBaseListingData

* fix: fetchBaseListingData

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.40

* fix: lottery results uploads now save (#2226)

* fix: lottery results uploads now save

* fix: switch to partial typing

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.39

* feat: getStaticPaths fallback blocking test

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.41

* chore: add temp logs for testing id/slug

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.42

* chore(backend): move libs/ to shared/utils, clean up modules (#2230)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.27
 - @bloom-housing/shared-helpers@3.0.1-alpha.25
 - @bloom-housing/partners@3.0.1-alpha.40
 - @bloom-housing/public@3.0.1-alpha.43
 - @bloom-housing/ui-components@3.0.1-alpha.26

* chore: add SRO unit type (#2243)

* chore: add SRO unit type to DB / translations

* chore: additional string changes to SRO

* test(backend): add SRO to unit types test

* feat: SRO unit type additions

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.28
 - @bloom-housing/shared-helpers@3.0.1-alpha.26
 - @bloom-housing/partners@3.0.1-alpha.41
 - @bloom-housing/public@3.0.1-alpha.44
 - @bloom-housing/ui-components@3.0.1-alpha.27

* 2140/fix paper application submission (#2195)

* fix: fix paper application submission

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.42

* Fix code style issues with Prettier

* test: adds cypress test coverage

* fix: updates per sean

* fix: one more update

* test: fix partners unit tests

* fix: choose-language context

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.45

* fix: applications drop off address

* fix: applications/view hide prefs

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.46

* feat(backend): add storing listing translations (#2215)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.29
 - @bloom-housing/shared-helpers@3.0.1-alpha.27
 - @bloom-housing/partners@3.0.1-alpha.43
 - @bloom-housing/public@3.0.1-alpha.47
 - @bloom-housing/ui-components@3.0.1-alpha.28

* fix(backend): make nginx proxy use Language HTTP header in cache key (#2266)

* 2098/fix partner applications grid display (#2188)

* fix: partner applications grid display

* Fix code style issues with Prettier

* test: fix tests

* Fix code style issues with Prettier

* fix: updates to using views

* tests: add application grid test

* fix: updates per sean

* fix: one more update

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.30
 - @bloom-housing/shared-helpers@3.0.1-alpha.28
 - @bloom-housing/partners@3.0.1-alpha.44
 - @bloom-housing/public@3.0.1-alpha.48
 - @bloom-housing/ui-components@3.0.1-alpha.29

* fix: fixes some issues with the deployment

* Revert/2188 (#2270)

* fix: fixes some issues with the deployment

* revert: partner applications grid display

* fix: view.spec

Co-authored-by: Yazeed Loonat <yazeedloonat@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.31
 - @bloom-housing/shared-helpers@3.0.1-alpha.29
 - @bloom-housing/partners@3.0.1-alpha.45
 - @bloom-housing/public@3.0.1-alpha.49
 - @bloom-housing/ui-components@3.0.1-alpha.30

* 2098/fix partner applications grid display (#2188)

* fix: partner applications grid display

* Fix code style issues with Prettier

* test: fix tests

* Fix code style issues with Prettier

* fix: updates to using views

* tests: add application grid test

* fix: updates per sean

* fix: one more update

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* feat(backend): add listings closing routine (#2213)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.32
 - @bloom-housing/shared-helpers@3.0.1-alpha.30
 - @bloom-housing/partners@3.0.1-alpha.46
 - @bloom-housing/public@3.0.1-alpha.50
 - @bloom-housing/ui-components@3.0.1-alpha.31

* feat(backend): add user password expiration

* fix: Remove description for the partners programs (#2234)

Closes #1901

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.47

* 2227/lock login attempts frontend (#2260)

* feat: Add new translations

Closes #1927

* refactor: Make title as optional

Closes #1927

* feat: Update login alert text

Closes #1927

* fix: Use translation, instead of hardcoded text

Closes #1927

* feat: Add translation

Closes #1927

* feat: Update type name

Closes #1927

* feat: Add new alerts

Closes #1927

* fix: Fix translation

Closes #1927

* fix(AlertBox.tsx): Fix close icon placement

Closes #1927

* feat: Create helper to catch network errors

Closes #1927

* feat: Add translations

Closes #1927

* feat: Create reusable sign-in form

Closes #1927

* refactor(sign-in page, public and partners): Update sign-in pages to use reusable form

BREAKING CHANGE: sign-in pages have been updated

Closes #1927

* Fix code style issues with Prettier

* fix: fixes tests and also issue with user grid

* fix: fixes linting error

* feat(backend): add appropriate http exception for password outdated login failure

* fix: Fix modal styles on mobile (#2280)

Closes #2253

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.31
 - @bloom-housing/partners@3.0.1-alpha.48
 - @bloom-housing/public@3.0.1-alpha.51
 - @bloom-housing/ui-components@3.0.1-alpha.32

* fix: visual improvement to programs form display (#2276)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.52

* fix: submission tests not running (#2282)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.53

* feat: overrides fallback to english, tagalog support (#2262)

* chore: allow work-in strings to take jurisdiction name

* feat: add support for tagalog

* Fix code style issues with Prettier

* feat: tagalog language

* feat: translations precedence includes en overrides

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.33
 - @bloom-housing/shared-helpers@3.0.1-alpha.32
 - @bloom-housing/partners@3.0.1-alpha.49
 - @bloom-housing/public@3.0.1-alpha.54
 - @bloom-housing/ui-components@3.0.1-alpha.33

* fix: account translations (#2278)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.33
 - @bloom-housing/partners@3.0.1-alpha.50
 - @bloom-housing/public@3.0.1-alpha.55
 - @bloom-housing/ui-components@3.0.1-alpha.34

* test: fixes test issues

* fix: fix sortig on applications partner grid

* chore: translations (#2293)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.34
 - @bloom-housing/partners@3.0.1-alpha.51
 - @bloom-housing/public@3.0.1-alpha.56
 - @bloom-housing/ui-components@3.0.1-alpha.35

* chore: translations (#2295)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.35
 - @bloom-housing/partners@3.0.1-alpha.52
 - @bloom-housing/public@3.0.1-alpha.57
 - @bloom-housing/ui-components@3.0.1-alpha.36

* chore: missing translations (#2296)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.36
 - @bloom-housing/partners@3.0.1-alpha.53
 - @bloom-housing/public@3.0.1-alpha.58
 - @bloom-housing/ui-components@3.0.1-alpha.37

* fix: prefUnits on autofill summary (#2294)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.59

* chore: move Programs step to come after Students (#2277)

* chore: move Programs step to come after Students

* test: rearrange order of programs within Cypress tests

* test: remove problematic statement

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.60

* fix: units with invalid ami chart (#2290)

* fix: alunits with invalid ami chart

* perf: uniquePercentageChartSet map

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.34
 - @bloom-housing/shared-helpers@3.0.1-alpha.37
 - @bloom-housing/partners@3.0.1-alpha.54
 - @bloom-housing/public@3.0.1-alpha.61
 - @bloom-housing/ui-components@3.0.1-alpha.38

* chore: missing translations (#2299)

* chore: missing translations

* chore: remove logs

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.38
 - @bloom-housing/partners@3.0.1-alpha.55
 - @bloom-housing/public@3.0.1-alpha.62
 - @bloom-housing/ui-components@3.0.1-alpha.39

* 2259/fixes idle timeout not resetting properly (#2292)

* fix: fixes idle timeout not resetting properly

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.63

* feat: adds whatToExpect to GTrans (#2303)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.35
 - @bloom-housing/shared-helpers@3.0.1-alpha.39
 - @bloom-housing/partners@3.0.1-alpha.56
 - @bloom-housing/public@3.0.1-alpha.64
 - @bloom-housing/ui-components@3.0.1-alpha.40

* fix: demographics howDidYouHear options were not changing on language change (#2305)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.65

* Fix checkbox rtl style

* feat(backend): add password outdating only to users which are either admins or partners

* fix: fix hero button width with secondary button (#2306)

* fix: mobile notice text wrap issue (#2308)

* feat(backend): add activity logging to listings module (#2190)

* feat(backend): add activity logging to listings module

* feat(backend): add activity logging to applications and user controllers

* feat(backend): add metada column to activity log entity

* feat(backend): change activity log metadata column type

* feat(backend): remove applications related changes

* feat(backend): remove ListingActivityLogInterceptor

* 2040/postmark date time fields partners (#2239)

* feat: add postmark by date and time fields

* feat: fix display and preview page

* test: fix so the correct date displays

* Fix code style issues with Prettier

* fix: fixes per emily

* fix: updates per sean

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* fix: versioning issues (#2311)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.36
 - @bloom-housing/shared-helpers@3.0.1-alpha.41
 - @bloom-housing/partners@3.0.1-alpha.58
 - @bloom-housing/public@3.0.1-alpha.67
 - @bloom-housing/ui-components@3.0.1-alpha.42

* feat(backend): all programs to csv export (#2302)

* feat(backend): all programs to csv export

* chore: removes console log

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.37
 - @bloom-housing/shared-helpers@3.0.1-alpha.42
 - @bloom-housing/partners@3.0.1-alpha.59
 - @bloom-housing/public@3.0.1-alpha.68
 - @bloom-housing/ui-components@3.0.1-alpha.43

* feat(backend): add partnerTerms to jurisdiction entity (#2301)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.38
 - @bloom-housing/shared-helpers@3.0.1-alpha.43
 - @bloom-housing/partners@3.0.1-alpha.60
 - @bloom-housing/public@3.0.1-alpha.69
 - @bloom-housing/ui-components@3.0.1-alpha.44

* feat: removes ListingLangCacheInterceptor from get by id

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.39
 - @bloom-housing/shared-helpers@3.0.1-alpha.44
 - @bloom-housing/partners@3.0.1-alpha.61
 - @bloom-housing/public@3.0.1-alpha.70
 - @bloom-housing/ui-components@3.0.1-alpha.45

* fix: Update translation

Closes 1927

* fix: Update hardcoded translations

Closes #1927

* refactor: listing detail props (#2313)

* refactor: listing detail props

* fix: HouseholdSizeField FieldError

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.45
 - @bloom-housing/partners@3.0.1-alpha.62
 - @bloom-housing/public@3.0.1-alpha.71
 - @bloom-housing/ui-components@3.0.1-alpha.46

* chore(deps): bump next from 11.1.2 to 11.1.3 (#2289)

* feat(backend): refactor applications module (#2279)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.40
 - @bloom-housing/shared-helpers@3.0.1-alpha.46
 - @bloom-housing/partners@3.0.1-alpha.63
 - @bloom-housing/public@3.0.1-alpha.72
 - @bloom-housing/ui-com…
ludtkemorgan added a commit to CityOfDetroit/bloom that referenced this pull request Sep 16, 2022
* fix: unit group reload when refocus

* fix: readds useEffect dependency checks

* fix: can delete last group

* fix: now can save without ami info

* fix: for when rent value is missing

* fix: occupancy max 8, selects can be deselected

* fix: add hearing mobility visual to a11y features (#1032)

* fix: removing placeholder

* fix: readding label, removing placeholder

* fix: was too specific

* fix(backend): import script percentageOfIncomeValue retrieval logic (#1034)

Co-authored-by: Michal Plebanski <michalp@airnauts.com>

* fix: ami percentage

* fix: listing view detail list order

* fix: partner listing grid address column

* fix: properly set monthlyRentDeterminationType in import script

* fix: account for space after comma in spreadsheet for split types

* fix: hide hmi link if no hmi table (#1035)

* fix: hide hmi link if no hmi table

* fix: hide completely

* feat: catch up for migrations (#1030)

feat: catch up for migrations (#1030)

* fix: fix for when rent range was empty (#1038)

* fix: styling issues in features section (#1039)

* fix: preview close alert style fixes (#1040)

* fix: stray zero if no programs (#1042)

* fix: pagination fix for partner listing grid (#1041)

* fix: pagination fix for partner listing grid

* fix: removes unit groups second query and from inner filter

* test: fix for tests

* fix: listings e2e tests

Co-authored-by: Sean Albert <smabert@gmail.com>

* fix: update neighborhood list, unit type string

* 1045/allows re-request confirmation on partners (#1047)

* feat: allows re-request confirmation on partners

* fix: linting fixes (#1057)

fix: linting fixes

* fix: fixes pagination issue on detroit user grid (#1063)

* feat(backend): update listing filters (#1050)

* feat(backend): update listing filters

* fix: fix for partner and public builds

* fix(backend): listing bedrooms filter

* fix(backend): num_bedrooms filter fix

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Yazeed Loonat <yazeedloonat@gmail.com>

* feat: Update listing table columns (#1067)

* feat: Update listing table columns

Closes #1008

* feat: Add per page qty select field

Closes #1008

* style: removes console log

Co-authored-by: Sean Albert <smabert@gmail.com>

* feat: filters to show only active listings (#1070)

* feat(backend): add marketingType to Listing entity

* Bump actions/setup-node from 2.5.0 to 3 (#999)

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.5.0 to 3.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2.5.0...v3)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: frontend type fix

* fix: change verified string (#1088)

* fix: select programs working with single jurisdiction (#1100)

* Bump actions/checkout from 2 to 3 (#1010)

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: verify link should work on second application tab (#1068)

* fix: verify link should work on second application tab

* refactor: add new state

* fix: pr feedback

* feat: exposing leasing company website (#1069)

* feat: exposing leasing company website

* fix: no longer href on empty website

* fix: adding url validation

* fix: updates per sean

* feat: adds unit summaries to listings list to backend (#1077)

* feat: adds unit summaries to listings list

* fix: addresses issues noted in PR

* fix: cleans up detroit specific seeds

* fix: fixes issue with public latestListings filter

* fix: backend listing test unit groups

* fix: unit groups on partners types

* 78/favorites refactor test2 (#1089)

* initial setup of backend

initial setup with backend now including array of strings of just the Listing ID.  Verify e2e testing works as well.

* Implemented ListingCard fav

Implemented favorite buttons and features.  Only works after initial refresh.  Failure to get profile.preferences on first call.

* updated to include preference-entity default

* rename useState elements

* console.log cleanup on ListingCard

* Fix code style issues with Prettier

* useState updated and remove console logs

* feat: adding favorite feature

* fix: updates per emily and sean

* feat: moving user-prefence into their own pathway

* test: updates for tests

* test: fix for backend spec tests

* build: updates local db to bloom_detroit

* docs: update backend env template

* fix: updates to favorites

* fix: updates for styling and per sean

* fix: removing duplicate UsePipe

* test: fixes failing tests

* feat: adds UserPreferenceAuthzGuard

* fix: updates per sean

* feat: updates userPreferences to take user id

* fix: styling update per sean

* fix: styling updates per emily

* feat: adding toast for favorite

* test: fixes for tests

* fix: build fix

* fix: un-narrowing favorite toast

* feat: adds aria-live to favorites

* fix: getListings call on index

* fix: adds (un)favorited language

* fix: removes unused AlertBox element

* feat: exposing favorites on dashboard

* Merge remote-tracking branch 'detroit/dev' into 78/favorites_refactor_test2

* fix: merge fix

* feat: updates AG_PER_PAGE_OPTIONS

Co-authored-by: pfeeny5 <82653098+pfeeny5@users.noreply.github.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>

* feat: load overlay to partner listings grid (#1116)

* feat: load overlay to partner listings grid

* feat: agpage hides total items when no items

* feat: disables overdue listings status cron (#1109)

* feat: disables overdue listings status cron

* style: removes commented out code

* feat: Remove signup subscription fields (#1112)

* feat: Add summary tables into the listing (#1118)

* feat(backend): create property.region from property.neighborhood (#1110)

* feat(backend): create property.region from property.neighborhood

* feat(backend): update neighborhood migration script

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* fix: about page content edit and margin top and bottom fix (#1133)

* fix: about page content and margin top and bottom

* fix: add partners list and remove copy from non-english json files

* fix: remove json keys entirely

* feat: updated content & styles on homepage, footer

* fix: move new copy to translations

* feat: update email copy (#1135)

* feat: update email copy

* fix: update email service test

* feat: add comma

* fix: comma unit test fail

* fix: unit test comma

* feat: can add a marketing status to a listing in partners (#1128)

* feat: can add a marketing status to a listing in partners

* fix: mobile fix

* fix: fix migration to check for new object (#1139)

* 2022-04-06 sync upstream (#1132)

* chore: merge upstream/master backend

* chore: merges upstream/master ui-components

* chore: merge upstream/master sites/partners

* feat: flattens translations

* chore: merge upstream/master shared-helpers

* fix: address issues with ui-components merge

* fix: partners merge issues

* chore: merge upstream/master sites/public

* test: updates listing order by tests

* test: updates listing e2e tests

* test: adds script for test to package.json

* fix: uptake listing card

* fix: prop updates for uptaking new listing card (#1136)

* fix: prop updates for uptaking new listing card

* fix: styling updates to the home page listing cards

* fix: tag color

* style: updates horizontal scroll margins

Co-authored-by: Sean Albert <smabert@gmail.com>

* fix: duplicate DetailApplicationAddress import

* fix: add missing translations and style cleanup

Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Emily Jablonski <65367387+emilyjablonski@users.noreply.github.com>

* feat: update summary tables and tags with coming soon (1076) (1098) (1074) (#1131)

* fix: listing list dupes in pagination (#1140)

* fix: listing list dupes in pagination

* test: updates listings e2e tests

* fix: managementwebsite url seeds

* feat: add 100 to ag page options (#1149)

* feat: Add .5 and 1.5 bathroom options to min and max dropdown in Add … (#1113)

* feat: disable mfa for Detroit (#1148)

* fix: adds check for unitSummaries?.unitGroupSummary on listing (#1156)

* 973/favorites on dashboard (#1095)

* initial setup of backend

initial setup with backend now including array of strings of just the Listing ID.  Verify e2e testing works as well.

* Implemented ListingCard fav

Implemented favorite buttons and features.  Only works after initial refresh.  Failure to get profile.preferences on first call.

* updated to include preference-entity default

* rename useState elements

* console.log cleanup on ListingCard

* Fix code style issues with Prettier

* useState updated and remove console logs

* feat: adding favorite feature

* fix: updates per emily and sean

* feat: moving user-prefence into their own pathway

* test: updates for tests

* test: fix for backend spec tests

* build: updates local db to bloom_detroit

* docs: update backend env template

* fix: updates to favorites

* fix: updates for styling and per sean

* fix: removing duplicate UsePipe

* test: fixes failing tests

* feat: adds UserPreferenceAuthzGuard

* fix: updates per sean

* feat: updates userPreferences to take user id

* fix: styling update per sean

* fix: styling updates per emily

* feat: adding toast for favorite

* test: fixes for tests

* fix: build fix

* fix: un-narrowing favorite toast

* feat: adds aria-live to favorites

* fix: getListings call on index

* fix: adds (un)favorited language

* fix: removes unused AlertBox element

* feat: exposing favorites on dashboard

* Merge remote-tracking branch 'detroit/dev' into 78/favorites_refactor_test2

* fix: merge fix

* fix: updates per emily

* fix: updates per emily and jesse

* fix: reduces weird re-renders

* fix: updates per emily

* fix: enforces log in requirements

* style: removes console log

* fix: favorite pagination

* fix: issue with initial favoriting

* feat: adds classNames to LoadingOverlay

Co-authored-by: pfeeny5 <82653098+pfeeny5@users.noreply.github.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>

* fix: homepage layout/copy

* feat: show tags on listing cards for community programs, a11y (#1146)

* feat: show tags on listing cards for community programs, a11y

* fix: build fix

* refactor: pr feedback

* feat: adds sorting to programs in listing tags

Co-authored-by: Sean Albert <smabert@gmail.com>

* fix: improve presentation of the City regions section

* Feature/region enum (#1137)

* feat(backend): add region Enum to listing dtos

* feat: Add region select input

Closes #1097

* feat: Add region into the listing view

Closes #1097

* feat: Update tests

Closes #1097

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* fix: update styling of coming soon tag (#1154)

* fix: update styling of coming soon tag

* refactor: pr review

* fix: refactor

* 1091/listing sort order (#1157)

* feat: updates listing sort order to coming soon

* fix: fixes public listing pagination

* fix: wrap DashBlock anchor tag in Link component to display selected … (#1159)

* fix: wrap DashBlock anchor tag in Link component to display selected language

* fix: swap Link for LinkComponent

* fix: nested anchor tags

* chore: replace hero background image (for now)

* fix: eslint errors in dev (#1163)

* fix: eslint errors in dev

* style: eslint next line

* 1115/min max validation (#1155)

* feat: min max validation errors for Add Unit Group form

* fix: console warnings for faulty validation

* feat: add instant validation for all  min and max fields

* style: remove unnecessary

* change non-dropdown min max fields to onBlur

* move error strings to partners override

* fix: error when passing empty string as phone number to usToIntlPhone… (#1160)

* fix: error when passing empty string as phone number to usToIntlPhone helper

* style: prettier

* feat: update IntlToUsPhone and update both types to include null

* fix: retrigger checks

* style: run prettier

Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>

* feat(backend): update how order by comingSoon works (#1174)

* feat(backend): update how order by comingSoon works

* fix: marketingDate order dir

* fix: forgot password empty warning and two minor style changes (#2680)

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* fix: coming soon tag color on listing detail page (#1170)

* fix: cannot update waitlist status to open (#1171)

* feat: new verified tag icon (#1172)

* feat: add new sign up link to home page (#1173)

* feat: add new sign up link to home page

* fix: open link in a new tab

* style: add void before trigger functions to avoid eslint errors (#1178)

* style: Arabic RTL layout changes (#1166)

* style: remove text-align from page header so rtl can display properly

* feat: savepoint aside no longer absolute positioned, still need more styling edits

* style: responsive element widths

* style: swap empty div tags with <>

* style: cleanup temp classes

* style: cleanup commented

* listing process separated into component (needs to move to ui components)

* feat: ListingProcess component and rtl padding swap

* feat: ListingProcess component

* fix: rtl workaround

* style: change prop types

* refactor: move ListingProcess component back to public

* refactor: git re-add component

* refactor: ListingProcess back to ListingView

* style: remove unnecessary

* feat: tooltip component

* * feat: updates to UI of public listing filters (#1138)

* 1058/updated public listing filters (#1138)

* feat: fixes backend to filter properly

* fix: some touch ups

* fix: updates per emily

* fix: updates per emily

* fix: fixes for tests

* fix: updates per emily

* fix: matching filters to mocks

* fix: remove test class

* fix: updates per emily

* fix: reset fix

* fix: fix for the tests

* fix: modifying the region filter to be an OR

* fix: test updates

Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>

* 1083/header hover issues (#1177)

* fix: improved hover and dropdown menu alignment

* removed unnecessary comments

* fix: update padding issues

* fix: centering dropdown menu

* fix: new approach with visual regressions addressed

* fix: add leasing agent address field back to listing form (#1195)

* 1168/arabic listing section overlap (#1184)

* style: rtl css refactors for listing containers

* style: rtl friendly border

* style: desktop media queries

* Update ui-components/src/global/headers.scss

Co-authored-by: Emily Jablonski <65367387+emilyjablonski@users.noreply.github.com>

Co-authored-by: Emily Jablonski <65367387+emilyjablonski@users.noreply.github.com>

* fix: check for empty translations before sending to google translate service (#1191)

* 1167/page-not-found-ui (#1185)

* style: white text and rm yellow background from button on Page Not Found

* style: remove hover border

* style: conditional rendering of Hero components

* style: remove unnecessary

* style: conditional styling without using new props

* style: titleClassName prop

* feat: default what to expect text and additional what to expect field (#1145)

* fix: authservice.token data null issue (#2703) (#1197)

* fix: show street2 for addresses (#1209)

* fix: show street2 for addresses

* test: fixup tests

* feat: set default what to expect text for coming soon listings (#1210)

* fix: update homepage subtext copy (#1217)

* fix: remove link to eligibility calculator (#1216)

* fix: Fix tooltip visibility (#1212)

* Removes listing queue imports (#1211)

* fix: removes listing queue imports

* feat: removes bull module from listings

* feat: adds new filter, fix region (#1214)

* fix: content update (#1220)

* style: listing page rtl css changes (#1221)

* style: rtl css changes

* style: one more pr > pe since it's here

* style: rtl accessibility button

* fix: fixes bedrooom and accessibility filters

* fix: fixes bedrooom and accessibility filters

* fix: vacant unit/waitlist filter fixes

* style: filtered page cleanup

* fix: test fix

* fix: update for availability filter

* fix: update per emily

Co-authored-by: Sean Albert <smabert@gmail.com>

* 1090/resources page (#1181)

* feat: add a new Resources page

* fix: header spacing and phone links

* chore: use local components for Additional Resources

Co-authored-by: Yazeed Loonat <yazeedloonat@gmail.com>

* chore: refactor Resources to use per-card md files

* chore: remove full resources page

Co-authored-by: Yazeed Loonat <yazeedloonat@gmail.com>

* 2022-05-03 sync main (#1228)

* 2022-03-10 release (#1044)

* 2022-02-10 core (#982)

* fix: retnal assistance eror message

* Preferences cleanup (#1947)

* feat(backend): preferences cleanup

BREAKING CHANGE: Preferences are now M-N relation with a listing and have an intermediate table with ordinal number

* refactor(backend): preferences deduplication

So far each listing referenced it's own unique Preferences. This change introduces Many to Many
relationship between Preference and Listing entity and forces sharing Preferences between listings.

* feat(backend): extend preferences migration with moving existing relations to a new intermediate tab

* feat(backend): add Preference - Jurisdiction ManyToMany relation

* feat: adapt frontend to backend changes

* fix(backend): typeORM preferences select statement

* fix(backend): connect preferences with jurisdictions in seeds, fix pref filter validator

* fix(backend): fix missing import in preferences-filter-params.ts

* refactor: rebase issue

* feat: uptake jurisdictional preferences

* fix: fixup tests

* fix: application preferences ignore page, always separate

* Remove page from src/migration/1633359409242-add-listing-preferences-intermediate-relation.ts

* fix: preference fetching and ordering/pages

* Fix code style issues with Prettier

* fix(backend): query User__leasingAgentInListings__jurisdiction_User__leasingAgentIn specified more

* fix: perferences cypress tests

Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Sean Albert <smabert@gmail.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.13
 - @bloom-housing/partners@2.0.0-pre-tailwind.23
 - @bloom-housing/public@2.0.0-pre-tailwind.23
 - @bloom-housing/ui-components@2.0.0-alpha.23

* fix: updates household member count (#2112)

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.14
 - @bloom-housing/partners@2.0.0-pre-tailwind.24
 - @bloom-housing/public@2.0.0-pre-tailwind.24
 - @bloom-housing/ui-components@2.0.0-alpha.24

* fix: updates household member count

picked 3dee0f7d676ff42d546ecf83a17659cd69d7e1bc

* fix: reverts preferences to re-add as breaking/major bump

* fix: reverts preferences to re-add as breaking/major bump

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.15
 - @bloom-housing/partners@2.0.0-pre-tailwind.25
 - @bloom-housing/public@2.0.0-pre-tailwind.25
 - @bloom-housing/ui-components@2.0.0-alpha.25

* refactor: listing preferences and adds jurisdictional filtering

BREAKING CHANGE: updates preference relationship with listings

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.16
 - @bloom-housing/partners@2.0.0-pre-tailwind.26
 - @bloom-housing/public@2.0.0-pre-tailwind.26
 - @bloom-housing/ui-components@2.0.0-alpha.26

* chore(release): version

 - @bloom-housing/backend-core@2.0.0
 - @bloom-housing/shared-helpers@2.0.0
 - @bloom-housing/partners@2.0.0
 - @bloom-housing/public@2.0.0
 - @bloom-housing/ui-components@2.0.0

* fix: Updates lastName on application save

* docs: Update changelog

* Fix code style issues with Prettier

* chore(release): version

 - @bloom-housing/partners@2.0.1-alpha.0

* fix: a11y color contrast issues with tint on ImageCard component (#2074)

* chore(release): version

 - @bloom-housing/partners@2.0.1-alpha.1
 - @bloom-housing/public@2.0.1-alpha.0
 - @bloom-housing/ui-components@2.0.1-alpha.0

* feat: two new common app questions - Household Changes and Household Student (#2070)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.0
 - @bloom-housing/partners@2.0.1-alpha.2
 - @bloom-housing/public@2.0.1-alpha.1
 - @bloom-housing/ui-components@2.0.1-alpha.1

* fix: household member cypress test (#2113)

* chore(release): version

 - @bloom-housing/public@2.0.1-alpha.2

* fix: SiteHeader visual issues with long menu bars (#2068)

* feat: jurisdictional email signatures (#2111)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.1
 - @bloom-housing/partners@2.0.1-alpha.3
 - @bloom-housing/public@2.0.1-alpha.3
 - @bloom-housing/ui-components@2.0.1-alpha.2

* fix: don't send email confirmation on paper app submission (#2110)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.2
 - @bloom-housing/partners@2.0.1-alpha.4
 - @bloom-housing/public@2.0.1-alpha.4
 - @bloom-housing/ui-components@2.0.1-alpha.3

* 1838/ami chart jurisdictionalized (#2102)

* fix: jurisdictionalizes ami charts on partners

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.3
 - @bloom-housing/partners@2.0.1-alpha.5
 - @bloom-housing/public@2.0.1-alpha.5
 - @bloom-housing/ui-components@2.0.1-alpha.4

* feat: Updates application confirmation numbers (#2072)

* feat: Updates application confirmation numbers

* docs: Update changelog

* feat: adds confirmation number to csv export

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.4
 - @bloom-housing/partners@2.0.1-alpha.6
 - @bloom-housing/public@2.0.1-alpha.6
 - @bloom-housing/ui-components@2.0.1-alpha.5

* fix: updates lastName on application save

picked from aff87ec99ad2fbd4a1f9a6853157ea7770f85a56

* fix(backend): make it possible to filter portal users in /users endpoint (#2078)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.5
 - @bloom-housing/partners@2.0.1-alpha.7
 - @bloom-housing/public@2.0.1-alpha.7
 - @bloom-housing/ui-components@2.0.1-alpha.6

* Revert "refactor: listing preferences and adds jurisdictional filtering"

This reverts commit 9f661b43921ec939bd1bf5709c934ad6f56dd859.

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.6
 - @bloom-housing/partners@2.0.1-alpha.8
 - @bloom-housing/public@2.0.1-alpha.8
 - @bloom-housing/ui-components@2.0.1-alpha.7

* hotfix: ensure Triton seed doesn't error out

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.7
 - @bloom-housing/partners@2.0.1-alpha.9
 - @bloom-housing/public@2.0.1-alpha.9
 - @bloom-housing/ui-components@2.0.1-alpha.8

* chore(release): version

 - @bloom-housing/backend-core@3.0.0
 - @bloom-housing/shared-helpers@3.0.0
 - @bloom-housing/partners@3.0.0
 - @bloom-housing/public@3.0.0
 - @bloom-housing/ui-components@3.0.0

* 1837/preferences cleanup 3 (#2144)

* feat(backend): preferences cleanup

BREAKING CHANGE: Preferences are now M-N relation with a listing and have an intermediate table with ordinal number

* refactor(backend): preferences deduplication

So far each listing referenced it's own unique Preferences. This change introduces Many to Many
relationship between Preference and Listing entity and forces sharing Preferences between listings.

* feat(backend): extend preferences migration with moving existing relations to a new intermediate tab

* feat(backend): add Preference - Jurisdiction ManyToMany relation

* feat: adapt frontend to backend changes

* fix(backend): typeORM preferences select statement

* fix(backend): connect preferences with jurisdictions in seeds, fix pref filter validator

* fix(backend): fix missing import in preferences-filter-params.ts

* refactor: rebase issue

* feat: uptake jurisdictional preferences

* fix: fixup tests

* fix: application preferences ignore page, always separate

* Remove page from src/migration/1633359409242-add-listing-preferences-intermediate-relation.ts

* fix: preference fetching and ordering/pages

* Fix code style issues with Prettier

* fix(backend): query User__leasingAgentInListings__jurisdiction_User__leasingAgentIn specified more

* fix: perferences cypress tests

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.0
 - @bloom-housing/partners@3.0.1-alpha.0
 - @bloom-housing/public@3.0.1-alpha.0
 - @bloom-housing/ui-components@3.0.1-alpha.0

* feat(backend): extend UserUpdateDto to support email change with confirmation (#2120)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.1
 - @bloom-housing/partners@3.0.1-alpha.1
 - @bloom-housing/public@3.0.1-alpha.1
 - @bloom-housing/ui-components@3.0.1-alpha.1

* 2056/user account edit fix (#2073)

* fix: Replaces service to use newly created

* fix: Fix DOB initial values

* feat(backend): extend UserUpdateDto to support email change with confirmation

* fix: Update email form to use a new service

* fix: updates email change language

* Fix code style issues with Prettier

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.2
 - @bloom-housing/partners@3.0.1-alpha.2
 - @bloom-housing/public@3.0.1-alpha.2
 - @bloom-housing/ui-components@3.0.1-alpha.2

* feat: add Programs section to listings management (#2093)

* feat: add Programs section to listings management

* fix: sorting on detail page

* fix: merge issues

* feat: make program fetching jurisdictional

* fix: replace preference with program

* fix: program delete removes jurisdiction

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.3
 - @bloom-housing/partners@3.0.1-alpha.3
 - @bloom-housing/public@3.0.1-alpha.3
 - @bloom-housing/ui-components@3.0.1-alpha.3

* 2085/adds top level catchAll exception filter (#2132)

* fix: adds top level catchAll error filter

* fix: removing now unused exception filter

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.4
 - @bloom-housing/partners@3.0.1-alpha.4
 - @bloom-housing/public@3.0.1-alpha.4
 - @bloom-housing/ui-components@3.0.1-alpha.4

* feat: Change unit number field type to text (#2136)

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.5

* chore(deps): bump electron from 13.1.7 to 13.3.0 (#2137)

Bumps [electron](https://github.com/electron/electron) from 13.1.7 to 13.3.0.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](https://github.com/electron/electron/compare/v13.1.7...v13.3.0)

---
updated-dependencies:
- dependency-name: electron
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump axios from 0.21.1 to 0.21.2 (#2138)

Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.2.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.21.1...v0.21.2)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat(backend): improve application flagged set saving efficiency (#2147)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.5
 - @bloom-housing/partners@3.0.1-alpha.6
 - @bloom-housing/public@3.0.1-alpha.5
 - @bloom-housing/ui-components@3.0.1-alpha.5

* 1655/invite user edit (#1982)

* feat: Update title to be also a react node

* feat: Update translations

* feat: Create reusable form to add and edit users

* feat: Add delete function

* feat(backend): Add ON UPDATE SET NULL to application-user relation

* fix: Fix type

* Fix code style issues with Prettier

* fix(jurisdictionResolverService): updates to return undefined if no jurisdictionName

* feat: Update drawer state name

* feat: Add missing translations

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.6
 - @bloom-housing/partners@3.0.1-alpha.7
 - @bloom-housing/public@3.0.1-alpha.6
 - @bloom-housing/ui-components@3.0.1-alpha.6

* Add a phone number column to the user_accounts table (#2134)

* Merge pull request #710 from CityOfDetroit/feature/add-phonenumber-to-user-entity

Add phone number to user accounts.

* Merge pull request #728 from CityOfDetroit/fix/modify-phone-number-test

Fix user E2E tests.

* Merge pull request #728 from CityOfDetroit/fix/modify-phone-number-test

Fix user E2E tests.

* fix: add validation groups to phoneNumber

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.7
 - @bloom-housing/partners@3.0.1-alpha.8
 - @bloom-housing/public@3.0.1-alpha.7
 - @bloom-housing/ui-components@3.0.1-alpha.7

* refactor: make backend a peer dependency in ui-components (#2146)

* refactor: make backend a peer dependency in ui-components

* fix: fix flaky test

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.0
 - @bloom-housing/partners@3.0.1-alpha.9
 - @bloom-housing/public@3.0.1-alpha.8
 - @bloom-housing/ui-components@3.0.1-alpha.8

* fix: updates address order (#2151)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.8
 - @bloom-housing/shared-helpers@3.0.1-alpha.1
 - @bloom-housing/partners@3.0.1-alpha.10
 - @bloom-housing/public@3.0.1-alpha.9

* feat(backend): add nginx proxy-cache configuration (#2119)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.9
 - @bloom-housing/shared-helpers@3.0.1-alpha.2
 - @bloom-housing/partners@3.0.1-alpha.11
 - @bloom-housing/public@3.0.1-alpha.10

* Release 11 11 21 (#2162)

* fix: fix: adding unit tests to the unit type

picked from dev 1f8d7094e508337131d3033476cd70c2befaecd0

* fix: fix: a11y color contrast issues with tint on ImageCard component

picked from dev 505929149ee1485b9fc59402a9e14ead6de5dfc4

* feat: feat: two new common app questions - Household Changes and Household Student

picked from dev 42a752ec073c0f5b65374c7a68da1e34b0b1c949

* fix: fix: SiteHeader visual issues with long menu bars

picked from dev fd6686e206b4e53ae8b6ab757ad0506eaead0d01

* feat: feat: jurisdictional email signatures

picked from dev 7a146ffb5de88cfa2950e2a469a99e38d71b33c8

* fix: fix: don't send email confirmation on paper app submission

picked from dev 7f83b70327049245ecfba04ae3aea4e967929b2a

* feat: feat: Updates application confirmation numbers

picked from dev 75cd67bcb62280936bdeeaee8c9b7b2583a1339d

* fix: fix(backend): make it possible to filter portal users in /users endpoint

picked from dev 29bf714d28755916ec8ec896366c8c32c3a227c4

* feat: feat(backend): add languages (Language[]) to Jurisdiction entity

picked from dev 9ceed24d48b14888e6ea59b421b409f875d12b01

* fix: feat(backend): try fixing SETEX redis e2e tests flakiness

picked from dev 4087c532ddba672a415a048f4362e509aba7fd7f

* feat: feat(backend): Add user delete endpoint

picked from dev a13f73574b470beff2f8948abb226a6786856480

* fix: fix: improved UX for the Building Selection Criteria drawer

picked from dev 4bd8b09456b54584c3731bcca64019dc231d0c55

* feat: feat(backend): add Program entity

picked from dev 492ec4d333cf9b73af772a1aceed29813f405ba0

* refactor: breaking: 1837/preferences cleanup

picked from dev 3ce6d5eb5aac49431ec5bf4912dbfcbe9077d84e

BREAKING CHANGE: preferences model and relationships changed

* feat: feat(backend): extend UserUpdateDto to support email change

picked from dev 3e1fdbd0ea91d4773973d5c485a5ba61303db90a

* fix: 2056/user account edit fix

picked from dev a15618c0cb548ff5b2ae913b802c9e08bb673f30

* refactor: 2085/adds top level catchAll exception filter

picked from dev aeaa63d1af1fa3d11671e169cb3bd23d356fface

* feat: feat: Change unit number field type to text

picked from dev f54be7c7ba6aac8e00fee610dc86584b60cc212d

* feat(backend): improve application flagged set saving efficiency

* fix: fix: updates address order

picked from dev 252e014dcbd2e4c305384ed552135f5a8e4e4767

* fix: sets programs to optoinal and updates versions

* chore: chore(deps): bump electron from 13.1.7 to 13.3.0

* chore: chore(deps): bump axios from 0.21.1 to 0.21.2

* fix: adds programs service

* fix: fix lisitng e2e tests

* fix: fix member tests

* fix: fixes program, preference, ami-chart de-dupe (#2169)

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.12

* fix: adds jurisdictionId to useSWR path

* fix: recalculate units available on listing update (#2150)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.10
 - @bloom-housing/shared-helpers@3.0.1-alpha.3
 - @bloom-housing/partners@3.0.1-alpha.13
 - @bloom-housing/public@3.0.1-alpha.11

* fix: recalculate units available on listing update

picked form dev f1a3dbce6478b16542ed61ab20de5dfb9b797262

* feat: feat(backend): make use of new application confirmation codes

picked from dev 3c45c2904818200eed4568931d4cc352fd2f449e

* Revert "chore(deps): bump axios from 0.21.1 to 0.21.2 (#2138)"

This reverts commit 7711604323ae2f6a1782a35f7a26176f215f6c00.

* revert: revert "chore(deps): bump axios from 0.21.1 to 0.21.2

picked from dev 2b83bc0393afc42eed542e326d5ef75502ce119c

* refactor: remove applicationAddress (#2009)

* refactor: remove applicationAddress

* docs: readme update

* test: fix backend test

* fix: db migration

* Fix code style issues with Prettier

* test(backend): fix SETEX impossible to process

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.11
 - @bloom-housing/shared-helpers@3.0.1-alpha.4
 - @bloom-housing/partners@3.0.1-alpha.14
 - @bloom-housing/public@3.0.1-alpha.12
 - @bloom-housing/ui-components@3.0.1-alpha.9

* feat: refactor and add public site application flow cypress tests (#2118)

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.15
 - @bloom-housing/public@3.0.1-alpha.13
 - @bloom-housing/ui-components@3.0.1-alpha.10

* fix: sapp submission w/ no due date

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.12
 - @bloom-housing/shared-helpers@3.0.1-alpha.5
 - @bloom-housing/partners@3.0.1-alpha.16
 - @bloom-housing/public@3.0.1-alpha.14

* Revert "feat(backend): add nginx proxy-cache configuration (#2119)"

This reverts commit 34d32e75ceae378a26c57f4c9b7feec8c88339e0.

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.13
 - @bloom-housing/shared-helpers@3.0.1-alpha.6
 - @bloom-housing/partners@3.0.1-alpha.17
 - @bloom-housing/public@3.0.1-alpha.15

* fix: app submission w/ no due date

picked from dev 4af1f5a8448f16d347b4a65ecb85fda4d6ed71fc

* 1975/better seed data for ami-charts (#2156)

* fix: better seed data for ami-charts

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.14
 - @bloom-housing/shared-helpers@3.0.1-alpha.7
 - @bloom-housing/partners@3.0.1-alpha.18
 - @bloom-housing/public@3.0.1-alpha.16

* 2154/avance prefs (#2177)

* feat: new preferences

* feat: preference updates

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.15
 - @bloom-housing/shared-helpers@3.0.1-alpha.8
 - @bloom-housing/partners@3.0.1-alpha.19
 - @bloom-housing/public@3.0.1-alpha.17
 - @bloom-housing/ui-components@3.0.1-alpha.11

* 2154/avance prefs (#2178)

* feat: new preferences

* feat: preference updates

* Fix code style issues with Prettier

* feat: preference options bottom border

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.18

* 2154/avance prefs III (#2179)

* feat: new preferences

* feat: preference updates

* Fix code style issues with Prettier

* feat: preference options bottom border

* feat: liveWorkLivermore preference

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.20
 - @bloom-housing/public@3.0.1-alpha.19
 - @bloom-housing/ui-components@3.0.1-alpha.12

* 1988/adds listing management cypress tests to partner portal (#2103)

* test: adds listing management tests

* test: minor tweaks

* test: big updates for LM cypress tests

* test: fixes selectors

* feat: adding partner cypress tests to pr workflow

* fix: undoing

* chore: adds latest bloom-housing packages to partners

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.21
 - @bloom-housing/public@3.0.1-alpha.20
 - @bloom-housing/ui-components@3.0.1-alpha.13

* feat: adds new preferences, reserved community type

* feat: adds bottom border to preferences

* feat: updates preference string

* fix: preference cleanup for avance

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.22
 - @bloom-housing/public@3.0.1-alpha.21
 - @bloom-housing/ui-components@3.0.1-alpha.14

* fix: preference cleanup for avance

* 1975/one month rent (#2158)

* feat: add depoist helper text

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.16
 - @bloom-housing/shared-helpers@3.0.1-alpha.9
 - @bloom-housing/partners@3.0.1-alpha.23
 - @bloom-housing/public@3.0.1-alpha.22
 - @bloom-housing/ui-components@3.0.1-alpha.15

* fix(backend): fix view.spec.ts test (#2175)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.17
 - @bloom-housing/shared-helpers@3.0.1-alpha.10
 - @bloom-housing/partners@3.0.1-alpha.24
 - @bloom-housing/public@3.0.1-alpha.23

* refactor: removes jsonpath (#2206)

* refactor: removes jsonpath

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.18
 - @bloom-housing/shared-helpers@3.0.1-alpha.11
 - @bloom-housing/partners@3.0.1-alpha.25
 - @bloom-housing/public@3.0.1-alpha.24

* 1869/application program display (#2114)

* feat: add programs step to application forms

* test: add Cypress tests for the programs step

* feat: rework the Programs page and enhance seeds

* chore: fix programs Cypress test

* fix: fixup cypress tests

* fix: update mock data

* fix: fixup mock data pt 2

* fix: type issues

* fix: bugs and simplify program data processing

Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.19
 - @bloom-housing/shared-helpers@3.0.1-alpha.12
 - @bloom-housing/partners@3.0.1-alpha.26
 - @bloom-housing/public@3.0.1-alpha.25
 - @bloom-housing/ui-components@3.0.1-alpha.16

* feat: adds jurisdictions to pref seeds (#2199)

* feat: adds jurisdictions to pref seeds

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.20
 - @bloom-housing/shared-helpers@3.0.1-alpha.13
 - @bloom-housing/partners@3.0.1-alpha.27
 - @bloom-housing/public@3.0.1-alpha.26

* 1901/application program partners (#2182)

* feat: add programs step to application forms

* test: add Cypress tests for the programs step

* feat: rework the Programs page and enhance seeds

* chore: fix programs Cypress test

* feat: add programs step to application forms

* test: add Cypress tests for the programs step

* feat: rework the Programs page and enhance seeds

* chore: fix programs Cypress test

* fix: fixup cypress tests

* fix: update mock data

* fix: fixup mock data pt 2

* fix: type issues

* feat: Create programs mapper

Closes #1901

* feat: Add programs section

Closes #1901

* feat: Create details section for programs

Closes #1901

* feat: Update translations

Closes #1901

* refactor: Remove console log

Closes #1901

* refactor: Simpify code

Closes #1901

* chore: remove console log

* fix: mapProgramToApi return

Co-authored-by: Jared White <jared@jaredwhite.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.21
 - @bloom-housing/shared-helpers@3.0.1-alpha.14
 - @bloom-housing/partners@3.0.1-alpha.28
 - @bloom-housing/public@3.0.1-alpha.27
 - @bloom-housing/ui-components@3.0.1-alpha.17

* test: update program test

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.28

* feat: new demographics sub-race questions (#2109)

* feat: new demographics sub-race questions

* fix: update migration to keep data

* feat: other text boxes

* feat: wip other labels

* feat: can edit demo in partners

* fix: cleanup

* feat: csv formatting

* fix: type issue

* feat: remove gender and sexual orientation

* fix: add test id

* fix: more test ids

* fix: select by checkboxes

* fix: dont use select

* fix: data

* fix: add tests, fixup other option

* Fix code style issues with Prettier

* fix: remove unneeded dependencies

* test: add additional test

* Fix code style issues with Prettier

* test: change test id attribute

* chore: cleanup formatApplicationData imports

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.22
 - @bloom-housing/shared-helpers@3.0.1-alpha.15
 - @bloom-housing/partners@3.0.1-alpha.29
 - @bloom-housing/public@3.0.1-alpha.29
 - @bloom-housing/ui-components@3.0.1-alpha.18

* feat: updates email confirmation for lottery (#2200)

* feat: updates email confirmation for lottery

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.23
 - @bloom-housing/shared-helpers@3.0.1-alpha.16
 - @bloom-housing/partners@3.0.1-alpha.30
 - @bloom-housing/public@3.0.1-alpha.30

* fix: add ariaHidden to Icon component

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.17
 - @bloom-housing/partners@3.0.1-alpha.31
 - @bloom-housing/public@3.0.1-alpha.31
 - @bloom-housing/ui-components@3.0.1-alpha.19

* fix: add ariaLabel prop to Button component

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.18
 - @bloom-housing/partners@3.0.1-alpha.32
 - @bloom-housing/public@3.0.1-alpha.32
 - @bloom-housing/ui-components@3.0.1-alpha.20

* fix: change the yes/no radio text to be more descriptive (#2208)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.19
 - @bloom-housing/partners@3.0.1-alpha.33
 - @bloom-housing/public@3.0.1-alpha.33
 - @bloom-housing/ui-components@3.0.1-alpha.21

* fix: remove alameda reference in demographics (#2209)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.20
 - @bloom-housing/partners@3.0.1-alpha.34
 - @bloom-housing/public@3.0.1-alpha.34
 - @bloom-housing/ui-components@3.0.1-alpha.22

* refactor: remove applicationAddress

picked from dev bf10632a62bf2f14922948c046ea3352ed010f4f

* feat: refactor and add public site application flow cypress tests

picked from dev 9ec0e8d05f9570773110754e7fdaf49254d1eab8

* feat: better seed data for ami-charts

picked from dev d8b1d4d185731a589c563a32bd592d01537785f3

* feat: adds listing management cypress tests to partner portal

* fix: listings management keep empty strings, remove empty objects

picked from dev c4b1e833ec128f457015ac7ffa421ee6047083d9

* feat: one month rent

picked from dev 883b0d53030e1c4d54f2f75bd5e188bb1d255f64

* test: view.spec.ts test

picked from dev 324446c90138d8fac50aba445f515009b5a58bfb

* refactor: removes jsonpath

picked from dev deb39acc005607ce3076942b1f49590d08afc10c

* feat: adds jurisdictions to pref seeds

picked from dev 9e47cec3b1acfe769207ccbb33c07019cd742e33

* feat: new demographics sub-race questions

picked from dev 9ab892694c1ad2fa8890b411b3b32af68ade1fc3

* feat: updates email confirmation for lottery

picked from dev 1a5e824c96d8e23674c32ea92688b9f7255528d3

* fix: add ariaHidden to Icon component

picked from dev c7bb86aec6fd5ad386c7ca50087d0113b14503be

* fix: add ariaLabel prop to Button component

picked from dev 509ddc898ba44c05e26f8ed8c777f1ba456eeee5

* fix: change the yes/no radio text to be more descriptive

picked from dev 0c46054574535523d6f217bb0677bbe732b8945f

* fix: remove alameda reference in demographics

picked from dev 7d5991cbf6dbe0b61f2b14d265e87ce3687f743d

* chore: release version

picked from dev fe82f25dc349877d974ae62d228fea0354978fb7

* feat: ami chart jurisdictionalized

picked from dev 0a5cbc88a9d9e3c2ff716fe0f44ca6c48f5dcc50

* refactor: make backend a peer dependency in ui-components

picked from dev 952aaa14a77e0960312ff0eeee51399d1d6af9f3

* feat: add a phone number column to the user_accounts table

picked from dev 2647df9ab9888a525cc8a164d091dda6482c502a

* chore: removes application program partners

* chore: removes application program display

* Revert "chore: removes application program display"

This reverts commit 14825b4a6c9cd1a7235e32074e32af18a71b5c26.

* Revert "chore: removes application program partners"

This reverts commit d7aa38c777972a2e21d9f816441caa27f98d3f86.

* chore: yarn.lock and backend-swagger

* fix: removes Duplicate identifier fieldGroupObjectToArray

* feat: skip preferences if not on listing

* chore(release): version

* fix: cannot save custom mailing, dropoff, or pickup address

* chore(release): version

* chore: converge on one axios version, remove peer dependency

* chore(release): version

* feat: simplify Waitlist component and use more flexible schema

* chore(release): version

* fix: lottery results uploads now save

* chore(release): version

* feat: add SRO unit type

* chore(release): version

* fix: paper application submission

* chore(release): version

* fix: choose-language context

* chore(release): version

* fix: applications/view hide prefs

* chore(release): version

* feat: overrides fallback to english, tagalog support

* chore(release): version

* fix: account translations

* chore(release): version

* fix: units with invalid ami chart

* chore(release): version

* fix: remove description for the partners programs

* fix: fix modal styles on mobile

* fix: visual improvement to programs form display

* fix: submission tests not running

* chore: translations (#2293)

* chore: translations (#2295)

* chore: missing translations (#2296)

* fix: prefUnits on autofill summary (#2294)

* chore: move Programs step to come after Students (#2277)

* feat: adds whatToExpect to GTrans

* chore: missing translations (#2299)

* fix: 2259/fixes idle timeout not resetting properly (#2292)

* chore(release): version

* fix: demographics howDidYouHear options (2305)

* chore(release): version

* fix: mobile notice text wrap issue (#2308)

* feat: postmark date time fields partners (#2239)

* fix: versioning issues (#2311)

* chore(release): version

* chore(backend): move libs/ to shared/utils, clean up modules (#2230)

* feat(backend): all programs to csv export (#2302)

* chore(release): version

* feat: filter partner users

* chore(release): version

* feat: adds updating open listing modal (#2288)

* fix: closed listings allowed apps (#2317)

* feat: 2165/rosefield preference updates (#2386)

* chore(release): version

* Revert "chore(release): version"

This reverts commit 7c414ca7f8c5709e4ff19b94e3fb1089bdc45e97.

* chore(release): version

 - @bloom-housing/backend-core@3.0.1
 - @bloom-housing/shared-helpers@3.0.1
 - @bloom-housing/partners@3.0.1
 - @bloom-housing/public@3.0.1
 - @bloom-housing/ui-components@3.0.1

* feat(backend): add storing listing translations (#2215)

* feat: adds whatToExpect to GTrans (#2303)

* fix: patch issue with submit application section

* fix: patches translations for preferences (#2410)

* fix: issues with public app and readds auto save (2428)

* fix: ami charts without all households (#2430)

* fix: load blank application

* 2022-01-27 release (#2439)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.23
 - @bloom-housing/partners@3.0.1-alpha.37
 - @bloom-housing/public@3.0.1-alpha.38
 - @bloom-housing/ui-components@3.0.1-alpha.24

* fix(backend): nginx with heroku configuration (#2196)

* fix(backend): nginx with heroku configuration

* feat(backend): nginx make hostname and port variable

* feat: nginx proxy updates

* feat(backend): modify proxy_pass and Host header settings

Co-authored-by: seanmalbert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.26
 - @bloom-housing/shared-helpers@3.0.1-alpha.24
 - @bloom-housing/partners@3.0.1-alpha.38
 - @bloom-housing/public@3.0.1-alpha.39
 - @bloom-housing/ui-components@3.0.1-alpha.25

* fix: fetchBaseListingData (#2238)

* fix: fetchBaseListingData

* fix: fetchBaseListingData

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.40

* fix: lottery results uploads now save (#2226)

* fix: lottery results uploads now save

* fix: switch to partial typing

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.39

* feat: getStaticPaths fallback blocking test

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.41

* chore: add temp logs for testing id/slug

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.42

* chore(backend): move libs/ to shared/utils, clean up modules (#2230)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.27
 - @bloom-housing/shared-helpers@3.0.1-alpha.25
 - @bloom-housing/partners@3.0.1-alpha.40
 - @bloom-housing/public@3.0.1-alpha.43
 - @bloom-housing/ui-components@3.0.1-alpha.26

* chore: add SRO unit type (#2243)

* chore: add SRO unit type to DB / translations

* chore: additional string changes to SRO

* test(backend): add SRO to unit types test

* feat: SRO unit type additions

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.28
 - @bloom-housing/shared-helpers@3.0.1-alpha.26
 - @bloom-housing/partners@3.0.1-alpha.41
 - @bloom-housing/public@3.0.1-alpha.44
 - @bloom-housing/ui-components@3.0.1-alpha.27

* 2140/fix paper application submission (#2195)

* fix: fix paper application submission

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.42

* Fix code style issues with Prettier

* test: adds cypress test coverage

* fix: updates per sean

* fix: one more update

* test: fix partners unit tests

* fix: choose-language context

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.45

* fix: applications drop off address

* fix: applications/view hide prefs

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.46

* feat(backend): add storing listing translations (#2215)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.29
 - @bloom-housing/shared-helpers@3.0.1-alpha.27
 - @bloom-housing/partners@3.0.1-alpha.43
 - @bloom-housing/public@3.0.1-alpha.47
 - @bloom-housing/ui-components@3.0.1-alpha.28

* fix(backend): make nginx proxy use Language HTTP header in cache key (#2266)

* 2098/fix partner applications grid display (#2188)

* fix: partner applications grid display

* Fix code style issues with Prettier

* test: fix tests

* Fix code style issues with Prettier

* fix: updates to using views

* tests: add application grid test

* fix: updates per sean

* fix: one more update

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.30
 - @bloom-housing/shared-helpers@3.0.1-alpha.28
 - @bloom-housing/partners@3.0.1-alpha.44
 - @bloom-housing/public@3.0.1-alpha.48
 - @bloom-housing/ui-components@3.0.1-alpha.29

* fix: fixes some issues with the deployment

* Revert/2188 (#2270)

* fix: fixes some issues with the deployment

* revert: partner applications grid display

* fix: view.spec

Co-authored-by: Yazeed Loonat <yazeedloonat@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.31
 - @bloom-housing/shared-helpers@3.0.1-alpha.29
 - @bloom-housing/partners@3.0.1-alpha.45
 - @bloom-housing/public@3.0.1-alpha.49
 - @bloom-housing/ui-components@3.0.1-alpha.30

* 2098/fix partner applications grid display (#2188)

* fix: partner applications grid display

* Fix code style issues with Prettier

* test: fix tests

* Fix code style issues with Prettier

* fix: updates to using views

* tests: add application grid test

* fix: updates per sean

* fix: one more update

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* feat(backend): add listings closing routine (#2213)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.32
 - @bloom-housing/shared-helpers@3.0.1-alpha.30
 - @bloom-housing/partners@3.0.1-alpha.46
 - @bloom-housing/public@3.0.1-alpha.50
 - @bloom-housing/ui-components@3.0.1-alpha.31

* feat(backend): add user password expiration

* fix: Remove description for the partners programs (#2234)

Closes #1901

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.47

* 2227/lock login attempts frontend (#2260)

* feat: Add new translations

Closes #1927

* refactor: Make title as optional

Closes #1927

* feat: Update login alert text

Closes #1927

* fix: Use translation, instead of hardcoded text

Closes #1927

* feat: Add translation

Closes #1927

* feat: Update type name

Closes #1927

* feat: Add new alerts

Closes #1927

* fix: Fix translation

Closes #1927

* fix(AlertBox.tsx): Fix close icon placement

Closes #1927

* feat: Create helper to catch network errors

Closes #1927

* feat: Add translations

Closes #1927

* feat: Create reusable sign-in form

Closes #1927

* refactor(sign-in page, public and partners): Update sign-in pages to use reusable form

BREAKING CHANGE: sign-in pages have been updated

Closes #1927

* Fix code style issues with Prettier

* fix: fixes tests and also issue with user grid

* fix: fixes linting error

* feat(backend): add appropriate http exception for password outdated login failure

* fix: Fix modal styles on mobile (#2280)

Closes #2253

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.31
 - @bloom-housing/partners@3.0.1-alpha.48
 - @bloom-housing/public@3.0.1-alpha.51
 - @bloom-housing/ui-components@3.0.1-alpha.32

* fix: visual improvement to programs form display (#2276)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.52

* fix: submission tests not running (#2282)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.53

* feat: overrides fallback to english, tagalog support (#2262)

* chore: allow work-in strings to take jurisdiction name

* feat: add support for tagalog

* Fix code style issues with Prettier

* feat: tagalog language

* feat: translations precedence includes en overrides

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.33
 - @bloom-housing/shared-helpers@3.0.1-alpha.32
 - @bloom-housing/partners@3.0.1-alpha.49
 - @bloom-housing/public@3.0.1-alpha.54
 - @bloom-housing/ui-components@3.0.1-alpha.33

* fix: account translations (#2278)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.33
 - @bloom-housing/partners@3.0.1-alpha.50
 - @bloom-housing/public@3.0.1-alpha.55
 - @bloom-housing/ui-components@3.0.1-alpha.34

* test: fixes test issues

* fix: fix sortig on applications partner grid

* chore: translations (#2293)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.34
 - @bloom-housing/partners@3.0.1-alpha.51
 - @bloom-housing/public@3.0.1-alpha.56
 - @bloom-housing/ui-components@3.0.1-alpha.35

* chore: translations (#2295)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.35
 - @bloom-housing/partners@3.0.1-alpha.52
 - @bloom-housing/public@3.0.1-alpha.57
 - @bloom-housing/ui-components@3.0.1-alpha.36

* chore: missing translations (#2296)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.36
 - @bloom-housing/partners@3.0.1-alpha.53
 - @bloom-housing/public@3.0.1-alpha.58
 - @bloom-housing/ui-components@3.0.1-alpha.37

* fix: prefUnits on autofill summary (#2294)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.59

* chore: move Programs step to come after Students (#2277)

* chore: move Programs step to come after Students

* test: rearrange order of programs within Cypress tests

* test: remove problematic statement

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.60

* fix: units with invalid ami chart (#2290)

* fix: alunits with invalid ami chart

* perf: uniquePercentageChartSet map

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.34
 - @bloom-housing/shared-helpers@3.0.1-alpha.37
 - @bloom-housing/partners@3.0.1-alpha.54
 - @bloom-housing/public@3.0.1-alpha.61
 - @bloom-housing/ui-components@3.0.1-alpha.38

* chore: missing translations (#2299)

* chore: missing translations

* chore: remove logs

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.38
 - @bloom-housing/partners@3.0.1-alpha.55
 - @bloom-housing/public@3.0.1-alpha.62
 - @bloom-housing/ui-components@3.0.1-alpha.39

* 2259/fixes idle timeout not resetting properly (#2292)

* fix: fixes idle timeout not resetting properly

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.63

* feat: adds whatToExpect to GTrans (#2303)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.35
 - @bloom-housing/shared-helpers@3.0.1-alpha.39
 - @bloom-housing/partners@3.0.1-alpha.56
 - @bloom-housing/public@3.0.1-alpha.64
 - @bloom-housing/ui-components@3.0.1-alpha.40

* fix: demographics howDidYouHear options were not changing on language change (#2305)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.65

* Fix checkbox rtl style

* feat(backend): add password outdating only to users which are either admins or partners

* fix: fix hero button width with secondary button (#2306)

* fix: mobile notice text wrap issue (#2308)

* feat(backend): add activity logging to listings module (#2190)

* feat(backend): add activity logging to listings module

* feat(backend): add activity logging to applications and user controllers

* feat(backend): add metada column to activity log entity

* feat(backend): change activity log metadata column type

* feat(backend): remove applications related changes

* feat(backend): remove ListingActivityLogInterceptor

* 2040/postmark date time fields partners (#2239)

* feat: add postmark by date and time fields

* feat: fix display and preview page

* test: fix so the correct date displays

* Fix code style issues with Prettier

* fix: fixes per emily

* fix: updates per sean

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* fix: versioning issues (#2311)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.36
 - @bloom-housing/shared-helpers@3.0.1-alpha.41
 - @bloom-housing/partners@3.0.1-alpha.58
 - @bloom-housing/public@3.0.1-alpha.67
 - @bloom-housing/ui-components@3.0.1-alpha.42

* feat(backend): all programs to csv export (#2302)

* feat(backend): all programs to csv export

* chore: removes console log

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.37
 - @bloom-housing/shared-helpers@3.0.1-alpha.42
 - @bloom-housing/partners@3.0.1-alpha.59
 - @bloom-housing/public@3.0.1-alpha.68
 - @bloom-housing/ui-components@3.0.1-alpha.43

* feat(backend): add partnerTerms to jurisdiction entity (#2301)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.38
 - @bloom-housing/shared-helpers@3.0.1-alpha.43
 - @bloom-housing/partners@3.0.1-alpha.60
 - @bloom-housing/public@3.0.1-alpha.69
 - @bloom-housing/ui-components@3.0.1-alpha.44

* feat: removes ListingLangCacheInterceptor from get by id

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.39
 - @bloom-housing/shared-helpers@3.0.1-alpha.44
 - @bloom-housing/partners@3.0.1-alpha.61
 - @bloom-housing/public@3.0.1-alpha.70
 - @bloom-housing/ui-components@3.0.1-alpha.45

* fix: Update translation

Closes 1927

* fix: Update hardcoded translations

Closes #1927

* refactor: listing detail props (#2313)

* refactor: listing detail props

* fix: HouseholdSizeField FieldError

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.45
 - @bloom-housing/partners@3.0.1-alpha.62
 - @bloom-housing/public@3.0.1-alpha.71
 - @bloom-housing/ui-components@3.0.1-alpha.46

* chore(deps): bump next from 11.1.2 to 11.1.3 (#2289)

* feat(backend): refactor applications module (#2279)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.40
 - @bloom-housing/shared-helpers@3.0.1-alpha.46
 - @bloom-housing/partners@3.0.1-alpha.63
 - @bloom-housing/public@3.0.1-alpha.72
 - @bloom-housing/ui-com…
ludtkemorgan added a commit to CityOfDetroit/bloom that referenced this pull request Sep 16, 2022
* fix: unit group reload when refocus

* fix: readds useEffect dependency checks

* fix: can delete last group

* fix: now can save without ami info

* fix: for when rent value is missing

* fix: occupancy max 8, selects can be deselected

* fix: add hearing mobility visual to a11y features (#1032)

* fix: removing placeholder

* fix: readding label, removing placeholder

* fix: was too specific

* fix(backend): import script percentageOfIncomeValue retrieval logic (#1034)

Co-authored-by: Michal Plebanski <michalp@airnauts.com>

* fix: ami percentage

* fix: listing view detail list order

* fix: partner listing grid address column

* fix: properly set monthlyRentDeterminationType in import script

* fix: account for space after comma in spreadsheet for split types

* fix: hide hmi link if no hmi table (#1035)

* fix: hide hmi link if no hmi table

* fix: hide completely

* feat: catch up for migrations (#1030)

feat: catch up for migrations (#1030)

* fix: fix for when rent range was empty (#1038)

* fix: styling issues in features section (#1039)

* fix: preview close alert style fixes (#1040)

* fix: stray zero if no programs (#1042)

* fix: pagination fix for partner listing grid (#1041)

* fix: pagination fix for partner listing grid

* fix: removes unit groups second query and from inner filter

* test: fix for tests

* fix: listings e2e tests

Co-authored-by: Sean Albert <smabert@gmail.com>

* fix: update neighborhood list, unit type string

* 1045/allows re-request confirmation on partners (#1047)

* feat: allows re-request confirmation on partners

* fix: linting fixes (#1057)

fix: linting fixes

* fix: fixes pagination issue on detroit user grid (#1063)

* feat(backend): update listing filters (#1050)

* feat(backend): update listing filters

* fix: fix for partner and public builds

* fix(backend): listing bedrooms filter

* fix(backend): num_bedrooms filter fix

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Yazeed Loonat <yazeedloonat@gmail.com>

* feat: Update listing table columns (#1067)

* feat: Update listing table columns

Closes #1008

* feat: Add per page qty select field

Closes #1008

* style: removes console log

Co-authored-by: Sean Albert <smabert@gmail.com>

* feat: filters to show only active listings (#1070)

* feat(backend): add marketingType to Listing entity

* Bump actions/setup-node from 2.5.0 to 3 (#999)

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.5.0 to 3.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2.5.0...v3)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: frontend type fix

* fix: change verified string (#1088)

* fix: select programs working with single jurisdiction (#1100)

* Bump actions/checkout from 2 to 3 (#1010)

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: verify link should work on second application tab (#1068)

* fix: verify link should work on second application tab

* refactor: add new state

* fix: pr feedback

* feat: exposing leasing company website (#1069)

* feat: exposing leasing company website

* fix: no longer href on empty website

* fix: adding url validation

* fix: updates per sean

* feat: adds unit summaries to listings list to backend (#1077)

* feat: adds unit summaries to listings list

* fix: addresses issues noted in PR

* fix: cleans up detroit specific seeds

* fix: fixes issue with public latestListings filter

* fix: backend listing test unit groups

* fix: unit groups on partners types

* 78/favorites refactor test2 (#1089)

* initial setup of backend

initial setup with backend now including array of strings of just the Listing ID.  Verify e2e testing works as well.

* Implemented ListingCard fav

Implemented favorite buttons and features.  Only works after initial refresh.  Failure to get profile.preferences on first call.

* updated to include preference-entity default

* rename useState elements

* console.log cleanup on ListingCard

* Fix code style issues with Prettier

* useState updated and remove console logs

* feat: adding favorite feature

* fix: updates per emily and sean

* feat: moving user-prefence into their own pathway

* test: updates for tests

* test: fix for backend spec tests

* build: updates local db to bloom_detroit

* docs: update backend env template

* fix: updates to favorites

* fix: updates for styling and per sean

* fix: removing duplicate UsePipe

* test: fixes failing tests

* feat: adds UserPreferenceAuthzGuard

* fix: updates per sean

* feat: updates userPreferences to take user id

* fix: styling update per sean

* fix: styling updates per emily

* feat: adding toast for favorite

* test: fixes for tests

* fix: build fix

* fix: un-narrowing favorite toast

* feat: adds aria-live to favorites

* fix: getListings call on index

* fix: adds (un)favorited language

* fix: removes unused AlertBox element

* feat: exposing favorites on dashboard

* Merge remote-tracking branch 'detroit/dev' into 78/favorites_refactor_test2

* fix: merge fix

* feat: updates AG_PER_PAGE_OPTIONS

Co-authored-by: pfeeny5 <82653098+pfeeny5@users.noreply.github.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>

* feat: load overlay to partner listings grid (#1116)

* feat: load overlay to partner listings grid

* feat: agpage hides total items when no items

* feat: disables overdue listings status cron (#1109)

* feat: disables overdue listings status cron

* style: removes commented out code

* feat: Remove signup subscription fields (#1112)

* feat: Add summary tables into the listing (#1118)

* feat(backend): create property.region from property.neighborhood (#1110)

* feat(backend): create property.region from property.neighborhood

* feat(backend): update neighborhood migration script

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* fix: about page content edit and margin top and bottom fix (#1133)

* fix: about page content and margin top and bottom

* fix: add partners list and remove copy from non-english json files

* fix: remove json keys entirely

* feat: updated content & styles on homepage, footer

* fix: move new copy to translations

* feat: update email copy (#1135)

* feat: update email copy

* fix: update email service test

* feat: add comma

* fix: comma unit test fail

* fix: unit test comma

* feat: can add a marketing status to a listing in partners (#1128)

* feat: can add a marketing status to a listing in partners

* fix: mobile fix

* fix: fix migration to check for new object (#1139)

* 2022-04-06 sync upstream (#1132)

* chore: merge upstream/master backend

* chore: merges upstream/master ui-components

* chore: merge upstream/master sites/partners

* feat: flattens translations

* chore: merge upstream/master shared-helpers

* fix: address issues with ui-components merge

* fix: partners merge issues

* chore: merge upstream/master sites/public

* test: updates listing order by tests

* test: updates listing e2e tests

* test: adds script for test to package.json

* fix: uptake listing card

* fix: prop updates for uptaking new listing card (#1136)

* fix: prop updates for uptaking new listing card

* fix: styling updates to the home page listing cards

* fix: tag color

* style: updates horizontal scroll margins

Co-authored-by: Sean Albert <smabert@gmail.com>

* fix: duplicate DetailApplicationAddress import

* fix: add missing translations and style cleanup

Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Emily Jablonski <65367387+emilyjablonski@users.noreply.github.com>

* feat: update summary tables and tags with coming soon (1076) (1098) (1074) (#1131)

* fix: listing list dupes in pagination (#1140)

* fix: listing list dupes in pagination

* test: updates listings e2e tests

* fix: managementwebsite url seeds

* feat: add 100 to ag page options (#1149)

* feat: Add .5 and 1.5 bathroom options to min and max dropdown in Add … (#1113)

* feat: disable mfa for Detroit (#1148)

* fix: adds check for unitSummaries?.unitGroupSummary on listing (#1156)

* 973/favorites on dashboard (#1095)

* initial setup of backend

initial setup with backend now including array of strings of just the Listing ID.  Verify e2e testing works as well.

* Implemented ListingCard fav

Implemented favorite buttons and features.  Only works after initial refresh.  Failure to get profile.preferences on first call.

* updated to include preference-entity default

* rename useState elements

* console.log cleanup on ListingCard

* Fix code style issues with Prettier

* useState updated and remove console logs

* feat: adding favorite feature

* fix: updates per emily and sean

* feat: moving user-prefence into their own pathway

* test: updates for tests

* test: fix for backend spec tests

* build: updates local db to bloom_detroit

* docs: update backend env template

* fix: updates to favorites

* fix: updates for styling and per sean

* fix: removing duplicate UsePipe

* test: fixes failing tests

* feat: adds UserPreferenceAuthzGuard

* fix: updates per sean

* feat: updates userPreferences to take user id

* fix: styling update per sean

* fix: styling updates per emily

* feat: adding toast for favorite

* test: fixes for tests

* fix: build fix

* fix: un-narrowing favorite toast

* feat: adds aria-live to favorites

* fix: getListings call on index

* fix: adds (un)favorited language

* fix: removes unused AlertBox element

* feat: exposing favorites on dashboard

* Merge remote-tracking branch 'detroit/dev' into 78/favorites_refactor_test2

* fix: merge fix

* fix: updates per emily

* fix: updates per emily and jesse

* fix: reduces weird re-renders

* fix: updates per emily

* fix: enforces log in requirements

* style: removes console log

* fix: favorite pagination

* fix: issue with initial favoriting

* feat: adds classNames to LoadingOverlay

Co-authored-by: pfeeny5 <82653098+pfeeny5@users.noreply.github.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>

* fix: homepage layout/copy

* feat: show tags on listing cards for community programs, a11y (#1146)

* feat: show tags on listing cards for community programs, a11y

* fix: build fix

* refactor: pr feedback

* feat: adds sorting to programs in listing tags

Co-authored-by: Sean Albert <smabert@gmail.com>

* fix: improve presentation of the City regions section

* Feature/region enum (#1137)

* feat(backend): add region Enum to listing dtos

* feat: Add region select input

Closes #1097

* feat: Add region into the listing view

Closes #1097

* feat: Update tests

Closes #1097

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* fix: update styling of coming soon tag (#1154)

* fix: update styling of coming soon tag

* refactor: pr review

* fix: refactor

* 1091/listing sort order (#1157)

* feat: updates listing sort order to coming soon

* fix: fixes public listing pagination

* fix: wrap DashBlock anchor tag in Link component to display selected … (#1159)

* fix: wrap DashBlock anchor tag in Link component to display selected language

* fix: swap Link for LinkComponent

* fix: nested anchor tags

* chore: replace hero background image (for now)

* fix: eslint errors in dev (#1163)

* fix: eslint errors in dev

* style: eslint next line

* 1115/min max validation (#1155)

* feat: min max validation errors for Add Unit Group form

* fix: console warnings for faulty validation

* feat: add instant validation for all  min and max fields

* style: remove unnecessary

* change non-dropdown min max fields to onBlur

* move error strings to partners override

* fix: error when passing empty string as phone number to usToIntlPhone… (#1160)

* fix: error when passing empty string as phone number to usToIntlPhone helper

* style: prettier

* feat: update IntlToUsPhone and update both types to include null

* fix: retrigger checks

* style: run prettier

Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>

* feat(backend): update how order by comingSoon works (#1174)

* feat(backend): update how order by comingSoon works

* fix: marketingDate order dir

* fix: forgot password empty warning and two minor style changes (#2680)

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* fix: coming soon tag color on listing detail page (#1170)

* fix: cannot update waitlist status to open (#1171)

* feat: new verified tag icon (#1172)

* feat: add new sign up link to home page (#1173)

* feat: add new sign up link to home page

* fix: open link in a new tab

* style: add void before trigger functions to avoid eslint errors (#1178)

* style: Arabic RTL layout changes (#1166)

* style: remove text-align from page header so rtl can display properly

* feat: savepoint aside no longer absolute positioned, still need more styling edits

* style: responsive element widths

* style: swap empty div tags with <>

* style: cleanup temp classes

* style: cleanup commented

* listing process separated into component (needs to move to ui components)

* feat: ListingProcess component and rtl padding swap

* feat: ListingProcess component

* fix: rtl workaround

* style: change prop types

* refactor: move ListingProcess component back to public

* refactor: git re-add component

* refactor: ListingProcess back to ListingView

* style: remove unnecessary

* feat: tooltip component

* * feat: updates to UI of public listing filters (#1138)

* 1058/updated public listing filters (#1138)

* feat: fixes backend to filter properly

* fix: some touch ups

* fix: updates per emily

* fix: updates per emily

* fix: fixes for tests

* fix: updates per emily

* fix: matching filters to mocks

* fix: remove test class

* fix: updates per emily

* fix: reset fix

* fix: fix for the tests

* fix: modifying the region filter to be an OR

* fix: test updates

Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>

* 1083/header hover issues (#1177)

* fix: improved hover and dropdown menu alignment

* removed unnecessary comments

* fix: update padding issues

* fix: centering dropdown menu

* fix: new approach with visual regressions addressed

* fix: add leasing agent address field back to listing form (#1195)

* 1168/arabic listing section overlap (#1184)

* style: rtl css refactors for listing containers

* style: rtl friendly border

* style: desktop media queries

* Update ui-components/src/global/headers.scss

Co-authored-by: Emily Jablonski <65367387+emilyjablonski@users.noreply.github.com>

Co-authored-by: Emily Jablonski <65367387+emilyjablonski@users.noreply.github.com>

* fix: check for empty translations before sending to google translate service (#1191)

* 1167/page-not-found-ui (#1185)

* style: white text and rm yellow background from button on Page Not Found

* style: remove hover border

* style: conditional rendering of Hero components

* style: remove unnecessary

* style: conditional styling without using new props

* style: titleClassName prop

* feat: default what to expect text and additional what to expect field (#1145)

* fix: authservice.token data null issue (#2703) (#1197)

* fix: show street2 for addresses (#1209)

* fix: show street2 for addresses

* test: fixup tests

* feat: set default what to expect text for coming soon listings (#1210)

* fix: update homepage subtext copy (#1217)

* fix: remove link to eligibility calculator (#1216)

* fix: Fix tooltip visibility (#1212)

* Removes listing queue imports (#1211)

* fix: removes listing queue imports

* feat: removes bull module from listings

* feat: adds new filter, fix region (#1214)

* fix: content update (#1220)

* style: listing page rtl css changes (#1221)

* style: rtl css changes

* style: one more pr > pe since it's here

* style: rtl accessibility button

* fix: fixes bedrooom and accessibility filters

* fix: fixes bedrooom and accessibility filters

* fix: vacant unit/waitlist filter fixes

* style: filtered page cleanup

* fix: test fix

* fix: update for availability filter

* fix: update per emily

Co-authored-by: Sean Albert <smabert@gmail.com>

* 1090/resources page (#1181)

* feat: add a new Resources page

* fix: header spacing and phone links

* chore: use local components for Additional Resources

Co-authored-by: Yazeed Loonat <yazeedloonat@gmail.com>

* chore: refactor Resources to use per-card md files

* chore: remove full resources page

Co-authored-by: Yazeed Loonat <yazeedloonat@gmail.com>

* 2022-05-03 sync main (#1228)

* 2022-03-10 release (#1044)

* 2022-02-10 core (#982)

* fix: retnal assistance eror message

* Preferences cleanup (#1947)

* feat(backend): preferences cleanup

BREAKING CHANGE: Preferences are now M-N relation with a listing and have an intermediate table with ordinal number

* refactor(backend): preferences deduplication

So far each listing referenced it's own unique Preferences. This change introduces Many to Many
relationship between Preference and Listing entity and forces sharing Preferences between listings.

* feat(backend): extend preferences migration with moving existing relations to a new intermediate tab

* feat(backend): add Preference - Jurisdiction ManyToMany relation

* feat: adapt frontend to backend changes

* fix(backend): typeORM preferences select statement

* fix(backend): connect preferences with jurisdictions in seeds, fix pref filter validator

* fix(backend): fix missing import in preferences-filter-params.ts

* refactor: rebase issue

* feat: uptake jurisdictional preferences

* fix: fixup tests

* fix: application preferences ignore page, always separate

* Remove page from src/migration/1633359409242-add-listing-preferences-intermediate-relation.ts

* fix: preference fetching and ordering/pages

* Fix code style issues with Prettier

* fix(backend): query User__leasingAgentInListings__jurisdiction_User__leasingAgentIn specified more

* fix: perferences cypress tests

Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Sean Albert <smabert@gmail.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.13
 - @bloom-housing/partners@2.0.0-pre-tailwind.23
 - @bloom-housing/public@2.0.0-pre-tailwind.23
 - @bloom-housing/ui-components@2.0.0-alpha.23

* fix: updates household member count (#2112)

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.14
 - @bloom-housing/partners@2.0.0-pre-tailwind.24
 - @bloom-housing/public@2.0.0-pre-tailwind.24
 - @bloom-housing/ui-components@2.0.0-alpha.24

* fix: updates household member count

picked 3dee0f7d676ff42d546ecf83a17659cd69d7e1bc

* fix: reverts preferences to re-add as breaking/major bump

* fix: reverts preferences to re-add as breaking/major bump

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.15
 - @bloom-housing/partners@2.0.0-pre-tailwind.25
 - @bloom-housing/public@2.0.0-pre-tailwind.25
 - @bloom-housing/ui-components@2.0.0-alpha.25

* refactor: listing preferences and adds jurisdictional filtering

BREAKING CHANGE: updates preference relationship with listings

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.16
 - @bloom-housing/partners@2.0.0-pre-tailwind.26
 - @bloom-housing/public@2.0.0-pre-tailwind.26
 - @bloom-housing/ui-components@2.0.0-alpha.26

* chore(release): version

 - @bloom-housing/backend-core@2.0.0
 - @bloom-housing/shared-helpers@2.0.0
 - @bloom-housing/partners@2.0.0
 - @bloom-housing/public@2.0.0
 - @bloom-housing/ui-components@2.0.0

* fix: Updates lastName on application save

* docs: Update changelog

* Fix code style issues with Prettier

* chore(release): version

 - @bloom-housing/partners@2.0.1-alpha.0

* fix: a11y color contrast issues with tint on ImageCard component (#2074)

* chore(release): version

 - @bloom-housing/partners@2.0.1-alpha.1
 - @bloom-housing/public@2.0.1-alpha.0
 - @bloom-housing/ui-components@2.0.1-alpha.0

* feat: two new common app questions - Household Changes and Household Student (#2070)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.0
 - @bloom-housing/partners@2.0.1-alpha.2
 - @bloom-housing/public@2.0.1-alpha.1
 - @bloom-housing/ui-components@2.0.1-alpha.1

* fix: household member cypress test (#2113)

* chore(release): version

 - @bloom-housing/public@2.0.1-alpha.2

* fix: SiteHeader visual issues with long menu bars (#2068)

* feat: jurisdictional email signatures (#2111)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.1
 - @bloom-housing/partners@2.0.1-alpha.3
 - @bloom-housing/public@2.0.1-alpha.3
 - @bloom-housing/ui-components@2.0.1-alpha.2

* fix: don't send email confirmation on paper app submission (#2110)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.2
 - @bloom-housing/partners@2.0.1-alpha.4
 - @bloom-housing/public@2.0.1-alpha.4
 - @bloom-housing/ui-components@2.0.1-alpha.3

* 1838/ami chart jurisdictionalized (#2102)

* fix: jurisdictionalizes ami charts on partners

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.3
 - @bloom-housing/partners@2.0.1-alpha.5
 - @bloom-housing/public@2.0.1-alpha.5
 - @bloom-housing/ui-components@2.0.1-alpha.4

* feat: Updates application confirmation numbers (#2072)

* feat: Updates application confirmation numbers

* docs: Update changelog

* feat: adds confirmation number to csv export

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.4
 - @bloom-housing/partners@2.0.1-alpha.6
 - @bloom-housing/public@2.0.1-alpha.6
 - @bloom-housing/ui-components@2.0.1-alpha.5

* fix: updates lastName on application save

picked from aff87ec99ad2fbd4a1f9a6853157ea7770f85a56

* fix(backend): make it possible to filter portal users in /users endpoint (#2078)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.5
 - @bloom-housing/partners@2.0.1-alpha.7
 - @bloom-housing/public@2.0.1-alpha.7
 - @bloom-housing/ui-components@2.0.1-alpha.6

* Revert "refactor: listing preferences and adds jurisdictional filtering"

This reverts commit 9f661b43921ec939bd1bf5709c934ad6f56dd859.

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.6
 - @bloom-housing/partners@2.0.1-alpha.8
 - @bloom-housing/public@2.0.1-alpha.8
 - @bloom-housing/ui-components@2.0.1-alpha.7

* hotfix: ensure Triton seed doesn't error out

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.7
 - @bloom-housing/partners@2.0.1-alpha.9
 - @bloom-housing/public@2.0.1-alpha.9
 - @bloom-housing/ui-components@2.0.1-alpha.8

* chore(release): version

 - @bloom-housing/backend-core@3.0.0
 - @bloom-housing/shared-helpers@3.0.0
 - @bloom-housing/partners@3.0.0
 - @bloom-housing/public@3.0.0
 - @bloom-housing/ui-components@3.0.0

* 1837/preferences cleanup 3 (#2144)

* feat(backend): preferences cleanup

BREAKING CHANGE: Preferences are now M-N relation with a listing and have an intermediate table with ordinal number

* refactor(backend): preferences deduplication

So far each listing referenced it's own unique Preferences. This change introduces Many to Many
relationship between Preference and Listing entity and forces sharing Preferences between listings.

* feat(backend): extend preferences migration with moving existing relations to a new intermediate tab

* feat(backend): add Preference - Jurisdiction ManyToMany relation

* feat: adapt frontend to backend changes

* fix(backend): typeORM preferences select statement

* fix(backend): connect preferences with jurisdictions in seeds, fix pref filter validator

* fix(backend): fix missing import in preferences-filter-params.ts

* refactor: rebase issue

* feat: uptake jurisdictional preferences

* fix: fixup tests

* fix: application preferences ignore page, always separate

* Remove page from src/migration/1633359409242-add-listing-preferences-intermediate-relation.ts

* fix: preference fetching and ordering/pages

* Fix code style issues with Prettier

* fix(backend): query User__leasingAgentInListings__jurisdiction_User__leasingAgentIn specified more

* fix: perferences cypress tests

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.0
 - @bloom-housing/partners@3.0.1-alpha.0
 - @bloom-housing/public@3.0.1-alpha.0
 - @bloom-housing/ui-components@3.0.1-alpha.0

* feat(backend): extend UserUpdateDto to support email change with confirmation (#2120)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.1
 - @bloom-housing/partners@3.0.1-alpha.1
 - @bloom-housing/public@3.0.1-alpha.1
 - @bloom-housing/ui-components@3.0.1-alpha.1

* 2056/user account edit fix (#2073)

* fix: Replaces service to use newly created

* fix: Fix DOB initial values

* feat(backend): extend UserUpdateDto to support email change with confirmation

* fix: Update email form to use a new service

* fix: updates email change language

* Fix code style issues with Prettier

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.2
 - @bloom-housing/partners@3.0.1-alpha.2
 - @bloom-housing/public@3.0.1-alpha.2
 - @bloom-housing/ui-components@3.0.1-alpha.2

* feat: add Programs section to listings management (#2093)

* feat: add Programs section to listings management

* fix: sorting on detail page

* fix: merge issues

* feat: make program fetching jurisdictional

* fix: replace preference with program

* fix: program delete removes jurisdiction

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.3
 - @bloom-housing/partners@3.0.1-alpha.3
 - @bloom-housing/public@3.0.1-alpha.3
 - @bloom-housing/ui-components@3.0.1-alpha.3

* 2085/adds top level catchAll exception filter (#2132)

* fix: adds top level catchAll error filter

* fix: removing now unused exception filter

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.4
 - @bloom-housing/partners@3.0.1-alpha.4
 - @bloom-housing/public@3.0.1-alpha.4
 - @bloom-housing/ui-components@3.0.1-alpha.4

* feat: Change unit number field type to text (#2136)

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.5

* chore(deps): bump electron from 13.1.7 to 13.3.0 (#2137)

Bumps [electron](https://github.com/electron/electron) from 13.1.7 to 13.3.0.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](https://github.com/electron/electron/compare/v13.1.7...v13.3.0)

---
updated-dependencies:
- dependency-name: electron
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump axios from 0.21.1 to 0.21.2 (#2138)

Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.2.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.21.1...v0.21.2)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat(backend): improve application flagged set saving efficiency (#2147)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.5
 - @bloom-housing/partners@3.0.1-alpha.6
 - @bloom-housing/public@3.0.1-alpha.5
 - @bloom-housing/ui-components@3.0.1-alpha.5

* 1655/invite user edit (#1982)

* feat: Update title to be also a react node

* feat: Update translations

* feat: Create reusable form to add and edit users

* feat: Add delete function

* feat(backend): Add ON UPDATE SET NULL to application-user relation

* fix: Fix type

* Fix code style issues with Prettier

* fix(jurisdictionResolverService): updates to return undefined if no jurisdictionName

* feat: Update drawer state name

* feat: Add missing translations

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.6
 - @bloom-housing/partners@3.0.1-alpha.7
 - @bloom-housing/public@3.0.1-alpha.6
 - @bloom-housing/ui-components@3.0.1-alpha.6

* Add a phone number column to the user_accounts table (#2134)

* Merge pull request #710 from CityOfDetroit/feature/add-phonenumber-to-user-entity

Add phone number to user accounts.

* Merge pull request #728 from CityOfDetroit/fix/modify-phone-number-test

Fix user E2E tests.

* Merge pull request #728 from CityOfDetroit/fix/modify-phone-number-test

Fix user E2E tests.

* fix: add validation groups to phoneNumber

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.7
 - @bloom-housing/partners@3.0.1-alpha.8
 - @bloom-housing/public@3.0.1-alpha.7
 - @bloom-housing/ui-components@3.0.1-alpha.7

* refactor: make backend a peer dependency in ui-components (#2146)

* refactor: make backend a peer dependency in ui-components

* fix: fix flaky test

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.0
 - @bloom-housing/partners@3.0.1-alpha.9
 - @bloom-housing/public@3.0.1-alpha.8
 - @bloom-housing/ui-components@3.0.1-alpha.8

* fix: updates address order (#2151)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.8
 - @bloom-housing/shared-helpers@3.0.1-alpha.1
 - @bloom-housing/partners@3.0.1-alpha.10
 - @bloom-housing/public@3.0.1-alpha.9

* feat(backend): add nginx proxy-cache configuration (#2119)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.9
 - @bloom-housing/shared-helpers@3.0.1-alpha.2
 - @bloom-housing/partners@3.0.1-alpha.11
 - @bloom-housing/public@3.0.1-alpha.10

* Release 11 11 21 (#2162)

* fix: fix: adding unit tests to the unit type

picked from dev 1f8d7094e508337131d3033476cd70c2befaecd0

* fix: fix: a11y color contrast issues with tint on ImageCard component

picked from dev 505929149ee1485b9fc59402a9e14ead6de5dfc4

* feat: feat: two new common app questions - Household Changes and Household Student

picked from dev 42a752ec073c0f5b65374c7a68da1e34b0b1c949

* fix: fix: SiteHeader visual issues with long menu bars

picked from dev fd6686e206b4e53ae8b6ab757ad0506eaead0d01

* feat: feat: jurisdictional email signatures

picked from dev 7a146ffb5de88cfa2950e2a469a99e38d71b33c8

* fix: fix: don't send email confirmation on paper app submission

picked from dev 7f83b70327049245ecfba04ae3aea4e967929b2a

* feat: feat: Updates application confirmation numbers

picked from dev 75cd67bcb62280936bdeeaee8c9b7b2583a1339d

* fix: fix(backend): make it possible to filter portal users in /users endpoint

picked from dev 29bf714d28755916ec8ec896366c8c32c3a227c4

* feat: feat(backend): add languages (Language[]) to Jurisdiction entity

picked from dev 9ceed24d48b14888e6ea59b421b409f875d12b01

* fix: feat(backend): try fixing SETEX redis e2e tests flakiness

picked from dev 4087c532ddba672a415a048f4362e509aba7fd7f

* feat: feat(backend): Add user delete endpoint

picked from dev a13f73574b470beff2f8948abb226a6786856480

* fix: fix: improved UX for the Building Selection Criteria drawer

picked from dev 4bd8b09456b54584c3731bcca64019dc231d0c55

* feat: feat(backend): add Program entity

picked from dev 492ec4d333cf9b73af772a1aceed29813f405ba0

* refactor: breaking: 1837/preferences cleanup

picked from dev 3ce6d5eb5aac49431ec5bf4912dbfcbe9077d84e

BREAKING CHANGE: preferences model and relationships changed

* feat: feat(backend): extend UserUpdateDto to support email change

picked from dev 3e1fdbd0ea91d4773973d5c485a5ba61303db90a

* fix: 2056/user account edit fix

picked from dev a15618c0cb548ff5b2ae913b802c9e08bb673f30

* refactor: 2085/adds top level catchAll exception filter

picked from dev aeaa63d1af1fa3d11671e169cb3bd23d356fface

* feat: feat: Change unit number field type to text

picked from dev f54be7c7ba6aac8e00fee610dc86584b60cc212d

* feat(backend): improve application flagged set saving efficiency

* fix: fix: updates address order

picked from dev 252e014dcbd2e4c305384ed552135f5a8e4e4767

* fix: sets programs to optoinal and updates versions

* chore: chore(deps): bump electron from 13.1.7 to 13.3.0

* chore: chore(deps): bump axios from 0.21.1 to 0.21.2

* fix: adds programs service

* fix: fix lisitng e2e tests

* fix: fix member tests

* fix: fixes program, preference, ami-chart de-dupe (#2169)

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.12

* fix: adds jurisdictionId to useSWR path

* fix: recalculate units available on listing update (#2150)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.10
 - @bloom-housing/shared-helpers@3.0.1-alpha.3
 - @bloom-housing/partners@3.0.1-alpha.13
 - @bloom-housing/public@3.0.1-alpha.11

* fix: recalculate units available on listing update

picked form dev f1a3dbce6478b16542ed61ab20de5dfb9b797262

* feat: feat(backend): make use of new application confirmation codes

picked from dev 3c45c2904818200eed4568931d4cc352fd2f449e

* Revert "chore(deps): bump axios from 0.21.1 to 0.21.2 (#2138)"

This reverts commit 7711604323ae2f6a1782a35f7a26176f215f6c00.

* revert: revert "chore(deps): bump axios from 0.21.1 to 0.21.2

picked from dev 2b83bc0393afc42eed542e326d5ef75502ce119c

* refactor: remove applicationAddress (#2009)

* refactor: remove applicationAddress

* docs: readme update

* test: fix backend test

* fix: db migration

* Fix code style issues with Prettier

* test(backend): fix SETEX impossible to process

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.11
 - @bloom-housing/shared-helpers@3.0.1-alpha.4
 - @bloom-housing/partners@3.0.1-alpha.14
 - @bloom-housing/public@3.0.1-alpha.12
 - @bloom-housing/ui-components@3.0.1-alpha.9

* feat: refactor and add public site application flow cypress tests (#2118)

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.15
 - @bloom-housing/public@3.0.1-alpha.13
 - @bloom-housing/ui-components@3.0.1-alpha.10

* fix: sapp submission w/ no due date

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.12
 - @bloom-housing/shared-helpers@3.0.1-alpha.5
 - @bloom-housing/partners@3.0.1-alpha.16
 - @bloom-housing/public@3.0.1-alpha.14

* Revert "feat(backend): add nginx proxy-cache configuration (#2119)"

This reverts commit 34d32e75ceae378a26c57f4c9b7feec8c88339e0.

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.13
 - @bloom-housing/shared-helpers@3.0.1-alpha.6
 - @bloom-housing/partners@3.0.1-alpha.17
 - @bloom-housing/public@3.0.1-alpha.15

* fix: app submission w/ no due date

picked from dev 4af1f5a8448f16d347b4a65ecb85fda4d6ed71fc

* 1975/better seed data for ami-charts (#2156)

* fix: better seed data for ami-charts

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.14
 - @bloom-housing/shared-helpers@3.0.1-alpha.7
 - @bloom-housing/partners@3.0.1-alpha.18
 - @bloom-housing/public@3.0.1-alpha.16

* 2154/avance prefs (#2177)

* feat: new preferences

* feat: preference updates

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.15
 - @bloom-housing/shared-helpers@3.0.1-alpha.8
 - @bloom-housing/partners@3.0.1-alpha.19
 - @bloom-housing/public@3.0.1-alpha.17
 - @bloom-housing/ui-components@3.0.1-alpha.11

* 2154/avance prefs (#2178)

* feat: new preferences

* feat: preference updates

* Fix code style issues with Prettier

* feat: preference options bottom border

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.18

* 2154/avance prefs III (#2179)

* feat: new preferences

* feat: preference updates

* Fix code style issues with Prettier

* feat: preference options bottom border

* feat: liveWorkLivermore preference

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.20
 - @bloom-housing/public@3.0.1-alpha.19
 - @bloom-housing/ui-components@3.0.1-alpha.12

* 1988/adds listing management cypress tests to partner portal (#2103)

* test: adds listing management tests

* test: minor tweaks

* test: big updates for LM cypress tests

* test: fixes selectors

* feat: adding partner cypress tests to pr workflow

* fix: undoing

* chore: adds latest bloom-housing packages to partners

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.21
 - @bloom-housing/public@3.0.1-alpha.20
 - @bloom-housing/ui-components@3.0.1-alpha.13

* feat: adds new preferences, reserved community type

* feat: adds bottom border to preferences

* feat: updates preference string

* fix: preference cleanup for avance

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.22
 - @bloom-housing/public@3.0.1-alpha.21
 - @bloom-housing/ui-components@3.0.1-alpha.14

* fix: preference cleanup for avance

* 1975/one month rent (#2158)

* feat: add depoist helper text

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.16
 - @bloom-housing/shared-helpers@3.0.1-alpha.9
 - @bloom-housing/partners@3.0.1-alpha.23
 - @bloom-housing/public@3.0.1-alpha.22
 - @bloom-housing/ui-components@3.0.1-alpha.15

* fix(backend): fix view.spec.ts test (#2175)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.17
 - @bloom-housing/shared-helpers@3.0.1-alpha.10
 - @bloom-housing/partners@3.0.1-alpha.24
 - @bloom-housing/public@3.0.1-alpha.23

* refactor: removes jsonpath (#2206)

* refactor: removes jsonpath

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.18
 - @bloom-housing/shared-helpers@3.0.1-alpha.11
 - @bloom-housing/partners@3.0.1-alpha.25
 - @bloom-housing/public@3.0.1-alpha.24

* 1869/application program display (#2114)

* feat: add programs step to application forms

* test: add Cypress tests for the programs step

* feat: rework the Programs page and enhance seeds

* chore: fix programs Cypress test

* fix: fixup cypress tests

* fix: update mock data

* fix: fixup mock data pt 2

* fix: type issues

* fix: bugs and simplify program data processing

Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.19
 - @bloom-housing/shared-helpers@3.0.1-alpha.12
 - @bloom-housing/partners@3.0.1-alpha.26
 - @bloom-housing/public@3.0.1-alpha.25
 - @bloom-housing/ui-components@3.0.1-alpha.16

* feat: adds jurisdictions to pref seeds (#2199)

* feat: adds jurisdictions to pref seeds

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.20
 - @bloom-housing/shared-helpers@3.0.1-alpha.13
 - @bloom-housing/partners@3.0.1-alpha.27
 - @bloom-housing/public@3.0.1-alpha.26

* 1901/application program partners (#2182)

* feat: add programs step to application forms

* test: add Cypress tests for the programs step

* feat: rework the Programs page and enhance seeds

* chore: fix programs Cypress test

* feat: add programs step to application forms

* test: add Cypress tests for the programs step

* feat: rework the Programs page and enhance seeds

* chore: fix programs Cypress test

* fix: fixup cypress tests

* fix: update mock data

* fix: fixup mock data pt 2

* fix: type issues

* feat: Create programs mapper

Closes #1901

* feat: Add programs section

Closes #1901

* feat: Create details section for programs

Closes #1901

* feat: Update translations

Closes #1901

* refactor: Remove console log

Closes #1901

* refactor: Simpify code

Closes #1901

* chore: remove console log

* fix: mapProgramToApi return

Co-authored-by: Jared White <jared@jaredwhite.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.21
 - @bloom-housing/shared-helpers@3.0.1-alpha.14
 - @bloom-housing/partners@3.0.1-alpha.28
 - @bloom-housing/public@3.0.1-alpha.27
 - @bloom-housing/ui-components@3.0.1-alpha.17

* test: update program test

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.28

* feat: new demographics sub-race questions (#2109)

* feat: new demographics sub-race questions

* fix: update migration to keep data

* feat: other text boxes

* feat: wip other labels

* feat: can edit demo in partners

* fix: cleanup

* feat: csv formatting

* fix: type issue

* feat: remove gender and sexual orientation

* fix: add test id

* fix: more test ids

* fix: select by checkboxes

* fix: dont use select

* fix: data

* fix: add tests, fixup other option

* Fix code style issues with Prettier

* fix: remove unneeded dependencies

* test: add additional test

* Fix code style issues with Prettier

* test: change test id attribute

* chore: cleanup formatApplicationData imports

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.22
 - @bloom-housing/shared-helpers@3.0.1-alpha.15
 - @bloom-housing/partners@3.0.1-alpha.29
 - @bloom-housing/public@3.0.1-alpha.29
 - @bloom-housing/ui-components@3.0.1-alpha.18

* feat: updates email confirmation for lottery (#2200)

* feat: updates email confirmation for lottery

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.23
 - @bloom-housing/shared-helpers@3.0.1-alpha.16
 - @bloom-housing/partners@3.0.1-alpha.30
 - @bloom-housing/public@3.0.1-alpha.30

* fix: add ariaHidden to Icon component

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.17
 - @bloom-housing/partners@3.0.1-alpha.31
 - @bloom-housing/public@3.0.1-alpha.31
 - @bloom-housing/ui-components@3.0.1-alpha.19

* fix: add ariaLabel prop to Button component

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.18
 - @bloom-housing/partners@3.0.1-alpha.32
 - @bloom-housing/public@3.0.1-alpha.32
 - @bloom-housing/ui-components@3.0.1-alpha.20

* fix: change the yes/no radio text to be more descriptive (#2208)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.19
 - @bloom-housing/partners@3.0.1-alpha.33
 - @bloom-housing/public@3.0.1-alpha.33
 - @bloom-housing/ui-components@3.0.1-alpha.21

* fix: remove alameda reference in demographics (#2209)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.20
 - @bloom-housing/partners@3.0.1-alpha.34
 - @bloom-housing/public@3.0.1-alpha.34
 - @bloom-housing/ui-components@3.0.1-alpha.22

* refactor: remove applicationAddress

picked from dev bf10632a62bf2f14922948c046ea3352ed010f4f

* feat: refactor and add public site application flow cypress tests

picked from dev 9ec0e8d05f9570773110754e7fdaf49254d1eab8

* feat: better seed data for ami-charts

picked from dev d8b1d4d185731a589c563a32bd592d01537785f3

* feat: adds listing management cypress tests to partner portal

* fix: listings management keep empty strings, remove empty objects

picked from dev c4b1e833ec128f457015ac7ffa421ee6047083d9

* feat: one month rent

picked from dev 883b0d53030e1c4d54f2f75bd5e188bb1d255f64

* test: view.spec.ts test

picked from dev 324446c90138d8fac50aba445f515009b5a58bfb

* refactor: removes jsonpath

picked from dev deb39acc005607ce3076942b1f49590d08afc10c

* feat: adds jurisdictions to pref seeds

picked from dev 9e47cec3b1acfe769207ccbb33c07019cd742e33

* feat: new demographics sub-race questions

picked from dev 9ab892694c1ad2fa8890b411b3b32af68ade1fc3

* feat: updates email confirmation for lottery

picked from dev 1a5e824c96d8e23674c32ea92688b9f7255528d3

* fix: add ariaHidden to Icon component

picked from dev c7bb86aec6fd5ad386c7ca50087d0113b14503be

* fix: add ariaLabel prop to Button component

picked from dev 509ddc898ba44c05e26f8ed8c777f1ba456eeee5

* fix: change the yes/no radio text to be more descriptive

picked from dev 0c46054574535523d6f217bb0677bbe732b8945f

* fix: remove alameda reference in demographics

picked from dev 7d5991cbf6dbe0b61f2b14d265e87ce3687f743d

* chore: release version

picked from dev fe82f25dc349877d974ae62d228fea0354978fb7

* feat: ami chart jurisdictionalized

picked from dev 0a5cbc88a9d9e3c2ff716fe0f44ca6c48f5dcc50

* refactor: make backend a peer dependency in ui-components

picked from dev 952aaa14a77e0960312ff0eeee51399d1d6af9f3

* feat: add a phone number column to the user_accounts table

picked from dev 2647df9ab9888a525cc8a164d091dda6482c502a

* chore: removes application program partners

* chore: removes application program display

* Revert "chore: removes application program display"

This reverts commit 14825b4a6c9cd1a7235e32074e32af18a71b5c26.

* Revert "chore: removes application program partners"

This reverts commit d7aa38c777972a2e21d9f816441caa27f98d3f86.

* chore: yarn.lock and backend-swagger

* fix: removes Duplicate identifier fieldGroupObjectToArray

* feat: skip preferences if not on listing

* chore(release): version

* fix: cannot save custom mailing, dropoff, or pickup address

* chore(release): version

* chore: converge on one axios version, remove peer dependency

* chore(release): version

* feat: simplify Waitlist component and use more flexible schema

* chore(release): version

* fix: lottery results uploads now save

* chore(release): version

* feat: add SRO unit type

* chore(release): version

* fix: paper application submission

* chore(release): version

* fix: choose-language context

* chore(release): version

* fix: applications/view hide prefs

* chore(release): version

* feat: overrides fallback to english, tagalog support

* chore(release): version

* fix: account translations

* chore(release): version

* fix: units with invalid ami chart

* chore(release): version

* fix: remove description for the partners programs

* fix: fix modal styles on mobile

* fix: visual improvement to programs form display

* fix: submission tests not running

* chore: translations (#2293)

* chore: translations (#2295)

* chore: missing translations (#2296)

* fix: prefUnits on autofill summary (#2294)

* chore: move Programs step to come after Students (#2277)

* feat: adds whatToExpect to GTrans

* chore: missing translations (#2299)

* fix: 2259/fixes idle timeout not resetting properly (#2292)

* chore(release): version

* fix: demographics howDidYouHear options (2305)

* chore(release): version

* fix: mobile notice text wrap issue (#2308)

* feat: postmark date time fields partners (#2239)

* fix: versioning issues (#2311)

* chore(release): version

* chore(backend): move libs/ to shared/utils, clean up modules (#2230)

* feat(backend): all programs to csv export (#2302)

* chore(release): version

* feat: filter partner users

* chore(release): version

* feat: adds updating open listing modal (#2288)

* fix: closed listings allowed apps (#2317)

* feat: 2165/rosefield preference updates (#2386)

* chore(release): version

* Revert "chore(release): version"

This reverts commit 7c414ca7f8c5709e4ff19b94e3fb1089bdc45e97.

* chore(release): version

 - @bloom-housing/backend-core@3.0.1
 - @bloom-housing/shared-helpers@3.0.1
 - @bloom-housing/partners@3.0.1
 - @bloom-housing/public@3.0.1
 - @bloom-housing/ui-components@3.0.1

* feat(backend): add storing listing translations (#2215)

* feat: adds whatToExpect to GTrans (#2303)

* fix: patch issue with submit application section

* fix: patches translations for preferences (#2410)

* fix: issues with public app and readds auto save (2428)

* fix: ami charts without all households (#2430)

* fix: load blank application

* 2022-01-27 release (#2439)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.23
 - @bloom-housing/partners@3.0.1-alpha.37
 - @bloom-housing/public@3.0.1-alpha.38
 - @bloom-housing/ui-components@3.0.1-alpha.24

* fix(backend): nginx with heroku configuration (#2196)

* fix(backend): nginx with heroku configuration

* feat(backend): nginx make hostname and port variable

* feat: nginx proxy updates

* feat(backend): modify proxy_pass and Host header settings

Co-authored-by: seanmalbert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.26
 - @bloom-housing/shared-helpers@3.0.1-alpha.24
 - @bloom-housing/partners@3.0.1-alpha.38
 - @bloom-housing/public@3.0.1-alpha.39
 - @bloom-housing/ui-components@3.0.1-alpha.25

* fix: fetchBaseListingData (#2238)

* fix: fetchBaseListingData

* fix: fetchBaseListingData

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.40

* fix: lottery results uploads now save (#2226)

* fix: lottery results uploads now save

* fix: switch to partial typing

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.39

* feat: getStaticPaths fallback blocking test

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.41

* chore: add temp logs for testing id/slug

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.42

* chore(backend): move libs/ to shared/utils, clean up modules (#2230)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.27
 - @bloom-housing/shared-helpers@3.0.1-alpha.25
 - @bloom-housing/partners@3.0.1-alpha.40
 - @bloom-housing/public@3.0.1-alpha.43
 - @bloom-housing/ui-components@3.0.1-alpha.26

* chore: add SRO unit type (#2243)

* chore: add SRO unit type to DB / translations

* chore: additional string changes to SRO

* test(backend): add SRO to unit types test

* feat: SRO unit type additions

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.28
 - @bloom-housing/shared-helpers@3.0.1-alpha.26
 - @bloom-housing/partners@3.0.1-alpha.41
 - @bloom-housing/public@3.0.1-alpha.44
 - @bloom-housing/ui-components@3.0.1-alpha.27

* 2140/fix paper application submission (#2195)

* fix: fix paper application submission

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.42

* Fix code style issues with Prettier

* test: adds cypress test coverage

* fix: updates per sean

* fix: one more update

* test: fix partners unit tests

* fix: choose-language context

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.45

* fix: applications drop off address

* fix: applications/view hide prefs

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.46

* feat(backend): add storing listing translations (#2215)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.29
 - @bloom-housing/shared-helpers@3.0.1-alpha.27
 - @bloom-housing/partners@3.0.1-alpha.43
 - @bloom-housing/public@3.0.1-alpha.47
 - @bloom-housing/ui-components@3.0.1-alpha.28

* fix(backend): make nginx proxy use Language HTTP header in cache key (#2266)

* 2098/fix partner applications grid display (#2188)

* fix: partner applications grid display

* Fix code style issues with Prettier

* test: fix tests

* Fix code style issues with Prettier

* fix: updates to using views

* tests: add application grid test

* fix: updates per sean

* fix: one more update

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.30
 - @bloom-housing/shared-helpers@3.0.1-alpha.28
 - @bloom-housing/partners@3.0.1-alpha.44
 - @bloom-housing/public@3.0.1-alpha.48
 - @bloom-housing/ui-components@3.0.1-alpha.29

* fix: fixes some issues with the deployment

* Revert/2188 (#2270)

* fix: fixes some issues with the deployment

* revert: partner applications grid display

* fix: view.spec

Co-authored-by: Yazeed Loonat <yazeedloonat@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.31
 - @bloom-housing/shared-helpers@3.0.1-alpha.29
 - @bloom-housing/partners@3.0.1-alpha.45
 - @bloom-housing/public@3.0.1-alpha.49
 - @bloom-housing/ui-components@3.0.1-alpha.30

* 2098/fix partner applications grid display (#2188)

* fix: partner applications grid display

* Fix code style issues with Prettier

* test: fix tests

* Fix code style issues with Prettier

* fix: updates to using views

* tests: add application grid test

* fix: updates per sean

* fix: one more update

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* feat(backend): add listings closing routine (#2213)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.32
 - @bloom-housing/shared-helpers@3.0.1-alpha.30
 - @bloom-housing/partners@3.0.1-alpha.46
 - @bloom-housing/public@3.0.1-alpha.50
 - @bloom-housing/ui-components@3.0.1-alpha.31

* feat(backend): add user password expiration

* fix: Remove description for the partners programs (#2234)

Closes #1901

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.47

* 2227/lock login attempts frontend (#2260)

* feat: Add new translations

Closes #1927

* refactor: Make title as optional

Closes #1927

* feat: Update login alert text

Closes #1927

* fix: Use translation, instead of hardcoded text

Closes #1927

* feat: Add translation

Closes #1927

* feat: Update type name

Closes #1927

* feat: Add new alerts

Closes #1927

* fix: Fix translation

Closes #1927

* fix(AlertBox.tsx): Fix close icon placement

Closes #1927

* feat: Create helper to catch network errors

Closes #1927

* feat: Add translations

Closes #1927

* feat: Create reusable sign-in form

Closes #1927

* refactor(sign-in page, public and partners): Update sign-in pages to use reusable form

BREAKING CHANGE: sign-in pages have been updated

Closes #1927

* Fix code style issues with Prettier

* fix: fixes tests and also issue with user grid

* fix: fixes linting error

* feat(backend): add appropriate http exception for password outdated login failure

* fix: Fix modal styles on mobile (#2280)

Closes #2253

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.31
 - @bloom-housing/partners@3.0.1-alpha.48
 - @bloom-housing/public@3.0.1-alpha.51
 - @bloom-housing/ui-components@3.0.1-alpha.32

* fix: visual improvement to programs form display (#2276)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.52

* fix: submission tests not running (#2282)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.53

* feat: overrides fallback to english, tagalog support (#2262)

* chore: allow work-in strings to take jurisdiction name

* feat: add support for tagalog

* Fix code style issues with Prettier

* feat: tagalog language

* feat: translations precedence includes en overrides

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.33
 - @bloom-housing/shared-helpers@3.0.1-alpha.32
 - @bloom-housing/partners@3.0.1-alpha.49
 - @bloom-housing/public@3.0.1-alpha.54
 - @bloom-housing/ui-components@3.0.1-alpha.33

* fix: account translations (#2278)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.33
 - @bloom-housing/partners@3.0.1-alpha.50
 - @bloom-housing/public@3.0.1-alpha.55
 - @bloom-housing/ui-components@3.0.1-alpha.34

* test: fixes test issues

* fix: fix sortig on applications partner grid

* chore: translations (#2293)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.34
 - @bloom-housing/partners@3.0.1-alpha.51
 - @bloom-housing/public@3.0.1-alpha.56
 - @bloom-housing/ui-components@3.0.1-alpha.35

* chore: translations (#2295)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.35
 - @bloom-housing/partners@3.0.1-alpha.52
 - @bloom-housing/public@3.0.1-alpha.57
 - @bloom-housing/ui-components@3.0.1-alpha.36

* chore: missing translations (#2296)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.36
 - @bloom-housing/partners@3.0.1-alpha.53
 - @bloom-housing/public@3.0.1-alpha.58
 - @bloom-housing/ui-components@3.0.1-alpha.37

* fix: prefUnits on autofill summary (#2294)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.59

* chore: move Programs step to come after Students (#2277)

* chore: move Programs step to come after Students

* test: rearrange order of programs within Cypress tests

* test: remove problematic statement

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.60

* fix: units with invalid ami chart (#2290)

* fix: alunits with invalid ami chart

* perf: uniquePercentageChartSet map

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.34
 - @bloom-housing/shared-helpers@3.0.1-alpha.37
 - @bloom-housing/partners@3.0.1-alpha.54
 - @bloom-housing/public@3.0.1-alpha.61
 - @bloom-housing/ui-components@3.0.1-alpha.38

* chore: missing translations (#2299)

* chore: missing translations

* chore: remove logs

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.38
 - @bloom-housing/partners@3.0.1-alpha.55
 - @bloom-housing/public@3.0.1-alpha.62
 - @bloom-housing/ui-components@3.0.1-alpha.39

* 2259/fixes idle timeout not resetting properly (#2292)

* fix: fixes idle timeout not resetting properly

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.63

* feat: adds whatToExpect to GTrans (#2303)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.35
 - @bloom-housing/shared-helpers@3.0.1-alpha.39
 - @bloom-housing/partners@3.0.1-alpha.56
 - @bloom-housing/public@3.0.1-alpha.64
 - @bloom-housing/ui-components@3.0.1-alpha.40

* fix: demographics howDidYouHear options were not changing on language change (#2305)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.65

* Fix checkbox rtl style

* feat(backend): add password outdating only to users which are either admins or partners

* fix: fix hero button width with secondary button (#2306)

* fix: mobile notice text wrap issue (#2308)

* feat(backend): add activity logging to listings module (#2190)

* feat(backend): add activity logging to listings module

* feat(backend): add activity logging to applications and user controllers

* feat(backend): add metada column to activity log entity

* feat(backend): change activity log metadata column type

* feat(backend): remove applications related changes

* feat(backend): remove ListingActivityLogInterceptor

* 2040/postmark date time fields partners (#2239)

* feat: add postmark by date and time fields

* feat: fix display and preview page

* test: fix so the correct date displays

* Fix code style issues with Prettier

* fix: fixes per emily

* fix: updates per sean

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* fix: versioning issues (#2311)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.36
 - @bloom-housing/shared-helpers@3.0.1-alpha.41
 - @bloom-housing/partners@3.0.1-alpha.58
 - @bloom-housing/public@3.0.1-alpha.67
 - @bloom-housing/ui-components@3.0.1-alpha.42

* feat(backend): all programs to csv export (#2302)

* feat(backend): all programs to csv export

* chore: removes console log

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.37
 - @bloom-housing/shared-helpers@3.0.1-alpha.42
 - @bloom-housing/partners@3.0.1-alpha.59
 - @bloom-housing/public@3.0.1-alpha.68
 - @bloom-housing/ui-components@3.0.1-alpha.43

* feat(backend): add partnerTerms to jurisdiction entity (#2301)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.38
 - @bloom-housing/shared-helpers@3.0.1-alpha.43
 - @bloom-housing/partners@3.0.1-alpha.60
 - @bloom-housing/public@3.0.1-alpha.69
 - @bloom-housing/ui-components@3.0.1-alpha.44

* feat: removes ListingLangCacheInterceptor from get by id

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.39
 - @bloom-housing/shared-helpers@3.0.1-alpha.44
 - @bloom-housing/partners@3.0.1-alpha.61
 - @bloom-housing/public@3.0.1-alpha.70
 - @bloom-housing/ui-components@3.0.1-alpha.45

* fix: Update translation

Closes 1927

* fix: Update hardcoded translations

Closes #1927

* refactor: listing detail props (#2313)

* refactor: listing detail props

* fix: HouseholdSizeField FieldError

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.45
 - @bloom-housing/partners@3.0.1-alpha.62
 - @bloom-housing/public@3.0.1-alpha.71
 - @bloom-housing/ui-components@3.0.1-alpha.46

* chore(deps): bump next from 11.1.2 to 11.1.3 (#2289)

* feat(backend): refactor applications module (#2279)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.40
 - @bloom-housing/shared-helpers@3.0.1-alpha.46
 - @bloom-housing/partners@3.0.1-alpha.63
 - @bloom-housing/public@3.0.1-alpha.72
 - @bloom-housing/ui-components@3.0.1-alpha.47

* feat: filter partner users

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.64

* feat: password reset message

* fix: make mailThin background transparent

* fix: add mailThin icon to stories

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.47
 - @bloom-housing/partners@3.0.1-alpha.65
 - @bloom-housing/public@3.0.1-alpha.73
 - @bloom-housing/ui-components@3.0.1-alpha.48

* feat: adds updating open listing modal (#2288)

* feat: adds updating open listing modal

* fix: closed listings allowed apps (#2317)

* feat: updates for gtm

* feat: updates for gtm

* fix: removes more closed listing application paths (#2319)

* feat: make page header title optional

* feat(backend): remove activity log interceptor from update-password

* refactor: removing helpers from ui-components that are backend dependent (#2108)

BREAKING CHANGE: moved some helpers from ui-components to shared-helpers

* chore: bump versions (#2326)

* fix: make numbered list breakpoint match config

* chore: bump shared-helpers version

* fix: partners shared-helpers version

* chore: bump partners version

* chore: bump public version

* chore: bump version

* chore(release): version

 - @bloom-housing/backend-core@3.0.1
 - @bloom-housing/shared-helpers@4.0.0
 - @bloom-housing/partners@4.0.0
 - @bloom-housing/public@4.0.0
 - @bloom-housing/ui-components@4.0.0

* feat: add matched style to ApplicationStatus

* Fix code style issues with Prettier

* fix: make primary buttons primary background

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.0
 - @bloom-housing/shared-helpers@4.0.1-alpha.0
 - @bloom-housing/partners@4.0.1-alpha.0
 - @bloom-housing/public@4.0.1-alpha.0
 - @bloom-housing/ui-components@4.0.1-alpha.0

* chore: backend & ui-component gitHead

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.1
 - @bloom-housing/shared-helpers@4.0.1-alpha.1
 - @bloom-housing/partners@4.0.1-alpha.1
 - @bloom-housing/public@4.0.1-alpha.1
 - @bloom-housing/ui-components@4.0.1-alpha.1

* fix: propagate custom icon type to ImageCard prop

* Fix code style issues with Prettier

* fix: check for user lastLoginAt

* test: updates user login test

* fix: bump version (#2349)

* fix: bump version (#2350)

* fix: cypress coverage configs

* fix: force a release number if one exists (#2351)

* chore(release): version

 - @bloom-housing/backend-core@3.0.2-alpha.6
 - @bloom-housing/shared-helpers@4.0.1-alpha.6
 - @bloom-housing/partners@4.0.1-alpha.6
 - @bloom-housing/public@4.0.1-alpha.6
 …
ludtkemorgan added a commit to CityOfDetroit/bloom that referenced this pull request Sep 16, 2022
* fix: unit group reload when refocus

* fix: readds useEffect dependency checks

* fix: can delete last group

* fix: now can save without ami info

* fix: for when rent value is missing

* fix: occupancy max 8, selects can be deselected

* fix: add hearing mobility visual to a11y features (#1032)

* fix: removing placeholder

* fix: readding label, removing placeholder

* fix: was too specific

* fix(backend): import script percentageOfIncomeValue retrieval logic (#1034)

Co-authored-by: Michal Plebanski <michalp@airnauts.com>

* fix: ami percentage

* fix: listing view detail list order

* fix: partner listing grid address column

* fix: properly set monthlyRentDeterminationType in import script

* fix: account for space after comma in spreadsheet for split types

* fix: hide hmi link if no hmi table (#1035)

* fix: hide hmi link if no hmi table

* fix: hide completely

* feat: catch up for migrations (#1030)

feat: catch up for migrations (#1030)

* fix: fix for when rent range was empty (#1038)

* fix: styling issues in features section (#1039)

* fix: preview close alert style fixes (#1040)

* fix: stray zero if no programs (#1042)

* fix: pagination fix for partner listing grid (#1041)

* fix: pagination fix for partner listing grid

* fix: removes unit groups second query and from inner filter

* test: fix for tests

* fix: listings e2e tests

Co-authored-by: Sean Albert <smabert@gmail.com>

* fix: update neighborhood list, unit type string

* 1045/allows re-request confirmation on partners (#1047)

* feat: allows re-request confirmation on partners

* fix: linting fixes (#1057)

fix: linting fixes

* fix: fixes pagination issue on detroit user grid (#1063)

* feat(backend): update listing filters (#1050)

* feat(backend): update listing filters

* fix: fix for partner and public builds

* fix(backend): listing bedrooms filter

* fix(backend): num_bedrooms filter fix

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Yazeed Loonat <yazeedloonat@gmail.com>

* feat: Update listing table columns (#1067)

* feat: Update listing table columns

Closes #1008

* feat: Add per page qty select field

Closes #1008

* style: removes console log

Co-authored-by: Sean Albert <smabert@gmail.com>

* feat: filters to show only active listings (#1070)

* feat(backend): add marketingType to Listing entity

* Bump actions/setup-node from 2.5.0 to 3 (#999)

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.5.0 to 3.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2.5.0...v3)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: frontend type fix

* fix: change verified string (#1088)

* fix: select programs working with single jurisdiction (#1100)

* Bump actions/checkout from 2 to 3 (#1010)

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: verify link should work on second application tab (#1068)

* fix: verify link should work on second application tab

* refactor: add new state

* fix: pr feedback

* feat: exposing leasing company website (#1069)

* feat: exposing leasing company website

* fix: no longer href on empty website

* fix: adding url validation

* fix: updates per sean

* feat: adds unit summaries to listings list to backend (#1077)

* feat: adds unit summaries to listings list

* fix: addresses issues noted in PR

* fix: cleans up detroit specific seeds

* fix: fixes issue with public latestListings filter

* fix: backend listing test unit groups

* fix: unit groups on partners types

* 78/favorites refactor test2 (#1089)

* initial setup of backend

initial setup with backend now including array of strings of just the Listing ID.  Verify e2e testing works as well.

* Implemented ListingCard fav

Implemented favorite buttons and features.  Only works after initial refresh.  Failure to get profile.preferences on first call.

* updated to include preference-entity default

* rename useState elements

* console.log cleanup on ListingCard

* Fix code style issues with Prettier

* useState updated and remove console logs

* feat: adding favorite feature

* fix: updates per emily and sean

* feat: moving user-prefence into their own pathway

* test: updates for tests

* test: fix for backend spec tests

* build: updates local db to bloom_detroit

* docs: update backend env template

* fix: updates to favorites

* fix: updates for styling and per sean

* fix: removing duplicate UsePipe

* test: fixes failing tests

* feat: adds UserPreferenceAuthzGuard

* fix: updates per sean

* feat: updates userPreferences to take user id

* fix: styling update per sean

* fix: styling updates per emily

* feat: adding toast for favorite

* test: fixes for tests

* fix: build fix

* fix: un-narrowing favorite toast

* feat: adds aria-live to favorites

* fix: getListings call on index

* fix: adds (un)favorited language

* fix: removes unused AlertBox element

* feat: exposing favorites on dashboard

* Merge remote-tracking branch 'detroit/dev' into 78/favorites_refactor_test2

* fix: merge fix

* feat: updates AG_PER_PAGE_OPTIONS

Co-authored-by: pfeeny5 <82653098+pfeeny5@users.noreply.github.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>

* feat: load overlay to partner listings grid (#1116)

* feat: load overlay to partner listings grid

* feat: agpage hides total items when no items

* feat: disables overdue listings status cron (#1109)

* feat: disables overdue listings status cron

* style: removes commented out code

* feat: Remove signup subscription fields (#1112)

* feat: Add summary tables into the listing (#1118)

* feat(backend): create property.region from property.neighborhood (#1110)

* feat(backend): create property.region from property.neighborhood

* feat(backend): update neighborhood migration script

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* fix: about page content edit and margin top and bottom fix (#1133)

* fix: about page content and margin top and bottom

* fix: add partners list and remove copy from non-english json files

* fix: remove json keys entirely

* feat: updated content & styles on homepage, footer

* fix: move new copy to translations

* feat: update email copy (#1135)

* feat: update email copy

* fix: update email service test

* feat: add comma

* fix: comma unit test fail

* fix: unit test comma

* feat: can add a marketing status to a listing in partners (#1128)

* feat: can add a marketing status to a listing in partners

* fix: mobile fix

* fix: fix migration to check for new object (#1139)

* 2022-04-06 sync upstream (#1132)

* chore: merge upstream/master backend

* chore: merges upstream/master ui-components

* chore: merge upstream/master sites/partners

* feat: flattens translations

* chore: merge upstream/master shared-helpers

* fix: address issues with ui-components merge

* fix: partners merge issues

* chore: merge upstream/master sites/public

* test: updates listing order by tests

* test: updates listing e2e tests

* test: adds script for test to package.json

* fix: uptake listing card

* fix: prop updates for uptaking new listing card (#1136)

* fix: prop updates for uptaking new listing card

* fix: styling updates to the home page listing cards

* fix: tag color

* style: updates horizontal scroll margins

Co-authored-by: Sean Albert <smabert@gmail.com>

* fix: duplicate DetailApplicationAddress import

* fix: add missing translations and style cleanup

Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Emily Jablonski <65367387+emilyjablonski@users.noreply.github.com>

* feat: update summary tables and tags with coming soon (1076) (1098) (1074) (#1131)

* fix: listing list dupes in pagination (#1140)

* fix: listing list dupes in pagination

* test: updates listings e2e tests

* fix: managementwebsite url seeds

* feat: add 100 to ag page options (#1149)

* feat: Add .5 and 1.5 bathroom options to min and max dropdown in Add … (#1113)

* feat: disable mfa for Detroit (#1148)

* fix: adds check for unitSummaries?.unitGroupSummary on listing (#1156)

* 973/favorites on dashboard (#1095)

* initial setup of backend

initial setup with backend now including array of strings of just the Listing ID.  Verify e2e testing works as well.

* Implemented ListingCard fav

Implemented favorite buttons and features.  Only works after initial refresh.  Failure to get profile.preferences on first call.

* updated to include preference-entity default

* rename useState elements

* console.log cleanup on ListingCard

* Fix code style issues with Prettier

* useState updated and remove console logs

* feat: adding favorite feature

* fix: updates per emily and sean

* feat: moving user-prefence into their own pathway

* test: updates for tests

* test: fix for backend spec tests

* build: updates local db to bloom_detroit

* docs: update backend env template

* fix: updates to favorites

* fix: updates for styling and per sean

* fix: removing duplicate UsePipe

* test: fixes failing tests

* feat: adds UserPreferenceAuthzGuard

* fix: updates per sean

* feat: updates userPreferences to take user id

* fix: styling update per sean

* fix: styling updates per emily

* feat: adding toast for favorite

* test: fixes for tests

* fix: build fix

* fix: un-narrowing favorite toast

* feat: adds aria-live to favorites

* fix: getListings call on index

* fix: adds (un)favorited language

* fix: removes unused AlertBox element

* feat: exposing favorites on dashboard

* Merge remote-tracking branch 'detroit/dev' into 78/favorites_refactor_test2

* fix: merge fix

* fix: updates per emily

* fix: updates per emily and jesse

* fix: reduces weird re-renders

* fix: updates per emily

* fix: enforces log in requirements

* style: removes console log

* fix: favorite pagination

* fix: issue with initial favoriting

* feat: adds classNames to LoadingOverlay

Co-authored-by: pfeeny5 <82653098+pfeeny5@users.noreply.github.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>

* fix: homepage layout/copy

* feat: show tags on listing cards for community programs, a11y (#1146)

* feat: show tags on listing cards for community programs, a11y

* fix: build fix

* refactor: pr feedback

* feat: adds sorting to programs in listing tags

Co-authored-by: Sean Albert <smabert@gmail.com>

* fix: improve presentation of the City regions section

* Feature/region enum (#1137)

* feat(backend): add region Enum to listing dtos

* feat: Add region select input

Closes #1097

* feat: Add region into the listing view

Closes #1097

* feat: Update tests

Closes #1097

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* fix: update styling of coming soon tag (#1154)

* fix: update styling of coming soon tag

* refactor: pr review

* fix: refactor

* 1091/listing sort order (#1157)

* feat: updates listing sort order to coming soon

* fix: fixes public listing pagination

* fix: wrap DashBlock anchor tag in Link component to display selected … (#1159)

* fix: wrap DashBlock anchor tag in Link component to display selected language

* fix: swap Link for LinkComponent

* fix: nested anchor tags

* chore: replace hero background image (for now)

* fix: eslint errors in dev (#1163)

* fix: eslint errors in dev

* style: eslint next line

* 1115/min max validation (#1155)

* feat: min max validation errors for Add Unit Group form

* fix: console warnings for faulty validation

* feat: add instant validation for all  min and max fields

* style: remove unnecessary

* change non-dropdown min max fields to onBlur

* move error strings to partners override

* fix: error when passing empty string as phone number to usToIntlPhone… (#1160)

* fix: error when passing empty string as phone number to usToIntlPhone helper

* style: prettier

* feat: update IntlToUsPhone and update both types to include null

* fix: retrigger checks

* style: run prettier

Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>

* feat(backend): update how order by comingSoon works (#1174)

* feat(backend): update how order by comingSoon works

* fix: marketingDate order dir

* fix: forgot password empty warning and two minor style changes (#2680)

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* fix: coming soon tag color on listing detail page (#1170)

* fix: cannot update waitlist status to open (#1171)

* feat: new verified tag icon (#1172)

* feat: add new sign up link to home page (#1173)

* feat: add new sign up link to home page

* fix: open link in a new tab

* style: add void before trigger functions to avoid eslint errors (#1178)

* style: Arabic RTL layout changes (#1166)

* style: remove text-align from page header so rtl can display properly

* feat: savepoint aside no longer absolute positioned, still need more styling edits

* style: responsive element widths

* style: swap empty div tags with <>

* style: cleanup temp classes

* style: cleanup commented

* listing process separated into component (needs to move to ui components)

* feat: ListingProcess component and rtl padding swap

* feat: ListingProcess component

* fix: rtl workaround

* style: change prop types

* refactor: move ListingProcess component back to public

* refactor: git re-add component

* refactor: ListingProcess back to ListingView

* style: remove unnecessary

* feat: tooltip component

* * feat: updates to UI of public listing filters (#1138)

* 1058/updated public listing filters (#1138)

* feat: fixes backend to filter properly

* fix: some touch ups

* fix: updates per emily

* fix: updates per emily

* fix: fixes for tests

* fix: updates per emily

* fix: matching filters to mocks

* fix: remove test class

* fix: updates per emily

* fix: reset fix

* fix: fix for the tests

* fix: modifying the region filter to be an OR

* fix: test updates

Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>

* 1083/header hover issues (#1177)

* fix: improved hover and dropdown menu alignment

* removed unnecessary comments

* fix: update padding issues

* fix: centering dropdown menu

* fix: new approach with visual regressions addressed

* fix: add leasing agent address field back to listing form (#1195)

* 1168/arabic listing section overlap (#1184)

* style: rtl css refactors for listing containers

* style: rtl friendly border

* style: desktop media queries

* Update ui-components/src/global/headers.scss

Co-authored-by: Emily Jablonski <65367387+emilyjablonski@users.noreply.github.com>

Co-authored-by: Emily Jablonski <65367387+emilyjablonski@users.noreply.github.com>

* fix: check for empty translations before sending to google translate service (#1191)

* 1167/page-not-found-ui (#1185)

* style: white text and rm yellow background from button on Page Not Found

* style: remove hover border

* style: conditional rendering of Hero components

* style: remove unnecessary

* style: conditional styling without using new props

* style: titleClassName prop

* feat: default what to expect text and additional what to expect field (#1145)

* fix: authservice.token data null issue (#2703) (#1197)

* fix: show street2 for addresses (#1209)

* fix: show street2 for addresses

* test: fixup tests

* feat: set default what to expect text for coming soon listings (#1210)

* fix: update homepage subtext copy (#1217)

* fix: remove link to eligibility calculator (#1216)

* fix: Fix tooltip visibility (#1212)

* Removes listing queue imports (#1211)

* fix: removes listing queue imports

* feat: removes bull module from listings

* feat: adds new filter, fix region (#1214)

* fix: content update (#1220)

* style: listing page rtl css changes (#1221)

* style: rtl css changes

* style: one more pr > pe since it's here

* style: rtl accessibility button

* fix: fixes bedrooom and accessibility filters

* fix: fixes bedrooom and accessibility filters

* fix: vacant unit/waitlist filter fixes

* style: filtered page cleanup

* fix: test fix

* fix: update for availability filter

* fix: update per emily

Co-authored-by: Sean Albert <smabert@gmail.com>

* 1090/resources page (#1181)

* feat: add a new Resources page

* fix: header spacing and phone links

* chore: use local components for Additional Resources

Co-authored-by: Yazeed Loonat <yazeedloonat@gmail.com>

* chore: refactor Resources to use per-card md files

* chore: remove full resources page

Co-authored-by: Yazeed Loonat <yazeedloonat@gmail.com>

* 2022-05-03 sync main (#1228)

* 2022-03-10 release (#1044)

* 2022-02-10 core (#982)

* fix: retnal assistance eror message

* Preferences cleanup (#1947)

* feat(backend): preferences cleanup

BREAKING CHANGE: Preferences are now M-N relation with a listing and have an intermediate table with ordinal number

* refactor(backend): preferences deduplication

So far each listing referenced it's own unique Preferences. This change introduces Many to Many
relationship between Preference and Listing entity and forces sharing Preferences between listings.

* feat(backend): extend preferences migration with moving existing relations to a new intermediate tab

* feat(backend): add Preference - Jurisdiction ManyToMany relation

* feat: adapt frontend to backend changes

* fix(backend): typeORM preferences select statement

* fix(backend): connect preferences with jurisdictions in seeds, fix pref filter validator

* fix(backend): fix missing import in preferences-filter-params.ts

* refactor: rebase issue

* feat: uptake jurisdictional preferences

* fix: fixup tests

* fix: application preferences ignore page, always separate

* Remove page from src/migration/1633359409242-add-listing-preferences-intermediate-relation.ts

* fix: preference fetching and ordering/pages

* Fix code style issues with Prettier

* fix(backend): query User__leasingAgentInListings__jurisdiction_User__leasingAgentIn specified more

* fix: perferences cypress tests

Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Sean Albert <smabert@gmail.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.13
 - @bloom-housing/partners@2.0.0-pre-tailwind.23
 - @bloom-housing/public@2.0.0-pre-tailwind.23
 - @bloom-housing/ui-components@2.0.0-alpha.23

* fix: updates household member count (#2112)

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.14
 - @bloom-housing/partners@2.0.0-pre-tailwind.24
 - @bloom-housing/public@2.0.0-pre-tailwind.24
 - @bloom-housing/ui-components@2.0.0-alpha.24

* fix: updates household member count

picked 3dee0f7d676ff42d546ecf83a17659cd69d7e1bc

* fix: reverts preferences to re-add as breaking/major bump

* fix: reverts preferences to re-add as breaking/major bump

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.15
 - @bloom-housing/partners@2.0.0-pre-tailwind.25
 - @bloom-housing/public@2.0.0-pre-tailwind.25
 - @bloom-housing/ui-components@2.0.0-alpha.25

* refactor: listing preferences and adds jurisdictional filtering

BREAKING CHANGE: updates preference relationship with listings

* chore(release): version

 - @bloom-housing/backend-core@2.0.0-pre-tailwind.16
 - @bloom-housing/partners@2.0.0-pre-tailwind.26
 - @bloom-housing/public@2.0.0-pre-tailwind.26
 - @bloom-housing/ui-components@2.0.0-alpha.26

* chore(release): version

 - @bloom-housing/backend-core@2.0.0
 - @bloom-housing/shared-helpers@2.0.0
 - @bloom-housing/partners@2.0.0
 - @bloom-housing/public@2.0.0
 - @bloom-housing/ui-components@2.0.0

* fix: Updates lastName on application save

* docs: Update changelog

* Fix code style issues with Prettier

* chore(release): version

 - @bloom-housing/partners@2.0.1-alpha.0

* fix: a11y color contrast issues with tint on ImageCard component (#2074)

* chore(release): version

 - @bloom-housing/partners@2.0.1-alpha.1
 - @bloom-housing/public@2.0.1-alpha.0
 - @bloom-housing/ui-components@2.0.1-alpha.0

* feat: two new common app questions - Household Changes and Household Student (#2070)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.0
 - @bloom-housing/partners@2.0.1-alpha.2
 - @bloom-housing/public@2.0.1-alpha.1
 - @bloom-housing/ui-components@2.0.1-alpha.1

* fix: household member cypress test (#2113)

* chore(release): version

 - @bloom-housing/public@2.0.1-alpha.2

* fix: SiteHeader visual issues with long menu bars (#2068)

* feat: jurisdictional email signatures (#2111)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.1
 - @bloom-housing/partners@2.0.1-alpha.3
 - @bloom-housing/public@2.0.1-alpha.3
 - @bloom-housing/ui-components@2.0.1-alpha.2

* fix: don't send email confirmation on paper app submission (#2110)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.2
 - @bloom-housing/partners@2.0.1-alpha.4
 - @bloom-housing/public@2.0.1-alpha.4
 - @bloom-housing/ui-components@2.0.1-alpha.3

* 1838/ami chart jurisdictionalized (#2102)

* fix: jurisdictionalizes ami charts on partners

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.3
 - @bloom-housing/partners@2.0.1-alpha.5
 - @bloom-housing/public@2.0.1-alpha.5
 - @bloom-housing/ui-components@2.0.1-alpha.4

* feat: Updates application confirmation numbers (#2072)

* feat: Updates application confirmation numbers

* docs: Update changelog

* feat: adds confirmation number to csv export

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.4
 - @bloom-housing/partners@2.0.1-alpha.6
 - @bloom-housing/public@2.0.1-alpha.6
 - @bloom-housing/ui-components@2.0.1-alpha.5

* fix: updates lastName on application save

picked from aff87ec99ad2fbd4a1f9a6853157ea7770f85a56

* fix(backend): make it possible to filter portal users in /users endpoint (#2078)

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.5
 - @bloom-housing/partners@2.0.1-alpha.7
 - @bloom-housing/public@2.0.1-alpha.7
 - @bloom-housing/ui-components@2.0.1-alpha.6

* Revert "refactor: listing preferences and adds jurisdictional filtering"

This reverts commit 9f661b43921ec939bd1bf5709c934ad6f56dd859.

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.6
 - @bloom-housing/partners@2.0.1-alpha.8
 - @bloom-housing/public@2.0.1-alpha.8
 - @bloom-housing/ui-components@2.0.1-alpha.7

* hotfix: ensure Triton seed doesn't error out

* chore(release): version

 - @bloom-housing/backend-core@2.0.1-alpha.7
 - @bloom-housing/partners@2.0.1-alpha.9
 - @bloom-housing/public@2.0.1-alpha.9
 - @bloom-housing/ui-components@2.0.1-alpha.8

* chore(release): version

 - @bloom-housing/backend-core@3.0.0
 - @bloom-housing/shared-helpers@3.0.0
 - @bloom-housing/partners@3.0.0
 - @bloom-housing/public@3.0.0
 - @bloom-housing/ui-components@3.0.0

* 1837/preferences cleanup 3 (#2144)

* feat(backend): preferences cleanup

BREAKING CHANGE: Preferences are now M-N relation with a listing and have an intermediate table with ordinal number

* refactor(backend): preferences deduplication

So far each listing referenced it's own unique Preferences. This change introduces Many to Many
relationship between Preference and Listing entity and forces sharing Preferences between listings.

* feat(backend): extend preferences migration with moving existing relations to a new intermediate tab

* feat(backend): add Preference - Jurisdiction ManyToMany relation

* feat: adapt frontend to backend changes

* fix(backend): typeORM preferences select statement

* fix(backend): connect preferences with jurisdictions in seeds, fix pref filter validator

* fix(backend): fix missing import in preferences-filter-params.ts

* refactor: rebase issue

* feat: uptake jurisdictional preferences

* fix: fixup tests

* fix: application preferences ignore page, always separate

* Remove page from src/migration/1633359409242-add-listing-preferences-intermediate-relation.ts

* fix: preference fetching and ordering/pages

* Fix code style issues with Prettier

* fix(backend): query User__leasingAgentInListings__jurisdiction_User__leasingAgentIn specified more

* fix: perferences cypress tests

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.0
 - @bloom-housing/partners@3.0.1-alpha.0
 - @bloom-housing/public@3.0.1-alpha.0
 - @bloom-housing/ui-components@3.0.1-alpha.0

* feat(backend): extend UserUpdateDto to support email change with confirmation (#2120)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.1
 - @bloom-housing/partners@3.0.1-alpha.1
 - @bloom-housing/public@3.0.1-alpha.1
 - @bloom-housing/ui-components@3.0.1-alpha.1

* 2056/user account edit fix (#2073)

* fix: Replaces service to use newly created

* fix: Fix DOB initial values

* feat(backend): extend UserUpdateDto to support email change with confirmation

* fix: Update email form to use a new service

* fix: updates email change language

* Fix code style issues with Prettier

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.2
 - @bloom-housing/partners@3.0.1-alpha.2
 - @bloom-housing/public@3.0.1-alpha.2
 - @bloom-housing/ui-components@3.0.1-alpha.2

* feat: add Programs section to listings management (#2093)

* feat: add Programs section to listings management

* fix: sorting on detail page

* fix: merge issues

* feat: make program fetching jurisdictional

* fix: replace preference with program

* fix: program delete removes jurisdiction

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.3
 - @bloom-housing/partners@3.0.1-alpha.3
 - @bloom-housing/public@3.0.1-alpha.3
 - @bloom-housing/ui-components@3.0.1-alpha.3

* 2085/adds top level catchAll exception filter (#2132)

* fix: adds top level catchAll error filter

* fix: removing now unused exception filter

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.4
 - @bloom-housing/partners@3.0.1-alpha.4
 - @bloom-housing/public@3.0.1-alpha.4
 - @bloom-housing/ui-components@3.0.1-alpha.4

* feat: Change unit number field type to text (#2136)

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.5

* chore(deps): bump electron from 13.1.7 to 13.3.0 (#2137)

Bumps [electron](https://github.com/electron/electron) from 13.1.7 to 13.3.0.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](https://github.com/electron/electron/compare/v13.1.7...v13.3.0)

---
updated-dependencies:
- dependency-name: electron
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump axios from 0.21.1 to 0.21.2 (#2138)

Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.2.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.21.1...v0.21.2)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat(backend): improve application flagged set saving efficiency (#2147)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.5
 - @bloom-housing/partners@3.0.1-alpha.6
 - @bloom-housing/public@3.0.1-alpha.5
 - @bloom-housing/ui-components@3.0.1-alpha.5

* 1655/invite user edit (#1982)

* feat: Update title to be also a react node

* feat: Update translations

* feat: Create reusable form to add and edit users

* feat: Add delete function

* feat(backend): Add ON UPDATE SET NULL to application-user relation

* fix: Fix type

* Fix code style issues with Prettier

* fix(jurisdictionResolverService): updates to return undefined if no jurisdictionName

* feat: Update drawer state name

* feat: Add missing translations

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.6
 - @bloom-housing/partners@3.0.1-alpha.7
 - @bloom-housing/public@3.0.1-alpha.6
 - @bloom-housing/ui-components@3.0.1-alpha.6

* Add a phone number column to the user_accounts table (#2134)

* Merge pull request #710 from CityOfDetroit/feature/add-phonenumber-to-user-entity

Add phone number to user accounts.

* Merge pull request #728 from CityOfDetroit/fix/modify-phone-number-test

Fix user E2E tests.

* Merge pull request #728 from CityOfDetroit/fix/modify-phone-number-test

Fix user E2E tests.

* fix: add validation groups to phoneNumber

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.7
 - @bloom-housing/partners@3.0.1-alpha.8
 - @bloom-housing/public@3.0.1-alpha.7
 - @bloom-housing/ui-components@3.0.1-alpha.7

* refactor: make backend a peer dependency in ui-components (#2146)

* refactor: make backend a peer dependency in ui-components

* fix: fix flaky test

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.0
 - @bloom-housing/partners@3.0.1-alpha.9
 - @bloom-housing/public@3.0.1-alpha.8
 - @bloom-housing/ui-components@3.0.1-alpha.8

* fix: updates address order (#2151)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.8
 - @bloom-housing/shared-helpers@3.0.1-alpha.1
 - @bloom-housing/partners@3.0.1-alpha.10
 - @bloom-housing/public@3.0.1-alpha.9

* feat(backend): add nginx proxy-cache configuration (#2119)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.9
 - @bloom-housing/shared-helpers@3.0.1-alpha.2
 - @bloom-housing/partners@3.0.1-alpha.11
 - @bloom-housing/public@3.0.1-alpha.10

* Release 11 11 21 (#2162)

* fix: fix: adding unit tests to the unit type

picked from dev 1f8d7094e508337131d3033476cd70c2befaecd0

* fix: fix: a11y color contrast issues with tint on ImageCard component

picked from dev 505929149ee1485b9fc59402a9e14ead6de5dfc4

* feat: feat: two new common app questions - Household Changes and Household Student

picked from dev 42a752ec073c0f5b65374c7a68da1e34b0b1c949

* fix: fix: SiteHeader visual issues with long menu bars

picked from dev fd6686e206b4e53ae8b6ab757ad0506eaead0d01

* feat: feat: jurisdictional email signatures

picked from dev 7a146ffb5de88cfa2950e2a469a99e38d71b33c8

* fix: fix: don't send email confirmation on paper app submission

picked from dev 7f83b70327049245ecfba04ae3aea4e967929b2a

* feat: feat: Updates application confirmation numbers

picked from dev 75cd67bcb62280936bdeeaee8c9b7b2583a1339d

* fix: fix(backend): make it possible to filter portal users in /users endpoint

picked from dev 29bf714d28755916ec8ec896366c8c32c3a227c4

* feat: feat(backend): add languages (Language[]) to Jurisdiction entity

picked from dev 9ceed24d48b14888e6ea59b421b409f875d12b01

* fix: feat(backend): try fixing SETEX redis e2e tests flakiness

picked from dev 4087c532ddba672a415a048f4362e509aba7fd7f

* feat: feat(backend): Add user delete endpoint

picked from dev a13f73574b470beff2f8948abb226a6786856480

* fix: fix: improved UX for the Building Selection Criteria drawer

picked from dev 4bd8b09456b54584c3731bcca64019dc231d0c55

* feat: feat(backend): add Program entity

picked from dev 492ec4d333cf9b73af772a1aceed29813f405ba0

* refactor: breaking: 1837/preferences cleanup

picked from dev 3ce6d5eb5aac49431ec5bf4912dbfcbe9077d84e

BREAKING CHANGE: preferences model and relationships changed

* feat: feat(backend): extend UserUpdateDto to support email change

picked from dev 3e1fdbd0ea91d4773973d5c485a5ba61303db90a

* fix: 2056/user account edit fix

picked from dev a15618c0cb548ff5b2ae913b802c9e08bb673f30

* refactor: 2085/adds top level catchAll exception filter

picked from dev aeaa63d1af1fa3d11671e169cb3bd23d356fface

* feat: feat: Change unit number field type to text

picked from dev f54be7c7ba6aac8e00fee610dc86584b60cc212d

* feat(backend): improve application flagged set saving efficiency

* fix: fix: updates address order

picked from dev 252e014dcbd2e4c305384ed552135f5a8e4e4767

* fix: sets programs to optoinal and updates versions

* chore: chore(deps): bump electron from 13.1.7 to 13.3.0

* chore: chore(deps): bump axios from 0.21.1 to 0.21.2

* fix: adds programs service

* fix: fix lisitng e2e tests

* fix: fix member tests

* fix: fixes program, preference, ami-chart de-dupe (#2169)

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.12

* fix: adds jurisdictionId to useSWR path

* fix: recalculate units available on listing update (#2150)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.10
 - @bloom-housing/shared-helpers@3.0.1-alpha.3
 - @bloom-housing/partners@3.0.1-alpha.13
 - @bloom-housing/public@3.0.1-alpha.11

* fix: recalculate units available on listing update

picked form dev f1a3dbce6478b16542ed61ab20de5dfb9b797262

* feat: feat(backend): make use of new application confirmation codes

picked from dev 3c45c2904818200eed4568931d4cc352fd2f449e

* Revert "chore(deps): bump axios from 0.21.1 to 0.21.2 (#2138)"

This reverts commit 7711604323ae2f6a1782a35f7a26176f215f6c00.

* revert: revert "chore(deps): bump axios from 0.21.1 to 0.21.2

picked from dev 2b83bc0393afc42eed542e326d5ef75502ce119c

* refactor: remove applicationAddress (#2009)

* refactor: remove applicationAddress

* docs: readme update

* test: fix backend test

* fix: db migration

* Fix code style issues with Prettier

* test(backend): fix SETEX impossible to process

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.11
 - @bloom-housing/shared-helpers@3.0.1-alpha.4
 - @bloom-housing/partners@3.0.1-alpha.14
 - @bloom-housing/public@3.0.1-alpha.12
 - @bloom-housing/ui-components@3.0.1-alpha.9

* feat: refactor and add public site application flow cypress tests (#2118)

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.15
 - @bloom-housing/public@3.0.1-alpha.13
 - @bloom-housing/ui-components@3.0.1-alpha.10

* fix: sapp submission w/ no due date

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.12
 - @bloom-housing/shared-helpers@3.0.1-alpha.5
 - @bloom-housing/partners@3.0.1-alpha.16
 - @bloom-housing/public@3.0.1-alpha.14

* Revert "feat(backend): add nginx proxy-cache configuration (#2119)"

This reverts commit 34d32e75ceae378a26c57f4c9b7feec8c88339e0.

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.13
 - @bloom-housing/shared-helpers@3.0.1-alpha.6
 - @bloom-housing/partners@3.0.1-alpha.17
 - @bloom-housing/public@3.0.1-alpha.15

* fix: app submission w/ no due date

picked from dev 4af1f5a8448f16d347b4a65ecb85fda4d6ed71fc

* 1975/better seed data for ami-charts (#2156)

* fix: better seed data for ami-charts

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.14
 - @bloom-housing/shared-helpers@3.0.1-alpha.7
 - @bloom-housing/partners@3.0.1-alpha.18
 - @bloom-housing/public@3.0.1-alpha.16

* 2154/avance prefs (#2177)

* feat: new preferences

* feat: preference updates

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.15
 - @bloom-housing/shared-helpers@3.0.1-alpha.8
 - @bloom-housing/partners@3.0.1-alpha.19
 - @bloom-housing/public@3.0.1-alpha.17
 - @bloom-housing/ui-components@3.0.1-alpha.11

* 2154/avance prefs (#2178)

* feat: new preferences

* feat: preference updates

* Fix code style issues with Prettier

* feat: preference options bottom border

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.18

* 2154/avance prefs III (#2179)

* feat: new preferences

* feat: preference updates

* Fix code style issues with Prettier

* feat: preference options bottom border

* feat: liveWorkLivermore preference

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.20
 - @bloom-housing/public@3.0.1-alpha.19
 - @bloom-housing/ui-components@3.0.1-alpha.12

* 1988/adds listing management cypress tests to partner portal (#2103)

* test: adds listing management tests

* test: minor tweaks

* test: big updates for LM cypress tests

* test: fixes selectors

* feat: adding partner cypress tests to pr workflow

* fix: undoing

* chore: adds latest bloom-housing packages to partners

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.21
 - @bloom-housing/public@3.0.1-alpha.20
 - @bloom-housing/ui-components@3.0.1-alpha.13

* feat: adds new preferences, reserved community type

* feat: adds bottom border to preferences

* feat: updates preference string

* fix: preference cleanup for avance

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.22
 - @bloom-housing/public@3.0.1-alpha.21
 - @bloom-housing/ui-components@3.0.1-alpha.14

* fix: preference cleanup for avance

* 1975/one month rent (#2158)

* feat: add depoist helper text

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.16
 - @bloom-housing/shared-helpers@3.0.1-alpha.9
 - @bloom-housing/partners@3.0.1-alpha.23
 - @bloom-housing/public@3.0.1-alpha.22
 - @bloom-housing/ui-components@3.0.1-alpha.15

* fix(backend): fix view.spec.ts test (#2175)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.17
 - @bloom-housing/shared-helpers@3.0.1-alpha.10
 - @bloom-housing/partners@3.0.1-alpha.24
 - @bloom-housing/public@3.0.1-alpha.23

* refactor: removes jsonpath (#2206)

* refactor: removes jsonpath

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.18
 - @bloom-housing/shared-helpers@3.0.1-alpha.11
 - @bloom-housing/partners@3.0.1-alpha.25
 - @bloom-housing/public@3.0.1-alpha.24

* 1869/application program display (#2114)

* feat: add programs step to application forms

* test: add Cypress tests for the programs step

* feat: rework the Programs page and enhance seeds

* chore: fix programs Cypress test

* fix: fixup cypress tests

* fix: update mock data

* fix: fixup mock data pt 2

* fix: type issues

* fix: bugs and simplify program data processing

Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.19
 - @bloom-housing/shared-helpers@3.0.1-alpha.12
 - @bloom-housing/partners@3.0.1-alpha.26
 - @bloom-housing/public@3.0.1-alpha.25
 - @bloom-housing/ui-components@3.0.1-alpha.16

* feat: adds jurisdictions to pref seeds (#2199)

* feat: adds jurisdictions to pref seeds

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.20
 - @bloom-housing/shared-helpers@3.0.1-alpha.13
 - @bloom-housing/partners@3.0.1-alpha.27
 - @bloom-housing/public@3.0.1-alpha.26

* 1901/application program partners (#2182)

* feat: add programs step to application forms

* test: add Cypress tests for the programs step

* feat: rework the Programs page and enhance seeds

* chore: fix programs Cypress test

* feat: add programs step to application forms

* test: add Cypress tests for the programs step

* feat: rework the Programs page and enhance seeds

* chore: fix programs Cypress test

* fix: fixup cypress tests

* fix: update mock data

* fix: fixup mock data pt 2

* fix: type issues

* feat: Create programs mapper

Closes #1901

* feat: Add programs section

Closes #1901

* feat: Create details section for programs

Closes #1901

* feat: Update translations

Closes #1901

* refactor: Remove console log

Closes #1901

* refactor: Simpify code

Closes #1901

* chore: remove console log

* fix: mapProgramToApi return

Co-authored-by: Jared White <jared@jaredwhite.com>
Co-authored-by: Emily Jablonski <emily.jablonski@exygy.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.21
 - @bloom-housing/shared-helpers@3.0.1-alpha.14
 - @bloom-housing/partners@3.0.1-alpha.28
 - @bloom-housing/public@3.0.1-alpha.27
 - @bloom-housing/ui-components@3.0.1-alpha.17

* test: update program test

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.28

* feat: new demographics sub-race questions (#2109)

* feat: new demographics sub-race questions

* fix: update migration to keep data

* feat: other text boxes

* feat: wip other labels

* feat: can edit demo in partners

* fix: cleanup

* feat: csv formatting

* fix: type issue

* feat: remove gender and sexual orientation

* fix: add test id

* fix: more test ids

* fix: select by checkboxes

* fix: dont use select

* fix: data

* fix: add tests, fixup other option

* Fix code style issues with Prettier

* fix: remove unneeded dependencies

* test: add additional test

* Fix code style issues with Prettier

* test: change test id attribute

* chore: cleanup formatApplicationData imports

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.22
 - @bloom-housing/shared-helpers@3.0.1-alpha.15
 - @bloom-housing/partners@3.0.1-alpha.29
 - @bloom-housing/public@3.0.1-alpha.29
 - @bloom-housing/ui-components@3.0.1-alpha.18

* feat: updates email confirmation for lottery (#2200)

* feat: updates email confirmation for lottery

* Fix code style issues with Prettier

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.23
 - @bloom-housing/shared-helpers@3.0.1-alpha.16
 - @bloom-housing/partners@3.0.1-alpha.30
 - @bloom-housing/public@3.0.1-alpha.30

* fix: add ariaHidden to Icon component

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.17
 - @bloom-housing/partners@3.0.1-alpha.31
 - @bloom-housing/public@3.0.1-alpha.31
 - @bloom-housing/ui-components@3.0.1-alpha.19

* fix: add ariaLabel prop to Button component

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.18
 - @bloom-housing/partners@3.0.1-alpha.32
 - @bloom-housing/public@3.0.1-alpha.32
 - @bloom-housing/ui-components@3.0.1-alpha.20

* fix: change the yes/no radio text to be more descriptive (#2208)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.19
 - @bloom-housing/partners@3.0.1-alpha.33
 - @bloom-housing/public@3.0.1-alpha.33
 - @bloom-housing/ui-components@3.0.1-alpha.21

* fix: remove alameda reference in demographics (#2209)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.20
 - @bloom-housing/partners@3.0.1-alpha.34
 - @bloom-housing/public@3.0.1-alpha.34
 - @bloom-housing/ui-components@3.0.1-alpha.22

* refactor: remove applicationAddress

picked from dev bf10632a62bf2f14922948c046ea3352ed010f4f

* feat: refactor and add public site application flow cypress tests

picked from dev 9ec0e8d05f9570773110754e7fdaf49254d1eab8

* feat: better seed data for ami-charts

picked from dev d8b1d4d185731a589c563a32bd592d01537785f3

* feat: adds listing management cypress tests to partner portal

* fix: listings management keep empty strings, remove empty objects

picked from dev c4b1e833ec128f457015ac7ffa421ee6047083d9

* feat: one month rent

picked from dev 883b0d53030e1c4d54f2f75bd5e188bb1d255f64

* test: view.spec.ts test

picked from dev 324446c90138d8fac50aba445f515009b5a58bfb

* refactor: removes jsonpath

picked from dev deb39acc005607ce3076942b1f49590d08afc10c

* feat: adds jurisdictions to pref seeds

picked from dev 9e47cec3b1acfe769207ccbb33c07019cd742e33

* feat: new demographics sub-race questions

picked from dev 9ab892694c1ad2fa8890b411b3b32af68ade1fc3

* feat: updates email confirmation for lottery

picked from dev 1a5e824c96d8e23674c32ea92688b9f7255528d3

* fix: add ariaHidden to Icon component

picked from dev c7bb86aec6fd5ad386c7ca50087d0113b14503be

* fix: add ariaLabel prop to Button component

picked from dev 509ddc898ba44c05e26f8ed8c777f1ba456eeee5

* fix: change the yes/no radio text to be more descriptive

picked from dev 0c46054574535523d6f217bb0677bbe732b8945f

* fix: remove alameda reference in demographics

picked from dev 7d5991cbf6dbe0b61f2b14d265e87ce3687f743d

* chore: release version

picked from dev fe82f25dc349877d974ae62d228fea0354978fb7

* feat: ami chart jurisdictionalized

picked from dev 0a5cbc88a9d9e3c2ff716fe0f44ca6c48f5dcc50

* refactor: make backend a peer dependency in ui-components

picked from dev 952aaa14a77e0960312ff0eeee51399d1d6af9f3

* feat: add a phone number column to the user_accounts table

picked from dev 2647df9ab9888a525cc8a164d091dda6482c502a

* chore: removes application program partners

* chore: removes application program display

* Revert "chore: removes application program display"

This reverts commit 14825b4a6c9cd1a7235e32074e32af18a71b5c26.

* Revert "chore: removes application program partners"

This reverts commit d7aa38c777972a2e21d9f816441caa27f98d3f86.

* chore: yarn.lock and backend-swagger

* fix: removes Duplicate identifier fieldGroupObjectToArray

* feat: skip preferences if not on listing

* chore(release): version

* fix: cannot save custom mailing, dropoff, or pickup address

* chore(release): version

* chore: converge on one axios version, remove peer dependency

* chore(release): version

* feat: simplify Waitlist component and use more flexible schema

* chore(release): version

* fix: lottery results uploads now save

* chore(release): version

* feat: add SRO unit type

* chore(release): version

* fix: paper application submission

* chore(release): version

* fix: choose-language context

* chore(release): version

* fix: applications/view hide prefs

* chore(release): version

* feat: overrides fallback to english, tagalog support

* chore(release): version

* fix: account translations

* chore(release): version

* fix: units with invalid ami chart

* chore(release): version

* fix: remove description for the partners programs

* fix: fix modal styles on mobile

* fix: visual improvement to programs form display

* fix: submission tests not running

* chore: translations (#2293)

* chore: translations (#2295)

* chore: missing translations (#2296)

* fix: prefUnits on autofill summary (#2294)

* chore: move Programs step to come after Students (#2277)

* feat: adds whatToExpect to GTrans

* chore: missing translations (#2299)

* fix: 2259/fixes idle timeout not resetting properly (#2292)

* chore(release): version

* fix: demographics howDidYouHear options (2305)

* chore(release): version

* fix: mobile notice text wrap issue (#2308)

* feat: postmark date time fields partners (#2239)

* fix: versioning issues (#2311)

* chore(release): version

* chore(backend): move libs/ to shared/utils, clean up modules (#2230)

* feat(backend): all programs to csv export (#2302)

* chore(release): version

* feat: filter partner users

* chore(release): version

* feat: adds updating open listing modal (#2288)

* fix: closed listings allowed apps (#2317)

* feat: 2165/rosefield preference updates (#2386)

* chore(release): version

* Revert "chore(release): version"

This reverts commit 7c414ca7f8c5709e4ff19b94e3fb1089bdc45e97.

* chore(release): version

 - @bloom-housing/backend-core@3.0.1
 - @bloom-housing/shared-helpers@3.0.1
 - @bloom-housing/partners@3.0.1
 - @bloom-housing/public@3.0.1
 - @bloom-housing/ui-components@3.0.1

* feat(backend): add storing listing translations (#2215)

* feat: adds whatToExpect to GTrans (#2303)

* fix: patch issue with submit application section

* fix: patches translations for preferences (#2410)

* fix: issues with public app and readds auto save (2428)

* fix: ami charts without all households (#2430)

* fix: load blank application

* 2022-01-27 release (#2439)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.23
 - @bloom-housing/partners@3.0.1-alpha.37
 - @bloom-housing/public@3.0.1-alpha.38
 - @bloom-housing/ui-components@3.0.1-alpha.24

* fix(backend): nginx with heroku configuration (#2196)

* fix(backend): nginx with heroku configuration

* feat(backend): nginx make hostname and port variable

* feat: nginx proxy updates

* feat(backend): modify proxy_pass and Host header settings

Co-authored-by: seanmalbert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.26
 - @bloom-housing/shared-helpers@3.0.1-alpha.24
 - @bloom-housing/partners@3.0.1-alpha.38
 - @bloom-housing/public@3.0.1-alpha.39
 - @bloom-housing/ui-components@3.0.1-alpha.25

* fix: fetchBaseListingData (#2238)

* fix: fetchBaseListingData

* fix: fetchBaseListingData

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.40

* fix: lottery results uploads now save (#2226)

* fix: lottery results uploads now save

* fix: switch to partial typing

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.39

* feat: getStaticPaths fallback blocking test

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.41

* chore: add temp logs for testing id/slug

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.42

* chore(backend): move libs/ to shared/utils, clean up modules (#2230)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.27
 - @bloom-housing/shared-helpers@3.0.1-alpha.25
 - @bloom-housing/partners@3.0.1-alpha.40
 - @bloom-housing/public@3.0.1-alpha.43
 - @bloom-housing/ui-components@3.0.1-alpha.26

* chore: add SRO unit type (#2243)

* chore: add SRO unit type to DB / translations

* chore: additional string changes to SRO

* test(backend): add SRO to unit types test

* feat: SRO unit type additions

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.28
 - @bloom-housing/shared-helpers@3.0.1-alpha.26
 - @bloom-housing/partners@3.0.1-alpha.41
 - @bloom-housing/public@3.0.1-alpha.44
 - @bloom-housing/ui-components@3.0.1-alpha.27

* 2140/fix paper application submission (#2195)

* fix: fix paper application submission

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.42

* Fix code style issues with Prettier

* test: adds cypress test coverage

* fix: updates per sean

* fix: one more update

* test: fix partners unit tests

* fix: choose-language context

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.45

* fix: applications drop off address

* fix: applications/view hide prefs

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.46

* feat(backend): add storing listing translations (#2215)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.29
 - @bloom-housing/shared-helpers@3.0.1-alpha.27
 - @bloom-housing/partners@3.0.1-alpha.43
 - @bloom-housing/public@3.0.1-alpha.47
 - @bloom-housing/ui-components@3.0.1-alpha.28

* fix(backend): make nginx proxy use Language HTTP header in cache key (#2266)

* 2098/fix partner applications grid display (#2188)

* fix: partner applications grid display

* Fix code style issues with Prettier

* test: fix tests

* Fix code style issues with Prettier

* fix: updates to using views

* tests: add application grid test

* fix: updates per sean

* fix: one more update

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.30
 - @bloom-housing/shared-helpers@3.0.1-alpha.28
 - @bloom-housing/partners@3.0.1-alpha.44
 - @bloom-housing/public@3.0.1-alpha.48
 - @bloom-housing/ui-components@3.0.1-alpha.29

* fix: fixes some issues with the deployment

* Revert/2188 (#2270)

* fix: fixes some issues with the deployment

* revert: partner applications grid display

* fix: view.spec

Co-authored-by: Yazeed Loonat <yazeedloonat@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.31
 - @bloom-housing/shared-helpers@3.0.1-alpha.29
 - @bloom-housing/partners@3.0.1-alpha.45
 - @bloom-housing/public@3.0.1-alpha.49
 - @bloom-housing/ui-components@3.0.1-alpha.30

* 2098/fix partner applications grid display (#2188)

* fix: partner applications grid display

* Fix code style issues with Prettier

* test: fix tests

* Fix code style issues with Prettier

* fix: updates to using views

* tests: add application grid test

* fix: updates per sean

* fix: one more update

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* feat(backend): add listings closing routine (#2213)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.32
 - @bloom-housing/shared-helpers@3.0.1-alpha.30
 - @bloom-housing/partners@3.0.1-alpha.46
 - @bloom-housing/public@3.0.1-alpha.50
 - @bloom-housing/ui-components@3.0.1-alpha.31

* feat(backend): add user password expiration

* fix: Remove description for the partners programs (#2234)

Closes #1901

* chore(release): version

 - @bloom-housing/partners@3.0.1-alpha.47

* 2227/lock login attempts frontend (#2260)

* feat: Add new translations

Closes #1927

* refactor: Make title as optional

Closes #1927

* feat: Update login alert text

Closes #1927

* fix: Use translation, instead of hardcoded text

Closes #1927

* feat: Add translation

Closes #1927

* feat: Update type name

Closes #1927

* feat: Add new alerts

Closes #1927

* fix: Fix translation

Closes #1927

* fix(AlertBox.tsx): Fix close icon placement

Closes #1927

* feat: Create helper to catch network errors

Closes #1927

* feat: Add translations

Closes #1927

* feat: Create reusable sign-in form

Closes #1927

* refactor(sign-in page, public and partners): Update sign-in pages to use reusable form

BREAKING CHANGE: sign-in pages have been updated

Closes #1927

* Fix code style issues with Prettier

* fix: fixes tests and also issue with user grid

* fix: fixes linting error

* feat(backend): add appropriate http exception for password outdated login failure

* fix: Fix modal styles on mobile (#2280)

Closes #2253

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.31
 - @bloom-housing/partners@3.0.1-alpha.48
 - @bloom-housing/public@3.0.1-alpha.51
 - @bloom-housing/ui-components@3.0.1-alpha.32

* fix: visual improvement to programs form display (#2276)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.52

* fix: submission tests not running (#2282)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.53

* feat: overrides fallback to english, tagalog support (#2262)

* chore: allow work-in strings to take jurisdiction name

* feat: add support for tagalog

* Fix code style issues with Prettier

* feat: tagalog language

* feat: translations precedence includes en overrides

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.33
 - @bloom-housing/shared-helpers@3.0.1-alpha.32
 - @bloom-housing/partners@3.0.1-alpha.49
 - @bloom-housing/public@3.0.1-alpha.54
 - @bloom-housing/ui-components@3.0.1-alpha.33

* fix: account translations (#2278)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.33
 - @bloom-housing/partners@3.0.1-alpha.50
 - @bloom-housing/public@3.0.1-alpha.55
 - @bloom-housing/ui-components@3.0.1-alpha.34

* test: fixes test issues

* fix: fix sortig on applications partner grid

* chore: translations (#2293)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.34
 - @bloom-housing/partners@3.0.1-alpha.51
 - @bloom-housing/public@3.0.1-alpha.56
 - @bloom-housing/ui-components@3.0.1-alpha.35

* chore: translations (#2295)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.35
 - @bloom-housing/partners@3.0.1-alpha.52
 - @bloom-housing/public@3.0.1-alpha.57
 - @bloom-housing/ui-components@3.0.1-alpha.36

* chore: missing translations (#2296)

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.36
 - @bloom-housing/partners@3.0.1-alpha.53
 - @bloom-housing/public@3.0.1-alpha.58
 - @bloom-housing/ui-components@3.0.1-alpha.37

* fix: prefUnits on autofill summary (#2294)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.59

* chore: move Programs step to come after Students (#2277)

* chore: move Programs step to come after Students

* test: rearrange order of programs within Cypress tests

* test: remove problematic statement

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.60

* fix: units with invalid ami chart (#2290)

* fix: alunits with invalid ami chart

* perf: uniquePercentageChartSet map

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.34
 - @bloom-housing/shared-helpers@3.0.1-alpha.37
 - @bloom-housing/partners@3.0.1-alpha.54
 - @bloom-housing/public@3.0.1-alpha.61
 - @bloom-housing/ui-components@3.0.1-alpha.38

* chore: missing translations (#2299)

* chore: missing translations

* chore: remove logs

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.38
 - @bloom-housing/partners@3.0.1-alpha.55
 - @bloom-housing/public@3.0.1-alpha.62
 - @bloom-housing/ui-components@3.0.1-alpha.39

* 2259/fixes idle timeout not resetting properly (#2292)

* fix: fixes idle timeout not resetting properly

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.63

* feat: adds whatToExpect to GTrans (#2303)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.35
 - @bloom-housing/shared-helpers@3.0.1-alpha.39
 - @bloom-housing/partners@3.0.1-alpha.56
 - @bloom-housing/public@3.0.1-alpha.64
 - @bloom-housing/ui-components@3.0.1-alpha.40

* fix: demographics howDidYouHear options were not changing on language change (#2305)

* chore(release): version

 - @bloom-housing/public@3.0.1-alpha.65

* Fix checkbox rtl style

* feat(backend): add password outdating only to users which are either admins or partners

* fix: fix hero button width with secondary button (#2306)

* fix: mobile notice text wrap issue (#2308)

* feat(backend): add activity logging to listings module (#2190)

* feat(backend): add activity logging to listings module

* feat(backend): add activity logging to applications and user controllers

* feat(backend): add metada column to activity log entity

* feat(backend): change activity log metadata column type

* feat(backend): remove applications related changes

* feat(backend): remove ListingActivityLogInterceptor

* 2040/postmark date time fields partners (#2239)

* feat: add postmark by date and time fields

* feat: fix display and preview page

* test: fix so the correct date displays

* Fix code style issues with Prettier

* fix: fixes per emily

* fix: updates per sean

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>

* fix: versioning issues (#2311)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.36
 - @bloom-housing/shared-helpers@3.0.1-alpha.41
 - @bloom-housing/partners@3.0.1-alpha.58
 - @bloom-housing/public@3.0.1-alpha.67
 - @bloom-housing/ui-components@3.0.1-alpha.42

* feat(backend): all programs to csv export (#2302)

* feat(backend): all programs to csv export

* chore: removes console log

Co-authored-by: Sean Albert <smabert@gmail.com>

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.37
 - @bloom-housing/shared-helpers@3.0.1-alpha.42
 - @bloom-housing/partners@3.0.1-alpha.59
 - @bloom-housing/public@3.0.1-alpha.68
 - @bloom-housing/ui-components@3.0.1-alpha.43

* feat(backend): add partnerTerms to jurisdiction entity (#2301)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.38
 - @bloom-housing/shared-helpers@3.0.1-alpha.43
 - @bloom-housing/partners@3.0.1-alpha.60
 - @bloom-housing/public@3.0.1-alpha.69
 - @bloom-housing/ui-components@3.0.1-alpha.44

* feat: removes ListingLangCacheInterceptor from get by id

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.39
 - @bloom-housing/shared-helpers@3.0.1-alpha.44
 - @bloom-housing/partners@3.0.1-alpha.61
 - @bloom-housing/public@3.0.1-alpha.70
 - @bloom-housing/ui-components@3.0.1-alpha.45

* fix: Update translation

Closes 1927

* fix: Update hardcoded translations

Closes #1927

* refactor: listing detail props (#2313)

* refactor: listing detail props

* fix: HouseholdSizeField FieldError

* chore(release): version

 - @bloom-housing/shared-helpers@3.0.1-alpha.45
 - @bloom-housing/partners@3.0.1-alpha.62
 - @bloom-housing/public@3.0.1-alpha.71
 - @bloom-housing/ui-components@3.0.1-alpha.46

* chore(deps): bump next from 11.1.2 to 11.1.3 (#2289)

* feat(backend): refactor applications module (#2279)

* chore(release): version

 - @bloom-housing/backend-core@3.0.1-alpha.40
 - @bloom-housing/shared-helpers@3.0.1-alpha.46
 - @bloom-housing/partners@3.0.1-alpha.63
 - @bloom-housing/public@3.0.1-alpha.72
 - @bloom-housin…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready to merge Should be applied when a PR has been reviewed and approved
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants