-
Notifications
You must be signed in to change notification settings - Fork 301
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
Development
: Add student code of conduct and apso as a static assets
#7390
Development
: Add student code of conduct and apso as a static assets
#7390
Conversation
Development
: Development
: Add student code of conduct as a static asset
...iarism-cases/instructor-view/detail-view/plagiarism-case-instructor-detail-view.component.ts
Outdated
Show resolved
Hide resolved
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.
Looks good!
...iarism-cases/instructor-view/detail-view/plagiarism-case-instructor-detail-view.component.ts
Show resolved
Hide resolved
Development
: Add student code of conduct as a static assetDevelopment
: Add student code of conduct and apso as a static assets
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.
The assets should be located in src/main/resources/public
like the logo.
Then the existing customisation steps (https://ls1intum.github.io/Artemis/dev/setup/#customize-your-artemis-instance) can be documented and applied as well.
The links to the resources should then be relative to link to the ones of the current Artemis instance rather than the ones from TUM.
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.
Looks good, w/ the changes suggested by @b-fein.
I can look at it next week |
Co-authored-by: Benedikt Fein <[email protected]>
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.
Thanks! Code and documentation for the customisation looks good now.
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.
documentation lgtm
This PR is stacked and should be merged after #7302 is merged |
Checklist
General
Motivation and Context
The student code of conduct linked in the template of plagiarism case post and linked in the post created by continuous plagiarism control was no longer available.
Original thread on Slack: https://ls1tum.slack.com/archives/G6TCVL6HL/p1696873741965929.
Description
The student code of conduct is now a static asset of Artemis.
Steps for Testing
Prerequisites:
TEST_SERVER_URL/content/documents/student-code-of-conduct.pdf
and check if the PDF loads.Review Progress
Code Review
Manual Tests