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

Customization settings from LMS #280

Closed
5 tasks
rotimi-best opened this issue Apr 21, 2024 · 2 comments · Fixed by #304
Closed
5 tasks

Customization settings from LMS #280

rotimi-best opened this issue Apr 21, 2024 · 2 comments · Fixed by #304
Assignees

Comments

@rotimi-best
Copy link
Owner

Feature Description

From settings in the admin dashboard, an admin should be able to customize the pages shown for students. You can't customize how the dashboard look just to make sure the UI is consistent with our documentation.

Use Case

No response

Proposed Solution

No response

Alternatives (optional)

No response

Additional Context

No response

Please check the boxes that apply to this feature request.

  • I have searched the existing feature requests to make sure this is not a duplicate.
  • I have provided a detailed description of the requested feature.
  • I have explained the use case or scenario for this feature.
  • I have included any relevant technical details or design suggestions.
  • I understand that this is a suggestion and that there is no guarantee of implementation.
Copy link

Thanks for the issue, our team will look into it as soon as possible. If you would like to work on this issue, please wait for us to decide if it's ready. To claim an issue that does not have the "needs triage" label, please leave a comment that says ".take". If you have any questions, please reach out to us on Discord or follow up on the issue itself.
For full info on how to contribute, please check out our contributors guide

@rotimi-best
Copy link
Owner Author

What to disable

Dashboard

  1. Option to disable Community UI
  2. Option to disable Exercises.
  3. Update banner image
  4. Update banner text

Course

  1. Disable News feed
  2. Disable grading

Apps

  1. Disable poll
  2. Disable live comments

Data specification

Add a column in the organization table called customizations and it should store a JSON like this

dashboard: { community: false, exercises: false, bannerImage: 'link_to_image', bannerText: '' },
course: {newsFeed: false, grading: false},
apps: {poll: true, comments: false}

UI

You should then use this JSON to determine the settings to display. Please follow the same convention we currently have in our settings UI.

Add a new section under Theme and it should look like the custom domain section where you can go to a seperate settings page.

Screenshot 2024-04-27 at 6 43 38 AM

Now in the settings page let it look like this landing page settings page within individual sections on the left and on the right the specific settings

image

IMPORTANT

Please reuse the same components used in other settings here, don't use custom component or custom styling. This is to keep our settings consistent for people to easily understand it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants