bloom-housing / bloom

component-based web framework for affordable housing management
Apache License 2.0
34 stars 24 forks source link

feat: listing duplication endpoint #4307

Closed mcgarrye closed 1 week ago

mcgarrye commented 2 weeks ago

This PR addresses #(799)

Description

Allows user to call listings/duplicate endpoint to create a copy listing from an existing listing.

How Can This Be Tested/Reviewed?

Run partner portal and api and login as a admin user. Have the listing id for the listing you would like to duplicate. Fill out the payload for listings/duplicate. Set storedListing.id to the above. Cases:

  1. Set name to a unique name, set includeUnits to true. Should create a new draft listing with the name given which is otherwise identical to the original listing, including the units.
  2. Set name to a unique name, set includeUnits to false. Should create a new draft listing with the name given which is otherwise identical to the original listing, excluding the units.
  3. Set name to a the same name as the original listing. Should error with 400 BadRequest and a message 'New listing name must be unique'.

You can view the newly created in the Partners Portal

Author Checklist:

Review Process:

netlify[bot] commented 2 weeks ago

Deploy Preview for partners-bloom-dev ready!

Name Link
Latest commit 703355728a741629a36b983b96f20a2f61571c1f
Latest deploy log https://app.netlify.com/sites/partners-bloom-dev/deploys/66db5de7d137f50008b31d05
Deploy Preview https://deploy-preview-4307--partners-bloom-dev.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

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

netlify[bot] commented 2 weeks ago

Deploy Preview for bloom-exygy-dev ready!

Name Link
Latest commit 703355728a741629a36b983b96f20a2f61571c1f
Latest deploy log https://app.netlify.com/sites/bloom-exygy-dev/deploys/66db5de70ae236000851c3a5
Deploy Preview https://deploy-preview-4307--bloom-exygy-dev.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

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