Skip to content
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

Reduce institution-specific customization pain points #1628

Open
clpetersonucf opened this issue Dec 16, 2024 · 0 comments
Open

Reduce institution-specific customization pain points #1628

clpetersonucf opened this issue Dec 16, 2024 · 0 comments

Comments

@clpetersonucf
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant