/TCA-1.0-Standups

Demo from Point Free's episode #244 • Aug 7, 2023

Primary LanguageSwift

TCA-1.0-Standups

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
Screenshot 2023-08-16 at 23 48 28

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.

    image

References

  1. https://developer.apple.com/tutorials/app-dev-training/getting-started-with-scrumdinger
  2. https://github.com/pointfreeco/episode-code-samples/tree/main/0244-tca-tour-pt2
  3. https://www.pointfree.co/episodes/ep244-tour-of-the-composable-architecture-1-0-standups-part-1#references