heyjaywilson/peakfit

allow a user to add an exercise to a list that already exists

Open

#15 opened on Sep 23, 2024

 (8 comments) (0 reactions) (1 assignee)Swift (10 forks)auto 404
enhancementhacktoberfest

Repository metrics

Stars
 (18 stars)
PR merge metrics
 (PR metrics pending)

Description

In a list that already exists, a user needs to be able to add an exercise.

Use the symbol plus.circle in the trailing spot of the navigation bar.

Note: All writes to swift data should be done on a background actor. There is a Service already setup for ExerciseList

Contributor guide