[[BackLinksMenu]] = Analysis = == Overview == File dialog kinds are open book, save book, insert image, insert media and book properties dialog. This task is to to revise what is done until now and modularize it. == Task requirements == * review the current source code written for file dialogs * separate them in new module * provide extensions to the base.dialogs extension point * if there is time left write tests and run the current tests == Task result == * module with file dialogs and their source code == Implementation idea == * write dependancies for the new created module == Related == [wiki:BASE_DIALOGS_R0] == How to demo == * Show the new module, the source code and run some tests if there is any. * Show the file dialogs. = Design = * Create new module org.sophie2.main.dialogs. See [wiki:PLUGIN_MODULE_STRUCTURE_R0#Design] * Allocate the file dialogs and move them to the module * Assure the module provides extensions for the org.sophie2.main. = Implementation = ^(Implementation results should be described and linked here (from the wiki or the repository))^ = Testing = = Comments = = Log = [[Include(wiki:APP_FILE_DIALOGS_R0_LOG)]]