{"id":20839150,"url":"https://github.com/timoa/yubidive","last_synced_at":"2025-07-08T13:09:07.887Z","repository":{"id":263267816,"uuid":"889777688","full_name":"timoa/yubidive","owner":"timoa","description":"Simple Scuba dive bookings app","archived":false,"fork":false,"pushed_at":"2025-03-10T16:58:36.000Z","size":421,"stargazers_count":1,"open_issues_count":11,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-10T17:51:13.396Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Svelte","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/timoa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2024-11-17T07:49:48.000Z","updated_at":"2024-12-20T06:36:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"2d21d4d6-7cdd-40d4-931f-8461a384c0ef","html_url":"https://github.com/timoa/yubidive","commit_stats":null,"previous_names":["timoa/yubidive"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timoa%2Fyubidive","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timoa%2Fyubidive/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timoa%2Fyubidive/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timoa%2Fyubidive/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timoa","download_url":"https://codeload.github.com/timoa/yubidive/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243196663,"owners_count":20251861,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-11-18T01:12:29.022Z","updated_at":"2025-03-12T10:09:42.398Z","avatar_url":"https://github.com/timoa.png","language":"Svelte","funding_links":[],"categories":[],"sub_categories":[],"readme":"# YubiDive 🤿\n\n[![SvelteKit](https://img.shields.io/badge/SvelteKit-2.0.0-FF3E00.svg)](https://kit.svelte.dev/)\n[![Svelte](https://img.shields.io/badge/Svelte-5.0.0-FF3E00.svg)](https://svelte.dev/)\n[![TailwindCSS](https://img.shields.io/badge/TailwindCSS-3.4.15-38B2AC.svg)](https://tailwindcss.com/)\n[![Prisma](https://img.shields.io/badge/Prisma-5.22.0-2D3748.svg)](https://www.prisma.io/)\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE)\n\nA modern, efficient scuba diving booking management system designed for dive clubs and centers. YubiDive simplifies the process of managing boat schedules, dive bookings, and member interactions.\n\n## ✨ Features\n\n### 🛥️ Boat Management\n\n- Create and manage boat profiles with detailed information\n- Track boat capacity and status (active, inactive, maintenance)\n- View boat schedules and availability\n\n### 📅 Schedule Management\n\n- Create and manage dive schedules\n- Set start and end times for dive sessions\n- View upcoming and past schedules\n\n### 🎫 Booking System\n\n- Easy-to-use booking interface for members\n- Real-time availability checking\n- Booking management for administrators\n- View and manage upcoming and past bookings\n\n### 👥 User Management\n\n- Member registration and authentication\n- Role-based access control (admin/member)\n- Member profile management\n\n### 🌐 Internationalization\n\n- Multi-language support (English/French)\n- Easy to extend with additional languages\n\n### 💅 Modern UI/UX\n\n- Clean, responsive design using TailwindCSS\n- Intuitive navigation and user flows\n- Consistent design language across all pages\n\n## 🚀 Tech Stack\n\n- **Frontend**: SvelteKit 2.0, Svelte 5.0\n- **Styling**: TailwindCSS 3.4\n- **Database**: Prisma ORM with SQLite (Cloudflare R2 planned)\n- **Deployment**: Cloudflare Pages/Vercel/Netlify (planned)\n\n## 🛠️ Installation\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/yourusername/yubidive.git\n   cd yubidive\n   ```\n\n2. Install dependencies:\n\n   ```bash\n   pnpm install\n   ```\n\n3. Set up the database:\n\n   ```bash\n   # Create SQLite database\n   pnpm prisma db push\n\n   # Seed the database with initial data\n   pnpm prisma db seed\n   ```\n\n## 🏃‍♂️ Development\n\nStart the development server:\n\n```bash\n# Regular start\npnpm run dev\n\n# Start and open in browser\npnpm run dev --open\n```\n\nBuild for production:\n\n```bash\npnpm run build\n```\n\n## 🧪 Testing and Quality\n\n```bash\n# Type checking\npnpm run check\n\n# Linting\npnpm run lint\n\n# Format code\npnpm run format\n```\n\n## 📝 License\n\nThis project is licensed under the Apache 2.0 License - see the [LICENSE](LICENSE) file for details.\n\n## 🔜 Roadmap\n\n- [ ] Integration with Cloudflare R2 database\n- [ ] WhatsApp and Telegram bot to book dives\n- [ ] Notifications\n- [ ] Email notifications\n- [ ] Calendar integration\n- [ ] Advanced booking management features\n- [ ] Track available diving spots\n- [ ] Mobile app version (maybe)\n\n## 🤝 Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimoa%2Fyubidive","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimoa%2Fyubidive","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimoa%2Fyubidive/lists"}