Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
metamod:roadmap2_8 [2010-09-28 10:34:57] oysteint created |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Roadmap for 2.8 ====== | ||
- | The roadmap is currently work in progress. | ||
- | |||
- | ===== Planned changes ===== | ||
- | |||
- | * Rewrite the web frontend from PHP to the [[http:// | ||
- | * Implement collection basket. | ||
- | |||
- | Of the planned changes the conversion to Catalyst is expected use most of the time. | ||
- | |||
- | ===== Conversion to Catalyst ===== | ||
- | |||
- | ==== Functionality ==== | ||
- | |||
- | The functionality is expected to be the same for most parts of the application except that the use of sessions will be removed from the search page. | ||
- | |||
- | ==== Technology ==== | ||
- | |||
- | The conversion will be based on the following Perl modules: | ||
- | |||
- | * Moose | ||
- | * Template:: | ||
- | * DBIx::Class | ||
- | |||
- | ==== Deployment ==== | ||
- | |||
- | When deploying an application update_target.pl will still be used. update_target.pl will still be able to replace any file from the source directory to the target directory. Over time it is expected that this functionality is not needed and that it will be replaced by a different system. What this will be is not known at this time. | ||
- | |||
- | To override the CSS styles for the application, |