Johnny Shultz
638eb39820
Merge branch 'release/2025.07.31' into feature/CASH-1159
2025-07-25 09:35:28 -04:00
Scott Kiener
095c8aad7b
CASH-1237 | Fix CTA text for overnight dropoff
2025-07-25 09:23:21 -04:00
Johnny shultz
4ed29efa3b
CASH-1159
...
CASH-1159 fixed selected shop from not persisting when switching from mobile back to inshop
2025-07-25 09:10:35 -04:00
Bryan Mauger
c83b30edf8
CASH-1208 fix persistent waitlist success message.
2025-07-24 15:46:13 -04:00
CarlNation
b7dc72ad77
CASH-1228
...
CASH-1228 force reset the selected timeslot when the date changes.
2025-07-24 15:15:50 -04:00
Chris Redelinghuys
e32a1cd9c4
CASH-1214: Clear selectedRouteCode if no time slot is selected
2025-07-24 14:36:19 -04:00
CarlNation
33241a8ecb
Merge branch 'release/2025.07.31' into nation/CASH-1225
2025-07-24 13:33:40 -04:00
CarlNation
30a12ca7ca
Merge branch 'release/2025.07.31' into nation/CASH-1225
2025-07-24 13:30:33 -04:00
CarlNation
6d0e9ff4a1
CASH-1225
...
CASH-1225 seemed like meta was false when default timeslot selected. Could not determine why so removed meta and changed the check to enable the continue button to be based on having an appointment type and a routecode.
Will need to retest CASH-1145. Should also cover CASH-1218 and CASH-1228
2025-07-24 13:29:52 -04:00
mvalaiyapathi
f301527e3c
Merge branch 'release/2025.07.31' into feature/CASH-1227
2025-07-24 13:10:26 -04:00
Minojhini Valaiyapathi
3a1a1060d8
CASH-1227 - Fixed resetting the date from navigating back from mobile/customer details to schedule page
2025-07-24 13:08:35 -04:00
Chloe Herd
9bb93af149
Don't change serviceability details when new shop is chosen
2025-07-24 12:53:03 -04:00
Johnny Shultz
407eae0556
Merge branch 'release/2025.07.31' into feature/CASH-1230
2025-07-24 12:42:45 -04:00
Johnny shultz
905eeb9e31
CASH-1230
...
CASH-1230 simplifed code back to the way it was in setDisplayWaitlist, only need to call this method on an appointment type change
2025-07-24 12:41:19 -04:00
Chris Redelinghuys
b909b90f34
CASH-1222: Add validation rules to inshop/dropoff options
2025-07-24 12:22:50 -04:00
Johnny shultz
1b7eb2962e
CASH-1230
...
formatting
2025-07-24 10:07:09 -04:00
Johnny shultz
0d826f478e
CASH-1230
...
CASH-1230 modified waitlist to display for mobile and for inshop when it should/shouldnt
2025-07-24 09:53:06 -04:00
Bryan Mauger
e2c256fe21
CASH-1028 make waitlist show only if date is selected.
2025-07-24 08:44:57 -04:00
Minojhini Valaiyapathi
42c479177e
CASH-1226 - Passed mobile provider number when appointment type is mobile
2025-07-24 08:24:24 -04:00
Chloe Herd
6d3af6d1af
Dont reset fields unnecessarily
2025-07-23 14:27:30 -04:00
Chris Redelinghuys
84f7911c1a
CASH-1214: Reset selected timeslot on date change
2025-07-23 14:04:30 -04:00
scottkiener-at-safelite
92620b1dcd
Merge branch 'release/2025.07.31' into feature/CASH-1224
2025-07-22 16:02:19 -04:00
Johnny shultz
1c58528633
CASH-1224
...
CASH-1224 resetting preSelectedDate in onShopSelected, because if user is searching for a new shop then no need for the preSelectedDate variable other than preserving the value after advancing
2025-07-22 15:54:22 -04:00
Chloe Herd
64e91ca4f3
Refactor promises to awaits
2025-07-22 15:51:05 -04:00
Chris Redelinghuys
52b5cf42f0
CASH-1212: Update selected date if it's null after getting dates for another month
2025-07-22 14:29:04 -04:00
Johnny shultz
8636751b7d
CASH-1221
...
formatting
2025-07-22 13:01:59 -04:00
Johnny shultz
fd9265a269
CASH-1221
...
CASH-1221 fixed waitList success message from popping up when it is not supposed to, reset waitList selection on change from both modals and new date
2025-07-22 12:54:33 -04:00
chloeherdsafelite
ca9880efe2
Merge branch 'release/2025.07.31' into feature/CASH-1207
2025-07-22 12:15:46 -04:00
Chloe Herd
ead9fc10af
Don't over-update fields with wrong information.
2025-07-22 12:09:07 -04:00
Minojhini Valaiyapathi
381d661c09
CASH-1216 - Checked if selectedProvider is null for mobile
2025-07-22 11:50:45 -04:00
Bryan Mauger
eafe144519
CASH-1042 WIP
2025-07-22 08:08:07 -04:00
Johnny shultz
1470d3e52f
Merge remote-tracking branch 'origin/feature/CASH-1145' into feature/CASH-1145
2025-07-21 16:12:00 -04:00
Johnny shultz
94a3fbcc72
CASH-1145
...
formatting
2025-07-21 16:11:27 -04:00
Johnny Shultz
042bcd43b9
Merge branch 'release/2025.07.31' into feature/CASH-1145
2025-07-21 16:07:38 -04:00
Johnny shultz
d1fff5162f
CASH-1145
...
CASH-1145 prevented continue button from being selected before a timeslot has been picked for happy path and for when they navigate forward and back
2025-07-21 16:05:17 -04:00
Chloe Herd
1df3a739ad
Don't set appointment type when no appointment/routecode is present.
2025-07-21 15:28:49 -04:00
Scott Kiener
25fbe8933d
CASH-1204 | Schedules not loading on initial page load
...
Moved initialization logic out of mounted into next() of beforeRouteEnter
2025-07-21 11:36:11 -04:00
Bryan Mauger
89f8b15d1e
CASH-1042 WIP
2025-07-21 10:17:09 -04:00
AdamCaouetteSafelite
4775a7d077
CASH-1153: remove line that was conflicting and causing error
2025-07-18 16:15:36 -04:00
AdamCaouetteSafelite
4b5de2fe6d
CASH-845 add duration text back to Mobile
2025-07-18 15:58:58 -04:00
AdamCaouetteSafelite
b7bf5c9690
CASH-845: add another nextTick and await to ensure date picker is ready for an auto select of first date
2025-07-18 15:39:52 -04:00
AdamCaouetteSafelite
913de733ca
CASH-845: fix for seeing duration as undefined
2025-07-18 15:24:19 -04:00
AdamCaouetteSafelite
e552d37031
Merge branch 'release/2025.07.31' into feature/CASH-845-stage-6
2025-07-18 13:53:20 -04:00
AdamCaouetteSafelite
b7f5be2d80
CASH-845 tech review changes
2025-07-18 13:51:04 -04:00
Chris Redelinghuys
9a1d66382c
CASH-1125: Cart heritage parity
2025-07-18 13:01:40 -04:00
scottkiener-at-safelite
966839b1eb
Merge branch 'release/2025.07.31' into feature/CASH-1077v2
2025-07-18 12:32:23 -04:00
scottkiener-at-safelite
0b5e3db05b
Merge branch 'release/2025.07.31' into feature/CASH-1077v2
2025-07-18 12:30:59 -04:00
scottkiener-at-safelite
e5548a235c
Merge branch 'release/2025.07.31' into feature/CASH-1160
2025-07-18 12:26:56 -04:00
Scott Kiener
8a2c087e6c
Formatting
2025-07-18 12:25:48 -04:00
Scott Kiener
339a2343de
CASH-1077 | Remove extra zip call
2025-07-18 12:20:07 -04:00
Johnny shultz
d94f5c03f6
CASH-1077
...
formatting
2025-07-18 12:08:55 -04:00
Johnny Shultz
1d50dfde96
Merge branch 'release/2025.07.31' into feature/CASH-1077v2
2025-07-18 11:48:30 -04:00
Johnny shultz
caf67637b3
CASH-1077
...
CASH-1077 added loader to popup
2025-07-18 11:46:14 -04:00
Scott Kiener
143a5b672c
CASH-1160 | Fix premium slot display
2025-07-18 11:13:15 -04:00
Scott Kiener
70abefd524
CASH-1164 | Fix issue where pick a time stayed selected when date change
2025-07-18 11:04:05 -04:00
Chloe Herd
b0da2a453c
Confirmation Parity
2025-07-18 10:38:16 -04:00
AdamCaouetteSafelite
2257ad32a7
CASH-845 remove comment and exclude unit tests for now
2025-07-18 09:05:59 -04:00
AdamCaouetteSafelite
2e34325aed
CASH-845 formatting from prettier
2025-07-18 08:49:14 -04:00
AdamCaouetteSafelite
adb7dd9bed
CASH-845 add null protection
2025-07-18 08:46:51 -04:00
AdamCaouetteSafelite
819e1df086
CASH-845: fix preselected dates to work with new schedule code
2025-07-18 08:21:51 -04:00
AdamCaouetteSafelite
2f322bdf9b
CASH-845: fix waitlist so it works with new changes
2025-07-18 07:45:23 -04:00
AdamCaouetteSafelite
2cf882988d
CASH-845: several updates to get date picker working with schedule again
2025-07-18 07:03:10 -04:00
AdamCaouetteSafelite
f1ec6e6ff8
CASH-845: include mobile/inshop selectivity on load more dates calls
2025-07-18 02:00:01 -04:00
AdamCaouetteSafelite
d2cf736c4c
CASH-845: use isServiceable___ vars to selectively load mobile time-slots, inshop, or both
2025-07-18 01:13:39 -04:00
AdamCaouetteSafelite
cefdb0fa70
CASH-845: move datePicker initialData and setup outside of beforeRouteEnter so usage of isServiceable___ vars is an option
2025-07-18 00:56:21 -04:00
Bryan Mauger
b4e91b376c
CASH-1042 WIP misc updates.
2025-07-17 17:08:44 -04:00
scottkiener-at-safelite
5a8bc3ef56
Merge branch 'release/2025.07.31' into feature/CASH-845-stage-6
2025-07-17 15:49:56 -04:00
Scott Kiener
d5ab55644f
Formatting and Unit Tests
2025-07-17 15:32:08 -04:00
Scott Kiener
7341f0a88e
Make last alert a computed
2025-07-17 13:49:06 -04:00
Scott Kiener
5b8d92fa74
Make invalid zip alert computed
2025-07-17 13:32:17 -04:00
Scott Kiener
8889e59352
Make answers a computed
2025-07-17 13:25:36 -04:00
Scott Kiener
10ca9ce8ba
Refactor submit button logic
2025-07-17 13:17:30 -04:00
Bryan Mauger
1fcfb247a5
CASH-1042 WIP parts-question page formatting.
2025-07-17 12:43:43 -04:00
Bryan Mauger
440c372f5b
CASH-1042 update confirmation submit button.
2025-07-17 12:02:37 -04:00
Bryan Mauger
113ab742ed
CASH-1042 WIP confirmation page changes.
2025-07-17 11:46:21 -04:00
AdamCaouetteSafelite
f08b64bddb
CASH-845: prettier caught an extra space
2025-07-17 11:08:17 -04:00
AdamCaouetteSafelite
583ce61f57
CASH-845 add comment to explain rationale
2025-07-17 10:45:19 -04:00
AdamCaouetteSafelite
bea71eb171
CASH-845: fixing apptType/providerNumber/zipCode conflicts
2025-07-17 10:30:30 -04:00
Scott Kiener
6c1b90225e
Move method to computed, remove resetbuttonstyle calls
2025-07-17 10:08:28 -04:00
Scott Kiener
46c2119426
Some formatting and removed answers = [] references
2025-07-17 10:04:42 -04:00
bmauger
4b3572ec07
Merge branch 'develop' into CASH-1042-header-and-progress-bar-style-updates
2025-07-17 09:55:09 -04:00
CarlNation
38e43256d7
Merge branch 'release/2025.07.17' into rlsmerge/2025.07.17-to-dev
2025-07-17 06:58:58 -04:00
Bryan Mauger
18c21dd265
Format code.
2025-07-16 16:15:34 -04:00
Scott Kiener
fa0d988335
Readability and generate answers refactor
2025-07-16 15:58:50 -04:00
Bryan Mauger
f510fd3f94
CASH-1042 PR comment updates.
2025-07-16 15:51:11 -04:00
Scott Kiener
33c2401392
Fixed modal button validation issue
2025-07-16 15:36:26 -04:00
Scott Kiener
c4aa209413
Fix issue where answer was not auto selected
...
If it was not in the initial three questions it didn't load correctly
2025-07-16 15:19:15 -04:00
Scott Kiener
59cf55a7fd
Moved resetting of # of shops to be displayed
2025-07-16 15:06:23 -04:00
Scott Kiener
c0a93abfbf
Change where modal open logic happens
...
prevents flashing the incorrect data
2025-07-16 14:49:26 -04:00
Scott Kiener
7324053990
Reorganized onModalOpen code
2025-07-16 14:47:14 -04:00
Scott Kiener
5e09e05216
Removed unused code & keep old provider selected
2025-07-16 14:43:59 -04:00
Scott Kiener
d3695695e4
Bubble click event through on textbox-question
...
Rename variable for readability on shop-question-popup
2025-07-16 14:17:29 -04:00
Bryan Mauger
99c4f2edcb
CASH-1042 fix unit test.
2025-07-16 14:08:55 -04:00
Scott Kiener
1217d2d333
Rename props/data for readability
2025-07-16 13:54:55 -04:00
Scott Kiener
5f3c24fb8f
Fix newly introduced bug - enter key propagating on zip search
2025-07-16 13:43:05 -04:00
Bryan Mauger
1699bada22
Remove unused css. Remove unused component code.
2025-07-16 13:39:44 -04:00
Scott Kiener
66b464cf3a
Refactor of get more shops button
2025-07-16 13:37:10 -04:00
Bryan Mauger
9f837b33d0
Merge branch 'CASH-1042-header-and-progress-bar-style-updates' of https://github.com/Safelite/DigitalConsumer.FixMyGlass into CASH-1042-header-and-progress-bar-style-updates
2025-07-16 13:34:22 -04:00
Bryan Mauger
22ed5c26bd
CASH-1042 format code.
2025-07-16 13:34:17 -04:00
bmauger
626fb09747
Merge branch 'release/2025.07.31' into CASH-1042-header-and-progress-bar-style-updates
2025-07-16 13:29:23 -04:00