Terminare il collegamento tra model e API #9
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adesso solo una view è implementata (
UserView
) con un semplice CRUD per l'user. Bisogna espandere le API con altre view (o handler, come opportuno), per estendere le funzionalità.ServiceView
Stessa funzionalità CRUD della
UserView
GroupView
Stessa funzionalità CRUD della
UserView
e anche aggiunta/rimozione di users e services.