You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our work with other institutions has identified a number of pain points associated with overriding or customizing various pages. While this was originally easier, the combination of dockerization and react UI rendering makes inserting overrides more difficult.
Currently, overrides must be managed in one of two ways:
Forking the repo, creating custom variations of files, and then publishing your own docker image(s).
Implementing a custom theme package via compose and then redoing the above.
Overriding specific files via volume mounts.
Both are potentially prohibitively complex for institutions that just want to change a few strings here and there. Ideally these values could be configured more easily and then loaded into the application as overrides for specific locations.
The text was updated successfully, but these errors were encountered:
Our work with other institutions has identified a number of pain points associated with overriding or customizing various pages. While this was originally easier, the combination of dockerization and react UI rendering makes inserting overrides more difficult.
Currently, overrides must be managed in one of two ways:
Both are potentially prohibitively complex for institutions that just want to change a few strings here and there. Ideally these values could be configured more easily and then loaded into the application as overrides for specific locations.
The text was updated successfully, but these errors were encountered: