Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

APP-02 - Desenvolver todo o base do app #17

Merged
merged 122 commits into from
Apr 28, 2017
Merged

APP-02 - Desenvolver todo o base do app #17

merged 122 commits into from
Apr 28, 2017

Conversation

renatobenks-zz
Copy link
Owner

@renatobenks-zz renatobenks-zz commented Apr 11, 2017

Desenvolver o layout base do app #3

No desenvolvimento dos seguintes componentes, foram usados recursos de implementação na view disponibilizados pelo Semantic UI framework, através da lib do semantic-ui mantida no npm. E como a aplicação foi desenvolvida em React, pode-se utilizar uma integração com a lib disponibilizada e mantida pelo semantic, semantic-ui-react, para acoplar React components para usar com o Semantic UI, sem precisar definir os className(s) nos elementos. Veja as integrações do Semantic UI aqui, e veja mais sobre a lib, aqui.

Pensando em questões de UX/UI, entregar o layout base para o app:

  • Banner- banner for first view on
  • Welcome message- welcome message for app
  • Header - title, logo, etc
  • Filter - filter search status
  • Content - in the left side app
  • Account management - user management account in the left side content
  • Friends list - friends list in the left side
  • Social Feed content - social profiles feed content in the center app
  • Update status - field for user update status
  • Status list content
  • Messenger - list of messenger friends in the right side
  • User messenger conversation - conversation with friend

image

image

image

image

@codecov
Copy link

codecov bot commented Apr 11, 2017

Codecov Report

Merging #17 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #17    +/-   ##
======================================
  Coverage     100%   100%            
======================================
  Files           1     29    +28     
  Lines           2    296   +294     
  Branches        0     54    +54     
======================================
+ Hits            2    296   +294
Impacted Files Coverage Δ
src/components/Status/Status.jsx 100% <100%> (ø)
src/components/Friend/Friend.jsx 100% <100%> (ø)
src/components/Header/Header.jsx 100% <100%> (ø)
src/components/Filters/Filters.jsx 100% <100%> (ø)
src/components/Account/Account.jsx 100% <100%> (ø)
src/components/SearchFilter/SearchFilter.jsx 100% <100%> (ø)
src/components/Account/PasswordManagement.jsx 100% <100%> (ø)
src/components/Account/ManagementAccount.jsx 100% <100%> (ø)
src/components/SocialFeed/SocialFeed.jsx 100% <100%> (ø)
src/components/BreadcrumbRoute/BreadcrumbRoute.jsx 100% <100%> (ø)
... and 48 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c9f26ce...9c0ba95. Read the comment docs.

@renatobenks-zz renatobenks-zz changed the title APP-02 - Desenvolver o layout base do app APP-02 - Desenvolver todo o base do app Apr 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant