Projeto de Engenharia de Software 2 - Grupo 4 - Universidade Federal Fluminense
- Breno Santos
- Luciano Hanna
- Patrick Pissurno
- Vinicius Valle
- João Pedro Alvim
- GitHub
- ZenHub
- IntelliJ IDEA (opcional, mas recomendada)
- Metodologia Scrum
- Duração da Sprint: 1 semana
- Clonar o repositório
- Instalar Java SDK 8
- Extensão do ZenHub para Chrome ou Firefox
- Pegar issue para resolver via ZenHub (não esquecendo de mover para In Progress)
- Colocar comentário na issue para medir o tempo gasto (pode ser a duração diretamente ou a hora que começou, a hora que pausou e a hora que terminou de trabalhar na issue)
- Notificar os demais membros da equipe via Telegram de quais arquivos você irá alterar (para facilitar resolução de conflitos de merge)
- Não dar push para a branch master (GitHub.com) enquanto seu código não estiver funcional (alternativa: criar uma branch ou fazer coisas pequenas e testáveis direto no master)
- Testar a funcionalidade básica antes de jogar para o master
- Caso qualquer bug surja, escrever caso de teste que impeça que ele retorne futuramente
- Ao final de uma feature, gerar build (.jar) e fazer upload para o GitHub Releases
- Fechar Issue e mover para Done no ZenHub
- Clique aqui para baixar a última versão.
MIT License
Copyright (c) 2019 Breno Santos, João Pedro Alvim, Luciano Hanna, Patrick Pissurno, Vinicius Valle
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.