Skip to content

Commit cae8179

Browse files
committed
Us-detail layout structure
1 parent 8557640 commit cae8179

File tree

9 files changed

+96
-25
lines changed

9 files changed

+96
-25
lines changed

README.md

+19-5
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,26 @@ Setup initial environment
88

99
Install requirements:
1010

11+
**Ruby / Sass**
12+
13+
You can install Ruby through the apt package manager, rbenv, or rvm.
14+
Install Sass through your **Terminal or Command Prompt**.
15+
16+
```bash
17+
gem install sass
18+
sass -v // should return Sass 3.3.8 (Maptastic Maple)
19+
```
20+
21+
> Complete process for all OS at: http://sass-lang.com/install
22+
23+
**Node + Bower + Gulp**
24+
1125
```bash
12-
sudo npm install -g gulp
13-
npm install
14-
sudo npm install -g bower
15-
bower install
16-
gulp
26+
sudo npm install -g gulp
27+
npm install
28+
sudo npm install -g bower
29+
bower install
30+
gulp
1731
```
1832

1933
And go in your browser to: http://localhost:8080/

app/fonts/taiga.eot

1.22 KB
Binary file not shown.

app/fonts/taiga.svg

+6
Loading

app/fonts/taiga.ttf

1.22 KB
Binary file not shown.

app/fonts/taiga.woff

772 Bytes
Binary file not shown.

app/styles/components/taskboard-task.scss

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
@extend %large;
4646
bottom: .2rem;
4747
color: $postit-hover;
48+
cursor: move;
4849
display: none;
4950
position: absolute;
5051
&:hover {

app/styles/dependencies/typography.scss

+38-20
Original file line numberDiff line numberDiff line change
@@ -115,62 +115,80 @@ a:visited {
115115
}
116116

117117
.icon-backlog:before {
118-
content: 'a';
118+
content: 'a';
119119
}
120120
.icon-issues:before {
121-
content: 'b';
121+
content: 'b';
122122
}
123123
.icon-kanban:before {
124-
content: 'c';
124+
content: 'c';
125125
}
126126
.icon-search:before {
127-
content: 'd';
127+
content: 'd';
128128
}
129129
.icon-video:before {
130-
content: 'e';
130+
content: 'e';
131131
}
132132
.icon-wiki:before {
133-
content: 'f';
133+
content: 'f';
134134
}
135135
.icon-settings:before {
136-
content: 'g';
136+
content: 'g';
137137
}
138138
.icon-move:before {
139-
content: 'i';
139+
content: 'i';
140140
}
141141
.icon-filter:before {
142-
content: 'j';
142+
content: 'j';
143143
}
144144
.icon-tag:before {
145-
content: 'k';
145+
content: 'k';
146146
}
147147
.icon-bulk:before {
148-
content: 'l';
148+
content: 'l';
149149
}
150150
.icon-arrow-up:before {
151-
content: 'h';
151+
content: 'h';
152152
}
153153
.icon-arrow-right:before {
154-
content: 'm';
154+
content: 'm';
155155
}
156156
.icon-arrow-left:before {
157-
content: 'n';
157+
content: 'n';
158158
}
159159
.icon-arrow-bottom:before {
160-
content: 'o';
160+
content: 'o';
161161
}
162162
.icon-edit:before {
163-
content: 'p';
163+
content: 'p';
164164
}
165165
.icon-delete:before {
166-
content: 'q';
166+
content: 'q';
167167
}
168168
.icon-iocaine:before {
169-
content: 'r';
169+
content: 'r';
170170
}
171171
.icon-drag-h:before {
172-
content: 's';
172+
content: 's';
173173
}
174174
.icon-drag-v:before {
175-
content: 't';
175+
content: 't';
176+
}
177+
.icon-fontawesome-webfont:before {
178+
content: 'u';
179+
}
180+
.icon-fontawesome-webfont-1:before {
181+
content: 'v';
182+
}
183+
.icon-clipboard-notes:before {
184+
content: 'w';
185+
}
186+
.icon-male:before {
187+
content: 'x';
188+
}
189+
.icon-plus:before {
190+
content: 'y';
191+
}
192+
.icon-attachment:before {
193+
content: 'A';
176194
}

app/styles/layout/base.scss

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ body {
2121
flex-direction: row;
2222
flex-wrap: wrap;
2323
justify-content: flex-start;
24+
min-height: 100%;
2425
padding-left: 90px;
2526
}
2627

app/us-detail.jade

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
extends layout
2+
3+
block head
4+
title Taiga Project management web application with scrum in mind!
5+
6+
block content
7+
div.main.us-detail
8+
header
9+
h1
10+
span ProjectName
11+
span.green User Story
12+
a.button.button-green(href="", title="Edit") Edit
13+
section.us-story-main-data
14+
h2.us-title
15+
span.us-number 125
16+
span-us-name Tagear contenido dentro de las catas privadas
17+
div.user-story-tags
18+
- for(var y = 0; y < 6; y++)
19+
include views/components/tag
20+
input(type="text", placeholder="Add Tag")
21+
div.us-description
22+
p Hay que cambiar el texto "Hola NombreDelUsuario" por "Nivel de conexion al XX%"
23+
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
24+
p <strong>Test de aceptación</strong>
25+
ul
26+
li Entro en la aplicación
27+
li Compruebo que el indicador crece
28+
p <strong>Prototipos</strong><br /><a href="">share.axure.com/lalala</a>
29+
p <strong>Prototipos</strong><br /><a href="">share.axure.com/lalala</a>
30+
include views/modules/attachments
31+
sidebar.menu-secondary.sidebar

0 commit comments

Comments
 (0)