Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Qualis erfassen #68

Closed
carlobeltrame opened this issue Jun 4, 2019 · 0 comments · Fixed by #146
Closed

Qualis erfassen #68

carlobeltrame opened this issue Jun 4, 2019 · 0 comments · Fixed by #146
Assignees

Comments

@carlobeltrame
Copy link
Member

carlobeltrame commented Jun 4, 2019

  • Quali ist eine neue Entity
  • Gehört einem TN
  • Kann beliebig viele der Anforderungen des Kurses enthalten
  • Anforderungen im Quali können optional als bestanden oder als nicht bestanden markiert werden
  • In einer Anforderung im Quali kann man relevante Beobachtungen erfassen / markieren
  • Auf dem Quali gibt es (ein) Freitextfeld(er) für Nagel und / oder Fördergespräch-Notizen
  • Ein Quali eines TN kann einem Equipenmitglied zugeordnet werden (Zuteilung Fördergespräch)
@carlobeltrame carlobeltrame self-assigned this Mar 2, 2020
carlobeltrame added a commit that referenced this issue Mar 17, 2020
This is needed as a basis for #68, #78, #115, #124.
This change allows us to simply specify group options in the multiselect
dropdowns as such:

@component('components.form.multiSelectInput', [
  'name' => 'participants',
  // ...
  'options' => $course->participants->all(),
  'groups' => ['Select all' => $course->participants->all(), 'First and last one' => [$course->participants->first(), $course->participants->last()]],
  'valueFn' => // ...
])@endcomponent

The groups will be rendered in the order they are given after all normal
options (search is possible of course). When the user clicks on a group,
all previously selected options are replaced with the options from the
group.

Empty groups and groups in single-selects (aka aliases) are also
supported.
@carlobeltrame carlobeltrame mentioned this issue Sep 29, 2020
13 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant