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

Club listing endpoint doesn't return meeting times #12

Open
akochnev opened this issue Aug 20, 2020 · 0 comments
Open

Club listing endpoint doesn't return meeting times #12

akochnev opened this issue Aug 20, 2020 · 0 comments
Assignees

Comments

@akochnev
Copy link
Collaborator

The original mockup of the Club Browser page expected to have access to the meeting times for each club. In the initial example, the "meeting times" were return in an array , e.g. ["M","F"] below

[1, "Robotics Club", "https://lh3.googleusercontent.com/pw/ACtC-3fIUy1uUAK3OgwH7h4WURxF4I6vpu1K35iwDZqzBpy_hII4ySNfhqLy7yeFC5Twv9a83Rn4UvdKeZar5dhtLbRjfTsQVNhczKUy4s-CtymhzR2D19tugouYi30BX0i954NKISlQh9qYhSaq27G9JV0kNQ=w1291-h970-no?authuser=0", "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.", ["M","F"]]

While the ClubBrowser page could technically try to pull that detail from the Club details endpoint, this would be useful to add on the club listing endpoint to avoid a cascading number of API calls to pull out all the details from the backend.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants