I'd like some sort of checklist that I have to go through in chronological order to make sure I've thought of all facets in preparation for building a new functionality.
For example, Step 1: which data do I want to use and whether can I store it in the database?Step 2: Etc.
I hope that a checklist can help me to not forget anything in preparation for building so that I can start working on a functionality within the most efficient possible time (which can be better estimated as a result).
Hi @Maurice
Hope you are doing well.
So, I'm not an expertise in the matter, but I've worked in some projects already.
So, if the functionality is a screen itself, and you have the design (mockups, prototypes) is easier to visualize what you are going to do. Otherwize it will be a bit different since you have to imagine how things are going to be.
I will try to give you examples on going, these more applied to OutSystems.
Regards
|João Ascensão
Hello, to add more info. If you have mockups you have to isolate all the elements and sections you will need, and check with the OutSystems UI Patterns if the patterns on the mockups already exist you can reuse, if not you will need to create.
If the screens have different sections or blocks than the layouts from OutSystems, you will need to create the layouts, i.e, a custom layout
https://www.youtube.com/watch?v=EZK1bl-WeIg - Create a layout
A little example also,
You can see a header, the main content, a footer, and on the main content a right side(a 2 column, where you can create a block to that or use the component 2 columns on the block main content).
And that's it. After that, you just need to customize(CSS) your layout and the components inside the layout.
Regards,
Márcio C