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

[Feature request] Navigate from card detail pages to corresponding event pages #361

Closed
Phynon opened this issue Jan 7, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@Phynon
Copy link
Contributor

Phynon commented Jan 7, 2022

Motivation.

It is kind of inconvenient that users are not able to navigate from detail pages of event cards to the event detail pages of them, while they can navigate from events to card details. A two-way link might be better.

Related issue (if applicable)
None

Suggested Implementation
An additional entry in between Attribute and Available From with a link navigating to the correlating event detail page could be a viable implementation.
image

Additional context

If my memory serves me correctly, a card detail object in cards.json does not have a key indicating the corresponding event. Another thing is that some cards are not related to any events. Maybe I should use eventCards.json to implement this?

@Phynon Phynon added the enhancement New feature or request label Jan 7, 2022
@dnaroma
Copy link
Contributor

dnaroma commented Jan 7, 2022

It is possible to use eventCards.json to implement this. It links even id with card ids.

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

No branches or pull requests

2 participants