Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

My Moodle 2.0: Difference between revisions

From MoodleDocs
No edit summary
Line 13: Line 13:


The user's profile page should be able to be configured by the user to allow choice of what can be displayed. This also should be manageable at the admin level.
The user's profile page should be able to be configured by the user to allow choice of what can be displayed. This also should be manageable at the admin level.
==Outline==


==Scope==
==Scope==
Line 36: Line 34:
** Need to able to be displayed in middle portion.
** Need to able to be displayed in middle portion.
** Possible to define valid subpages they can be on
** Possible to define valid subpages they can be on
== Solutions ==


==See also==
==See also==
* MDL-19124 My Moodle Functional Overhaul
* MDL-19124 My Moodle Functional Overhaul
* [http://moodle.org/mod/forum/discuss.php?d=122919 New Tracker Item for My Moodle 2.0 Improvements]
* [http://moodle.org/mod/forum/discuss.php?d=122919 New Tracker Item for My Moodle 2.0 Improvements]

Revision as of 16:31, 9 October 2009

Moodle 2.0


Goals

To make the "My Moodle" interface a more usable space that provides each user with their own personal experience. The page should be a user's personal portal page in Moodle.

Portions of the My Moodle interface should be able to be made customizable by the individual users. Other portions should be able to be locked to certain roles.

It's also the place where you change your preferences and settings.

It should utilize current Moodle constructs such as blocks, themes and pages.

The user's profile page should be able to be configured by the user to allow choice of what can be displayed. This also should be manageable at the admin level.

Scope

  • Subpages (Canvases):
    • Tabs in the diagram (navigation style themeable?).
    • Should come with pre-defined pages for:
      • profile,
      • course list,
      • blog ,
      • reports,
      • home page / dashboard.
    • Page can define whether blocks can be moved.
    • Possibility for plug-in pages.
    • Possibility for user added pages / canvases.
    • Access to pages should be available – requires context.
    • Capabilities should be available – that is, standard pages may or may not be configurable to given roles.
  • Blocks:
    • Like normal blocks.
    • Whether or not they can be visible on My Moodle should be configurable.
    • Some should be able to be added, moved and configured by any user.
    • Need to able to be displayed in middle portion.
    • Possible to define valid subpages they can be on

Solutions

See also