IsaacCheng9 / fairsplit

A web application to split bills and track shared expenses in a group, with a transaction minimisation algorithm. Developed with Node and React.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Detect appropriate icon for expenses based on title

IsaacCheng9 opened this issue · 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).