GithubHelp home page GithubHelp logo

website's Introduction

Desenvolvimento

DreamSaved

(PROJETO ABANDONADO)

Equipe DreamSaved

  • Giovanni
  • Emannuel
  • Armando
  • Joanderson
  • Allan

Github e Trello

Vamos usar o Github para fazer o versionamento de código, que consiste em hospedar todo o código do projeto em um repositório privado, com isso conseguimos hospedar todas as versões do código sem nenhuma dor de cabeça, com as branch’s Master (código final) e Develop (código de desenvolvimento), nós vamos codar tudo em novas branch’s, exemplo: backend-criacao-de-login, feito isso, vamos analisar essa Pull-Request e ver se não existe nenhum erro, se estiver tudo bem, o seu código vai para a Develop, quando tudo estiver testado e funcionando nós mandamos para a Master, com isso temos o controle do código, desde bug até o código limpo.

Basicamente é isso, vou listar alguns artigos para vocês entenderem melhor.

Trello (https://www.desenvolvimentoagil.com.br/scrum/)

Github/Gitlab (https://imasters.com.br/agile/fluxo-de-desenvolvimento-com-gitflow)

Semantic Commit Messages

Semantic Commit Messages é uma opção que podemos adotar para organizar os commit's, padrões:

  • feat: (new feature for the user, not a new feature for build script)
  • fix: (bug fix for the user, not a fix to a build script)
  • docs: (changes to the documentation)
  • style: (formatting, missing semi colons, etc; no production code change)
  • refactor: (refactoring production code, eg. renaming a variable)
  • test: (adding missing tests, refactoring tests; no production code change)

Exemplo:

feat: Upload de imagem dashboard
fix: Erro na hora de logar

Semantic (https://gist.github.com/joshbuchea/6f47e86d2510bce28f8e7f42ae84c716)

Eslint

Isso ainda vai ser definido, mas por enquanto por padrão vamos usar o Eslint Airbnb.

Eslint (https://www.npmjs.com/package/eslint-config-airbnb)

website's People

Contributors

gdois avatar loxt avatar armandovinicius avatar scraggy1 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.