E1.17 Php Symfony: Repeat all the steps for other ViewModels (Wpf, Xamarin, Angular SPA, Reactjs SPA) - chempkovsky/CS2WPF-and-CS2XAMARIN GitHub Wiki

Note 1:

So far we have generated php-microservices only for LitGenreView. What about the rest?

Note 2:

As it was mentioned at the end of "E1.07"-article we start with master-entities and end with detail entities.

Here is the correct order of ViewModels to generate code:

  1. LitGenreView
  2. LitEditionView
  3. LitCountryView
  4. LitLanguageView
  5. LitDialectView
  6. LitPublisherView
  7. LitAuthorView
  8. LitManuscriptView
  9. LitBookView

Here are the steps:

  1. Generate Deployment files. Details in the article E1.10
  2. Creating Tables. Details in the article E1.13
  3. Generate Production files. Details in the article E1.14
  4. (Optional) Populate tables with some data for testing.