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

Implement front end changes to show "Resolved" in green and "Unresolved" in red near the topic's title in both the topic's view and the list of topics #69

Closed
LujainAlMansoori opened this issue Sep 23, 2023 · 0 comments · Fixed by #93
Assignees
Milestone

Comments

@LujainAlMansoori
Copy link
Contributor

LujainAlMansoori commented Sep 23, 2023

Description: In the topics_list.tpl, topics that have the attribute resolved=true should display the status "Resolved" in green text, while those with resolved=false should display "Unresolved" in red text. This change should be evident both in the detailed view of the topic and in the list view of all topics.

Estimated effort: This involves updating the template so its modarte effort, ensuring CSS or inline styling changes are applied for the correct colors, and confirming that the logic correctly differentiates between resolved=true and resolved=false.

Dependencies: Depends on issue #67.

Acceptance criteria:

  • When viewing the topics_list.tpl, topics that are resolved (i.e., resolved=true) should have a green "Resolved" label near their title.
  • Topics that are not resolved (i.e., resolved=false) should have a red "Unresolved" label near their title.
  • This display logic should be consistent both in the individual topic view and in the comprehensive list view of topics.
@LujainAlMansoori LujainAlMansoori changed the title Implement front end changes to show "Resolved" in green and "Unresolved" in red near the topic's title Implement front end changes to show "Resolved" in green and "Unresolved" in red near the topic's title in both the topic's view and the list of topics Sep 23, 2023
@mbfannan mbfannan added this to the Sprint 2 milestone Sep 23, 2023
@sghasel sghasel linked a pull request Oct 5, 2023 that will close this issue
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

Successfully merging a pull request may close this issue.

3 participants