Demo from Point Free's episode #244 • Aug 7, 2023
16/08/23 1st Delivery -> Standup List
- Created Swift UI project
- Added Standup list with add button
- Added Models from the original Scrumdinger app from Apple
- Added assets for different colors so that the app can create Cards with colors
- Implemented Add Button Tapped Action
17/08/23 2nd Delivery -> Standup Form
-
Created Form screen to add information to the standup (attendees, duration, etc)
-
Added focus Field to set focus to different text fields such as name of the room or name of the attendee
-
Unit test for form screen to test the add and delete of an attendee.
- https://developer.apple.com/tutorials/app-dev-training/getting-started-with-scrumdinger
- https://github.com/pointfreeco/episode-code-samples/tree/main/0244-tca-tour-pt2
- https://www.pointfree.co/episodes/ep244-tour-of-the-composable-architecture-1-0-standups-part-1#references