Skip to content

Instantly share code, notes, and snippets.

@hassanraha
Last active April 30, 2024 06:48
Show Gist options
  • Save hassanraha/caa64c15ffd3d96a2bdcdd7991a2e2db to your computer and use it in GitHub Desktop.
Save hassanraha/caa64c15ffd3d96a2bdcdd7991a2e2db to your computer and use it in GitHub Desktop.

Created a dubai house renting process using the chatgpt for the link: https://www.bayut.com/mybayut/first-time-guide-for-renting-in-dubai/

graph TD;
    A[Research Areas] --> B[Set Budget];
    B --> C[Choose a Property Type];
    C --> D[Find a Real Estate Agent];
    D --> E[View Properties];
    E --> F[Negotiate Terms];
    F --> G[Submit Documents];
    G --> H[Sign Tenancy Contract];
    H --> I[Pay Fees and Deposit];
    I --> J[Ejari Registration];
    J --> K[Move-In Inspection];
    K --> L[Utility Connection];
    L --> M[Payment Setup];
    M --> N[Enjoy Your New Home];
    G -->|Passport Copies, Visa, Emirates ID, Proof of Income| G;
    H -->|Security Deposit, Agency Fees| H;
    J -->|Tenancy Contract| J;
    K -->|Property Inspection Report| K;
    L -->|Utility Account Details| L;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment