Platforms V1 - Dos & Dont’s
Bubble
|
Do |
Don’t |
Limitation |
|---|---|---|
|
Each role with their defined functions |
Having roles share permissions |
|
|
Each role with their pre-defined permissions |
Allowing users to set/change other users permissions |
|
|
Cover the basics |
Cover all scenarios i.e. Allow editing the sequence of content and changing the sequence in case users make a mistake and need to change video 2 to become video 3 |
|
|
Export all your users Each data type is a table, think of it this way you have a Users table. Exporting all your users is easy. |
Export different data types into csv or excel files i.e. Users is a table/data type, Payments is another table/data type. Exporting all Users with their Payments is too complex. |
|
|
Printing Screens to generate pdfs (only one page) |
Build PDFs - Bubble needs plugins we need to build each piece of the doc |
|
|
|
Bulk upload (adding multiple users at a time) |
|
|
|
More than 3 products ¿? |
|
|
|
Notification Center |
|
|
|
|
Videos (youtube and google drive for links is best if we want files we need a plugin) |
FlutterFlow
|
Do |
Don’t |
|---|---|
|
Each role with their defined functions |
Having roles share permissions |
|
Each role with their pre-defined permissions |
Allowing users to set/change other users permissions |
|
Cover the basics |
Cover all scenarios i.e. Allow editing the sequence of content and changing the sequence in case users make a mistake and need to change video 2 to become video 3 |
|
Export all your users Each data type is a table, think of it this way you have a Users table. Exporting all your users is easy. |
Export different data types into csv or excel files i.e. Users is a table/data type, Payments is another table/data type. Exporting all Users with their Payments is too complex. |
|
Printing Screens to generate pdfs (only one page) |
Build PDFs - Bubble needs plugins we need to build each piece of the doc |
|
|
Bulk upload (adding multiple users at a time) |
|
|
More than 3 products ¿? |
|
|
Notification Center |