Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detect appropriate icon for expenses based on title #14

Open
IsaacCheng9 opened this issue Jun 16, 2022 · 0 comments
Open

Detect appropriate icon for expenses based on title #14

IsaacCheng9 opened this issue Jun 16, 2022 · 0 comments
Labels
backend Requires attention on the backend enhancement New feature or request low priority Can be worked on after other issues

Comments

@IsaacCheng9
Copy link
Owner

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 IsaacCheng9 added enhancement New feature or request backend Requires attention on the backend low priority Can be worked on after other issues labels Jun 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Requires attention on the backend enhancement New feature or request low priority Can be worked on after other issues
Projects
None yet
Development

No branches or pull requests

1 participant