Commit graph

4858 commits

Author SHA1 Message Date
scottkiener-at-safelite
b1cdb3be87 Fix initialization logic 2026-05-29 12:17:47 -04:00
scottkiener-at-safelite
0bed421da3 Increase readability 2026-05-29 11:39:55 -04:00
scottkiener-at-safelite
7fd7362982 Logic refactoring of date-picker 2026-05-29 11:23:10 -04:00
scottkiener-at-safelite
8a472aa335 CASH-2572 | Add in auto-select functionality 2026-05-29 10:34:45 -04:00
scottkiener-at-safelite
5c10137df1 Disable date-picker advance after 180 days have been loaded
Unit tests to confirm functonality
2026-05-28 16:33:11 -04:00
scottkiener-at-safelite
6c4ea262b1 Styling updates 2026-05-28 16:07:41 -04:00
scottkiener-at-safelite
890f50c18e Formatting 2026-05-28 12:30:19 -04:00
scottkiener-at-safelite
85b8789bca CASH-2572 | Update logic and unit tests
No dates should display if any of the props are missing
2026-05-28 11:14:28 -04:00
scottkiener-at-safelite
83f4c1dd4b CASH-2572 | Unit test and logic updates 2026-05-28 11:00:00 -04:00
scottkiener-at-safelite
44821ce536 Formatting and remove a console log 2026-05-28 10:30:07 -04:00
scottkiener-at-safelite
c0fb3e026c CASH-2571 | Fix page pre-reqs, remove hardcoding 2026-05-28 09:44:28 -04:00
scottkiener-at-safelite
08e97fb152 Merge remote-tracking branch 'origin/develop' into feature/CASH-2572 2026-05-27 10:46:27 -04:00
credelinghuys
4de0ce5d62 CASH-2747: New bailout code for part not found 2026-05-22 11:56:50 -04:00
Chloe Herd
6510871222 formatting 2026-05-21 12:43:03 -04:00
Chloe Herd
88ea25b815 Add nocomp scenario 2026-05-21 11:50:28 -04:00
Chloe Herd
4aaafd5bde Fix null content bug 2026-05-21 11:50:14 -04:00
credelinghuys
b68ac0780d Merge branch 'release/2026.05.21' into rlsmerge/2026.05.21-to-develop 2026-05-19 13:11:33 -04:00
Chloe Herd
4e3aef4cf7 Merge branch 'develop' into feature/CASH-613 2026-05-19 09:37:56 -04:00
Chloe Herd
cba6cb1971 Test fix 2026-05-19 09:32:14 -04:00
Chloe Herd
f72ca0de31 Remove comment 2026-05-18 11:02:17 -04:00
Chloe Herd
9df05e80a1 Visual build of coverage-statement 2026-05-18 10:52:17 -04:00
credelinghuys
4320a5cea8 Merge branch 'develop' into feature/CASH-612 2026-05-14 14:06:16 -04:00
credelinghuys
f9d39f5d19 CASH-2563: Back navigation on bailout submit logic 2026-05-14 13:23:08 -04:00
credelinghuys
602591d658 CASH-2563: Bailout page routing updates 2026-05-14 11:14:10 -04:00
credelinghuys
c63fc7eff5 CASH-2563: Create submittedState and UI updates 2026-05-13 15:05:25 -04:00
credelinghuys
8671d74913 CASH-2563: Add bailout to more pages. Only show zip input if we don't have one. 2026-05-12 11:00:45 -04:00
credelinghuys
db95db31d8 Merge branch 'develop' into feature/CASH-2563 2026-05-11 10:11:28 -04:00
credelinghuys
f425ff3fc8 CASH-2654: Set IsInsurable on mobile fee 2026-05-11 09:43:07 -04:00
CarlNation
0086b1c1fe CASH-2570 unverified message incorrectly showing
CASH-2570 the unverified message shows if you go through initially unverified and get assigned the experiment and create a new order as cash.  You're still assigned the unverified deductible experiment.  So qualified the alert message to include a check for isInsurance.  Also noticed in vuex, when switching from insurance to cash, the insurance properties in vuex are still set.  Added code to clear them when selecting  a cash order
2026-05-08 15:29:15 -04:00
scottkiener-at-safelite
5da7971eb2 Styling updates 2026-05-08 10:18:28 -04:00
credelinghuys
b7da6506da Merge branch 'develop' into feature/CASH-2563 2026-05-07 18:37:06 -04:00
credelinghuys
75f0184314 CASH-2563: Bailout on 500 from GetPartsOrQuestions 2026-05-07 18:35:54 -04:00
CarlNation
0cccbb2db1 CASH-699 do not allow future dates for date of loss
CASH-699 do not allow future dates for date of loss
2026-05-07 13:08:12 -04:00
credelinghuys
dd291a980c CASH-2563 2026-05-07 12:52:02 -04:00
CarlNation
65a1712fc4 CASH-699 move kentucky farm bureau to constants
CASH-699 move  kentucky farm bureau to constants
2026-05-07 12:50:13 -04:00
CarlNation
ab4b2cdaff CASH-699 prettier 2026-05-07 12:25:37 -04:00
CarlNation
b1884ab751 CASH-699 Insurance details page updates
CASH-699 Insurance details page updates
2026-05-07 12:07:15 -04:00
scottkiener-at-safelite
00611a599c Refactor scheduling page and date-picker component
scheduling.vue:
- Colocate inshop providers and time slots into inShopProvidersAndTimeslots
  array of { provider, timeSlots } objects, replacing two parallel arrays
