Skip to the content.

DOSCE bullets

my 5 DOSCE bullets + connecting my project to the CPT requierments

Dosce bullets

  1. Creating user stories: issue
  2. saving data into SQL lite database (making APIs and Models) issue
  3. Full stack search bar/search history feature: Issue
  4. Deploying website (making Nginx file + using Docker): issue
  5. Mapping out website in a user-friendly way (reformatting frontend + backend homepages): issue



CPT connection

Requirement My Feature Function
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)