Skip to content
Snippets Groups Projects
Commit 8f2df581 authored by Alice Poggioli's avatar Alice Poggioli
Browse files

Feature: Add figure tag in validation process modal.

parent 2524bf2f
No related branches found
No related tags found
Loading
...@@ -2,10 +2,31 @@ div.block_log.block_creat_count.no_shadow ...@@ -2,10 +2,31 @@ div.block_log.block_creat_count.no_shadow
sib-link(class="backlink pull-right", next="mentor-resource-list") X sib-link(class="backlink pull-right", next="mentor-resource-list") X
div#validation-process div#validation-process
div div
p Mentor upload a resource to the database figure
p Resource is sent to qualified peers for validation img( src="http://placekitten.com/g/150/150"
alt="")
figcaption Mentor upload a resource to the database
figure(
img src="http://placekitten.com/1/300"
alt=""
)
figcaption Resource is sent to qualified peers for validation
div div
p Resource is validated and becomes available in the database figure
p Resource is not validated and improvement is siggested. You get a list of improvement, can edit ans re-load the resource. It goes to validation process again.L0 img( src="http://placekitten.com/g/150/150"
p Resource is reported inapropriate. You get a notification with a message from your peer explaning why. alt="")
\ No newline at end of file figcaption Resource is validated and becomes available in the database
figure
img( src="http://placekitten.com/g/150/150"
alt="")
figcaption Resource is not validated and improvement is siggested. You get a list of improvement, can edit ans re-load the resource. It goes to validation process again.L0
figure
img( src="http://placekitten.com/g/150/150"
alt="")
figcaption Resource is reported inapropriate. You get a notification with a message from your peer explaning why.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment