cookietriestoprogram / abstrak

0 stars 2 forks source link

As an owner or logistics person, I want the order records to be updated according to the imported file from Wix in order to reduce manual effort and human errors. #2

Open cookietriestoprogram opened 1 month ago

cookietriestoprogram commented 1 month ago

Acceptance Criteria:

  1. Validate data integrity and consistency post-synchronization. (Compare the order records on the website and the backend system to ensure they match exactly with no discrepancies)

  2. The order records should include all necessary details such as order ID, customer information, product details, quantities, prices, and statuses.

  3. If an order is updated or canceled on the website, the changes should be automatically reflected in the backend system.

  4. A notification should be displayed if the synchronization fails, along with an appropriate error message.

  5. The synchronization process should not noticeably affect the performance of the website.

  6. Ensure that the order records are correctly and completely synchronized without any data loss.

  7. Test the handling of partially completed orders.

  8. Assess the handling of canceled orders during the synchronization process.

  9. Validate the synchronization of orders with complex configurations (e.g., multiple products, discounts, special instructions).

Image

Acceptance Criteria:

Test:

cookietriestoprogram commented 1 month ago
AhStayinAlive commented 1 month ago

Front-end:

Back-end: