TonyChan1514 / COMP231-001-Team7-F23

COMP231 - Software Development Project 1 (Team 7)
0 stars 0 forks source link

Implement search function for specific orders #30

Open RainyCa opened 8 months ago

TonyChan1514 commented 8 months ago

The order management feature we implementated is able to handle order searching by specific order ID or customer ID. This was kind of challenging as we need to communicate with end user and understand what is their need, and what kind of interface or design is good for their business need, rather than purely technical stuff of retrieving data from database.

Image