I am quite new to developing with Xano and also in general.
So far my approach have been:
Map out the workflow via Figma with Figjam.
In Xano:
Create the database table
Add my inputs as I think would be needed
Build my function stack by
Setup the function for one item with the stop and debug feature
then step any loops needed
Add any conditions
And then improve with iterations.
And in the end add authentication to all the API’s (I haven’t reached this step yet).
What is your approach to this? Or do you have any suggestions to my approach?