Coder Social home page Coder Social logo

ruusukivi / bestreads Goto Github PK

View Code? Open in Web Editor NEW

This project forked from branuz/bestreads

0.0 0.0 0.0 279 KB

Project in Software Production course

Home Page: https://ohjelmistotuotanto-hy.github.io/

License: MIT License

Gherkin 6.24% Java 93.76%
agile-methodologies java teamwork

bestreads's Introduction

Bestreads

GitHub Actions codecov

Release

Instructions

To run the application write the following command.

./gradlew run

To run the tests write with the following command.

./gradlew test

To run the checkstyles write the following command.

./gradlew checkstyleMain

To run the jacoco report write the following command.

./gradlew jacocoTestReport

Features

BestReads is designed for storing and searching reading tips. The Java based program is used via terminal. Tips are stored into a database (SQLite). Tips can be exported and imported.

  • User can add a reading tip with a title, an url and related tags (write command "1")
  • User can list all the tips she has added (write command "2")
  • User can delete a tip by giving the id (write command "3")
  • User can fuzzy search tips by title (write command "4")
  • User can search tips by a tag (write command "5")
  • User can export tips to a json file (write command "6")
  • User can import tips to a json file (write command "7")
  • User can exit the program (write command "0")

image

Product Backlog

BestReads product backlog

Definition of Done

  • The acceptance criteria of the user story are met.
  • The functionality has been designed to be a logical part of the software.
  • Tests for the new functionality have been written.
  • Unit tests and integration tests have been passed.
  • Code coverage of tests is at least 85 %.
  • The new functionality has been manually tested by the programmer.
  • The functionality has been documented.
    • JavaDoc
    • Significant new functionality should be documented in README
  • Changes have been pushed to GitHub.

BurnDown Charts

BestReads BurnDown

image

image

image

Final report of the project

Team's final report

bestreads's People

Contributors

branuz avatar jani-e avatar jatufin avatar oskari83 avatar ruusukivi avatar ylireetta 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.