Retrieve some of the images

This commit is contained in:
Xavier Petit 2019-09-03 16:45:29 +01:00
parent 3756a88c5f
commit 5aeef248d4
No known key found for this signature in database
GPG Key ID: CA3F2B17E25ABD26
17 changed files with 11 additions and 11 deletions

View File

@ -65,7 +65,7 @@ Here is an example of the `Piscine Go` settings. It presents the settings of the
This piscine object attributes look like this:
![piscine object attributes](https://user-images.githubusercontent.com/35296671/63526946-239dfa00-c4f8-11e9-8272-270c578f3fb8.png)
![piscine-object-attributes](img/piscine-object-attributes.png)
*Children*
> In the `Piscine Go`, children of type *exam* and *rush* have events itself.
@ -97,7 +97,7 @@ This child attributes look like this:
This exam object attributes look like this:
![exam object attributes](https://user-images.githubusercontent.com/35296671/63527315-c3f41e80-c4f8-11e9-82da-d27c4c367323.png)
![exam-object-attributes](img/exam-object-attributes.png)
## Create the event

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 KiB

BIN
docs/img/child-capture.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

BIN
docs/img/children.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 135 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

BIN
docs/img/go-to-objects.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 139 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 135 KiB

View File

@ -180,7 +180,7 @@ Here is an example of the form step's attributes. It presents a form with two se
This 'form' step would look like this:
![form step example](https://user-images.githubusercontent.com/35296671/56816457-7cf06800-683b-11e9-9003-6f83b4545033.png)
![form-step-example](img/form-step-example.png)
## Settings for a `document to sign` step
@ -241,4 +241,4 @@ NB : `target` & `download` are forwarded to the a html element as they are valid
This 'document to sign' step would look like this:
![document to sign step example](https://user-images.githubusercontent.com/35296671/61788887-29c28d00-ae0b-11e9-872c-71a7d1ddbe09.png)
![document-to-sign-step-example](img/document-to-sign-step-example.png)

View File

@ -23,7 +23,7 @@ Once created, the new attributes appears right bellow and the ability to associa
Any attribute can be delete by clicking on the 'trash' icon on the right hand of it.
Here an example of how the section looks like.
![object-attributes](https://user-images.githubusercontent.com/15313830/56677487-88675600-66b8-11e9-9781-26dc0ee6301d.png)
![object-attributes](img/object-attributes.png)
## Attributes and RelationShips
@ -49,10 +49,10 @@ The following json shows how the object would be represented:
```
Children
![children](https://user-images.githubusercontent.com/15313830/56679319-b189e580-66bc-11e9-8f2a-3d51eb1486d4.png)
![children](img/children.png)
Child
![chilld-capture](https://user-images.githubusercontent.com/15313830/56679320-b189e580-66bc-11e9-90ab-c8f69f531876.png)
![child-capture](img/child-capture.png)
## Detailed example

View File

@ -24,7 +24,7 @@ This documentation explains how to associate a child to a parent object.
#### 2. Go to _Children_ > _Add a child_
![add child to parent object](https://user-images.githubusercontent.com/35296671/56506977-de50c800-6517-11e9-9c71-d19a1ec4e5cd.png)
![add-child-to-parent-object](img/add-child-to-parent-object.png)
#### 3. Set up the new child:

View File

@ -4,7 +4,7 @@
## Page Composition
![object-edit-overview](https://user-images.githubusercontent.com/15313830/56667480-ceff8500-66a5-11e9-98c7-792d598f2394.png)
![object-edit-overview](img/object-edit-overview.png)
### Pin 1

View File

@ -22,8 +22,8 @@ This is the minimal structure of an object:
To access your Objects, go to the admin dashboard and then click on the _manage object_ link within the "Object" card.
![go-to-objects](https://user-images.githubusercontent.com/15313830/56653756-46bdb780-6686-11e9-98ba-18e382987e9c.png)
![go-to-objects](img/go-to-objects.png)
Objects are sorted by type in different sections. This page offer a search bar that allow you query the objects by name. In the top-right corner, click the _add a new object_ button to create a new object. Fill a name, select a type and click _create_ to validate your creation. You will be redirected to the Object Edition page (document is here).
![all-object-page](https://user-images.githubusercontent.com/15313830/56654475-137c2800-6688-11e9-880b-75092397890d.png)
![all-object-page](img/all-object-page.png)