breatheco-de / main-documentation

This repository servers like an aggregator everything that is being developed and publish in breathecode.
7 stars 18 forks source link

Cohorts Details Admin #62

Closed alesanchezr closed 3 years ago

alesanchezr commented 3 years ago

hrs: 10

Using the new admin theme complete de the ./admin/cohorts/<slug> edit page using the breathecode API.

The requirement details are the following:

  1. The left side form must be prefilled with the cohort slug, start time, end time and language.
  2. The right side form list can be edited with the following:
    • Delete a member of the cohort
    • Financial status
    • Educational status
    • Role
  3. The autocomplete component should request all the users in the database and suggest names while trying to find an user, the autocomplete must be asynchronous.

All the components needed to complete this issue are provided by the theme so every component should go accordingly.

@alesanchezr