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

Add score and categorization to student's attributes. #18

Closed
2 tasks
aykborstelmann opened this issue Dec 2, 2019 · 0 comments · Fixed by #26
Closed
2 tasks

Add score and categorization to student's attributes. #18

aykborstelmann opened this issue Dec 2, 2019 · 0 comments · Fixed by #26
Assignees
Labels
enhancement Request feature A new feature to add good first issue Good for newcomers not much to do Most of the thinking is already done, you only have to implement this step by step.
Projects

Comments

@aykborstelmann
Copy link
Member

Supplementation of #4:

Add score as well later in #7 the categorization to the student's attributes.

This may be accomplished by

@Entity
public class Student {
    
    private String firstName;
    ...

    public Integer score() {
        // method call to student controller.
    }

}

Also, it would be great to have a link to /students/{id}/score in the _links-section of a student.

So to wrap it up:

  • Add categorization and score to the student's attributes directly
  • Add a link to categorization and score in the _links-section of a student

This would be comfortable to work with.

@aykborstelmann aykborstelmann added enhancement Request good first issue Good for newcomers feature A new feature to add not much to do Most of the thinking is already done, you only have to implement this step by step. labels Dec 2, 2019
@aykborstelmann aykborstelmann added this to the Extended Functionality milestone Dec 2, 2019
@aykborstelmann aykborstelmann added this to To do in BJS API via automation Dec 2, 2019
@aykborstelmann aykborstelmann self-assigned this Dec 8, 2019
@aykborstelmann aykborstelmann moved this from To do to In progress in BJS API Dec 15, 2019
BJS API automation moved this from In progress to Done Feb 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Request feature A new feature to add good first issue Good for newcomers not much to do Most of the thinking is already done, you only have to implement this step by step.
Projects
Development

Successfully merging a pull request may close this issue.

1 participant