{"id":35214690,"url":"https://github.com/aryaghan-mutum/housing-app","last_synced_at":"2026-04-18T12:02:48.024Z","repository":{"id":329802868,"uuid":"1120698593","full_name":"aryaghan-mutum/housing-app","owner":"aryaghan-mutum","description":"A cross-platform desktop GUI application for housing and dining management. Features secure authentication, furniture inventory tracking, and data export capabilities.","archived":false,"fork":false,"pushed_at":"2025-12-21T19:30:11.000Z","size":34,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-23T07:59:28.024Z","etag":null,"topics":["cross-platform","desktop-app","furniture-inventory","gui","housing-management","inventory-management","linux","lisp","macos","racket","racket-gui","windows"],"latest_commit_sha":null,"homepage":"","language":"Racket","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aryaghan-mutum.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-21T18:59:15.000Z","updated_at":"2025-12-21T19:30:02.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/aryaghan-mutum/housing-app","commit_stats":null,"previous_names":["aryaghan-mutum/housing-app"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/aryaghan-mutum/housing-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aryaghan-mutum%2Fhousing-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aryaghan-mutum%2Fhousing-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aryaghan-mutum%2Fhousing-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aryaghan-mutum%2Fhousing-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aryaghan-mutum","download_url":"https://codeload.github.com/aryaghan-mutum/housing-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aryaghan-mutum%2Fhousing-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31967993,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cross-platform","desktop-app","furniture-inventory","gui","housing-management","inventory-management","linux","lisp","macos","racket","racket-gui","windows"],"created_at":"2025-12-29T21:22:44.119Z","updated_at":"2026-04-18T12:02:48.010Z","avatar_url":"https://github.com/aryaghan-mutum.png","language":"Racket","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Housing \u0026 Dining Application\n\nA cross-platform **desktop GUI application** built with Racket for managing housing and dining services in residence halls.\n\n![Racket](https://img.shields.io/badge/Racket-8.0+-blue)\n![Platform](https://img.shields.io/badge/Platform-Windows%20%7C%20macOS%20%7C%20Linux-green)\n![License](https://img.shields.io/badge/License-MIT-yellow)\n\n## Features\n\n- 🔐 **Secure Authentication** - User login with attempt limiting and lockout protection\n- 🏠 **Dashboard Interface** - Modern card-based navigation with quick stats\n- 🪑 **Furniture Inventory** - Browse, filter, and search furniture by building/floor/room\n- 🔧 **Maintenance Tracker** - Track and manage maintenance requests\n- 📊 **Reports \u0026 Analytics** - Generate inventory and activity reports\n- ⚙️ **Settings Management** - Customize themes, notifications, and preferences\n- 📤 **Data Export** - Export inventory data to CSV format\n- 🎨 **Themed UI** - Consistent styling with customizable theme\n\n## Project Structure\n\n```\nhousing-app/\n├── main.rkt                        # Application entry point\n├── info.rkt                        # Package metadata\n├── src/\n│   ├── core/\n│   │   ├── config.rkt              # Configuration settings\n│   │   └── database.rkt            # Database operations\n│   ├── ui/\n│   │   └── theme.rkt               # Colors, fonts, UI helpers\n│   ├── views/\n│   │   ├── login.rkt               # Login form\n│   │   ├── dashboard.rkt           # Main dashboard\n│   │   ├── furniture-browser.rkt   # Inventory browser\n│   │   └── dialogs/\n│   │       ├── about-dialog.rkt    # About dialog\n│   │       ├── settings-dialog.rkt # Settings dialog\n│   │       ├── reports-dialog.rkt  # Reports dialog\n│   │       └── maintenance-dialog.rkt # Maintenance tracker\n│   └── tests/\n│       └── test-config.rkt         # Unit tests\n└── .github/\n    └── workflows/\n        ├── ci.yml                  # CI pipeline\n        ├── release.yml             # Release workflow\n        └── auto-version.yml        # Auto-versioning\n```\n\n## Requirements\n\n- Racket 8.0 or higher\n- Required packages:\n  - `gui-lib` (included with Racket)\n  - `db` (for database connectivity)\n\n## Installation\n\n1. Install Racket from https://racket-lang.org/\n\n2. Clone the repository:\n   ```bash\n   git clone https://github.com/aryaghan-mutum/housing-app.git\n   cd housing-app\n   ```\n\n3. Install required packages:\n   ```bash\n   raco pkg install db\n   ```\n\n## Running the Application\n\n```bash\nracket main.rkt\n```\n\nOr from DrRacket, open `main.rkt` and click Run.\n\n### Demo Mode\n\nThe application runs in **demo mode** by default, allowing you to explore all features without a database connection.\n\n**Demo Credentials:**\n- Username: `test` / Password: `test`\n- Username: `admin` / Password: `admin`\n\nTo connect to a real database, edit `src/core/config.rkt` and set `demo-mode?` to `#f`.\n\n## Configuration\n\nEdit `src/core/config.rkt` to customize:\n\n```racket\n;; Application settings\n(define app-name \"Housing \u0026 Dining\")\n(define app-version \"2.0.0\")\n\n;; Database connection (when demo-mode? is #f)\n(define db-server \"YOURSERVER\\\\SQLEXPRESS\")\n(define db-name \"HousingDB\")\n(define db-user \"sa\")\n(define db-password \"yourpassword\")\n\n;; Security settings\n(define max-login-attempts 3)\n(define lockout-duration-seconds 7200)  ; 2 hours\n\n;; Set to #f to use real database\n(define demo-mode? #t)\n```\n\n## Development\n\n### Running Tests\n\n```bash\ncd tests\nracket test-config.rkt\n```\n\n### Building Executable\n\n```bash\nraco exe -o housing-app main.rkt\n```\n\n### Creating Distribution\n\n```bash\nraco distribute dist housing-app\n```\n\n## Architecture\n\nThis is a **native desktop GUI application** using Racket's `racket/gui` framework, which provides:\n\n- Cross-platform support (Windows, macOS, Linux)\n- Native look and feel on each platform\n- No web browser or server required\n- Direct system integration\n\n## Contributing\n\n1. Fork the repository\n2. Create a feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'feat: add amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\n**Commit Prefixes for Auto-versioning:**\n- `feat:` - New features (minor version bump)\n- `fix:` - Bug fixes (patch version bump)\n- `major:` or `BREAKING CHANGE` - Breaking changes (major version bump)\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\n## Author\n\n**Anurag Muthyam** - [GitHub](https://github.com/aryaghan-mutum)\n\n## Acknowledgments\n\n- Converted from an original C# Windows Forms application\n- Built with [Racket](https://racket-lang.org/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faryaghan-mutum%2Fhousing-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faryaghan-mutum%2Fhousing-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faryaghan-mutum%2Fhousing-app/lists"}