
I.D.E
Integrated environment for development

Projects
The developer will have access to multiple projects, which are previously authorized.
The projects define in which type of database the application will be made (Oracle, PostgreSQL, Sqlite)
The database is unique for all project developers, facilitating code compatibility between developers.
The developer will have access to the application components that were authorized, facilitating the distribution of tasks among the developers.
Documentation
The developer will have a self-generated template available, through which he will describe each step that he executes in each program, the template auto-formats the queries to the database, facilitating the documentation of sub-queries, identifies the variables used in each step of the execution, so that the developer specifies the functionality of each of them
Programming Code
Programming in Flujvision is based on flowcharts, within each process the commands are specified, and the conditionals are established (similar to an "if" statement) or the iterations (similar to a "for" statement)
The programming codes eliminate the concepts of layers of the MVC model, guaranteeing the optimization of access to the database and the design of visual interfaces.
Interfaces visuals
At Flujvision, we understand that the amount of time normally required to program visual interfaces in other programming languages needed to be improved.
Our methodology allows these to be reduced by more than 60%, minimizes the amount of programming code and simplifies the design of applications, allowing graphical interfaces created by a designer to be read as templates.
