-
Notifications
You must be signed in to change notification settings - Fork 12
Description
There are some points in this task:
- We suppose that near perspective name and its control buttons in dashboard we'll have a "star" icon. This is a button what has three states:
- empty star
- yellow star
- red star
States change cyclically by simple manual clicking of this button.
Empty star is a default state, no any new functionality it has.
Yellow star means that this dictionary became favorite for current user.
Red star means that this dictionary became "work in progress" for current user.
Dictionaries with such stars will have the following order in the list for certain user:
- red starred
- yellow starred
- not starred (empty star)
-
We will be able to add some own comment for any starred perspective (see the picture above). This comment will be visible only for its author. So dictionaries (perspectives) will have to keep star-state and comment for every user who starred a perspective.
-
Dictionaries which have tiny perspectives (less than 30 entries every one) will be placed under all described above dictionaries if them not starred.
-
Disctionaries which have only hidden perspectives will be placed under any other dictionaries if them not starred.
