Skip to content

Grafični prikaz tečajev valut s podatki Banke Slovenije.

Notifications You must be signed in to change notification settings

Glusk/tecajnica

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tečajnica

Build Status

LoC Hits-of-Code

Moja rešitev testne naloge podjetja irose.

Naloga

Napiši program, ki za poljubno izbrano časovno obdobje iz podatkovne baze, izpiše tečajnico za izbrane valute, poleg tabelaričnega izpisa naj se izriše še graf. Dodatna funkcionalnost naj bo še izračun oportunitetnih zaslužkov/izgub med dvema poljubno izbranima valutama za poljubno izbrani termin iz podatkovne baze.

Kot vir vrednosti podatkovne baze naj se uporabi tečajna lista BSI (Prenos časovnih serij od 2007 http:https://www.bsi.si/_data/tecajnice/dtecbs-l.xml)

Program naj bo napisan v programskem jeziku Java, brez nepotrebnih odvisnosti, vsebovati mora prevajalno skripto, zaželjen je Maven, lahko tudi ANT. Program mora biti zapakiran v arhivsko datoteko, ki omogoča uporabniku prijazno izvajanje.

Install

Requirements:

  • Java 8 (Oracle JRE)

Fetch the latest release *.jar file and double-click to run.

If that doesn't work, run the program from the command line:

java -jar tecajnica-<LATEST_RELEASE_TAG>.jar

Releases

Use the release script with the following arguments:

  1. release - the next release version

  2. snapshot - the next snapshot version

  3. dryRun (optional) - if set to true, the changes will not be pushed to the remote repository

Example:

./release.sh 0.1.1 0.1.2-SNAPSHOT