Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我很好奇是否有任何按功能划分 Web 应用程序的常见模式?一个例子是以多个价格层级销售。
我要问的是有一种通用的开发模式来划分应用程序中的功能
没有我知道的模式。实现您想要的一种方法是根据用户选择的价格等级赋予用户角色,然后对特定功能/视图进行角色检查。几乎就像一种访问控制列表,由他们购买的包控制。