@@ -1124,13 +1124,15 @@ Users will be able to directly type `pref [index] [preference]`.
11241124
11251125
112611263 . ** Prevents accidental updates due to shifting list indexes after sorting** : <br >
1127- ** Current Issue** : After executing ` pref save ` for a person at a given index, the list re-sorts (by date, time and
1128- last insertion), which might cause indexes to change. If the user tries to update the same person again using the
1129- ** previous index** , they may unintentionally modify a different person. This is not a bug but can lead to confusion and
1130- incorrect updates. <br >
1131- ** Planned Enhancement** : We plan to improve the UX by making it clearer when the list has re-sorted after commands like
1132- ` pref save ` . Possible solutions include displaying a message such as ` List has been resorted. Please recheck indexes. `
1133- or visually highlighting the recently updated person. This will help users avoid referencing outdated indexes.
1127+ ** Current Issue** : After executing ` pref save ` or ` edit ` for a reservation at a given index, the list re-sorts
1128+ (by date, time and last insertion), which might cause indexes to change. If the user tries to update the same reservation
1129+ again using the
1130+ ** previous index** , they may unintentionally modify a different reservation. This is not a bug but can lead to confusion and
1131+ incorrect updates. <br >
1132+ ** Planned Enhancement** : We plan to improve the UX by making it clearer when the list has re-sorted after commands like
1133+ ` pref save ` or ` edit ` . Possible solutions include displaying a message such as
1134+ ` List has been resorted. Please recheck indexes. `
1135+ or visually highlighting the recently updated reservation. This will help users avoid referencing outdated indexes.
11341136
113511374 . ** Enforce maximum number of occasions per reservation to 1** : <br >
11361138** Current Issues** : ReserveMate currently allows users to input any number of ` o/occasion ` fields when adding a
0 commit comments