ericfortmeyer/student-assignment-scheduler

This package is abandoned and no longer maintained. No replacement package was suggested.

Dependency and configuration for this project

Maintainers

👁 ericfortmeyer

Package info

github.com/ericfortmeyer/student-assignment-scheduler

pkg:composer/ericfortmeyer/student-assignment-scheduler

Statistics

Installs: 10

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.9.3 2019-06-21 11:45 UTC

Requires

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 5a42ecd622f0a3620dd76ea90c18e04a1cd4175d

  • Eric Fortmeyer <e.fortmeyer01.woop@gmail.com>

meetingstudentsLAMMassignmentslife and ministry meetingstudent assignmentsmid-week meeting


README

👁 Build Status
👁 Latest Stable Version
👁 Total Downloads
👁 License
👁 composer.lock

A way to schedule and email student assignments for the mid-week meeting.

😎

Here's an idea for basic usage

<?php
...

/**
 * Parse pdf schedules into json
 *
 * Data derived from the json schedules are used
 * when the user of the application schedules assignments
 * and for writing out assignment forms
 */
createJsonSchedulesFromWorkbooks(
 $WorkbookParser,
 $path_to_workbooks,
 $path_to_data,
 jsonScheduleCreationNotification()
);

/**
 * Create assignment forms.
 *
 * The json files representing weeks of assignments are used
 * to generate pdf assignment forms.
 */
writeAssignmentForms(
 $AssignmentFormWriter,
 $path_to_json_assignments,
 $path_to_json_schedules,
 $hasScheduleAlreadyBeenCompleted,
 false
);

TODO

  • Create Command Line Tool
    • [] Add CLI configuration
  • [] Create Web Interface
  • Write test

Want to contribute?

Please get in touch