Posts by Bruno Nascimento • 33 points
5 posts
-
0
votes0
answers36
viewsQ: Controller does not run when I go back to the same state
Hello, I have a problem in angular and Ionic 1 I have a restaurant market place app, similar to ifood, I have an order flow and as the steps go I record the order data in a place in the…
-
1
votes0
answers127
viewsQ: Is it recommended to create a custom splash screen in the phonegap?
It is good practice to create a splash screen customized. For example, there is the plugin splash screen, but I would like to create a own page without using the plugin and I would like to know if…
-
0
votes2
answers154
viewsQ: Transforming a data structure into javascript
Hello, I have the following data structure: [ {id:1,idforeign:2,nome:'etc'}, {id:2,idforeign:2,nome:'etc'}, {id:3,idforeign:3,nome:'outro'}, {id:4,idforeign:3,nome:'outro'} ] I’d like to turn to…
-
0
votes1
answer78
viewsQ: Automatic SCHEMA creation in postgresql
I’m having a problem with the following, I need to create a Rigger that when a given row is inserted it creates a SCHEMA with a specific structure! For example, in the public scheme, I have the…
-
2
votes0
answers243
viewsQ: How to specify an abstract use case?
I am making the specification of these use cases and I have these cases of abstract uses, the question is the following, I need to detail the cases of abstract uses, or only the specialized (or…