mr-karan / gullak

A no-frills expense tracker app enabling quick logging of expenses in natural language, using LLMs for parsing and categorization.
https://mrkaran.dev/posts/gullak/
GNU Affero General Public License v3.0
61 stars 3 forks source link

Feature : Adding Location ? #2

Open jalotra opened 2 weeks ago

jalotra commented 2 weeks ago

hey karan, normally my flow is something like this :

  1. I paid someone, I open split-wise and then add a lazy "title"; example : "night out with fellas"
  2. When I look back at month end, I dont recognise where was this and have to use my "useless" brain to compute when was this thing at.

can we add this feature :

  1. Support for location, a simple (lat, long) would be put into database, and at runtime would use the (lat, long) to redirect to the place, something like this Gmaps also support : https://www.google.com/maps/place/22°48'47.8"N+86°11'26.7"E/

Good to haves : Maybe integrate gmaps search as well, most of the times I am putting expense later.

mr-karan commented 2 weeks ago

Looks simple to add but will complicate the app for very minor benefit. For eg, while adding the expense itself you can write a small 2-3 word description which is enough to recall. night out with fellas at <xyz place>

I'll put this on backburner for now.

jalotra commented 2 weeks ago

makes sense, I would fork out for now and add this feature.