Skip to content

Split the Moodle plugin into 2+ separate ones #4

Description

@nfreear

The current plugin does too much, and its purpose is fuzzy.

To increase flexibility and maintainability, I propose dividing it in two:

1. moodle-auth_ouopenid

Purpose ~~ a minimal Moodle authentication plugin extending moodle-auth_openid. This is the current repository, and the minimal version (v 2.x) would be developed on a branch.

  1. ./README.md
  2. ./.gitignore
  3. ./.travis.yml
  4. ./composer.json
  5. ./version.php
  6. ./lang/en/auth_ouopenid.php
  7. ./auth.php
  8. ./index.php — login page
  9. ./login/form.php — class for login page?
  10. ./js/login.js
  11. ./style/login.css

2. moodle-local_oupilot

Purpose ~~ local plugin to facilitate pilot studies as part of research projects in Moodle.

  1. ./README.md
  2. ./.gitignore
  3. ./.travis.yml
  4. ./composer.json
  5. ./version.php
  6. ./lang/en/local_oupilot.php
  7. ./classes/user_event_observer.php
  8. ...
  9. ./cli/csv-example.php
  10. ./cli/csv-import.php
  11. ./db/events.php
  12. ./db/install.xml
  13. ./db/User.php
  14. ...
  15. ./js/ouop-local-fixes.js
  16. ./js/*
  17. ./style/ouop-styles.less
  18. ...?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions