Summary
We have motored through implementing the Export
and Import
data. There are still many points to cover, such as input checks and the error checks. But after learning this flow, I think you now have the base to customize this database in the way that you want.
Well done! You've made it to the end of the book!
Let's go over what you have achieved:
You made the data structure
You made the application architecture
You made the input and output by using grids and fields on the browser
You developed the application to obtain information using various charts
You made the data export and import management features
Each feature is fundamental to an application of this kind. From now on, if you're thinking of creating something similar in your next project, please use this sample application as a base for your application. You only need to change a few points, and then you should be able to create a customized application very quickly.
Incorporating the architecture from this book into applications...