EduardoKrausME / moodle-local_alternative_file_system

1 stars 1 forks source link

Pros and cons of this over https://github.com/catalyst/moodle-tool_objectfs #1

Closed brendanheywood closed 5 months ago

brendanheywood commented 5 months ago

hi @eduardokraus

Just curious what the pros and cons are for this plugin over:

https://github.com/catalyst/moodle-tool_objectfs

eduardokraus commented 5 months ago

Pros:

  1. Installation Simplicity:
    • With just one plugin to install, the installation process is quick and straightforward, saving time and effort.
  2. Ease of Configuration:
    • The self-intuitive interface makes configuration a simple task, free from common errors.
  3. Error-free Installation:
    • Installing the plugin won't encounter errors such as the absence of the file_system class.
  4. SDK Version Independence:
    • Including SDKs within the plugin eliminates concerns about version incompatibilities, providing smooth integration free from complications.
  5. Implementation Flexibility:
    • The ease of adding other storage methods expands available options, allowing for more efficient adaptation to project-specific needs.
  6. Simplicity in Configuration:
    • With just one line to add to the config.php file, the integration process is simplified, reducing potential errors and easing future maintenance.

Cons: