Project

General

Profile

action #10574

Updated by okurz about 8 years ago

Maybe some of these are of help: 

 
 * https://metacpan.org/pod/Mojolicious::Plugin::JSONConfig - would this help us to offer some more easy configuration, e.g. site specific configuration? 
 * https://metacpan.org/pod/Mojolicious::Plugin::Notifications - nicer notifications to user? 
 * https://metacpan.org/pod/Mojolicious::Plugin::ServerStatus - status of our worker hosts (not the worker processes)? 
 * https://metacpan.org/pod/Mojolicious::Plugin::INIConfig - alternative to JSONConfig (there is also https://metacpan.org/pod/Mojolicious::Plugin::YamlConfig)? 
 * https://metacpan.org/pod/Mojolicious::Plugin::MailException - send crash information by email 
 * https://metacpan.org/pod/Mojolicious::Plugin::DBViewer - show raw database content? 
 * https://metacpan.org/pod/Mojolicious::Plugin::Mail - send email 
 * https://metacpan.org/pod/Mojolicious::Plugin::Breadcrumbs - maybe more consistent breadcrumbs, e.g. to show in subpages also the "scenario name" 

Back