====== Wishlist ====== ~~NOTOC~~ ===== General ===== * Link/handle/window sharing in akorn * Incorporate progress bar for initial application load, sorta like this: http://www.oothanks.com/, based on this, http://extjs.com/forum/showthread.php?t=53558 * Add RSS capability. Integrate a PHP package such as Magpie (http://magpierss.sourceforge.net/) or (http://pear.php.net/package/XML_RSS) * Client side search. (through the manager, shouldn't be too hard.) * Server side search. Probably a lot harder. * Deal with browser back/forward button behavior, and behavior if user hits "Backspace" when not in a text field. We do **not** want backspace to result in taking user out of the akorn app. * Automated test cases. ===== Table ===== * Address padding-right in table headers * Tables should have the ability to copy to clipboard, like what's described here: http://www.frontpagewebmaster.com/m-185852/tm.htm ===== Form ===== * Incorporate qx slider field * Incorporate qx toggle button * Incorporate qx split button * Incorporate qx repeater button (not sure what this one does, offhand) * Incorporate qx contrib timechooser button ===== Maps ===== * Integrate Mapping. Initially thought of google maps, but the [[http://openlayers.org|Open Layers]] open source project offers a lot of versatility, and also plays well with google maps. It may be best to start w/ this, and access google maps as needed via this project.