Skip Menu |

This queue is for tickets about the CGI-Application-Plugin-PageLookup CPAN distribution.

Report information
The Basics
Id: 58495
Status: open
Priority: 0/
Queue: CGI-Application-Plugin-PageLookup

People
Owner: Nobody in particular
Requestors: SILASMONK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



Subject: New features required
The code needs to be restructured. 1.) Use the phrasebook pattern to make the code more readable, maintainable and to more portable. 2.) We need to be caching - and distinguishing between those objects that can be cached and those that cannot. So really we want to be able to cache partially filled template objects. 3.) Need a better internationalization strategy. 4.) Need to be able to add and delete pages via the interface. 5.) Also why not make allow a many to one mapping between pages and structure - making it easier to add and delete pages.
On Thu Jun 17 13:16:16 2010, SILASMONK wrote: Show quoted text
> The code needs to be restructured. > > 1.) Use the phrasebook pattern to make the code more readable, > maintainable and to more portable. > 2.) We need to be caching - and distinguishing between those objects > that can be cached and those that cannot. So really we want to be able > to cache partially filled template objects. > 3.) Need a better internationalization strategy. > 4.) Need to be able to add and delete pages via the interface. > 5.) Also why not make allow a many to one mapping between pages and > structure - making it easier to add and delete pages. >
Scrap 5. However we also need a way of modifying pages and associated data. Probably should turn off autocomplete and allow callbacks to modify associated data.