-
Notifications
You must be signed in to change notification settings - Fork 551
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 organiser description and events fragment #106
Comments
to be done after #4928 gets resolved on server side |
There are organizer details in event itself |
@iamareebjamal we actually wanted it to list other events under the organiser as in EventBrite App, |
It is already present on server, that's how we list stuff in Orga App |
@iamareebjamal I am sharing a typical response of event details below
Relationship with organiser and coorganiser is not there, In orga app I guess we already have organiser id when he logs in and then we can easily get list of events under him/her still I will check how it works in orga app |
@simarsingh24 I don't understand the requirement here. See, the organizer can choose whether he/she wants to reveal his/her information to the public or not. The organizer relationships aren't there since you are not the event organizer. We don't send all the information to everyone. The data that is sent is decided on your permissions. |
@srv-twry thats not what we want if the organiser choose to show his information then similar to eventbrite we should show all the events published by him along with all of his details. |
Cool, I understood the requirement but this needs to be discussed with the mentors before I can make changes to the server for it. |
As discussed in today's meeting
Working on it 👍
The text was updated successfully, but these errors were encountered: