2 commentaires (2 commentaires)6 réactions (6 réactions)0 assignés (0 assignés)PHP24 641 stars (24 641 stars)2 464 forks (2 464 forks)batch import
feature requesthelp wanted
Description
Use @ to make reference of other contacts related to that person, example:

Guide contributeur
- Stack technique
- phplaraveljavascripthtmlcss
- Domaine
- frontendbackend
- Type d'issue
- feature
- DifficultéDifficulté estimée pour un nouveau contributeur, de 1 pour un très petit changement à 5 pour un travail expert.
- 3
- Temps estiméFourchette de temps approximative pour investiguer, implémenter, tester et préparer une pull request.
- 1-2 days
- Statut d'activitéDisponibilité apparente de l'issue : fraîche, active, ancienne, bloquée ou en attente d'un mainteneur.
- stale
- ClartéClarté avec laquelle l'issue explique le changement attendu, les critères d'acceptation et la prochaine étape.
- needs investigation
- Prérequis
- basic PHP knowledgefamiliarity with LaravelJavaScript for autocomplete
- Accessibilité débutantScore de 1 à 100 estimant l'accessibilité de cette issue pour un premier contributeur.
- 40
- Direction de recherche
- 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.