Skip to content

Commit 90700fc

Browse files
committed
improved comments
1 parent e3a6c4a commit 90700fc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/widgets/peopleSearch.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
* It currently traverses the FOAF graph up to 3 degrees of separation (friends of friends of friends)
99
* to find people, and also loads contacts from any linked address books. The search is performed
1010
* client-side on the discovered set of people, allowing for fast filtering as the user types.
11+
* Below the name of each person, a label indicates whether they are a direct friend, a contact
12+
* from an address book, or just a person discovered through the FOAF graph. Contacts take precedence
13+
* over friends, and friends take precedence over people when determining the label.
1114
* Configurable options include a click handler for when a person is selected, otherwise it
1215
* opens their profile in the same window.
1316
*

0 commit comments

Comments
 (0)