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
|
|
@ -46,6 +46,7 @@ from .cycle import (
|
|||
CycleDateCheckEndpoint,
|
||||
CurrentUpcomingCyclesEndpoint,
|
||||
CompletedCyclesEndpoint,
|
||||
CycleFavoriteViewSet,
|
||||
DraftCyclesEndpoint,
|
||||
)
|
||||
from .asset import FileAssetEndpoint
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue