EVE-SECURE / ooe

Automatically exported from code.google.com/p/ooe
0 stars 0 forks source link

Assets Display and Ordering #44

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Assets display should be better arranged:

 - A Group column should be added.
 - Items should be sorted by ships first, followed by containers, followed by individual items, ordered by group.
 - Option to filter by group.
 - Show item count in station/ship.container row headers.

Original issue reported on code.google.com by shrimp.za@gmail.com on 7 Feb 2013 at 6:13

GoogleCodeExporter commented 9 years ago

Original comment by shrimp.za@gmail.com on 9 Feb 2013 at 6:48

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r143.

Add item groups to assets list.

Original comment by shrimp.za@gmail.com on 13 Feb 2013 at 5:42

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r159.

Show items within stations in order of ships, containers, items.
Contents of containers are sorted.

Original comment by shrimp.za@gmail.com on 17 Feb 2013 at 6:01

GoogleCodeExporter commented 9 years ago

Original comment by shrimp.za@gmail.com on 18 Feb 2013 at 6:08

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r163.

Filtering assets by group. Uses a pretty nasty way of filtering - setting a 
flag on items not matching the group, but PHP lacks a way of removing items 
from the middle of an array, without reconstructing the array.

Original comment by shrimp.za@gmail.com on 18 Feb 2013 at 3:39

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r165.

Asset container item counts (not item quantity sums) are displayed in container 
row headers (bracketed value).

Original comment by shrimp.za@gmail.com on 18 Feb 2013 at 6:51

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r166.

Move parent row onclick handler to tr, rather than td.

Original comment by shrimp.za@gmail.com on 18 Feb 2013 at 6:53

GoogleCodeExporter commented 9 years ago

Original comment by shrimp.za@gmail.com on 18 Feb 2013 at 6:53