Skip to content
Snippets Groups Projects

Resolve "Add export functionality to course book"

Merged permcu requested to merge 258-add-export-functionality-to-course-book into master

Closes #258 (closed)

Merge request reports

Pipeline #194365 failed

Pipeline failed for fbca4c69 on 258-add-export-functionality-to-course-book

Merged by Jonathan WethJonathan Weth 3 months ago (Dec 7, 2024 8:51pm UTC)

Merge details

Pipeline #194367 failed

Pipeline failed for 1b72b309 on master

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
162 163 if include_cover:
163 164 group = group.select_related("school_term")
164 165
166 if include_abbreviations:
167 # TODO: AbsenceReasonTag important?
  • Jonathan Weth
    Jonathan Weth @hansegucker started a thread on commit 9c422c5b
  • 16 <strong>(e)</strong> {% trans "Excused" %}
    17 </li>
    18 </ul>
    19
    20 {% if excuse_types %}
    21 <h5>{% trans "Custom excuse types" %}</h5>
    3 {% if absence_reasons %}
    4 <h5>{% trans "Absence reasons" %}</h5>
    22 5
    23 6 <ul class="collection">
    24 {% for excuse_type in excuse_types %}
    25 <li class="collection-item">
    26 <strong>({{ excuse_type.short_name }})</strong> {{ excuse_type.name }}
    27 </li>
    7 {% for absence_reason in absence_reasons %}
    8 {% if absence_reason.count_as_absent %}
  • permcu added 1 commit

    added 1 commit

    • d0810857 - Adapt the person_overview to the new datamodel

    Compare with previous version

  • permcu added 1 commit

    added 1 commit

    • 91b88c4f - Adapt the person_overview to the new datamodel

    Compare with previous version

  • permcu added 1 commit

    added 1 commit

    • 12aafbf1 - Fix and simplify person_overview filtering

    Compare with previous version

  • permcu added 2 commits

    added 2 commits

    • aee8c0bd - Deduplicate
    • 9b3362c4 - WIP Adapt the coursebook-printout to the new datamodel

    Compare with previous version

  • permcu added 1 commit

    added 1 commit

    • 07a4804f - WIP Adapt the coursebook-printout to the new datamodel

    Compare with previous version

  • permcu added 1 commit

    added 1 commit

    • 1b4d6501 - WIP Adapt the coursebook-printout to the new datamodel

    Compare with previous version

  • permcu added 11 commits

    added 11 commits

    • 10f6a645 - 1 earlier commit
    • 53245fb5 - Adapt the firt-part of the coursebook-template to the new datamodel
    • cccfa48a - Factor out the notable_participations and personal_notes prefetch
    • 2dc28493 - Consider different related names for personal_notes
    • 41f66b0d - Expose select_related from participation and personal_note prefetch
    • 2fc91bab - Properly prefetch and sort documentations
    • 34e22655 - Adapt the coursebook-template's absences to the new datamodel
    • a7aa9e28 - Adapt the coursebook-template's peronal-notes to the new datamodel
    • 5061222c - Finish the coursebook-template
    • 4fa766a9 - Tidy the coursebook-template
    • 351b377f - Cleanup old code from generate_full_register_printout in tasks.py

    Compare with previous version

  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Please register or sign in to reply
    Loading