Open-AudIT
https://www.open-audit.org/phpBB3/

OA2 - Alpha3 - Feedback
https://www.open-audit.org/phpBB3/viewtopic.php?f=20&t=3691
Page 2 of 2

Author:  Mark [ Fri Jul 23, 2010 2:29 pm ]
Post subject:  Re: OA2 - Alpha3 - Feedback

[quote]If I start at "Software - Keys" and change to "Hardware - Motherboard" then "Keys" is last in line. This is on purpose and "by design" or just an error?
By design. The sections will stay in the same order as the menu (on the left).

[quote]IE 8 under Windows 7 (default settings) totally wrecks the entire view plus an additional logon on every site.
I don't have Win7, but I think I've seen a similar thing here with WinXP and IE8. I have Vista (w/ IE8) at home and it seems OK. Can anyone else confirm this behavior ?

Author:  4077 [ Thu Jul 29, 2010 9:08 pm ]
Post subject:  Re: OA2 - Alpha3 - Feedback

[quote="Mark"]By design. The sections will stay in the same order as the menu (on the left).
This is acceptable :-) , but not that nice to work with when you have to scroll to the desired section every time.
Maybe there could be a name anchor for the section and the user is led directly to the wanted information instantly?

Just my 2ct
4077

Author:  zeezam [ Wed Aug 11, 2010 8:14 pm ]
Post subject:  Re: OA2 - Alpha3 - Feedback

Is there any "how to" upgrade?

Author:  Shmee [ Tue Aug 24, 2010 5:48 am ]
Post subject:  Re: OA2 - Alpha3 - Feedback

Any update as to when Alpha 4 is coming out?

Keep up the good work!

-Shmee

Author:  a.arenas [ Thu Sep 16, 2010 2:45 am ]
Post subject:  Re: OA2 - Alpha3 - Feedback

OK, This is my findings on Alpha 3.

The linux script is still a work in progress as I far as I can see, but importing the results of a Fedora system i've got an error:

DIVISION BY ZERO
Filename: models/m_partition.php
Line Number: 125

Since the LVM partitions are reported having 0 bytes, the error occurs. I just change the code from:

[code]
$used_percent = intval($input->partition_used_space / $input->partition_size * 100);
[/code]

to

[code]
if ($input->partition_size != 0) {

$used_percent = intval($input->partition_used_space / $input->partition_size * 100);

} else {

$used_percent = 0;

}
[/code]

I also noticed that the inteface is broken on IE8, but works great on Firefox.

I'm really waiting for the next relase, and hopefully have a complete product soon. Thanks a lot Mark!

Author:  a.arenas [ Thu Sep 16, 2010 4:05 am ]
Post subject:  Re: OA2 - Alpha3 - Feedback

[quote="4077"][quote="Mark"]By design. The sections will stay in the same order as the menu (on the left).
This is acceptable :-) , but not that nice to work with when you have to scroll to the desired section every time.
Maybe there could be a name anchor for the section and the user is led directly to the wanted information instantly?

Just my 2ct
4077

Hi, I just noticed that if you click again on the menu the section disappear, so you can show/hide elements in the view easily (Not very intuitive but..).

There is another thing that is not too friendly, the menu does not scroll down with the rest of the page, if you work in 1024x768 when the menu expands you can not reach all the options... You have to go full screen since the menu has no vertical scroll.

Author:  The Tech Guy [ Tue Sep 21, 2010 5:03 am ]
Post subject:  Re: OA2 - Alpha3 - Feedback

[quote="Mark"][quote]I don't see the software register am I blind?
NO, it's not in there as yet.
[quote]Also not fond of the information menu layout.
Besides "not fond of", any feedback on why or what you'd like to see ?

I guess I just really like the layout of OA and would Just like an option I guess to have the "classic theme" in the new OA2

Author:  Mark [ Tue Sep 21, 2010 3:47 pm ]
Post subject:  Re: OA2 - Alpha3 - Feedback

Well, OAv2 is MVC based, so creating a new theme should be simple.
There's no dependency between the data and the view...

I'd like to see something created with ExtJS - [url]http://www.sencha.com/products/js/[/url].

Page 2 of 2 All times are UTC + 10 hours
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/