Platforms V1 - Dos & Dont’s

This SOP provides guidelines on the dos and don'ts when creating a Version 1 (V1) of a project across our various development platforms. It ensures best practices are followed to produce a functional, reliable, and scalable initial version of the application.

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
i.e. Add content sequentially automatically

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
i.e. Add content sequentially automatically

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

 


Was this article helpful?
© 2025 LowCode Internal Docs