-
Notifications
You must be signed in to change notification settings - Fork 221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New naming convention for global library #5495
Comments
+1 from customer for branding reasons |
In fact, there is some confusion, as |
Clarify what the confusion is ;) We ship with sample forms an Shouldn't we have the ability to have a proper global library by default, which users could modify or clear if they wish to? Maybe the default global library could be "copy on write": by default stored in resources, and when saved, saved to the database? This would increase the chances that the library that ships doesn't just disappear when setting up a new database? Other ways would be:
Other considerations:
Specific next steps to ship this change:
|
The "copy-on-write" idea is interesting but how could we implement it? If we had persistence properties to separate read/write we could have:
But this wouldn't work once the library is read the first time, as it would keep being read from the So instead there should be some system of priority for providers, but that could become confusing and. Alternatively, this could be an explicit operation:
In general, we should make library handling more explicit (#5494). I am inclined to go the last route, and so let's assume that this is a problem separate from the switch to |
Possible steps:
The following is now covered by #6518:
|
- also add 2 more section templates - update Controls form
|
Right now, we use
orbeon
as app name for the global library. This is not always desired and we've had customers who found it confusing and wanted to change that name.We could change that to
global
, with risks of awkwardness and backward compatibility (if users use that name already). A possible contender would be_
, which is allowed and unlikely to be in use.Steps:
_
in addition toglobal
_
by default instead ofglobal
behind the sceneSee also #5494.
The text was updated successfully, but these errors were encountered: