Table of Contents |
---|
🛠️ Potential Solutions
Info |
---|
Note: this section should be short and sweet, documenting notes about different solutions that were considered during ideation. Can just be a link to a whiteboard for example. Expected outcome: one solution is chosen and documented in more detail under Proposed Solution. |
✅ Proposed Solution
...
🧐 Assumptions
We will turn the offer search editable
It cannot take much time to show the offer searched
We have to warn the user when the offer does not exist in the list
It needs to search in the list every offer that contains any part of the name according to what was typed
✅ Proposed Solution
Solution #1
The first solution is allowing the offer name to be editable using a different and when the offer is searched it will look for the offer comparing the name with what was typed.
To do this, you need to use a component that searches for the offer name based on each character typed.
Expand | ||
---|---|---|
| ||
|
✅ Pros:
Quick implementation
Potential Challenges
Info |
---|
List here potential challenges that have come across the opportunity definition or from the potential solutions so far. |
...