Hello, Thanks for you feedbacks. 2012/3/29 Deng Ching <[email protected]>: > Hi Olivier, > > I took the latest build for a spin last night, it's looking great :) > > I've noted down several items that could be improved, I'm not sure if I > should file them as subtasks for MRM-1497 or you want them filed as > separate issues but related to MRM-1497. Subtask looks good for me. > > - footers are too close to the border of the browser agree (easy to fix :-) ) > - maybe we can add a permanent links to the pages so users can directly go > to it Permlink exists but not documented (and not for all screens).
handle in method checkUrlParams in main.js samples: * http://localhost:9091/archiva/index.html?request_lang=en&browse=org.apache.archiva then you will go to browse screen and the groupId * http://localhost:9091/archiva/index.html?request_lang=en&artifact=org.apache.maven:maven-core:3.0&repositoryId=internal# artifact detail screen artifact accept groupId:artifactId[:version] * http://localhost:9091/archiva/index.html?request_lang=en&screen=repositories-management# (btw here I have to improve a bit if user is not logged asking user/pwd) * etc.. > - maybe change back the create admin user behavior as before? the "create > admin user" link on the right hand side corner is easy to miss you mean prevent doing any action before admin user has been created ? > - make the font size of the section names in the navigation menu larger agree and not complicated > - change the icon for Edit to a pencil (the current one looks like a view > icon), the same goes for the Delete icon, change it to a trash can (the > current one looks like a cut icon) agree I will > - there's an Edit balloon in proxy connectors that does not disappear (even > if navigating to a different page) once you've clicked the Edit icon > - missing Archiva favicon yup > - maybe mark required fields in forms I will try to propose something for that. > - Enter key not working properly in login (forms should be submitted when > Enter key is hit) argh > - page numbers (pagination) in roles table (Roles Management page) have a > floating position/location > - in roles management, there's no way of getting out of Edit mode unless > you navigate to a different menu. no Cancel button present anywhere, I only > found a Save button? issue :-) > - Archiva logo, no longer present anywhere (or I just didn't see it?) yup but where add it ? > > I'll try to help out fix some of the things above during the holidays here > next week :) coool > > Thanks, > Deng > > On Thu, Mar 22, 2012 at 6:55 AM, Olivier Lamy <[email protected]> wrote: > >> nice. >> Some progress done on artifact info details (still missing dependency >> tree and used by: I will finish that soon). >> >> >> 2012/3/21 Brett Porter <[email protected]>: >> > I've upgraded my personal version and will try it for a while to see how >> it goes. >> > >> > Thanks! >> > >> > - Brett >> > >> > On 15/03/2012, at 9:16 PM, Olivier Lamy wrote: >> > >> >> Hello, >> >> I made some progress on the new UI. >> >> You can test it with the following build >> >> >> https://builds.apache.org/view/A-F/view/Archiva/job/archiva-all-maven-3.x-jdk-1.6/lastSuccessfulBuild/artifact/archiva/archiva-jetty-js/target/apache-archiva-js-1.4-M3-SNAPSHOT-bin.zip >> >> . >> >> Currently it's based on a jetty container (without anymore jsp >> >> support) and the current "limited" wrapper. >> >> I'd like to have something based on Tomcat and commons-daemon (for >> >> better support of 64 platforms). >> >> Regarding the UI, the top task is here: >> >> https://jira.codehaus.org/browse/MRM-1497 (have a look at various sub >> >> tasks). >> >> The TODOs list is: >> >> * more selenium tests >> >> * artifact info details screens (something I will work in the coming >> days) >> >> * other subtasks >> >> * more selenium tests >> >> * and last but not least more selenium tests ( :-) ) >> >> >> >> I'd like to have your impressions on this new UI (feel free to add sub >> task) >> >> >> >> Thanks, >> >> -- >> >> Olivier Lamy >> >> Talend: http://coders.talend.com >> >> http://twitter.com/olamy | http://linkedin.com/in/olamy >> > >> > -- >> > Brett Porter >> > [email protected] >> > http://brettporter.wordpress.com/ >> > http://au.linkedin.com/in/brettporter >> > http://twitter.com/brettporter >> > >> > >> > >> > >> > >> >> >> >> -- >> Olivier Lamy >> Talend: http://coders.talend.com >> http://twitter.com/olamy | http://linkedin.com/in/olamy >> -- Olivier Lamy Talend: http://coders.talend.com http://twitter.com/olamy | http://linkedin.com/in/olamy
