JujaLabs / juja-platform

0 stars 7 forks source link

Add field owner to Links #52

Closed Moses-odessa closed 6 years ago

Moses-odessa commented 6 years ago

User story:

Я как пользователь хочу закреплять добавленные мной ссылки за моим пользователем, для того чтобы потом легко найти

0) changes/additions proposed with this issue and what they are provided for

1) objects changing or adding to the project

2) API annotations provided with changes/additions required

    @ApiModel 
    public class Link 

    @ApiModelProperty(value = "A person who saves this link, used to identify while changing/archiving", required = true)
    public String getOwner()    

3) Process (or may be USAGE???) description, examples To be sure if the person, who makes request, has the rights to change/archive the link, we need their user id to be compared with id of a person, who has created this link before.

4) requirements and limitations

Benkoff commented 6 years ago

52

User story:

Я как пользователь хочу закреплять добавленные мной ссылки за моим пользователем, для того чтобы потом легко найти

0) changes/additions proposed with this issue and what they are provided for

1) objects changing or adding to the project

2) API annotations provided with changes/additions required

    @ApiModel 
    public class Link 

    @ApiModelProperty(value = "A person who saves this link, used to identify while changing/archiving", required = true)
    public String getOwner()    

3) Process (or may be USAGE???) description, examples To be sure if the person, who makes request, has the rights to change/archive the link, we need their user id to be compared with id of a person, who has created this link before.

4) requirements and limitations