Re: Help on architecture of User layout configuration system

2019-05-15 Thread Chetan Ganji
This one is interesting. I was also looking for the solution of the same problem. If I understand correctly, the problem with forms is - User can choose the name of the field and the type of the fields e.g. IntegerField(). FloatField(), etc. Kind of a form that is generated using a form :P More

Re: Help on architecture of User layout configuration system

2019-05-13 Thread Devender Kumar
Thank you for your suggestion I am using PostgreSQL You have successfully saved the layout but I am talking about the dynamics forms fields which will be used for form submission how you are looking to store the values of 1000's of records entered after that in those fields. that's why I was

Re: Help on architecture of User layout configuration system

2019-05-13 Thread Chetan Ganji
My 2 cents - You will have to store the user preferences in a settings file on the server. I would suggest to use a JSONField for the same if you are using the PostgrSQL. Otherwise you will have to create a separate model. Saving settings in model will take more efforts. Using JSON for this would

Help on architecture of User layout configuration system

2019-05-13 Thread Devender Kumar
Hi, I want to make a web app in which user has rights to configure his layout.Means each user can configure his layout according to his choice and work Like how many fields can his form have how many field he want to see in table view of individual record view . configure theme color of his