I'm developing a web application using django and ajax for checklist. I have total of 140 checklist
I'm developing a web application using django and ajax for checklist. I have total of 140 checklist each checklist have header(meta data about that particular checklist), body of the checklist, and signature footer where certain users can click the ticket box and close the checklist. These 140 checklist are of 28 different types with different structures. Now I stored that each checklist as json data and created different templates and views for each types. Is it good way or is there any other better way to do this.. I'm a new developer and I can't get satisfied with my approach to this solution like there is a better solution.
As I'm a new developer. Even though I can get solution to my problems but there is a feeling that is not the best solution until I get the best solution I can't get satisfied with this approach