Skip to content
Enrique Pérez Arnaud edited this page Apr 18, 2022 · 6 revisions

Development of the eduSign Dashboard

This is the entry point into the work environment for the development of the eduSign dashboard. The workflows involved in this development, and the way this development is divided up into tasks, and the way these tasks are specified in this wiki, are described in this introduction.

1. Dashboard

Description

Top level component. The main responsibility of this components is to divide up its space among its subcomponents. These subcomponents must provide:

  • Control to load new documents, via drag and drop or file browser;
  • A listing of all available documents, distinguishing between templates, personal documents, invitations from self, and invitations to self. Elements in these listings can be selected;
  • An area to show the details of the selection from the documents listing, and buttons to trigger the actions available for the selection;
  • An area to display the forms that provide the actions available for the selection.

Visual aspects

TODO

User stories

TODO

Sub-components

TODO

Reusable Components

  • Button
  • Generic modal window
  • Confirmation window
Clone this wiki locally