sossoldi icon indicating copy to clipboard operation
sossoldi copied to clipboard

add more icons for initial expense categories

Open fracaiazMaffle opened this issue 9 months ago • 6 comments

I would also add icons for sports, health, training.

fracaiazMaffle avatar Mar 15 '25 11:03 fracaiazMaffle

Yes, I agree that this is a much needed improvement. We'll schedule it for sure

theperu avatar Mar 15 '25 11:03 theperu

Hi @fracaiazMaffle can you maybe propose a list of icons missing that we could add, if you have time.

Here you can find and browse the list of icons available by material design: https://api.flutter.dev/flutter/material/Icons-class.html

lucaantonelli avatar Mar 15 '25 12:03 lucaantonelli

Hi everyone, this issue was not updated so I'll answer with a set of icons that could be useful to have.

const Map<String, IconData> iconList = {
  'movie': Icons.movie,
  'medical_services': Icons.medical_services,
  'school': Icons.school,
  'checkroom': Icons.checkroom,
  'receipt': Icons.receipt,
  'devices': Icons.devices,
  'pets': Icons.pets,
  'fitness_center': Icons.fitness_center,
  'card_giftcard': Icons.card_giftcard,
  'savings': Icons.savings,
};

Maybe a new set of colors could also help to differentiate categories:

const category10 = Color(0xFF8B4513);
const category11 = Color(0xFF00FA9A);
const category12 = Color(0xFF4682B4);
const category13 = Color(0xFFFF69B4);
const category14 = Color(0xFF2E8B57);
const category15 = Color(0xFF6A5ACD);
const category16 = Color(0xFFDC143C);
const category17 = Color(0xFF40E0D0);

Hope it helps!

matteoberla avatar Mar 18 '25 10:03 matteoberla

If no one is assigned to this, I will try to start working on it next weekend.

gioisco avatar Apr 03 '25 20:04 gioisco

I can do it too, I was waiting for a response from the design team. Maybe they want to add more icons/colors.

The code I've written above is ready to be pasted inside the app.

matteoberla avatar Apr 04 '25 07:04 matteoberla

Yes guys, go ahead with the icon added. I'ma working for the colors right now. I will provide them to you asap

federicopozzato avatar Apr 11 '25 17:04 federicopozzato

@theperu see issue 424 https://github.com/orgs/RIP-Comm/projects/7/views/1?pane=issue&itemId=106435697&issue=RIP-Comm%7Csossoldi%7C424

federicopozzato avatar Jun 03 '25 17:06 federicopozzato

Closing this since we will track the same issue on the one mentioned by Federico

theperu avatar Jun 03 '25 17:06 theperu