Back to overview
OUT-3518

Support note field when a property is put on pause

Pull Request
Medium
anit
FeatureMystery ShoppingCreated Apr 2, 2026 · Updated Apr 23, 2026

Description

When an internal user puts a property on pause, they should also be able to enter a simple text note. This field should:

  • Save and associate with the property
  • Clear once the property is no longer on pause
  • Show up under the "Reason" field in Eligible Stays internal view

Comments (4)

anit6d ago

[team member] I couldn't think of any better way to do this with current db structure. So here's my plan, I will create and update it to a custom field called "Pause Note". We will read it from that custom field to display it under reasons. And when unpausing, we can clear that custom field. wdyt?

schwartz6d ago

Sure - this is a company level custom field?

anit5d ago

Yes. It will be on company in partner portal.

anit3d ago

[team member] You can test the feature in this link: https://eligible-stays-app-git-anit-out-3518-support-335121-assemblycom.vercel.app/internal?token=f341cfdc5ddc7ceb61403248f9dc99fa8dcb81631b5f2077dc2d816bf5d15c4a51866e69b56979ecb5f5911e4c75743b0d1e9b8ff8b7bd212bdeaaa6e7a79384a2c6d784583b3a36a0b69a17e59a3efd86ba55f5140611630b5fc43a4c1eaf0e58e48d293e63d3218cb7c5069e07898a

Be careful, it points to live DB though. So changes here will reflect on live app.