WIP: Draft: Add docs #91

Closed
debdolph wants to merge 0 commits from add-docs into master
debdolph commented 2020-11-08 13:14:57 +01:00 (Migrated from edugit.org)

TODO:

<ul class="collapsible">
    <li>
      <div class="collapsible-header">{% trans "SchILD-NRW" %}</div>
      <div class="collapsible-body">
        <div class="alert info">
          <p>
            <i class="material-icons left">info</i>
            {% blocktrans %}
              SchILD-NRW provides export functions for basic data of students,
              teachers and guardians as CSV files. To generate CSV files in the correct format for the built-in import
              template, please use the following templates:
            {% endblocktrans %}
          </p>
        </div>
        <div class="collection">
          <a class="collection-item" href="{% static 'csv_import/schild_nrw/schild_aleksis_schueler.txt' %}">
            {% blocktrans %}SchILD-NRW CSV export template for students{% endblocktrans %}
          </a>
          <a class="collection-item" href="{% static 'csv_import/schild_nrw/schild_aleksis_lehrer.txt' %}">
            {% blocktrans %}SchILD-NRW CSV export template for teachers{% endblocktrans %}
          </a>
          <a class="collection-item" href="{% static 'csv_import/schild_nrw/schild_aleksis_eltern.txt' %}">
            {% blocktrans %}SchILD-NRW CSV export template for guardians{% endblocktrans %}
          </a>
        </div>
      </div>
    </li>
    <li>
      <div class="collapsible-header">{% trans "Pedasos" %}</div>
      <div class="collapsible-body">
        <div class="alert info">
          <p>
            <i class="material-icons left">info</i>
            {% blocktrans %}
              Pedasos has a tool called "List generator" which can be used to create own lists and export them in
              various variants. Please define the following lists in your Pedasos instance to use the predefined import
              templates and export them as CSV files:
            {% endblocktrans %}
          </p>
        </div>
        <table class="highlight">
          <thead>
          <tr>
            <th>{% trans "Column number" %}</th>
            <th>{% trans "Field value" %}</th>
          </tr>
          </thead>
        </table>
      </div>
    </li>
  </ul>

schild_aleksis_schueler.txt

schild_aleksis_lehrer.txt

schild_aleksis_eltern.txt

TODO: ``` <ul class="collapsible"> <li> <div class="collapsible-header">{% trans "SchILD-NRW" %}</div> <div class="collapsible-body"> <div class="alert info"> <p> <i class="material-icons left">info</i> {% blocktrans %} SchILD-NRW provides export functions for basic data of students, teachers and guardians as CSV files. To generate CSV files in the correct format for the built-in import template, please use the following templates: {% endblocktrans %} </p> </div> <div class="collection"> <a class="collection-item" href="{% static 'csv_import/schild_nrw/schild_aleksis_schueler.txt' %}"> {% blocktrans %}SchILD-NRW CSV export template for students{% endblocktrans %} </a> <a class="collection-item" href="{% static 'csv_import/schild_nrw/schild_aleksis_lehrer.txt' %}"> {% blocktrans %}SchILD-NRW CSV export template for teachers{% endblocktrans %} </a> <a class="collection-item" href="{% static 'csv_import/schild_nrw/schild_aleksis_eltern.txt' %}"> {% blocktrans %}SchILD-NRW CSV export template for guardians{% endblocktrans %} </a> </div> </div> </li> <li> <div class="collapsible-header">{% trans "Pedasos" %}</div> <div class="collapsible-body"> <div class="alert info"> <p> <i class="material-icons left">info</i> {% blocktrans %} Pedasos has a tool called "List generator" which can be used to create own lists and export them in various variants. Please define the following lists in your Pedasos instance to use the predefined import templates and export them as CSV files: {% endblocktrans %} </p> </div> <table class="highlight"> <thead> <tr> <th>{% trans "Column number" %}</th> <th>{% trans "Field value" %}</th> </tr> </thead> </table> </div> </li> </ul> ``` [schild_aleksis_schueler.txt](/uploads/771f74771469de321bfdb9af0ba53ffe/schild_aleksis_schueler.txt) [schild_aleksis_lehrer.txt](/uploads/c45fc2ea5664ba4cd790cf3ea872de4f/schild_aleksis_lehrer.txt) [schild_aleksis_eltern.txt](/uploads/38abdd3044e103d68b2b2a0d0541f2cf/schild_aleksis_eltern.txt)
debdolph (Migrated from edugit.org) changed target branch from master to feature/general-csv-importer-v2 2020-11-08 13:15:30 +01:00
hansegucker commented 2020-11-08 14:05:49 +01:00 (Migrated from edugit.org)

changed the description

changed the description
hansegucker (Migrated from edugit.org) changed target branch from feature/general-csv-importer-v2 to master 2020-11-14 12:08:04 +01:00
hansegucker (Migrated from edugit.org) closed this pull request 2022-01-17 20:21:41 +01:00

Pull request closed

Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
aleksis/AlekSIS-App-CSVImport!91
No description provided.