Commit graph

420 commits

Author SHA1 Message Date
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
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
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
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
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
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
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
AdamCaouetteSafelite
4775a7d077 CASH-1153: remove line that was conflicting and causing error 2025-07-18 16:15:36 -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
b7f5be2d80 CASH-845 tech review changes 2025-07-18 13:51:04 -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
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
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
10ca9ce8ba Refactor submit button logic 2025-07-17 13:17:30 -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
1217d2d333 Rename props/data for readability 2025-07-16 13:54:55 -04:00
Scott Kiener
c1f7f7f734 Refactored shop-list-button to no longer need so many props
Everyone single usage did the same thing, reduced boilerplate by moving it to the component itself
2025-07-16 10:24:23 -04:00
Scott Kiener
12c3cabb25 Remove unused model-value, add newZipCode datamember 2025-07-15 15:32:21 -04:00
Scott Kiener
371849e924 AppointmentTypeString removal
We don't need this currently because there is no distinction between inshop and dropoff currently
2025-07-15 14:40:08 -04:00
Scott Kiener
28c83fbb89 Clean up all unused code, move display to computed
The only functionality changes here were:
displaySeeMoreLocationsLink()
and using the v-if on schedule page instead of inside component
2025-07-15 14:01:00 -04:00
Johnny shultz
72ae9ae2ab CASH-818
removing unused data property not being used for this PR
2025-07-11 09:26:57 -04:00
Johnny shultz
5ca35375a1 Merge remote-tracking branch 'origin/feature/CASH-1077' into feature/CASH-1077 2025-07-11 09:24:18 -04:00
Johnny shultz
835cfb01ac CASH-818
defect fixes for CASH-1149 and CASH-1154
2025-07-11 09:23:55 -04:00
Johnny Shultz
50d4658bea
Merge branch 'release/2025.07.10' into feature/CASH-1077 2025-07-10 16:08:35 -04:00
AdamCaouetteSafelite
bec8b3d873 CASH-845 UI updates, content and CSS 2025-07-10 15:45:05 -04:00
Johnny shultz
f604f3c961 Merge remote-tracking branch 'origin/feature/CASH-1077' into feature/CASH-1077 2025-07-10 15:18:26 -04:00
Johnny shultz
2c1bbff8af CASH-816
formatting
2025-07-10 15:17:55 -04:00
Johnny Shultz
90655e76d3
Merge branch 'release/2025.07.10' into feature/CASH-1077 2025-07-10 15:09:31 -04:00
Johnny shultz
b5562ee714 CASH-816
CASH-816 fix for issues with 816,updating watcher for now, but can try to use a different approach for refactoring. added in css from before
2025-07-10 15:06:50 -04:00
AdamCaouetteSafelite
995c2da5a1 CASH-845: move duration text block from time-slot-question to date-picker 2025-07-10 14:34:44 -04:00
AdamCaouetteSafelite
26035ab37d CASH-845 prettier fixes 2025-07-10 09:28:25 -04:00
AdamCaouetteSafelite
c2aed7e25a CASH-845 add zipCode to mobile call payload 2025-07-10 06:46:56 -04:00
AdamCaouetteSafelite
66248db361 CASH-845 restore temp testing code 2025-07-10 06:32:52 -04:00
AdamCaouetteSafelite
fb03af0533 CASH-845 update api call method structure for new zipCode param to be passed 2025-07-10 06:32:02 -04:00
AdamCaouetteSafelite
f7351ca5be CASH-845 prettier fixes 2025-07-09 15:37:48 -04:00
AdamCaouetteSafelite
3ba3f8a4fc CASH-845 quick fixes to get JS changes working again 2025-07-09 15:35:24 -04:00
Johnny Shultz
a247ac9ae1
Merge branch 'release/2025.07.10' into feature/CASH-816v2 2025-07-09 13:00:05 -04:00
Johnny shultz
cd1d9986e9 CASH-816
CASH-816 settling service-location/scehdule changes from my PR for 816 that didnt get merged in correctly yesterday
2025-07-09 12:58:09 -04:00
AdamCaouetteSafelite
e734d94df9 CASH-845: prettier changes 2025-07-09 12:38:40 -04:00
AdamCaouetteSafelite
c1220f9d00 CASH-845: more ironing out to ensure appointmentType stays accurate 2025-07-09 12:28:22 -04:00
AdamCaouetteSafelite
f4a830cab9 CASH-845 - prettier edits 2025-07-09 09:04:46 -04:00
AdamCaouetteSafelite
35dbb3887b CASH-845 - sorting out appointmentType conflicts 2025-07-09 08:59:53 -04:00
AdamCaouetteSafelite
917873515c CASH-845: prettier changes 2025-07-08 16:23:38 -04:00
AdamCaouetteSafelite
751468eb06 CASH-845 big merge of service-location page into schedule page 2025-07-08 15:50:57 -04:00
AdamCaouetteSafelite
9f37c2cf42 CASH-845 stage 2: update pagePrerequisites 2025-07-03 15:17:05 -04:00
AdamCaouetteSafelite
2a89bd86a4 CASH-845: routing changes 2025-07-02 12:34:50 -04:00
AdamCaouetteSafelite
94dea85a94 CASH-845: move old versions prior to CASH-845 work into their own files with comments and excluded from unit tests 2025-07-01 15:02:50 -04:00
AdamCaouetteSafelite
c557680038 CASH-845: save old and new versions of pages together 2025-07-01 14:46:57 -04:00
AdamCaouetteSafelite
ebec894e33 CASH-1036: fix dropoff issue for temporary state 2025-06-27 10:48:59 -04:00
AdamCaouetteSafelite
721bb09f07
Merge branch 'develop' into feature/CASH-823 2025-06-20 12:50:41 -04:00
AdamCaouetteSafelite
d4f7c47889 Merge branch 'develop' into feature/CASH-341v2 2025-06-19 16:47:22 -04:00
CarlNation
0abe3eb585 merge 2025-06-19 13:28:05 -04:00
Johnny shultz
9641723d18 CASH-341
CASH-341 changed var back to  let
2025-06-19 12:45:33 -04:00
Johnny shultz
96ac6183c0 CASH-341
CASH-341 new branch with PR to try to get around weird pretttier pipeline blocker
2025-06-19 12:43:06 -04:00
AdamCaouetteSafelite
7a2bd42034 Merge branch 'develop' into feature/CASH-823 2025-06-19 12:22:04 -04:00
Adam Caouette
c9565e9406 CASH-823: giant commit of this tickets changes and more 2025-06-19 11:31:02 -04:00
Johnny shultz
d331e932ce CASH-341
CASH-341 added unchecked event to be logged to dataLayer for waitlist
2025-06-18 09:39:43 -04:00
Johnny shultz
f4d1e0a234 CASH-824
CASH-824 updated 2.0 fonts to urbanist and letter-spacing to 0.03em
2025-06-09 12:54:05 -04:00
Chloe Herd
7e211b4682 Reapply "Update logging for new router."
This reverts commit 2d65f850f1.
2025-05-13 16:36:48 -04:00
Chloe Herd
541536b3af Reapply "Omnibus"
This reverts commit ac3df43577.
2025-05-13 16:36:01 -04:00
Chloe Herd
ac3df43577 Revert "Omnibus"
This reverts commit 3eae075f6e.
2025-05-13 14:42:50 -04:00
Chloe Herd
2d65f850f1 Revert "Update logging for new router."
This reverts commit f0fa576ba2.
2025-05-13 14:27:56 -04:00
Chloe Herd
f0fa576ba2 Update logging for new router. 2025-05-12 16:29:15 -04:00
Chloe Herd
9f35810aee Merge branch 'release/2025.05.22' into feature/CASH-45 2025-05-08 16:20:09 -04:00
Adam Caouette
54cdb6f2cf CASH-552: update selected date after second api date load 2025-05-07 08:54:12 -04:00
Chloe Herd
3eae075f6e Omnibus 2025-05-06 11:47:21 -04:00
Chris Redelinghuys
4bc064e83b CASH-565: Update selectable dates for waitlist 2025-04-30 08:40:39 -04:00
Bryan Mauger
e475fd172c CASH-313 calendar style updates. 2025-04-29 15:27:37 -04:00
Adam Caouette
b8545709ba CASH-464: fix premium and mobile appointment time slot button styling 2025-04-29 09:57:30 -04:00
Adam Caouette
5500ced694 CASH-464: final styling changes 2025-04-24 11:17:50 -04:00
Adam Caouette
0add6bd7ac CASH-464: trigger show another month if no available dates in 1st 2 rows 2025-04-23 15:17:40 -04:00
Adam Caouette
ec3991ccb7 CASH-464: prettier formatting 2025-04-23 11:58:22 -04:00
Adam Caouette
4e63f0975b CASH-464: reduce to 2 rows on initial load and set to first avail date if none saved 2025-04-23 11:16:41 -04:00
Adam Caouette
fbf9bf5bfc CASH-464: fix potential javascript typeerror 2025-04-22 16:48:55 -04:00
Adam Caouette
4ac5440dcc CASH-464: massive cleanup 2025-04-22 11:10:19 -04:00
Adam Caouette
43b53c9be8 CASH-464: working without modal and validation works too 2025-04-21 22:59:36 -04:00
Adam Caouette
44671d60fe Merge branch 'feature/bugfix/CASH-501' into feature/CASH-464 2025-04-17 10:24:55 -04:00
Adam Caouette
0c4a6606fd CASH-501: prettier changes 2025-04-16 10:24:02 -04:00
Adam Caouette
91577a4d40 CASH-501: bugfix re setting PBD on preselected date on Schedule 2025-04-16 10:22:02 -04:00
Bryan Mauger
35154ad3d1 Format code. 2025-04-15 16:06:50 -04:00
Bryan Mauger
3053e10db9 CASH-499 refactor to use date-picker instead of experiment file.
Delete experiment file.
2025-04-15 15:17:41 -04:00
Scott Kiener
00e1998c44 Merge remote-tracking branch 'origin/release/2025.04.10' into rlsmerge/2025.04.10-to-develop 2025-04-08 10:08:34 -04:00
Adam Caouette
f71de530af CASH-484: prettier changes 2025-04-07 16:17:11 -04:00
Adam Caouette
9083ffbaed CASH-484: add logic to make sure insurance orders won't keep the upcharge part item 2025-04-07 15:59:57 -04:00
scottkiener-at-safelite
2e9358cfd2
Merge branch 'develop' into CASH-403-desktop-footer-updates 2025-04-07 09:24:07 -04:00
Bryan Mauger
6e2970ad86 CASH-404 desktop updates. 2025-03-21 12:04:52 -04:00
CarlNation
aee40ae184 CASH-415
CASH-415 wrong block check
2025-03-21 10:55:20 -04:00
CarlNation
73152239ee prettier 2025-03-21 10:11:49 -04:00
CarlNation
9f3b901ce2 CASH-415
CASH-415 do not get the pricing by day part or price it when insurance or in the control variation of the experiment
2025-03-21 10:06:53 -04:00
Adam Caouette
e7a8013ca4 CASH-414 for CASH-152: Fix to ensure upcharge is excluded from base price 2025-03-21 07:41:11 -04:00
Johnny Shultz
da377df9f6
Merge branch 'release/2025.03.27' into feature/CASH-185v2 2025-03-19 15:48:41 -04:00
Johnny shultz
3803f944f0 CASH-185
CASH-185 syntax changes
2025-03-19 15:44:21 -04:00
Adam Caouette
de708f9d95 CASH-152: post- tech review items 2025-03-18 19:42:44 -04:00
Adam Caouette
fea13aefb5 CASH-152: prettier - you're killin me smalls 2025-03-17 18:54:22 -04:00
Adam Caouette
5bfbd71c93 CASH-152: go back to just using one component for datePicker due to conflicts with 2 2025-03-17 18:45:18 -04:00
AdamCaouetteSafelite
b61e6e619a
Merge branch 'release/2025.03.27' into feature/CASH-152-ajc 2025-03-17 13:32:13 -04:00
Johnny shultz
4daa2527b0 CASH-185
CASH-185 formatting
2025-03-17 11:44:17 -04:00
Johnny shultz
af02cb3d57 CASH-185
CASH-185 fixed issue for value not being persisted upon user navigation
2025-03-17 11:38:44 -04:00
Adam Caouette
5412156766 CASH-152: massive commit to implement pricing by day on schedule page 2025-03-17 10:07:29 -04:00
Adam Caouette
2bd4d42f57 CASH-152: get lowest selected package price on Schedule 2025-03-12 11:27:09 -04:00
Adam Caouette
24b473fffd CASH-152: add price placeholder and boolean for cash vs insurance 2025-02-26 13:44:06 -05:00
Scott Kiener
8b54efb059 Run formatting 2025-02-25 11:35:57 -05:00
Johnny shultz
2f13ade0b3 CASH-185
CASH-185 added experiment check to setDisplayWaitList function in schedule
2025-02-24 13:32:16 -05:00
Johnny shultz
63de7f959f CASH-185
CASH-185 fixed import conflict
2025-02-24 10:58:17 -05:00
Johnny Shultz
ea03889bb1
Merge branch 'develop' into feature/CASH-185 2025-02-24 09:58:23 -05:00
Adam Caouette
f2b4cd5e90 CASH-153: updates after tech review 2025-02-19 15:11:01 -05:00
Johnny shultz
4b5ee4ebc3 CASH-185
CASH-185 added waitlist feature to schedule page
2025-02-19 10:16:20 -05:00
Adam Caouette
69c9c45763 CASH-153: move experiment datePicker into new prescribed folder 2025-02-17 15:46:01 -05:00
Adam Caouette
456f00653f CASH-153: update with new experiment name 2025-02-17 15:37:34 -05:00
Adam Caouette
6772029d71 CASH-153: put new datePicker behind DisplayPricingByDay experiment check 2025-02-17 15:34:01 -05:00
Adam Caouette
881ad63458 CASH-153 - cleanup and more css tweaks 2025-02-13 19:46:26 -05:00
Adam Caouette
6881ff35ec CASH-153: duplicate date-picker and begin styling 2025-02-10 18:44:16 -05:00
CarlNation
8dbb39d2e8 logging fixes
logging fixes
2024-11-15 12:07:39 -05:00
hiteshkumar87
39033e858d CSR-2066
handleBeforeUnload and formatting
2024-11-13 13:57:17 +05:30
CarlNation
b22a7d91b9 CSR-2321 lost estimated job time on save quote
CSR-2321 lost estimated job time on save quote mobile order
2024-11-08 08:13:33 -05:00
CarlNation
ebb7ff0925 CSR-2273 Schedule page errors due to invalid prereq because there was a type in the load-session logic for providerNumber
CSR-2273 Schedule page errors due to invalid prereq because there was a type in the load-session logic for providerNumber
2024-10-23 08:48:20 -04:00
Sneha
701f00535d CSR-2044 2024-04-16 18:59:24 +05:30
Sneha
5e21c0c56b CSR-2044 2024-04-11 11:29:48 +05:30
hiteshkumar87
72c52f457b CSR-2039
code cleanup - remove loader parameter
2024-04-01 17:29:14 +05:30
CarlNation
3cfd9a1ca2 CSR-1072
prettier
2024-02-19 07:46:12 -05:00
CarlNation
4e1caf8559 CSR-1072
CSR-1072 insurance orders will remove line items depending on the company.  mobile fee, recycle fee, etc.  So we can return from heritage with nothing in supporting items causing exceptions when lineItems is no longer required.
2024-02-19 07:40:07 -05:00
hiteshkumar87
094451ef5d code optimize
code optimize
2024-01-04 15:11:25 +05:30
hiteshkumar87
e08e73bbc5 CSR-1898
remove modal background shifted to Schedule page and rename ForwardClicked event to TimeSlotSelected
2024-01-04 13:21:12 +05:30
hiteshkumar87
2e422019e6 CSR-1898
Button copy change & immediately continue (from modal) on Schedule page
2024-01-03 16:35:53 +05:30
Bryan Mauger
5969588ef9 CSR-1782 fix button not highlighting for screenreader. 2023-11-20 09:24:19 -05:00
Adam Caouette
39c33aabc1 CSR-1384: add a ref to funnelHeader on any pages where it's missing 2023-11-06 13:39:08 -05:00
Bryan Mauger
dee4e36ba7 CSR-1715 fix spacing. 2023-10-20 13:18:54 -04:00
Leah Schumann
2ad20c39f7 Fixed Seling Price misspelling and renamed EarlyBirdIndex to PremiumFeeIndex 2023-10-18 13:42:18 -04:00
Bryan Mauger
3d23bdbabc CSR-1593 set column width to control overly-wide components on larger screens.
Change scroll to auto for modals to avoid ghost scrollbars when not needed.

