2 commenti (2 commenti)6 reazioni (6 reazioni)0 assegnatari (0 assegnatari)PHP24.641 star (24.641 star)2464 fork (2464 fork)batch import
feature requesthelp wanted
Descrizione
Use @ to make reference of other contacts related to that person, example:

Guida contributor
- Tech stack
- phplaraveljavascripthtmlcss
- Dominio
- frontendbackend
- Tipo issue
- feature
- DifficoltàQuanto dovrebbe essere impegnativa per un nuovo contributor.
- 3
- Tempo stimatoTempo stimato per completare e verificare uno scope piccolo.
- 1-2 days
- Stato attivitàQuanto è probabile che la issue sia ancora attiva e reviewable.
- stale
- ChiarezzaQuanto chiaramente la issue descrive problema, scope e risultato atteso.
- needs investigation
- Prerequisiti
- basic PHP knowledgefamiliarity with LaravelJavaScript for autocomplete
- Adatta ai principiantiQuanto la issue è adatta a contributor alla prima esperienza.
- 40
- Direzione di ricerca
- 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.