-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
SERAC: filter by contributor #810
Comments
I would go for the third solution : a private link ( and even maybe a check between the logged user and the requested user over the API ). |
On API side :
On UI side :
|
@cbeauchesne : I do not see a "See my outings" button for logged users on /outings. I only see a link to /outings?u=123456 on the profil page /profiles/123456. It corresponds to solution 2, it may be visible only if you are on your own profil page. I just had a look, xreports may only be linked to the author - if he does not wish to remain anonymous. Not to a generic user, like outings. For the request we are dealing with, of a Mountaineering club, this is a problem: member of the club should be able to associate their xreport to the profil of the club via their own account. |
For the anonymous reports, there is nothing we can do: we do not save original author. I understand a little more the request. They want to be able to add more than one users to an xreport. In their use case, it will be the reporter, and the club's camptocamp account. Right ? |
We got a request per email: a Mountaineering club wanted to use SERAC for their RETEX. For their own purpose, they want to be able to extract the reports that are related to their club only.
Request: filter Xreport by user.
Implementation: few possibilities (they can be combined)
The choice should take care of privacy of users.
The text was updated successfully, but these errors were encountered: