User853731431 posted
Have a need to build a new web app soon. The app will be for dozens or more groups that will have their own group code or number. A common landing page will be used which the user enters their group# and then is presented with a page that is
customized to their group. Ok, no big deal. Now, there are a few forms that all groups share. Nothing special, just your standard input forms. However, some labels might need to be localized to a specific language and some groups might
need to show additional fields on a given form etc.
Here is how Im considering the approach to this:
- The common landing page grabs the group# and sets a session value
- An admin section for defining the specifics about each group (logo etc)
- The forms all use the same input fields, but some can specify fields that should be hidden
- For the localization, a common set of resx files are used
comments or better ideas ?