I need to create a view in MVC5 that contains several partial views. The view represents a report for a specific person. The report can be displayed for a given date. Its likely that the partial views will change over time and that new versions of the views will be added to the project. There will be a database table that specifies which version of a given view was "active" for a given date range.
What design pattern would you use to manage adding new versions of the views and which set of views was active on a given date? Any examples would be greatly appreciated.
Aucun commentaire:
Enregistrer un commentaire