Hi everyone,

This is my first post on this group, apologize if I am doing something 
wrong or if my English is not perfect....

I am going to give you a short example of want I am looking for, and I will 
appreciate your opinion about the best approach to solve the scenario.

I am not an expert front end developer, so I if something it is not clear, 
please not hesitate to ask it.

*[Example of app OOTB] *

We have application with frontend, backend and database totally working 
with the following data model:

-Clients 

   - Name
   - Address


-Products

   - Name
   - Price


-Orders

   - ProductID
   - ClientID
   - DeliveryDate

So, at this point we have one app that allows users:

   - CRUD orders
   - CRUD clients
   - CRUD products

*CRUD =  Create, read, update and delete


*[Challenge]*

How can I design the app to make it configurable?

When I say configurable means not coding the views and the model again, 
means having  one code that could generate the views and model from a 
config file.

Let me give an example of configurable:

We have the app OOTB (out of the box) as explained previously, but now we 
have a different client and  the app need changes:


-Clients 

   - Name
   - List of Addresses
   - Phone
   - Bank account
   - etc...

-Products

   - Name
   - CreationDate
   - Price
   - ExpirationDate
   - etc...

How can I code the frontend with angularJS or any other framework to make 
the views and the model configurable?


I appreciate all the responses and recommendations.

Thank you, 

Julian

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to