fairsplit icon indicating copy to clipboard operation
fairsplit copied to clipboard

Detect appropriate icon for expenses based on title

Open IsaacCheng9 opened this issue 2 years ago • 0 comments

Changes

  • Use semantic analysis of the title to determine what icon should be used for an expense.
    • Consider implementing this with a dictionary, where the keys are the keywords, and the values are the icon names.
      • This would ensure there are fast look-ups (O(1) time complexity).

IsaacCheng9 avatar Jun 16 '22 22:06 IsaacCheng9