Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Basic implementation of course view, fixes #270 #405

Merged
merged 7 commits into from
Apr 9, 2017

Conversation

jwgmeligmeyling
Copy link
Member

@jwgmeligmeyling jwgmeligmeyling commented Jun 15, 2016

fixes #270

@jwgmeligmeyling jwgmeligmeyling changed the title Basic implementation of course view Basic implementation of course view, fixes #270 Jun 15, 2016
@jwgmeligmeyling jwgmeligmeyling added this to the 3.4.0 milestone Jun 15, 2016
@jwgmeligmeyling jwgmeligmeyling self-assigned this Jun 15, 2016
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.07%) to 57.012% when pulling 3dcb558 on JWGmeligMeyling:course-view into 7806db9 on devhub-tud:master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.5%) to 55.632% when pulling 87093e2 on JWGmeligMeyling:course-view into b5abb8a on devhub-tud:master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.6%) to 55.556% when pulling 87093e2 on JWGmeligMeyling:course-view into b5abb8a on devhub-tud:master.

@jwgmeligmeyling jwgmeligmeyling modified the milestones: 3.4.0, 3.3.0 Apr 9, 2017
Copy link
Contributor

@LiamClark LiamClark left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes way more sense than the old ui, should make #420 a bit better aswell

@@ -33,7 +35,10 @@
public class CoursesBackend {

@Inject
private CourseEditions courses;
private CourseEditions courseEditions;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit picky, but how do you feel about changing the field injection to constructor injection?
But if we want to remove that let's do so in a different pr.

@LiamClark LiamClark merged commit 2d46b6e into devhub-tud:master Apr 9, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create course page
3 participants