heyjaywilson/peakfit

Store an exercise lists sort type and make sure the list applies that sort type

オープン

#26 opened on 2024/09/24

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)Swift (10 件のフォーク)auto 404
enhancementhacktoberfest

Repository metrics

Stars
 (18 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

The exercise list should know what type of sort is applied to it so that the list opens to the last used sort.

Acceptance criteria

  • Adjust the ExerciseList model to store the sort type
  • Adjust the exercise list view to apply the sort type based on what's stored in the model
  • Write using ExerciseList.Service (I'm trying to keep all writes to the database on a background actor)

コントリビューターガイド