- Combine mobileTimeSlots and mobileProviderNumber into a single
  mobileProviderAndTimeSlot object
- Remove unused inShopProviderNumber state
- Extract SCHEDULE_FETCH_DAYS constant to replace magic number 14
- Add JSDoc to toDateString

date-picker:
- Move from src/ux-components/ to src/layouts/scheduling/ since it is
  only used by scheduling.vue
- Replace inline SVGs with chevron-right-blue.svg and chevron-right-grey.svg
  asset files, using CSS scaleX(-1) flip for left-pointing variants
- Import desktop breakpoint from new src/constants/breakpoints.js instead
  of hardcoding 768
2026-05-06 15:19:19 -04:00
scottkiener-at-safelite
bf38d11bca Final review of Scheduling Page
Refactor scheduling.vue state to colocate providers with their time slots

Replace parallel inShopProviders/inshopTimeSlots arrays with a single
inShopProvidersAndTimeslots array of { provider, timeSlots } objects, and
combine mobileTimeSlots/mobileProviderNumber into a single
mobileProviderAndTimeSlot object. Also extract SCHEDULE_FETCH_DAYS constant
to replace the magic number 14
add JSDoc to toDateString, and remove the
unused inShopProviderNumber state.
2026-05-06 12:45:48 -04:00
scottkiener-at-safelite
9dbcf1c93d Styling updates and multi location time slot retrieval
Added back and forward arrow SVGs
Now we call for all timeslots of three closest stores and mobile if a provider is available
2026-05-06 10:23:01 -04:00
Chris Redelinghuys
1fb36e7ee7 Merge branch 'develop' into feature/CASH-2563 2026-05-06 09:22:37 -04:00
Chris Redelinghuys
b55451ec9d CASH-2563 2026-05-06 09:21:08 -04:00
CarlNation
b2a5f7ba77 Merge branch 'release/2026.05.07' into rlsmerge/2026.05.07-to-develop 2026-05-05 10:51:32 -04:00
Minojhini Valaiyapathi
003ae8edd4 CASH-2576 - Reverting the changes back from v2 to v1 endpoint for validateZip 2026-05-05 09:53:43 -04:00
scottkiener-at-safelite
5ec56b11d6 Wire in providerData call 2026-05-04 16:13:01 -04:00
scottkiener-at-safelite
cd94b853ee Wire in in-shop timeslots call and map the dates 2026-05-04 15:12:22 -04:00
CarlNation
89b2d13727
Merge branch 'develop' into rlsmerge/2026.05.07-to-develop 2026-05-04 10:29:48 -04:00
credelinghuys
e0672a91d7 CASH-612: Policy vehicle page
Co-authored-by: Copilot <copilot@github.com>
2026-05-01 15:50:29 -04:00
CarlNation
67c6ec484a use standard call
use standard call
2026-05-01 10:38:58 -04:00
CarlNation
f1147f490b return user defect
when on the return-user page and the user navigates back to content site and then goes forward to vue app, the user is being sent back to return user page where it does not hide the loading modal.
2026-05-01 10:27:58 -04:00