Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Document Status

Status
colourPurple
titleDRAFT

Document Owner(s)

Goncalves, Felipe

Reviewers

Table of Contents

🛠️ Potential Solutions

...

A proposed solution is to add new fields and mathematical calculations in the system to give this information to the customer user support agent.
Example:

...

This form provides the agent with more detailed information; therefore, we need to modify certain parts of the code.

...

2 - Display of Orders and Status

  • Given that the support user agent accesses the orders screen and understands the meaning of each status,

  • When the screen is loaded,

  • Then all orders should be displayed, including all relevant statuses:

    • Claimed: Success status where points are credited or debited.

    • Confirmed: Order completed but not finalized (e.g., delivery not completed), where the points do not impact the user's total.

    • Void: Canceled order where the points do not impact the user's total.

...