feat: cycle favourites for user (#369)
* feat: cycle favourites for user * chore: update nomenclature * chore: update on nomenclature * feat: add favorites for completed and current cycle endpoints
This commit is contained in:
parent
79d7b6fec3
commit
cb8b6b43dc
7 changed files with 166 additions and 13 deletions
|
|
@ -39,7 +39,7 @@ from .social_connection import SocialLoginConnection
|
|||
|
||||
from .state import State
|
||||
|
||||
from .cycle import Cycle, CycleIssue
|
||||
from .cycle import Cycle, CycleIssue, CycleFavorite
|
||||
|
||||
from .shortcut import Shortcut
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue