-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Better highlight the Free vs Paid features in the online demo #319
Comments
Hey @adriallongarriu , Indeed, you can find a BulkDeleteOperation inside <?php
namespace Backpack\CRUD\app\Http\Controllers\Operations;
trait BulkDeleteOperation
{
use \Backpack\Pro\Http\Controllers\Operations\BulkDeleteOperation;
} It's there only for backwards-compatiblity, so people don't have to change the namespace in their projects. In regards to showing the difference between fields/columns/filters:
It's a bit difficult to see things from a visitor's perspective, we've been deep into this split for 6+ months, so your perspective would be really helpful. What can we do to make it more obvious you should look at Monsters if you want to see the FREE vs PRO features in action? I'm thinking:
That's your take on this @adriallongarriu ? |
My fault i didn't check inside the files. For the FREE vs PRO:
Yes, but somehow it should be indicated that you can find the demo of the columns on this page. If you enter the demo for the first time I don't know if it's a too obvious that the listing and preview pages use the same code for columns. I think the best opstions are:
You can still put "NEW" to feature some section but prioritization show "FREE/PRO" and if needed show both badge
This can be a good solution to go in and see at the moment what you get with the basic version and what can you do in the pro version. Additional things to improve in the demo:
|
Improve demo to show all fields, filters and columns. Especially to show what features are PRO and what are FREE.
There could be 2 sections one only with FREE features and the other with PRO features.
Another comment: BulkClone and BulkDelete are list as PRO. There are not blade views but the
BulkCloneOperation.php
andBulkDeleteOperation.php
estil exist insrc/app/Http/Controllers/Operations
.The text was updated successfully, but these errors were encountered: