heyjaywilson/peakfit

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

開放

#26 建立於 2024年9月24日

 (1 則留言) (0 個反應) (0 位負責人)Swift (10 個分叉)auto 404
enhancementhacktoberfest

倉庫指標

星標
 (18 顆星)
PR 合併指標
 (30 天內沒有已合併 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)

貢獻者指南