RapidApp icon indicating copy to clipboard operation
RapidApp copied to clipboard

Turnkey ajaxy webapps

Results 53 RapidApp issues
Sort by recently updated
recently updated
newest added

Using `RapidApp::Test`, unit tests need to be written to verify the correct functionality of the Template::Controller system - Create a new template - Modify a template - delete a template...

Test Coverage

Using `RapidApp::Test`, unit tests need to be written to confirm operation of file/image uploads: - Uploading a normal file and getting back link - Access the uploaded file via that...

Test Coverage

Unit tests need to be added (using the RapidApp::Test framework) to verify correct behavior various Ajax error exception scenarios - Ordinary code exceptions (i.e. `die`) - Database-specific exceptions (presents slightly...

Test Coverage

Unit tests are needed for various queries generated in DbicLink-based modules (i.e. from grid views) using the existing `RapidApp::Test` framework - Various MultiFilter combinations - different columns, condition types, ands...

Test Coverage

I'm using the following DBIx::Class::Schema::Loader: create_schema.pl: ``` perl use DBIx::Class::Schema::Loader qw/ make_schema_at /; my $dbh = fancy_function_that_returns_connected_dbh; #(and yes this part works) make_schema_at( "MyApp::Schema", { use_namespaces => 1, dump_directory =>...

Need to check and make sure the CoreSchema init, which uses Schema::Loader during self-verification, isn't creating and leaving temp files on disk. I noticed earlier this might be happening, but...

Consider using @timbunce 's WebAPI::DBIC (https://github.com/timbunce/WebAPI-DBIC) for the API layer for talking to DBIC models instead of direct calls as is the case now (DbicLink)

enhancement

Because of the REST style URL navigation, the primary key is part of the URL for row pages. The side effect of this is that when changing the primary key,...

bug

It would be nice to have a hybrid "combo-grid" choice for the 'auto_editor_type' TableSpec config (current values are 'dropdown', 'combo' and 'grid'). The combo-grid would behave exactly the same as...

enhancement

Currently save operations are synchronous, or blocking, meaning interactivity is disabled for the duration of each save transaction request, or round-trip to the server. This is by design to protect...

enhancement
(low)