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

Add polyfills for IE11 support in the public-facing app #222

Closed
bk3c opened this issue Apr 14, 2020 · 3 comments
Closed

Add polyfills for IE11 support in the public-facing app #222

bk3c opened this issue Apr 14, 2020 · 3 comments

Comments

@bk3c
Copy link
Contributor

bk3c commented Apr 14, 2020

See housingbayarea#35 -- it appears that IE11 is not rendering correctly. It seems like NextJS still has underlying support (they fixed a bug in 9.3 that broke it pretty quickly), but I expect it'll be decent work to fix and maintain ongoing.

@akegan - My understanding is that the primary reason we'd want to maintain support is that IE11 is still widely used on publicly available computers in SF, e.g. libraries. Is that still the case for the foreseeable future? It would be great to wontfix this if at all reasonable, but not if that's going to affect a meaningful number of users.

@akegan
Copy link
Contributor

akegan commented Apr 14, 2020

yes I believe so. My understanding is that for dahlia we don't expect 100% look for IE11 but it needs to be 100% functional for folks

@bk3c bk3c added this to the Time Available milestone Jun 17, 2020
@bk3c
Copy link
Contributor Author

bk3c commented Jul 9, 2020

See also tailwindlabs/tailwindcss#1635 when we get to working on this, as a way to identify / prevent CSS that's not IE11 compatible.

@bk3c
Copy link
Contributor Author

bk3c commented Aug 8, 2020

@akegan It looks like SFPL is upgrading all of their computers to Windows 10 with Chrome. I'm not sure what the timing has turned into these days, but do you think there would be an opportunity to forego IE11 support if that's truly in progress?

It looks to be about 2% of the total DAHLIA user base in 2020 according to GA, down from 4% in 2019, and further declining the last few months that the libraries have been closed. As much as it's a priority for Bloom to make sure we're supporting otherwise underserved users, I'd like to see if we can direct said effort elsewhere.

