diff --git a/README.md b/README.md index f03b3420..42b60228 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,26 @@ Setup initial environment Install requirements: +**Ruby / Sass** + +You can install Ruby through the apt package manager, rbenv, or rvm. +Install Sass through your **Terminal or Command Prompt**. + ```bash -sudo npm install -g gulp -npm install -sudo npm install -g bower -bower install -gulp + gem install sass + sass -v // should return Sass 3.3.8 (Maptastic Maple) +``` + +> Complete process for all OS at: http://sass-lang.com/install + +**Node + Bower + Gulp** + +```bash + sudo npm install -g gulp + npm install + sudo npm install -g bower + bower install + gulp ``` And go in your browser to: http://localhost:8080/ diff --git a/app/fonts/taiga.eot b/app/fonts/taiga.eot index 74a60d0f..775eee9d 100644 Binary files a/app/fonts/taiga.eot and b/app/fonts/taiga.eot differ diff --git a/app/fonts/taiga.svg b/app/fonts/taiga.svg index ee2f5202..a48415ed 100644 --- a/app/fonts/taiga.svg +++ b/app/fonts/taiga.svg @@ -27,4 +27,10 @@ + + + + + + diff --git a/app/fonts/taiga.ttf b/app/fonts/taiga.ttf index 0dfcb41e..68032f9a 100644 Binary files a/app/fonts/taiga.ttf and b/app/fonts/taiga.ttf differ diff --git a/app/fonts/taiga.woff b/app/fonts/taiga.woff index 9b870813..6def0d55 100644 Binary files a/app/fonts/taiga.woff and b/app/fonts/taiga.woff differ diff --git a/app/styles/components/taskboard-task.scss b/app/styles/components/taskboard-task.scss index c5369db4..74d1edb1 100644 --- a/app/styles/components/taskboard-task.scss +++ b/app/styles/components/taskboard-task.scss @@ -45,6 +45,7 @@ @extend %large; bottom: .2rem; color: $postit-hover; + cursor: move; display: none; position: absolute; &:hover { diff --git a/app/styles/dependencies/typography.scss b/app/styles/dependencies/typography.scss index a3cfa641..71a47cd8 100755 --- a/app/styles/dependencies/typography.scss +++ b/app/styles/dependencies/typography.scss @@ -115,62 +115,80 @@ a:visited { } .icon-backlog:before { - content: 'a'; + content: 'a'; } .icon-issues:before { - content: 'b'; + content: 'b'; } .icon-kanban:before { - content: 'c'; + content: 'c'; } .icon-search:before { - content: 'd'; + content: 'd'; } .icon-video:before { - content: 'e'; + content: 'e'; } .icon-wiki:before { - content: 'f'; + content: 'f'; } .icon-settings:before { - content: 'g'; + content: 'g'; } .icon-move:before { - content: 'i'; + content: 'i'; } .icon-filter:before { - content: 'j'; + content: 'j'; } .icon-tag:before { - content: 'k'; + content: 'k'; } .icon-bulk:before { - content: 'l'; + content: 'l'; } .icon-arrow-up:before { - content: 'h'; + content: 'h'; } .icon-arrow-right:before { - content: 'm'; + content: 'm'; } .icon-arrow-left:before { - content: 'n'; + content: 'n'; } .icon-arrow-bottom:before { - content: 'o'; + content: 'o'; } .icon-edit:before { - content: 'p'; + content: 'p'; } .icon-delete:before { - content: 'q'; + content: 'q'; } .icon-iocaine:before { - content: 'r'; + content: 'r'; } .icon-drag-h:before { - content: 's'; + content: 's'; } .icon-drag-v:before { - content: 't'; + content: 't'; +} +.icon-fontawesome-webfont:before { + content: 'u'; +} +.icon-fontawesome-webfont-1:before { + content: 'v'; +} +.icon-clipboard-notes:before { + content: 'w'; +} +.icon-male:before { + content: 'x'; +} +.icon-plus:before { + content: 'y'; +} +.icon-attachment:before { + content: 'A'; } diff --git a/app/styles/layout/base.scss b/app/styles/layout/base.scss index b351bad6..c1470dba 100644 --- a/app/styles/layout/base.scss +++ b/app/styles/layout/base.scss @@ -21,6 +21,7 @@ body { flex-direction: row; flex-wrap: wrap; justify-content: flex-start; + min-height: 100%; padding-left: 90px; } diff --git a/app/us-detail.jade b/app/us-detail.jade new file mode 100644 index 00000000..62b6aaa6 --- /dev/null +++ b/app/us-detail.jade @@ -0,0 +1,31 @@ +extends layout + +block head + title Taiga Project management web application with scrum in mind! + +block content + div.main.us-detail + header + h1 + span ProjectName + span.green User Story + a.button.button-green(href="", title="Edit") Edit + section.us-story-main-data + h2.us-title + span.us-number 125 + span-us-name Tagear contenido dentro de las catas privadas + div.user-story-tags + - for(var y = 0; y < 6; y++) + include views/components/tag + input(type="text", placeholder="Add Tag") + div.us-description + p Hay que cambiar el texto "Hola NombreDelUsuario" por "Nivel de conexion al XX%" + 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 Test de aceptación + ul + li Entro en la aplicación + li Compruebo que el indicador crece + p Prototipos
share.axure.com/lalala + p Prototipos
share.axure.com/lalala + include views/modules/attachments + sidebar.menu-secondary.sidebar