GoldenGnu / jeveassets

jEveAssets is an out-of-game asset manager for Eve-Online, written in Java
http://eve.nikr.net/jeveasset
GNU General Public License v2.0
147 stars 36 forks source link

UI: Feature Enhancement for Materials 'Tool' view. #391

Open aixtools opened 1 year ago

aixtools commented 1 year ago

Looking at the materials 'Tools" layout. a) I miss ORE and ICE cubes - did I miss something? If not, please add to basic stats b) the collapse 'title' - could you perhaps add the ISK total value to the title (very very nice would be right-side adjusted so the amounts align nicely c) Skip the 'cents' (ie, fraction of an ISK (round down? aka truncate). d) you can include/exclude PI - why not also for Moon goo (Composite, intermediate, Moon Materials (aka reaction based), ice (include cubes as well as products). e) I don't have any Structure fuel - is that an ICE product, or maybe not a material? (I am old school when fueling a POS took seven different materials (well, six iirc, not counting strontium) rather than the 'one' cube. f) maybe making the columns sortable (rather than only sorted by name) g) perhaps a toggle to include/exclude 'materials' with zero amount.

Hope this helps!

GoldenGnu commented 1 year ago

A, D, E) Maybe you could make a list of Categories/Groups you want to be able to include? B) I like that idea, and I don't think it's super hard to do. C) That is the default Isk format used everywhere. I would like to keep it consistent across all tools. F) It will not be possible to sort the title groups, but, sorting inside each group should be possible. G) Then it's going to be some very long groups, but, It's 100% possible.

Thanks you for your feedback, it's awesome! 👍

Updated Status: A) Include Ore: Done ✔️ B) ISK total in group: ToDo 🔨 C) Skip the cents: Rejected ❌ D) Include/Exclude each group: Done ✔️ E) Fuel: Should already be working ✔️ F) Sorting: ToDo ⏳ G) Include materials with zero count: Rejected ❌