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

Suggestion: Add news to main lobby #565

Open
GrantBartlett opened this issue Sep 28, 2024 · 2 comments
Open

Suggestion: Add news to main lobby #565

GrantBartlett opened this issue Sep 28, 2024 · 2 comments

Comments

@GrantBartlett
Copy link
Member

  • Client fetches against a configurable json endpoint for news. Something like:
[
    {
        "id": 1,
        "title": "Tournament title",
        "shortDescription": "Short description about the tournament",
        "url": "<url>",
        "category": "Tournament",
        "date": "<timestamp>",
        "thumbnailUrl": "<full_path_to_image_thumb>"
    },
    {
        "id": 2,
        "title": "Another news title",
        "shortDescription": "News short description",
        "url": "",
        "category": "Community",
        "date": "<timestamp>",
        "thumbnailUrl": "<full_path_to_image_thumb>"
    }
]

Rough mockup of how it might render/look

image

@Metadorius
Copy link
Member

Immediate problem: players not playing multiplayer are exempt from viewing the news.

@GrantBartlett
Copy link
Member Author

problem: players not playing multiplayer are exempt from viewing the news.

Perhaps its just one of many places news can appear. That main lobby space is a wasted space, would be good to utilise it.

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