Answer the question
In order to leave comments, you need to log in
How to document form fields (including validation, logic), api, database?
Hello,
We started developing a web application (SPA) in the enterprise segment. The application contains a bunch of forms, grids, and so on. All these fields are connected by curly logic.
For now, fields are described in excel, API is described in Api-blueprint format in .md files. The database is not described at all, but it is clear that you can reverse engineering and see the connections.
Tell me if there is any software or methodology, best practices, how form fields, api, database fields are documented and that it would be all in one place and refer to each other. Eg. by gender in the database, find a field in the API and / or a field in the form and vice versa. Again, there is no clear mapping, there can be api fields without form fields and fields in the database, as well as the reverse, thus.
maybe a form field != api field != database field.
I tried to write simply in text (tables) in the TK, well, it turns out some kind of mess, all this in different places. Difficult to maintain, eg. when the name in the form changes, it is necessary to find not to forget and find . fields in the database, API and change them.
With the description of validation and logic, too, somehow everything is smeared out. Perhaps hands grow like this :) but I hope that there are solutions, I just don’t know about them.
Thank you.
Answer the question
In order to leave comments, you need to log in
All these fields are connected by curly logic.Smiling)))
Perhaps hands grow like this
You need to:
1. Look here: schemaspy.sourceforge.net
2. Then look here: dba.stackexchange.com/questions/515/how-do-you-doc...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question