Replies: 1 comment 7 replies
-
You can create standart mvc pages in your serenity project. There is no restriction about that. Same project for end users and admin user is ok. If you want to create separated project for end user, best way is get data from data source (sql, redis, mongodb etc.) and use cache strategies there. Don't try to get data from admin panel via api's because it's bring web traffic to your admin panel either. It's mean when you get any load issue, you also can't access your admin panel. Also when you need update your admin panel, it's mean your end user project also be effected about that. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
please help meeeeeeeeeeee
now i want to make the web-site it self which i build their admin panel by using serenity
my question is how to take all data from serenity without need to retrieve the data from database again ?
and another question do i need to create mvc project (the new project which contain the the interfaces ) or its ok if i make it forms (web form)?
Beta Was this translation helpful? Give feedback.
All reactions