-
Notifications
You must be signed in to change notification settings - Fork 292
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
Lectures
: Add status bar to lecture creation and edit mode
#9655
Draft
florian-glombik
wants to merge
35
commits into
develop
Choose a base branch
from
feature/lectures/add-status-bar
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… call in template
github-actions
bot
added
tests
client
Pull requests that update TypeScript code. (Added Automatically!)
labels
Nov 2, 2024
florian-glombik
added
lecture
Pull requests that affect the corresponding module
and removed
tests
client
Pull requests that update TypeScript code. (Added Automatically!)
labels
Nov 2, 2024
florian-glombik
added
client
Pull requests that update TypeScript code. (Added Automatically!)
user interface
labels
Nov 2, 2024
This was referenced Nov 2, 2024
krusche
changed the title
Lectures: Add status bar to lecture creation and edit mode
Nov 3, 2024
Lectures
: Add status bar to lecture creation and edit mode
10 tasks
10 tasks
# Conflicts: # src/main/webapp/app/lecture/lecture-attachments.component.ts # src/main/webapp/app/lecture/lecture-unit/lecture-unit-management/attachment-unit-form/attachment-unit-form.component.ts # src/main/webapp/app/lecture/lecture-unit/lecture-unit-management/create-exercise-unit/create-exercise-unit.component.ts # src/main/webapp/app/lecture/lecture-unit/lecture-unit-management/online-unit-form/online-unit-form.component.ts # src/main/webapp/app/lecture/lecture-unit/lecture-unit-management/text-unit-form/text-unit-form.component.ts # src/main/webapp/app/lecture/lecture-update.component.ts # src/main/webapp/app/shared/date-time-picker/date-time-picker.component.html # src/main/webapp/app/shared/date-time-picker/date-time-picker.component.ts # src/main/webapp/app/shared/form/title-channel-name/title-channel-name.component.ts
github-actions
bot
added
tests
and removed
lecture
Pull requests that affect the corresponding module
labels
Nov 8, 2024
# Conflicts: # src/main/webapp/app/lecture/lecture-unit/lecture-unit-management/video-unit-form/video-unit-form.component.ts
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Checklist
General
Server
Client
authorities
to all new routes and checked the course groups for displaying navigation elements (links, buttons).Motivation and Context
We do currently have the guided mode for the creation of lectures, however, we consider the approach used for the creation of exercises (status bar that allows you to scroll to sections and displays the current state of these sections) as more user friendly than the current guided mode.
Description
Steps for Testing
Prerequisites:
Testserver States
Note
These badges show the state of the test servers.
Green = Currently available, Red = Currently locked
Click on the badges to get to the test servers.
Review Progress
Performance Review
Code Review
Manual Tests
Test Coverage
Screenshots