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

Customizable Footer for LMS & CMS #418

Open
pdpinch opened this issue Jan 9, 2025 · 4 comments
Open

Customizable Footer for LMS & CMS #418

pdpinch opened this issue Jan 9, 2025 · 4 comments
Assignees

Comments

@pdpinch
Copy link

pdpinch commented Jan 9, 2025

Abstract

Make footer links easily customizable, enabling the addition of custom navigation links, the organization’s logo, copyright information, and legal links.

This replaces the proposal #324

Detailed Product Proposal

https://openedx.atlassian.net/wiki/spaces/OEPM/pages/4512514079/Proposal+Customizable+Footer+for+LMS+CMS

Context & Background (in brief, if a Product Proposal is linked above)

Legacy LMS allows for the configuration of footer elements such as navigation links, the organization’s logo, and legal links. However, the MFE footer does not currently support this functionality. At present, the only way to achieve this is by forking the footer component repository, which is both difficult and time-consuming to maintain. The goal is to make the footer fully customizable, enabling the addition of custom navigation links, the organization’s logo, copyright information, and legal links.

Scope & Approach (in brief, if a Product Proposal is linked above)

Following the configuration option proposed in the discussion https://discuss.openedx.org/t/plugin-slots-vs-configuration/13009

Value & Impact (in brief, if a Product Proposal is linked above)

At present, the only way to achieve this is by forking the footer component repository, which is both difficult and time-consuming to maintain.

Milestones and/or Epics

Update the PR openedx/frontend-component-footer#403 to follow the proposals in in the discussion https://discuss.openedx.org/t/plugin-slots-vs-configuration/13009

Named Release

Teak

Timeline (in brief, if a Product Proposal is linked above)

This shouldn't take more than a week once everyone is in agreement about the implementation.

Proposed By

MIT Open Learning

Additional Info

No response

Copy link

github-actions bot commented Jan 9, 2025

Thanks for your submission, @openedx/openedx-product-managers will review shortly.

@sarina sarina self-assigned this Jan 13, 2025
@sarina sarina moved this to [Prod Proposals] In Review in Open edX Roadmap Jan 13, 2025
@sarina
Copy link
Contributor

sarina commented Jan 13, 2025

Putting this "In Review" I am taking a look at it

@sarina sarina moved this from [Prod Proposals] In Review to Being Developed in Open edX Roadmap Jan 13, 2025
@sarina
Copy link
Contributor

sarina commented Jan 13, 2025

From a product perspective, this is good to go.

Implementation wise, @arbrandes and @brian-smith-tcril will help advise on the correct way forward to meet the product specs. Thanks @pdpinch !

@brian-smith-tcril
Copy link

I can speak on a way forward for the links aspect of this implementation-wise.

I'd like to recommend following the pattern that the desktop_main_menu_slot in frontend-component-header uses: https://github.com/openedx/frontend-component-header/tree/master/src/plugin-slots/DesktopMainMenuSlot

I also think having defaults for the links would be good instead of having it be blank by default, but I'm very open to thoughts either way on that one.

My overall thought on implementation is to have a default "out of the box" footer that looks good from a product perspective, and provide frontend-plugin-framework slots to customize the aspects of the footer that people want to customize.

Hopefully that at least answers a bit of the "corrent way forward" question!

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

No branches or pull requests

3 participants