{"id":25935250,"url":"https://github.com/jamessedlacek/scrumdinger","last_synced_at":"2025-04-10T01:06:27.345Z","repository":{"id":278982893,"uuid":"936971216","full_name":"JamesSedlacek/Scrumdinger","owner":"JamesSedlacek","description":"A rebuild of Apple’s “Scrumdinger” application using modern, best practices for SwiftUI development.","archived":false,"fork":false,"pushed_at":"2025-03-02T00:25:18.000Z","size":2694,"stargazers_count":141,"open_issues_count":2,"forks_count":25,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-03T00:03:06.077Z","etag":null,"topics":["swiftui","swiftui-demo","swiftui-example"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JamesSedlacek.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":"2025-02-22T03:15:37.000Z","updated_at":"2025-03-25T00:07:02.000Z","dependencies_parsed_at":"2025-02-23T01:28:37.293Z","dependency_job_id":null,"html_url":"https://github.com/JamesSedlacek/Scrumdinger","commit_stats":null,"previous_names":["jamessedlacek/scrumdinger"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesSedlacek%2FScrumdinger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesSedlacek%2FScrumdinger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesSedlacek%2FScrumdinger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesSedlacek%2FScrumdinger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JamesSedlacek","download_url":"https://codeload.github.com/JamesSedlacek/Scrumdinger/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248137887,"owners_count":21053775,"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":["swiftui","swiftui-demo","swiftui-example"],"created_at":"2025-03-04T01:33:53.447Z","updated_at":"2025-04-10T01:06:27.318Z","avatar_url":"https://github.com/JamesSedlacek.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Scrumdinger](https://github.com/user-attachments/assets/a245d11d-c260-42a8-8286-785ff491c68c)\n\n# What is this?\nScrumdinger is an iOS app designed to help teams manage their daily scrum meetings effectively. \u003cbr\u003e\nIn agile software development, a daily scrum is a short, time-boxed meeting where team members discuss their progress and plans.\u003cbr\u003e\n\nHere's how it works:\n1. **Create a Scrum**: Set up a meeting with:\n   - A custom title\n   - Meeting length (5-30 minutes)\n   - List of attendees\n   - Visual theme for easy identification\n\n2. **Run the Meeting**:\n   - Start a timed session\n   - The app automatically divides time equally among attendees\n   - Visual progress indicators show overall meeting and current speaker progress\n   - Optional audio recording with real-time transcription\n   - Skip to next speaker when needed\n\n3. **Review History**:\n   - After each meeting, a history entry is created\n   - View past meetings with full transcripts\n   - Track who was in attendance\n\nThe app ensures meetings stay focused and on-time while maintaining a record of discussions for future reference.\n\n# Why did I build this?\nWhile this project started from Apple's tutorial, I saw it as an opportunity to showcase and implement modern iOS development practices. My focus was on:\n\n1. **Modular Architecture**\n   - Separating concerns into distinct packages\n   - Creating reusable components\n\n2. **Comprehensive Testing**\n   - Automation testing via UI tests\n   - Unit testing via Swift Testing\n\n3. **Code Quality**\n   - Following Swift best practices\n   - Maintaining clear documentation\n\nThe goal was to transform a tutorial project into a production-ready application that demonstrates professional iOS development standards.\n\n## Requirements\n- iOS 17.0+\n- Xcode 15.0+\n- Swift 6.0+\n\n## Installation\n1. Clone the repository\n2. Open `Scrumdinger.xcodeproj`\n3. Build and run\n\n# Features\n1. **Daily Scrum Management:**\n  - Create new scrums with title, length (5-30 minutes), and theme\n  - Add and remove attendees\n  - Edit existing scrums\n\n2. **Meeting Features:**\n  - Start timed meetings\n  - Automatic time division between attendees\n  - Visual progress tracking (ring for overall time, bar for current speaker)\n  - Skip to next speaker\n  - Audio recording and transcription\n  - Ding sound that plays when it's the next attendee's turn to speak\n\n3. **History and Review:**\n  - Automatic history creation after meetings\n  - View past meetings with date stamps\n  - View attendee list for past meetings\n  - Access meeting transcripts\n\n# Contributions\nWe welcome contributions focused on:\n\n1. **Architecture Improvements**\n   - Code organization\n   - Design patterns\n   - Module structure\n   - Dependency management\n\n2. **Documentation**\n   - Code comments\n   - README updates\n   - API documentation\n   - Usage examples\n\n3. **Testing**\n   - Additional UI test coverage\n   - Test refactoring\n   - Test documentation\n   - Performance testing\n\nPlease note that we are not accepting new feature additions at this time.\n\n# Credits\nBased on Apple's [iOS App Dev Training](https://developer.apple.com/tutorials/app-dev-training/getting-started-with-scrumdinger) \u003cbr\u003e\nInspired by the [SyncUps](https://github.com/pointfreeco/syncups) project by Point-Free Co\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamessedlacek%2Fscrumdinger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjamessedlacek%2Fscrumdinger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamessedlacek%2Fscrumdinger/lists"}