Fixed merge from master and updated files
parent
bd8c2df7c3
commit
2891e88365
|
@ -4,41 +4,42 @@ block head
|
||||||
title Taiga Project management web application with scrum in mind!
|
title Taiga Project management web application with scrum in mind!
|
||||||
|
|
||||||
block content
|
block content
|
||||||
div.main.us-detail
|
div.wrapper
|
||||||
div.us-detail-header
|
div.main.us-detail
|
||||||
h1
|
div.us-detail-header
|
||||||
span ProjectName
|
h1
|
||||||
span.green User Story
|
span ProjectName
|
||||||
a.button.button-green(href="", title="Edit") Edit
|
span.green User Story
|
||||||
section.us-story-main-data
|
a.button.button-green(href="", title="Edit") Edit
|
||||||
h2.us-title
|
section.us-story-main-data
|
||||||
span.us-number 125
|
h2.us-title
|
||||||
span.us-name Tagear contenido dentro de las catas privadas
|
span.us-number 125
|
||||||
div.user-story-tags
|
span.us-name Tagear contenido dentro de las catas privadas
|
||||||
- for(var y = 0; y < 6; y++)
|
div.user-story-tags
|
||||||
include views/components/tag
|
- for(var y = 0; y < 6; y++)
|
||||||
input(type="text", placeholder="Add Tag")
|
include views/components/tag
|
||||||
section.us-content
|
input(type="text", placeholder="Add Tag")
|
||||||
p Hay que cambiar el texto "Hola NombreDelUsuario" por "Nivel de conexion al XX%"
|
section.us-content
|
||||||
p La propuesta que esperábamos de UX debía incluir nombre y nivel de conexión. Esperamos nueva propuesta corregida donde aparezca tanto el nombre como el % de conexión
|
p Hay que cambiar el texto "Hola NombreDelUsuario" por "Nivel de conexion al XX%"
|
||||||
p <strong>Test de aceptación</strong>
|
p La propuesta que esperábamos de UX debía incluir nombre y nivel de conexión. Esperamos nueva propuesta corregida donde aparezca tanto el nombre como el % de conexión
|
||||||
ul
|
p <strong>Test de aceptación</strong>
|
||||||
li Entro en la aplicación
|
ul
|
||||||
li Compruebo que el indicador crece
|
li Entro en la aplicación
|
||||||
p <strong>Prototipos</strong><br /><a href="">share.axure.com/lalala</a>
|
li Compruebo que el indicador crece
|
||||||
p <strong>Prototipos</strong><br /><a href="">share.axure.com/lalala</a>
|
p <strong>Prototipos</strong><br /><a href="">share.axure.com/lalala</a>
|
||||||
include views/modules/attachments
|
p <strong>Prototipos</strong><br /><a href="">share.axure.com/lalala</a>
|
||||||
section.us-activity
|
include views/modules/attachments
|
||||||
ul.us-activity-tabs
|
section.us-activity
|
||||||
li
|
ul.us-activity-tabs
|
||||||
a.active(href="#")
|
li
|
||||||
span.icon.icon-bulk
|
a.active(href="#")
|
||||||
span.tab-title Comments
|
span.icon.icon-bulk
|
||||||
|
span.tab-title Comments
|
||||||
|
|
||||||
li
|
li
|
||||||
a(href="#")
|
a(href="#")
|
||||||
span.icon.icon-issues
|
span.icon.icon-issues
|
||||||
span.tab-title Activity
|
span.tab-title Activity
|
||||||
include views/modules/comments
|
//-include views/modules/comments
|
||||||
//-include views/modules/activity
|
include views/modules/activity
|
||||||
sidebar.menu-secondary.sidebar
|
sidebar.menu-secondary.sidebar
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
top: 2px;
|
top: 2px;
|
||||||
}
|
}
|
||||||
&:hover {
|
&:hover {
|
||||||
@include transition (background .3s linear);
|
@include transition (background .3s linear);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -193,5 +193,5 @@ a:visited {
|
||||||
content: 'A';
|
content: 'A';
|
||||||
}
|
}
|
||||||
.icon-reload:before {
|
.icon-reload:before {
|
||||||
content: 'z';
|
content: 'z';
|
||||||
}
|
}
|
||||||
|
|
|
@ -59,4 +59,4 @@ body {
|
||||||
|
|
||||||
.hidden {
|
.hidden {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
|
@ -74,3 +74,31 @@
|
||||||
.comment-list {
|
.comment-list {
|
||||||
padding: 1rem 2rem;
|
padding: 1rem 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.activity-single {
|
||||||
|
@include table-flex;
|
||||||
|
border-bottom: 2px solid $gray-light;
|
||||||
|
padding: 1rem 0;
|
||||||
|
position: relative;
|
||||||
|
.username {
|
||||||
|
color: $green-taiga;
|
||||||
|
margin-bottom: 1rem;
|
||||||
|
}
|
||||||
|
.date {
|
||||||
|
@extend %small;
|
||||||
|
color: $gray-light;
|
||||||
|
margin-left: 1rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.activity-user {
|
||||||
|
@include table-flex-child(1, 50px, 0);
|
||||||
|
img {
|
||||||
|
max-width: 70px;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.activity-content {
|
||||||
|
@include table-flex-child(20, 150px, 0);
|
||||||
|
}
|
||||||
|
|
|
@ -42,6 +42,9 @@ $prefix-for-spec: true;
|
||||||
@import 'modules/admin-functionalities';
|
@import 'modules/admin-functionalities';
|
||||||
@import 'modules/category-config';
|
@import 'modules/category-config';
|
||||||
@import 'modules/project-details';
|
@import 'modules/project-details';
|
||||||
|
@import 'modules/comments';
|
||||||
|
@import 'modules/attachments';
|
||||||
|
@import 'modules/comment-activity';
|
||||||
|
|
||||||
// Responsive
|
// Responsive
|
||||||
@import 'responsive/mobile';
|
@import 'responsive/mobile';
|
||||||
|
@ -51,3 +54,4 @@ $prefix-for-spec: true;
|
||||||
@import 'layout/base';
|
@import 'layout/base';
|
||||||
@import 'layout/backlog';
|
@import 'layout/backlog';
|
||||||
@import 'layout/taskboard';
|
@import 'layout/taskboard';
|
||||||
|
@import 'layout/us-detail';
|
||||||
|
|
|
@ -104,10 +104,10 @@
|
||||||
color: $white;
|
color: $white;
|
||||||
}
|
}
|
||||||
&.selected {
|
&.selected {
|
||||||
@include transition(all .2s ease-in);
|
@include transition(all .2s ease-in);
|
||||||
background: $green-taiga;
|
background: $green-taiga;
|
||||||
border: 1px solid $green-taiga;
|
border: 1px solid $green-taiga;
|
||||||
color: $white;
|
color: $white;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.blocked {
|
.blocked {
|
||||||
|
|
Loading…
Reference in New Issue