milapatel18 / AutoCRUD

Completely Dynamic AUTO CRUD Development with core concept of Spring Boot API, Database, ORM/JDBC, REST and design patterns implementations.
0 stars 0 forks source link

Basic Solution & Workflow #2

Open milapatel18 opened 6 years ago

milapatel18 commented 6 years ago

Developer's work at core part will be very simple...

[Scenario 1 : It may be possible that developer has connected same database - master table comes from same database]. <= For this it will require always some basic tables availability in database with sample data.

[Scenario 2 : It may be possible that developer has connected multiple database - master table comes from application specific database]. <= This is the best scenario that will work mostly.

image

<< SOME HOW THIS SHOULD BE MANAGED WITH TRANSACTION FUNCTIONALITY OF JDBC & MYSQL = First Load all Data in MAP and then update, much batter."

milapatel18 commented 6 years ago

After successful loading of all columns, developer will have to verify details for PK,FK,NOTNULL, content sizes and update details for title, description, images icons, FK view (Tags box, Grid box, DropDown, List Box etc operations), columns to display in dynamic search result grid, also to keep active same in dynamic search form option. Developer will be managing which not null attributes to ask and which not like last update, creation_time.... this should not to be asked, or it should be just visible inactively.

milapatel18 commented 6 years ago