channainfo / commissioner

A Ruby gem to enhance Spree Commerce into a multi-service platform, enabling it to model any business applications. #powerup #spree #spree-commerce
BSD 3-Clause "New" or "Revised" License
5 stars 4 forks source link

Implement Reuse Guest #1968

Open LengTech11 opened 6 days ago

LengTech11 commented 6 days ago

User story

As a user, I want to save guest info after filling out the information on the guest info screen so that I don't need to fill out the form again when I buy other products.

acceptance criteria

1/ Create Saved Guests UI

Screenshot 2024-09-26 at 4:11 PM

2/ User has the option to create a new cm_guest or browse the saved guest to reuse the guest information.

Screenshot 2024-09-27 at 9:34 AM

3/ If the saved guest field does not fulfill the KYC requirements, the user needs to complete the required KYC fields.

Screenshot 2024-09-27 at 9:35 AM
theachoem commented 4 days ago

Let display all columns for cm_guests & cm_saved_guests. Show relationship to event, line item, and check in as well.