Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Implementation Algorithm In Summary

1. *Note: The algorithm below refers to file writes into AFS, from Sakai. File read process involves a separate process of reading file paths from the Sakai internal database, and trying to access this file in AFS. Currently, standard Sakai error handling will apply to file read errors.

  1. Determine bodypath for file storage, from ContentHostingService
    1. User Sites
      1. test
    2. Personal Project Sites
    3. Course Sites
    4. Other Site Types (e.g. Institutional Project Sites)

Things to consider

  1. There will be a need (tool?) to display how much user's space is taken by Sakai, etc. This will reduce the amount of support calls, and be consistent with the current CourseManagement tools available for MySpace.

...