Open AdrianoLMRS opened 5 days ago
After the user completes the reservation form in public/reserva.html, the following flow should be implemented:
public/reserva.html
Cache Storage:
Payment Confirmation:
Reservation
Payment Decline:
User Experience:
reserva.html
Site need user authentication first, maybe Cookies or WebAuthn sessions be the right choice
Issue : #3
Issue: Handle Reservation Form Data with Cache and MongoDB Integration
Description
After the user completes the reservation form in
public/reserva.html
, the following flow should be implemented:Cache Storage:
Payment Confirmation:
Reservation
collection in MongoDB.Payment Decline:
User Experience:
reserva.html
, the form should automatically populate with the previously cached data.Expected Behavior
Requirements
reserva.html
.Tasks
Additional Notes