Skip to content

Commit

Permalink
update help text
Browse files Browse the repository at this point in the history
  • Loading branch information
muktihari committed Dec 5, 2023
1 parent e5a11da commit 895ef89
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/components/ToolModeSelector.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,12 @@ import { ToolMode } from '@/spec/activity-service'
one at a time.
</p>
<p v-show="selected?.value == ToolMode.Combine">
We will combine multiple activities into one continuous activity file. Two sequential
sessions of the same sport will be merged into one session. If the sport is different, it
will be placed in separate sessions. This process will continue until all sessions are
combined.
We will combine multiple activities into one continuous activity file. This is how we will
do it: we will iterate through all activities. Starting from the current activity's
iteration, we will pick the last session and combine it with the first session of the next
activity only when the sport is a match. If the sport is different, all sessions of the
next activity will be appended as they are. This process will continue until all
activities are combined.
</p>
<p v-show="selected?.value == ToolMode.SplitPerSession">
We will create new Activity File for every Sessions in all activities.
Expand Down

0 comments on commit 895ef89

Please sign in to comment.