“Tags” Feature Not Working as Expected
🧩 Description:
When trying to interact with or view “Tags” within the app (e.g., under discussions, posts, or project modules), the tag function does not respond properly. Tags are either not clickable, do not filter related content, or display no results, even when tags are visibly shown.
🪜 Steps to Reproduce:
- Open the ArcBlock Marketplace or webpage where tags are displayed.
- Locate a discussion or post containing one or more tags.
- Tap or click any tag
- Observe the response.
❌ Actual Result:
- Nothing happens after clicking or tapping a tag.
- No filtering or navigation occurs.
- In some cases, the tag briefly highlights and then does nothing.
✅ Expected Result:
- Clicking or tapping a tag should open a filtered list of Certificate, ThangGa, Tangram, Medal, or Etc.
- Tags should serve as functional navigation links for exploring related content.
⚠️ Impact:
- Users cannot browse or discover related topics through tags.
- Reduces usability and makes content organization less effective.
🔍 Possible Causes (Hypothesis):
- Missing or broken tag routing path.
- JavaScript event handler not triggered for tag clicks.
- Backend not returning associated tagged data.
- Tag element rendered as plain text instead of hyperlink.
🧰 Suggested Fix:
- Verify that each tag element links correctly to a query or filter endpoint.
- Implement
onClickevent for dynamic filtering or page navigation. - Add fallback: > ⚠️ “No posts found under this tag” > if no related content is available. >
2 条回复
The tags here are not clickable; there are currently no other tags.
Example: I want to search all Certificates and no option to search all tags with certificate?