Input |
Typing into the search bar |
Use of List/Collection Type |
SQLite Database (static data), dictionary in backend, JSON file |
Procedure |
User inputs, Item appears, ‘points’ added to the item saved in static data |
Algorithm |
‘Point’ values are added to item so they can be referenced in future features with user preferences or recommended items (more points = higher value) |
Output |
link to page of typed in item appears and points are added when item is clicked |
Functionality Demonstration |
User inputs, item is clicked, data is added into SQLite database (full-stack connection from frontend to backend) |