Skip to content

Marko19907/Zip-Code-Register

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zip-Code-Register

This project is the "Programming 2" (IDATA2001) exam 2021.
The project counts towards 60% of the final grade in the subject "Programing 2".

Java CI with Maven

Task requirements (written as user stories):

  • As a user, I should be able to look up a postcode and find out which post office in which municipality has this zip code.
    Advanced: As a user I should be able to search for all or parts of one zip code.
  • As a user, I should be able to find which postcode a postal address has.
    Advanced: As a user should I should be able to search all or part of a postal place (does not distinguish between uppercase and lowercase letters).
  • As a user I want to see the whole list of postcodes (with postal city and municipality). I must be able to move up and down in the list (scroll) if there are more items in the list than there is room for in the window.

Additions marked as "Advanced" allowed you to display skills beyond the minimum requirements.


The inheritance task can be found here: /src/main/java/no/ntnu/mappe3/marko/zipCodeRegister/inheritanceTask/

The evaluation criteria in English can be found here
And the original evaluation criteria in Norwegian can be found here