Skip to content

New component to create a user group

Depends on https://gitlab.com/arkindex/backend/-/issues/528

The end goal is to have a new page in the frontend implementing the Create a group feature.

  • Available as /group/create
  • Display a simple form with fields:
    • name
    • public boolean (disabled by default)
  • Once created by using the API, the form should redirect to the group management page (not available at first, so it should redirect on the homepage at first).