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

Questions of tag are not visible #111

Open
Ventan00 opened this issue Sep 26, 2021 · 2 comments
Open

Questions of tag are not visible #111

Ventan00 opened this issue Sep 26, 2021 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@Ventan00
Copy link
Owner

Describe the bug
When I want to see questions of tag by pressing "Show all questions" I'm redirected to not exsisting page.

To Reproduce
Steps to reproduce the behavior:

  1. Go to {ip}/tags/2
  2. Click on any 'Show all questions'

Expected behavior
Page with questions sorted by tags

Additional context
There is

public async Task<GetQuestionsDTO> GetQuestions(int page, SortOptionEnum sortingBy, List<int> tags)

in this file.
You need to do is pass arguments to Home page and then QuestionsCompoent

@Ventan00 Ventan00 added the bug Something isn't working label Sep 26, 2021
@Patrykoss
Copy link
Collaborator

Patrykoss commented Sep 26, 2021

Did you mean sth like this "{ip}?tags={idTag}"? Or make second URL "{ip}/questions?tags={idTag}" which redirect to Home Page and not combine with "Home URL"?

@Ventan00
Copy link
Owner Author

That's good questions. There is one more thing that I have thought of - separation of questions page from home page. Let's discuss it on wednesday during #110

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants