Business Objects
Do you know your business data?
The rules and processes or your business are hidden in your database. You could analyze better your business if analyst and developers could get that information in a friendly way
- Short table name, friendly table name, and business purpose
- Short field name, friendly filed name, and business purpose
- Primary keys and unique business restrictions
- Foreign keys and relationships among tables
Sometimes this information is not in the DB it can be in your ORM code. We can parse it
- Tables can have relations with objects in your code
- Table fields can have relations with objects propertly
- We can parse comments about objects and properties.
Even can be other sources of knowledge
- Data dictionaries
- Excels that describe tables
We can bubble up this info from the dungeons to your business analyst
We can allow visualize and search this information in a modern App
We can show the tables/objects related to a business process