Center content on all screen sizes.
2023-10-16 08:38:23 -04:00
Bryan Mauger
15dbe4c592 CSR-1591 radio button width adjustments, misc css tweaks. 2023-10-11 09:42:36 -04:00
Bryan Mauger
2d1815dece WIP Desktop updates. 2023-10-05 09:39:21 -04:00
Bryan Mauger
4eab2c6618 WIP 2023-10-04 09:20:05 -04:00
Bryan Mauger
4af8f07a29 Set header to responsive 6-columns. Position alert relative on page. 2023-09-28 15:16:28 -04:00
bmauger
73726af7a3
Merge pull request #1356 from Safelite/CSR-1673-list-button-item-alignment
CSR-1673 fix icon and text alignment and add back scroll to bottom fe…
2023-09-22 11:01:05 -04:00
Bryan Mauger
9926126c67 CSR-1673 fix icon and text alignment and add back scroll to bottom feature. 2023-09-22 10:44:55 -04:00
Chloe Herd
c2d9237902 Schedule 2023-09-21 15:30:59 -04:00
Bryan Mauger
c5162483f4 WIP grid and style updates. 2023-09-19 14:33:44 -04:00
Bryan Mauger
7906d0d13d WIP update grid on each page. 2023-09-19 09:54:02 -04:00
Bryan Mauger
ce6916658a First pass at desktop max width and breakpoints per page.
Rename funnel-footer to nav-bar.
2023-09-18 16:20:45 -04:00
Leah Schumann
8210ad3c82 Before merging from develop and hopefully fixing massive amount of broken tests 2023-09-01 07:17:17 -04:00
Leah Schumann
c0b02c8c00 Checkpoint before trying to simplify 2023-08-31 07:39:17 -04:00
Adam Caouette
a8154dc8c6 CSR-886: unit tests for Schedule page 2023-08-14 10:57:10 -04:00
chloeherdsafelite
cdb521ab47
Merge pull request #1279 from Safelite/feature/CSR-1372
Feature/csr 1372
2023-08-10 08:58:31 -04:00
CarlNation
454d9e9886 CSR-1564 CSR-1358
save-session on schedule page nav forward
persist customer details
do not persist registration
init customer name from registration values
2023-08-03 10:36:55 -04:00
Chloe Herd
a4785fa1c5 Add jobMinMinutes to store and use on review page 2023-07-27 13:56:58 -04:00
Leah Schumann
19888602da Merged from develop 2023-07-24 09:44:37 -04:00
Leah Schumann
de717b10e9 Changed modal to work like the other modals which fixed CSR-1510 2023-07-24 09:06:29 -04:00
CarlNation
e249d728ac Merge branch 'release/2023.07.27' into rlsmerge/2023.07.27-to-submit-cash 2023-07-20 08:10:55 -04:00
Adam Caouette
8623a3c0fc CSR-1558: fix date ranges for API calls 2023-07-19 13:29:25 -04:00
Leah Schumann
5c4d5993d1 Some more tweaking for consistency 2023-07-18 15:07:45 -04:00
Leah Schumann
ad0bc339ed Merge branch 'release/2023.07.27' into defect/CSR-1510 2023-07-18 09:59:48 -04:00
Leah Schumann
f3ae844989 First roll of refactoring to fix bug and make component more consistent with other modal components 2023-07-18 09:58:01 -04:00
Chloe Herd
7b66329327 Add error validation to date-picker 2023-07-18 09:15:30 -04:00
hiteshkumar87
007de5cded
Merge branch 'release/submit-cash' into rlsmerge/develop-to-submit-cash-17-July 2023-07-17 12:34:36 +05:30
hiteshkumar87
a005a4a570 Revert "Update schedule.vue"
This reverts commit CSR -1475
2023-07-17 11:52:02 +05:30
Adam Caouette
56e16932ba CSR-1484: formatting changes 2023-07-16 15:36:10 -04:00
Adam Caouette
1ac432bd61 CSR-1484: UI bug fixes 2023-07-16 15:30:11 -04:00
Adam Caouette
3fa79438b8 CSR-1503: fix issue and remove time from date logic 2023-07-14 10:45:49 -04:00
hiteshkumar87
2f58660694 Update schedule.vue
change time 00:00:00 to current time because  converting 00 to UTC changing date to previous day.
2023-07-11 13:03:04 +05:30
Adam Caouette
b1ad1d921b CSR-1454: formatting changes 2023-07-05 11:27:16 -04:00
Adam Caouette
a4e01e3670 CSR-1454: reduce text size of links on Schedule page 2023-07-05 11:24:55 -04:00
hiteshkumar87
dda20d8708
Merge branch 'release/submit-cash' into rlsmerge/develop-to-submit-cash-30-June 2023-06-30 16:56:54 +05:30
Chloe Herd
0034c41c45 Rename Provider Zip Code + Add ZipCtu 2023-06-29 15:33:09 -04:00
scottkiener
d51670541c
Merge pull request #1182 from Safelite/feature/CSR-1131
CSR-1131: updates to handle preselected dates
2023-06-27 10:03:33 -04:00
Bryan Mauger
cc9f279e72 Remove unneeded constants. 2023-06-27 09:42:48 -04:00
Scott Kiener
7f549a758b CSR-1476 | Recognize early bird from loadSession 2023-06-27 09:19:38 -04:00
Adam Caouette
b628b7c977 CSR-1131: updates to handle preselected dates 2023-06-26 14:02:32 -04:00
Adam Caouette
e17cb0d5e6 CSR-1131: fixes in case the state saved date is not in the list of selectableDatesData 2023-06-22 16:28:13 -04:00
Scott Kiener
19c4d60e23 CSR-1449 | Add overnight drop-off functionality
Also made same-day functional
2023-06-22 10:01:42 -04:00
Bryan Mauger
d06010a982 Push comment changes. 2023-06-21 10:18:00 -04:00
Bryan Mauger
921812d36c Setup navigation from schedule to customer-details. 2023-06-21 09:23:02 -04:00