Skip to content

In the events details view use a dropdown instead of normal input #4323

@tommygonzaleza

Description

@tommygonzaleza
  • Change the input of the host value in the event details view (For creating or editing) to a dropdown like the one used in the add a new staff member
  • Modify the Event model to add the host_user which value is a user. This property can be null and by default it should be null
  • Modify the serializers where the host is returned to include as well the host_user around here. You have to use the serializer for the user, you can check how it was used here
  • Change the view as well to validate that the user exists.

Screenshot 2023-02-06 at 3 44 48 PM

Expected time: 6 - 8 hours

Metadata

Metadata

Labels

⭐ P1D1 (🤠 easy)Dificulty: easyadminRelated to admin application. https://admin.4geeks.comfront-end

Type

No type

Projects

Relationships

None yet

Development

No branches or pull requests

Issue actions