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 合并指标
 (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)

贡献者指南