You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @ishank011! I would like to work on this, if that's fine. So I suppose, we are to move out duplicated methods out of user/rest.go and group/rest.go into a separate file to prevent duplication?
@ishank011 I had a question. Since we have the manager struct and its methods repeated in the user and group package, do I need to move the entire manager struct (which will then implement both user.Manager and group.Manager interface) and its methods into the utils package and then call those methods from the respective packages i.e user/rest and group/rest?
https://github.com/cs3org/reva/tree/master/pkg/cbox/group/rest and https://github.com/cs3org/reva/tree/master/pkg/cbox/user/rest have a lot of overlapping code which can be reused.
The text was updated successfully, but these errors were encountered: