You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Draft for beta1

just started...

Abstract

The UX concept for favorites contains a variety of uses cases for favorites. For beta1 we're aiming to implement the two most basic bookmark related ones. Also see the clickable prototype.

  • store a bookmark to a user's favorites under a certain name
  • navigate to a previously stored bookmark

Proposal

Storage

  • favorites will be stored in JCR (per user)
  • there's other user related information to be stored later
    • create workspace profiles?
    • store bookmarks under /userName/favorites/bookmarks?

Packaging

  • dont model a proper type - use normal jcr nodes
  • ui will go into admincentral / shell apps
  • make sure to use MVP pattern

 

  • No labels