Browse Source

object edit page done

content-update
Barthélémy de Mazenod 5 years ago committed by GitHub
parent
commit
252e7e6400
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 25
      doc/object-edit.md

25
doc/object-edit.md

@ -3,3 +3,28 @@
> Allow you to edit an object, see and manage its relations.
## Page Composition
![object-edit-overview](https://user-images.githubusercontent.com/15313830/56667480-ceff8500-66a5-11e9-98c7-792d598f2394.png)
### Pin 1
> - Link back to the "Objects" page ;
> - Editable name field, hit 'enter' or 'cmd + s' or click on the floppy-disk icon to save ;
> - Major dependencies visualisation, (where my object is used as a child), click the label to navigate to the dependence ;
> - External URL, this is an optional parameter, it's use to point at an other source of content or information needed by the object. We generaly use to point at a Git repository ;
### Pin 2
> - Delete Button, Warning there, it will destroy your object! ;
> - Type of your Object (`organisation`, `campus`, `onboarding`, `cursus`, `quest`, `exercise`), save on select ;
> - Status of your Object (`draft`, `online`, `offline`), save on select ;
> - The first and last name of the original author ;
### Pin 3
> - Object Attribute edition area, manage all the attributes relative to this Object. These attributes will be exposed to its relationship ;
### Pin 4
> - Object Children edition area ;
> - Children Attributes edition area, these attributes impact and overload all the following children. Works the same way as standard attributes ;
> - Add a child, allows to add a child to the children list, more information here -> [Object Child creation](https://github.com/01-edu/public/blob/master/doc/object-child-creation.md) ;
> - Children List, allows you to reorganise, delete and edit child. Each child can be overload with its own attributes, the edition works the same way as the original attributes ;
More informations about attribute overload system [here] ((https://github.com/01-edu/public/blob/master/doc/object-attribute-overload-system.md)

Loading…
Cancel
Save