Method 1
Open an Issue
- If you find missing data, price changes, or mistakes, open a GitHub issue directly.
- Include the apartment name, the fields that need updates, and the corrected values if you have them.
Method 2
Contact the Author
- If you do not use GitHub, or you want to coordinate directly, contact the author instead.
- When possible, send the apartment name, target fields, and replacement values in one message to reduce back-and-forth.
- QQ Mail:
1793706453@qq.com; UGA Mail:sl64343@uga.edu.
Method 3
Edit the Excel Files and Rebuild JSON
- Fork the repository to your own GitHub account.
- Update both
26fall renting.xlsxand26fall renting EN.xlsxif you want the Chinese and English sites to stay aligned. - Run
python scripts/build_data.pyto regeneratedata/apartments.jsonanddata/apartments_EN.json. - Open both language versions locally and verify that the pages render correctly.
- Commit the updated Excel files and generated JSON files, then open a Pull Request.