-
Notifications
You must be signed in to change notification settings - Fork 123
As a locker owner, i want to browse the links in my locker
quartzjer edited this page Aug 25, 2011
·
14 revisions
- Make sure current collection works with twitter and facebook sourced links
- I can view my links
- I can search my links by
- URL
- Page Title (when available)
- Original context (tweet/share, sender)
- Page contents (future/bonus)
- If a link is shortened, I can view it unshortened
- The favicon for a link is displayed
- My links are organized chronologically, grouped by date
- I can click on a link and it will open in a new window
- I can see what service and person my link came from
- This might be more than one source
Future (could all be done in either a detail view, or expanded link item within the list):
- Links that contain pictures have a thumbnail preview
- Links that contain videos (youtube, vimeo, dailymotion) have a play button to allow playing within the page
- Links that contain music (mp3) have a play button to allow playing within the page
Note the following mockup is here to serve as a guide for the functionality & layout. The treatment (styling) is not necessary for acceptance.
- Tom
- Jason
- Link events from facebook/twitter
- how to handle a lot of links loading efficiently (paging)
- possible traffic surges (HEAD checking, and/or favicon bursts)
- spammy links (games/apps from Facebook)
- HTML matches Wireframes (very roughly)
- Browser support
- Chrome (latest stable)
- Firefox (latest stable)
- Safari (latest stable)
- Selenium Test(s)?
- Backend Test(s)
- User Test with working prototype with 5 social web users
- Generating Events (links or encounters or?)
- Search is different/deeper than global would be (highlighting matching snippet, rank sorting)
- Faceted searching
- Content-based dedup
- Authenticated pages (facebook)
- Re-crawling
- Auto-fetching url impact? (info leak?)
- Charset/encoding issues (non-utf8)
- Optimization of search result paging (need numeric at field in clucene)