OK, I'm working on standardizing the names of everything now. The convention will be "rwf" + for all forms view and subforms.
The view names will be:
rwfStates
rwfConfiguration
rwfNotifications
rwfSubscriptions
rwfExceptions
rwfApproval Delegation
There are 2 old names referenced in the engine code "rwf States" and "rwf Approval Delegation" that will be deprecated. That means if you have views with the old names, everthing will still work, you will just get a warning in the form of an RWFException telling you to use the view name. In some future version the old names will be removed altogether, but by then everyone should have had sufficient warning to update the view names.
Forms:
rwfEmailNotice
rwfException
rwfMailConfig
rwfStateConfiguration
rwfSubscription
rwfNewsletterConfig
Of these, the changes are as follows: The aliases for 'rwfStateConfiguration' which were "State" and "State Configuration" have been removed. The view selection for the "rwfStates" view has been changed so that form = "State" is no longer used. This should have no affect on existing apps.
The alias for "rwfMailConfig", "mailConfig" has also been removed but is still used in the view selection for "rwfSubscriptions".
Subform "rwf workflow" is Now "rwfWorkflow" with alias "rwf workflow" this should work for any forms using a computed subform.
So the Question is this:
Since all forms and views no longer need aliases can we get rid of aliases altogether or should we use aliases that are the same as the name? I'm prone to NOT use aliase at all for forms and views.
Feedback appreciated.