Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Add conversation part for open/closed status changed

Open
#1,636 9 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
25/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
javascript
Domain
frontend

Research direction

No files or tests are named. First locate the conversation-part rendering entry point and inspect how the API exposes part_type; confirm the API dependency is available before starting. Done means displaying open/closed status parts with the specified text and border for admins while showing only comment parts in the user's view.

Written by the indexing model from the issue text.

Description

blocked Time: 2 hours

Problem

We need to add a conversation part that includes a simple border and some small text saying either:

  • {{You | username}} closed this conversation {{time-ago}}
  • {{You | username}} reopened this conversation {{time-ago}}

These parts should not be shown in the user's view of a conversation. Only the comment part_type should be shown. We'll have to add a check for whether the user has admin privileges to see that information.

This is blocked by the API adding a part_type for us to determine the type of conversation part to display.

Also needs https://github.com/code-corps/code-corps-api/issues/1322 to be done to be mergeable.

Dominant language
JavaScript
Stars
120
Forks
75
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from code-corps/code-corps-ember

All issues in code-corps/code-corps-ember

Similar issues

More JavaScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.