Aquesta pàgina forma part de la documentació de Moodle en català, tot i que no ha estat traduïda encara. Podeu contribuir obertament a les tasques de traducció. Podeu consultar la Guia d'edició de la documentació i també participar ens els debats del fòrum de traductors de la documentació a moodle.org

Box.net Repository Plugin: diferència entre les revisions

De MoodleDocs
Salta a:navegació, cerca
New page: '''Functional Specification Revisions:''' :0.1 - 27/06/2008 - Jerome Mouneyrac - Draft Version '''Audience:''' :Developer/QA tester '''Status:''' :not implemented ([http://tracker.moo...
 
m category
 
(19 revisions intermèdies per 2 usuaris que no es mostren)
Línia 17: Línia 17:
==Requirements==
==Requirements==
* Administrator should be able to administrate the box.net plugin
* Administrator should be able to administrate the box.net plugin
* User should be able to setup an access to a Box.net account


==User Interface==
==User Interface==


=== Administration: Box.net Settings page ===
=== Administration page ===
*API_KEY field (Textbox)
*A text reminds the administrator that he needs to save the callback url on box.net (the system can show him the callback url and have a link to box.net popup)


=== Box.net Account page ===
=== Repository Interface page ===
No needed.<br />
(The authentication has to be done by the user on the box.net site. An authentification cannot be hold more than 24 hours. It's the reason why authentication will be managed by the file picker.)


==Use Cases==
==Use Cases==


===UC003-1 Administrate Box.net Plugin===
Please follow the use case [[Development:Repository_Administration_Specification|UC001-3 Setup a repository]]


====Base scenario====
[[Category:Repositories]]
#User goes to the "Repository Name" menu entry in the administration
 
====Pre conditions====
:- the plugin is installed
:- the user has Administrator role
 
====Post conditions====
:- ...
 
===UC003-2 Setup a Box.net access===
 
====Base scenario====
#User goes to the "Repositories" tab into his profil
 
 
====Pre conditions====
:- the user has a Box.net account
 
====Post conditions====
:- the user can navigate into his box.net repository in the file picker

Revisió de 08:56, 25 set 2008

Functional Specification Revisions:

0.1 - 27/06/2008 - Jerome Mouneyrac - Draft Version

Audience:

Developer/QA tester

Status:

not implemented (Tracker Issue)

Related Documents:


Introduction

This document is about functional specification for Box.net Repository Plugin

Requirements

  • Administrator should be able to administrate the box.net plugin

User Interface

Administration page

  • API_KEY field (Textbox)
  • A text reminds the administrator that he needs to save the callback url on box.net (the system can show him the callback url and have a link to box.net popup)

Repository Interface page

No needed.
(The authentication has to be done by the user on the box.net site. An authentification cannot be hold more than 24 hours. It's the reason why authentication will be managed by the file picker.)

Use Cases

Please follow the use case UC001-3 Setup a repository