2 comments (2 comments)6 reactions (6 reactions)0 assignees (0 assignees)PHP24,641 stars (24,641 stars)2,464 forks (2,464 forks)batch import
feature requesthelp wanted
説明
Use @ to make reference of other contacts related to that person, example:

コントリビューターガイド
- 技術スタック
- phplaraveljavascripthtmlcss
- 領域
- frontendbackend
- Issue 種別
- feature
- 難度新しい貢献者にとっての実装難度です。1 は非常に小さな変更、5 は専門的な作業です。
- 3
- 推定時間経験ある貢献者が調査、実装、テスト、pull request 準備にかけるおおよその時間範囲です。
- 1-2 days
- 活動状況Issue が今どれだけ取り組みやすいかを示します。新しい、活発、古い、ブロック中、またはメンテナー入力待ちなどです。
- stale
- 明確さ期待される変更、受け入れ条件、次の手順がどれだけ明確かを示します。
- needs investigation
- 前提条件
- basic PHP knowledgefamiliarity with LaravelJavaScript for autocomplete
- 初心者向け度初回貢献者にどれだけ取り組みやすいかを 1-100 で推定したスコアです。
- 40
- 調査方針
- The issue is about referencing other contacts using '@' in text fields. Implementation likely involves adding an autocomplete feature on the frontend and parsing @ mentions on the backend to link to contact profiles. Look at the existing note or activity creation forms (e.g., App\Http\Controllers\NotesController) and the Contact model for relationships. Review how mentions are currently handled, if any, and consider using a JavaScript library like Tribute or implementing a custom solution. Check if there is existing mention logic in the codebase by searching for '@' or 'mention' in the source. The backend should resolve mentions to contact IDs and display links when rendering. The issue has no clear acceptance criteria, so clarify with maintainers whether this applies to all text areas or specific ones.