Skip to content

Instantly share code, notes, and snippets.

@hellodit
Created March 1, 2025 22:31
Show Gist options
  • Save hellodit/5ab307f9defa65190a1e85b835042a63 to your computer and use it in GitHub Desktop.
Save hellodit/5ab307f9defa65190a1e85b835042a63 to your computer and use it in GitHub Desktop.
{
"criminal_history": "No",
"medical_condition": "No",
"smoke": "No",
"illicit_drugs": "No",
"guests": "No",
"pets": "No",
"cook_regularly": "Yes",
"shared_housing_experience": "No",
"issues_with_tenants": "Yes",
"tidy_organized": "Yes",
"mature_respectful": "Yes",
"considerate": "Yes",
"honest": "Yes",
"responsible": "Yes",
"environmentally_responsible": "Yes"
}
@hellodit
Copy link
Author

hellodit commented Mar 1, 2025

income_detail.json

{
  "employment": "Yes",
  "employer": "Software Developer at XYZ Corp.",
  "employer_contact": "John Doe, 1234567890",
  "leave_date": null,
  "current_income": "5000"
}

@hellodit
Copy link
Author

hellodit commented Mar 1, 2025

additonal_information.json

{
  "reason_leaving": "I am moving because I got a new job in another city.",
  "terminated": "No",
  "refused": "No",
  "dept": "No",
  "rental_bond": "No",
  "future_rental_payment": "No",
  "additional_notes": "No special requests."
}

@hellodit
Copy link
Author

hellodit commented Mar 1, 2025

partner_detail.json

{
  "partner": "No",
  "partner_name": null,
  "partner_email": null
}

@hellodit
Copy link
Author

hellodit commented Mar 1, 2025

personal_consest.json

{
  "smoking_drug_use": "Yes",
  "respect_other_tenants": "Yes",
  "pay_your_rent_on_time": "Yes",
  "conservative": "Yes",
  "kitchen_utensils": "Yes",
  "follow_home_rules": "Yes"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment