-
Notifications
You must be signed in to change notification settings - Fork 11
Centralized branding #23
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
base: main
Are you sure you want to change the base?
Conversation
9756a2c
to
788dc0b
Compare
server/src/com/mirth/connect/server/servlets/WebStartServlet.java
Outdated
Show resolved
Hide resolved
8de9a03
to
87c390b
Compare
Signed-off-by: Kaur Palang <[email protected]>
Signed-off-by: Kaur Palang <[email protected]>
Signed-off-by: Kaur Palang <[email protected]>
87c390b
to
39e72c9
Compare
Signed-off-by: Kaur Palang <[email protected]>
39e72c9
to
c416225
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update the comments in BrandingConstants.
Someone like a graphic designer or CEO should be able to look at this file and know what to update so that OIE becomes their company tool.
The comments in BrandingConstants should explain, in tiny words, what to do to a non-developer to brand the app
// The URL that is opened when clicking "Visit + PRODUCT_NAME" button in Administrator | ||
public static final String HOMEPAGE_URL = "https://openintegrationengine.org/"; | ||
|
||
// Icons |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What size and format is tolerated for the favicon?
Where is it displayed?
@@ -349,7 +350,7 @@ protected Document getExtensionJnlp(String extensionPath) throws Exception { | |||
informationElement.appendChild(titleElement); | |||
|
|||
Element vendorElement = document.createElement("vendor"); | |||
vendorElement.setTextContent("NextGen Healthcare"); | |||
vendorElement.setTextContent(BrandingConstants.PRODUCT_NAME); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There should be a difference between product and vendor name.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@NicoPiel I think we all had discussed this, good catch.
This PR gathers together all places where branding is used, to make it easier to build white-label spins of OpenIntegrationEngine.
Not ready to merge.
Closes #4