GithubHelp home page GithubHelp logo

ohtuminiprokkis's Introduction

Ohtuminiprojekti

GitHub Actions

Product backlog

täällä

Definition of Done

Valmiissa ohjelmistossa määritellyt vaatimukset on analysoitu, suunniteltu, ohjelmoitu, testattu, dokumentoitu, integroitu muuhun ohjelmaan ja se on viety tuotantoympäristöön.

  • user storyt testattu monipuolisesti
  • ohjelma läpäisee CI:n, testikattavuus vähintään 70 %
  • koodi on selkeää ja ylläpidettävää
  • koodi on yhtenäistä ja noudattaa pylintissä määriteltyä tyyliä
  • product backlog ja sprint backlog ovat ajan tasalla

Ohjelma on analysoitu sekä suunniteltu ryhmässä ennen ensimmäistä sprinttiä. Sen jälkeen ohjelmasta on ohjelmoitu minimum viable product eli MVP, mikä on dokumentoitu DocString periaatteiden mukaisesti. Ohjelmaan on myös toteutettu testejä.

Tällä hetkellä

  • Ohjelmassa on tietokantayhteys.
  • Lukuvinkki tallentuu tietokantaan.
  • Ohjelmassa on tekstipohjainen komentorivikäyttöliittymä lukuvinkin lisäystä varten.
  • Käyttöliittymä lukee käyttäjän syötettä.
  • Lukuvinkki on toteutettu omana luokkanaan.
  • Lukuvinkkit voi tulostaa tietokannasta.
  • Ohjelman testaus on aloitettu.

Asennus

Asenna riippuvuudet komennolla:

poetry install

Komennot

Ohjelma

Komennot suoritetaan virtuaaliympäristössä komennolla:

poetry shell

Ohjelma suoritetaan komennolla:

python3 src/main.py

Testaus

Testit suoritetaan komennolla:

pytest src

Pylint

Pylint raportti saadaan komennolla:

pylint src

Coverage

Coverage raportti saadaan komennolla:

coverage run --branch -m pytest; coverage html

Tämän hetkinen testikattavuus: Näyttökuva 2021-12-9 kello 14 15 08

ohtuminiprokkis's People

Contributors

d3lux3 avatar eevahanka avatar hzville avatar ilrm123 avatar nikpaa avatar seirepo 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.