@bk3c bk3c modified the milestones: Time Available, Farther Future Aug 25, 2020
YazeedLoonat pushed a commit to YazeedLoonat/bloom that referenced this issue May 31, 2022
* 1320/additional eligibility, listings management (bloom-housing#1374)

* 1349/leasing agent section, listings management (bloom-housing#1376)

* Issue 1328/move property to the listing model (bloom-housing#1361)

* Working seeding and read/write

* Refactor seeds types

* Add tests for encapsulated property

* Update frontend client

* Update changelog

* Update sites/partners and sites/public according to new Listing schema

* Update Waitlist.test.tsx and listings-importer.ts

* Fix url-helper.ts

* Update ui-components tests after schema changes

* Fix listingUrlSlug and corresponding tests

* Fix types in cypress/support/helpers.ts

* Updated broken tests

Co-authored-by: dominikx96 <dominik@airnauts.com>

* Align dev with master (bloom-housing#1399)

* Issue 1362/total flagged bug (bloom-housing#1366)

* Fix counting totalFlagged property in AFS module

* Fix a race condition in AFS module

* Update changelog

* fix retry import

* Throw 429 on application creation retry failure

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

* fix merge conflicts in master (bloom-housing#1375)

* Replace UserContext with AuthContext (bloom-housing#1311)

* Replace UserContext with AuthContext

* Remove api_requests

* Fix imports

* Fix userService params

* Fix ConfirmationModal

* Add missing appUrl

* Fixes after rebase and remove useRouter for ui-components

* Fix language passed to axios

* Adds debug instructions to backend/core readme (bloom-housing#15) (bloom-housing#1390)

* Adds start command for backend in debug mode (bloom-housing#15)

* Adds start command for backend in debug mode

* add notes to readme on debugging the backend

* remove package.json changes since there was already a debug command, and update readme (bloom-housing#16)

* Add backend/proxy Dockerfile, README.md and nginx config file (bloom-housing#1380)

* Add backend/proxy Dockerfile, README.md and nginx config file

* Update changelog

* Add /jurisdictions endpoint (bloom-housing#1391)

* Add /jurisdictions endpoint

* Update changelog

* Update migration to create jurisdiction relation automatically for existing listings

* Revert "Merge latest master (bloom-housing#1370)" (bloom-housing#1394)

* Revert "Merge latest master (bloom-housing#1370)"

This reverts commit 845f2e6.

* Retain overrideTranslations related change from housingbayarea fork

* Add reservedCommunityType endpoint (bloom-housing#1395)

* Revert "Merge latest master (bloom-housing#1370)"

This reverts commit 845f2e6.

* Add reservedCommunityType endpoint

* adds reservedCommunityType join and select to listing service qb

adds reservedCommunityType join and select to listing service qb and reverts change to _app

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

* updates listing units reference

* fixes cypress tests for application household

Co-authored-by: Sean Albert <smabert@gmail.com>
Co-authored-by: Emily Jablonski <65367387+emilyjablonski@users.noreply.github.com>
Co-authored-by: Marcin Jędras <mjjedras@gmail.com>
Co-authored-by: Austin Valeske <avaleske@users.noreply.github.com>

* 1351 Preview (bloom-housing#1359)

* updates pull request template

* removes BACKEND_API_BASE from netlify.toml

* updates for partners translation locale overrides

* resolve issue with out of sync lock and package files

* removes package-lock

* updates Layout path

* removes gtm key for production, since it should be coming from netlify's settings

Already deployed to alameda.

* adds simple filter capability to listings and implements

* regenerated swagger

* changelog entry

* Brings dev up-to-date with master (bloom-housing#1360)

* updates pull request template

* removes BACKEND_API_BASE from netlify.toml

* updates for partners translation locale overrides

* resolve issue with out of sync lock and package files

* removes package-lock

* updates Layout path

* Fixed paper app submission error if there are no preferences (bloom-housing#1340)

* Fixed paper app submission error if there are no preferences

* Updated changelog

Co-authored-by: dominikx96 <dominik@airnauts.com>

* Add assets module (bloom-housing#1307)

* Add basic tests for assets module

* Add eager to createpresignedurl dto and implement CloudinaryService

* Move AppModule imports from module to dynamic resolver

* Rework assets service to return timestamp and signature

* Rework assets service to return timestamp and signature

* Add missing ApiProperty decorator for FormMetadata properties

* Add fake cloudinary environment variables to circleci config

* Add fake cloudinary secrets to circleci workflows

* Fix unit tests

* Update changelog

* Add assets migration

* Return UserBasicDto from POST /users (bloom-housing#1324)

* Return UserBasicDto from POST /users

* Update User DTO to not include resetToken and update frontend client

* Update changelog

* Fix user controller responses

* Fix yarn.lock being out of sync with package.json (bloom-housing#1342)

* removes gtm key for production, since it should be coming from netlify's settings

Already deployed to alameda.

* Removes GTM_KEY from netlify configuration - already deployed to alameda (bloom-housing#1347)

* updates pull request template

* removes BACKEND_API_BASE from netlify.toml

* updates for partners translation locale overrides

* resolve issue with out of sync lock and package files

* removes package-lock

* updates Layout path

* removes gtm key for production, since it should be coming from netlify's settings

Already deployed to alameda.

* Remove unused package-lock.json (bloom-housing#1344)

* refactor: seed data (bloom-housing#1312)

* Update hero button styles bloom-housing#1314 (bloom-housing#1329)

* feat: navbar custom widths and image only support (bloom-housing#1346)

* Add noWelcomeEmail query param to POST /users (bloom-housing#1326)

* Add noConfirmationEmail query param to POST /users

* Add tests for noConfirmationEmail

* Fix linter

* Update changelog

* Remove merge markers

* Fix yarn.lock being out of sync with package.json (bloom-housing#1342)

* Removes GTM_KEY from netlify configuration - already deployed to alameda (bloom-housing#1347)

* updates pull request template

* removes BACKEND_API_BASE from netlify.toml

* updates for partners translation locale overrides

* resolve issue with out of sync lock and package files

* removes package-lock

* updates Layout path

* removes gtm key for production, since it should be coming from netlify's settings

Already deployed to alameda.

* Remove unused package-lock.json (bloom-housing#1344)

* refactor: seed data (bloom-housing#1312)

* Update hero button styles bloom-housing#1314 (bloom-housing#1329)

* feat: navbar custom widths and image only support (bloom-housing#1346)

* Add noConfirmationEmail query param to POST /users

* Add tests for noConfirmationEmail

* Fix linter

* Update changelog

* Remove merge markers

* Remove duplicate tests from user e2e

Co-authored-by: Sean Albert <smabert@gmail.com>
Co-authored-by: Emily Jablonski <65367387+emilyjablonski@users.noreply.github.com>
Co-authored-by: Andrea Egan <akegan@users.noreply.github.com>

* Flagged Applications Table (bloom-housing#1132)

* Add Application flagged sets listing and onInsert creation

* Add resolve action

* Add client code

* Clean up DB after afs tests

* Fix backend cross test dependencies

* Created flags page

* Added listing param

* Created hook to fetch flagged applications

* Added flags navigation

* Added inner navigation

* Initial work on the flags page

* Added flags navigation

* Updated flags cols

* Added unique primary applicants qty

* Updated columns

* Updated columns and table style

* Added link to the single flag set

* Created new fag page

* Basic columns definition

* Added checkboxes to select applications

* Updated secondary nav applications qty

* Renamed and moved component

* Added SHOW_DUPLICATES variable to temporary enable/disable navigation

* Updated flags routes after next update

* Updated tag size

* Updated header title

* Updated duplicates table

* Created useMutation hook

* Updated mutation hook

* Updated duplicates table and data fetching hook

* Created pagionation component to use with ag-grid

* Applications page cleanup & implemented a new pagination component

* Added page and limit params to the flags hook

* Updated flags table and pagination

* Cleanup

* Updated changelog

* Pagination improvements on mobile

* Updated navigation tabs

* Disable next button when there are no appliacations

* Cleanup & updated Layout path

* Cleanup

* Move navigation component into partners dir

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: dominikx96 <dominik@airnauts.com>

* Add table image thumbnails and minimal flush styles (bloom-housing#1339)

* Add table image thumbnails and minimal flush styles

* Switch to using a TableThumbnail component, fix CSS

* Update Changelog with PR bloom-housing#1339

* Update link in Changelog to PR bloom-housing#1339

* 1321/listings management, additional details section (bloom-housing#1338)

* adds step to db:reseed that adds the uuid extension if it's not present (bloom-housing#1357)

Co-authored-by: Will Lin <4317058+willrlin@users.noreply.github.com>

Co-authored-by: dominikx96 <dominikx96@gmail.com>
Co-authored-by: dominikx96 <dominik@airnauts.com>
Co-authored-by: Michał Plebański <michalp@airnauts.com>
Co-authored-by: Emily Jablonski <65367387+emilyjablonski@users.noreply.github.com>
Co-authored-by: Andrea Egan <akegan@users.noreply.github.com>
Co-authored-by: Jared White <jared@jaredwhite.com>
Co-authored-by: Austin Valeske <avaleske@users.noreply.github.com>
Co-authored-by: Will Lin <4317058+willrlin@users.noreply.github.com>

* update dev branch with master (bloom-housing#1373)

* addresses issues from review

* updates filter implementation

* completely changed filtering for listings

* updates to handle multiple values for the same key

* aside cleanup and log removal

Co-authored-by: dominikx96 <dominikx96@gmail.com>
Co-authored-by: dominikx96 <dominik@airnauts.com>
Co-authored-by: Michał Plebański <michalp@airnauts.com>
Co-authored-by: Emily Jablonski <65367387+emilyjablonski@users.noreply.github.com>
Co-authored-by: Andrea Egan <akegan@users.noreply.github.com>
Co-authored-by: Jared White <jared@jaredwhite.com>
Co-authored-by: Austin Valeske <avaleske@users.noreply.github.com>
Co-authored-by: Will Lin <4317058+willrlin@users.noreply.github.com>

* 1318/additional fees, listings management (bloom-housing#1377)

* Fix units availability display (bloom-housing#1398)

* Fix units availability display

* Add changelog for unit availability

* 1388/date component update take 2 (bloom-housing#1392)

* Adds uuid extension step to e2e tests, and update to .env.template (bloom-housing#19) (bloom-housing#1406)

* adds step to create uuid extension to e2e test initialization

* Add test database environment variable to .env.template and note to readme about it

* Add reserved_community_type seed migration (bloom-housing#1411)

* Add reserved_community_type seed migration

* Update changelog

* 1177/add image to listing (bloom-housing#1413)

* Add image field to listing

* Add image asset relation to listing model

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

* 1408/submission due date (bloom-housing#1409)

* Add due date check to application submission endpoint

* Add test checking if submission deadline works

* Revert listing state after changes in one of the e2e tests

* Add changelog.md udpates

* 1418/cache and cleanup (bloom-housing#1422)

* updates pull request template

* removes BACKEND_API_BASE from netlify.toml

* updates for partners translation locale overrides

* resolve issue with out of sync lock and package files

* removes package-lock

* updates Layout path

* removes gtm key for production, since it should be coming from netlify's settings

Already deployed to alameda.

* adds cache clearing, links for adding/editing and cleanup

* updated changelog

* updates application count logic

* adds clearCacheKeys in cacheLib

* Add assets endpoints for list and retrieve by id (bloom-housing#1412)

* Add assets endpoints for list and retrieve by id

* Add assets endpoints for list and retrieve by id

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

* 1317/listings management, building details & intro (bloom-housing#1420)

* 1319/listings management, building features (bloom-housing#1421)

* 1178 add result and waitlist related fields to Listing (bloom-housing#1434)

* Add tests for updating listing.image relation through listing endpoint

* Add resultLink, isWaitlistOpen and waitlistOpenSpots to Listing model

* Remove eager relation to listing from user entity

* Update client

* 1383/listings management, ranking and results (bloom-housing#1433)

* 1350 / Units (bloom-housing#1448)

* updates pull request template

* removes BACKEND_API_BASE from netlify.toml

* updates for partners translation locale overrides

* resolve issue with out of sync lock and package files

* removes package-lock

* updates Layout path

* removes gtm key for production, since it should be coming from netlify's settings

Already deployed to alameda.

* adds units to listings form

* cleanup around editing/saving units

* unit details

* updates for disableUnitAccourdion

* check for amiChart and FieldGroup revert

* fix new listing issue

* fixes issues from feedback

* moved code into formatFormData

* 1381/listings management, application addresses (bloom-housing#1425)

* 1381 wip

* last toggleable fields

* add office hours

* translations

* details

* Add applicationPickUpAddressType and applicationDropOffAddressType columns to Listing model

* new backend fields for dropoff address

* details page

* submit issues

* show address types

* remove unused application methods

* cleanup

* application submission notes

* default values load in the form

* default values for postmark date

* typing issues w add page

* use existing addresses on listing page

* can really share addresses

* Add additionalApplicationSubmissionNotes migration (bloom-housing#1441)

* pr feedback

* pr feedback pr 2

* changelog

* type yes/no

* combine types

* fixup address fxn

* update migration

* office hours fix

* test updated config yaml

* testing circleci config update

* updated circleci config test

* Updated config.yml

* Updated config.yml

* update migration file

Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>

* 1st attempt at frontend listing pagination

* 1382/listings management, application dates (bloom-housing#1432)

* set fallback to true for getStaticPaths so new paths can be added (bloom-housing#1461)

* Dev - adds cache revalidation to frontend app (bloom-housing#1462)

* set fallback to true for getStaticPaths so new paths can be added

* adds revalidate to staticProps

* updates for cache revalidation on the frontend

* removes listing controller update (bloom-housing#1464)

* Application method/paperpickup (bloom-housing#1469)

* adds PaperPickup back

* Update listings.controller.ts

* revert swagger changes

* Paginate public listings page

* removes preview logic from ListingView (bloom-housing#1476)

* 1153 Dropzone-style file upload component (bloom-housing#1437)

* First pass at a dropzone Cloudinary uploader

* Style the progress control and provide more complete flow

* Tighten up Dropzone usability

* Add id for accessibility

* Update Changelog with bloom-housing#1437

* 1331/hide eligibility header if no sections present (bloom-housing#1457)

* 1331/hide eligibility header if no sections present

* changelog

* Add Github action for running Prettier on PRs (bloom-housing#1440)

* Run prettier automatically with Github Actions.

Introduces an action to automatically run prettier and commit fixes to
the PR. This ensures that the repo will always adhere to the style
guide.

* Fix code style issues with Prettier

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

* Fix code style issues with Prettier

* Entries for unreleased and adds 1.0.4

* Fix code style issues with Prettier

* initial style fixes

* initial request for filtered state

* 1444/optional fields (bloom-housing#1470)

* Add optional indicator to fields that have IsOptional validator set with class-validator

* moves changelog comment to unreleased

* Fix code style issues with Prettier

* updates optional fields from merge

* Fix code style issues with Prettier

* fixes tests and makes listing.name required

* Fix code style issues with Prettier

* householdsize fixes

* Add optional indicator to fields that have IsOptional validator set with class-validator

* moves changelog comment to unreleased

* updates optional fields from merge

* Fix code style issues with Prettier

* fixes tests and makes listing.name required

* Fix code style issues with Prettier

* householdsize fixes

* Fix code style issues with Prettier

* Fix code style issues with Prettier

* Fix code style issues with Prettier

* Apply cleanup with now optional fields

* Fix code style issues with Prettier

* updates HouseholdSizeField so min is optional

* Fix code style issues with Prettier

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

* Fix code style issues with Prettier

* remove prop type

* 1454/listings management visual QA round (bloom-housing#1463)

* Refactor/user module 2 (bloom-housing#1474)

* Encapsulate User module within Auth module

* Move business logic from User controller to user service

* moves changelog message to unreleased section

* Fix code style issues with Prettier

* fixes unrelated ag_grid warnings

* replaces use of backend client with swagger

* Fix code style issues with Prettier

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

* 1404/add action block (bloom-housing#1459)

* Add ActionBlock component

* Add changelog for ActionBlock

* Style tweaks for ActionBlock

* Add DAHLIA styles for ActionBlock and fix margin on smaller screen

* Fix changelog placement for ActionBlock

* Connect ag-grid sort with the API (bloom-housing#1492)

* Connect ag-grid sort with the API

* Fix code style issues with Prettier

* Updated changelog

* Fix code style issues with Prettier

* Add empty values as last

* Fix code style issues with Prettier

* Add missing OrderBy enum definitions

* Add migrating empty strings to nulls in applicant.last_name and applicant.first_name

* Fix code style issues with Prettier

* Fix 1625746856273-migrate-empty-strings-to-nulls-in-app SQL queries

* Map firstName and lastName empty strings to nulls

* Update sorting compare method

* Add applicant firstName and lastName MinLength(1) validators

* Fix e2e tests (missing lastName in test fixtures)

* Update var name

* Update order type

* Update types

Co-authored-by: Dominik Barcikowski <dominik@airnauts.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Michal Plebanski <michalp@airnauts.com>

* Add commands to run Cypress tests in "headless" mode (bloom-housing#1505)

This change adds yarn commands to run the Cypress tests in "headless" mode.

It also removes two Cypress test outputs (which shouldn't have been committed but slipped past the gitignore) and updates the gitignore rules to ensure no more slip through.

* 1503/fix out of sync swagger (bloom-housing#1504)

* Update swagger

* Fix code style issues with Prettier

Fix broken test: fixtures update and Address type

Change return element to null

Fix code style issues with Prettier

* fixes issues with partners build with updated backend swagger

* fixes tests

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

* Add storybook a11y testing bloom-housing#142 (bloom-housing#1450)

* Add storybook storyshots puppeteer addon

* Get yarn:a11y test up and running locally

* Fix alt text-related issues

* Try running a11y tests on circleCI

* Make sure static storybook build is gitignored

* Actually add a11y tests to circleCI pipeline

* Disable nested interactive rule for Tab-like Nav

* Move storyshots-puppeteer and puppeteer into dev dependencies

* Add unmet peer dependency of preact

Follow-up ticket created in bloom-housing#1489

* Fix failing jest tests

* Try node docker image with browsers

* Use non-legacy docker image

* Fix code style issues with Prettier

* Fix a11y issue with dropzone story

* Add changes to changelog

* Fix code style issues with Prettier

* adds description prop to ImageCard for alt text

* updates ImageCard tests

* Fix code style issues with Prettier

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

* 1480/ Fix double submit (bloom-housing#1508)

* set fallback to true for getStaticPaths so new paths can be added

* adds revalidate to staticProps

* updates for cache revalidation on the frontend

* trigger cleanup

* refactors listing submit

* moves setAlert and setLoading calls

* adds useCallback for onSubmit

* adds an additional state and useEffect to handle submission

* adds status dependency on useEffect

* moves setLoading to trigger sooner

* set setStatus prop for Aside to optional

* Fix code style issues with Prettier

* Remove unused inverse relations from entities (bloom-housing#1520)

* just playing

* Fixes bug with listing form (bloom-housing#1521)

* set fallback to true for getStaticPaths so new paths can be added

* adds revalidate to staticProps

* updates for cache revalidation on the frontend

* trigger cleanup

* fixes listing bug issue

* Final touches on filtering ui MVP

* 1184/unit type rent (bloom-housing#1439)

* Add unit_type table

* Add unit_rent_type table

* Add unit_accessibility_priority_type table

* Update autogenerated frontend client

* Fix missing imports in Unit and App modules

* Snapshot

* Update unit related migrations

* Fix leftjoins in listings.service.ts
Refactor seeds module

* Update backend-swagger.ts

* Change src/listings/PaperListingForm/index.tsx to align with unit_type related changes

* Fix linter complaints

* Fix code style issues with Prettier

* adds priorityType.name to partners

* Update changelog.md

* Improve migration script to take into account existing values with SELECT DISTINCT query

* adds unit type and priority options and cleans up how that's all handled

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

* Adds additional checks for unit type and priority (bloom-housing#1525)

* set fallback to true for getStaticPaths so new paths can be added

* adds revalidate to staticProps

* updates for cache revalidation on the frontend

* trigger cleanup

* fixes listing bug issue

* adds additional checks for unit type and priority

* Add preview (disabled) state for Listings Application button (bloom-housing#1502)

* Add preview (disabled) state for Listings Application button

* Also fix bug in the LinkButton component

* Update changelog with bloom-housing#1502

* Update jest-backend ci/cd job environment variables sourced through .… (bloom-housing#1526)

Update jest-backend ci/cd job environment variables sourced through .circleci/config.yaml

* 1348/Add photo upload to the Listing form (bloom-housing#1491)

* First pass at a dropzone Cloudinary uploader

* Style the progress control and provide more complete flow

* Tighten up Dropzone usability

* Add id for accessibility

* Update Changelog with bloom-housing#1437

* Adding photo upload to Listings MVP (WIP)

* Fix image data issue for edits, add detail preview

* Upload to Cloudinary using a signed preset

* Revert previous double-submit issue

* Remove stray console call

* Fix undefined error on new listing page

* fix lint error

* Add bloom-housing#1491 to changelog

* Use state only for Cloudinary upload data

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

* 1352/Add flagged and mark as duplicate to CSV export (bloom-housing#1500)

* Initial changes for CSV flagged export

* Fix typeorm join and flagged mapping

* Fix flagged query + changelog

* updates use of flagged for only csv

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

* Listings close & unpublish (bloom-housing#1498)

* Added unpublish action

* Update aside

* Add button type attr

* Add close and unpublish listings endpoints

* Revert "Add close and unpublish listings endpoints"

This reverts commit 39e854b.

* Fix error when listing is in add mode (there is no listing.id property)

* Update aside buttons

* Prevent error when time field is emty & tag style update

* Fix type

* updates watch list for onSubmit callback

* removes router reload

* Remove button

* Fix form save after close listing action

Co-authored-by: Dominik Barcikowski <dominik@airnauts.com>
Co-authored-by: Michal Plebanski <michalp@airnauts.com>
Co-authored-by: seanmalbert <smabert@gmail.com>

* Incorporate modal

* Convert listing address jsonb columns to separate address tables (bloom-housing#1512)

* Convert listing address jsonb columns to separate address tables

* Update backend swagger interfaces

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

* Recreated foreign keys constraints (bloom-housing#1514)

* Recreated foreign keys constraints for `application_flagged_set_applications_applications`, `listings_leasing_agents_user_accounts`, `property_group_properties_property` and add missing `NOT NULL` migration for listing name column

* moved entry to unreleased section

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

* Add debug flags and instructions for debugging frontends (bloom-housing#1519)

* Add debug flags and instructions for debugging frontends (bloom-housing#195)

* add debug flags and instructions to frontend package.json files and readmes

* update changelog

* update changelog

* 1445/move listing events to table (bloom-housing#1515)

* Convert listing.events json column of ListingEvent[] to a separate listing_events table

* Update changelog.md

* Add a test for updating ListingEvent through Listing endpoint

* Update backend-swagger interfaces

* Add ListingEvent relation to assets (file_id column)

* Update backend-swagger.ts

* Fix validations in ListingEvent create and update DTO, (file IsOptional)

* merges listing seed updates from upstream

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

* Fix code style issues with Prettier

* re-add lint config

* address review comments

Co-authored-by: Emily Jablonski <65367387+emilyjablonski@users.noreply.github.com>
Co-authored-by: Michał Plebański <michalp@airnauts.com>
Co-authored-by: dominikx96 <dominik@airnauts.com>
Co-authored-by: Sean Albert <smabert@gmail.com>
Co-authored-by: Marcin Jędras <mjjedras@gmail.com>
Co-authored-by: Austin Valeske <avaleske@users.noreply.github.com>
Co-authored-by: dominikx96 <dominikx96@gmail.com>
Co-authored-by: Andrea Egan <akegan@users.noreply.github.com>
Co-authored-by: Jared White <jared@jaredwhite.com>
Co-authored-by: Will Lin <4317058+willrlin@users.noreply.github.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Austin Valeske <avaleske@google.com>
Co-authored-by: Anders Schneider <anderseschneider@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants