https://github.com/marko19907/zip-code-register
Programming 2 (IDATA2001) exam 2021
https://github.com/marko19907/zip-code-register
exam inheritance java javafx maven mvc-architecture unit-testing zipcodes
Last synced: 9 months ago
JSON representation
Programming 2 (IDATA2001) exam 2021
- Host: GitHub
- URL: https://github.com/marko19907/zip-code-register
- Owner: Marko19907
- Created: 2021-05-13T17:01:50.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-02T10:15:38.000Z (over 4 years ago)
- Last Synced: 2025-02-17T03:30:19.506Z (12 months ago)
- Topics: exam, inheritance, java, javafx, maven, mvc-architecture, unit-testing, zipcodes
- Language: Java
- Homepage:
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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".
[](https://github.com/Marko19907/Zip-Code-Register/actions/workflows/maven.yml)
### Task requirements (written as user stories):
* [x] 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.
* [x] 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).
* [x] 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/](https://github.com/Marko19907/Zip-Code-Register/tree/main/src/main/java/no/ntnu/mappe3/marko/zipCodeRegister/inheritanceTask)
The evaluation criteria in English can be found [here](https://github.com/Marko19907/Zip-Code-Register/blob/main/doc/Evaluation%20criteria%20-%20English.md)
And the original evaluation criteria in Norwegian can be found [here](https://github.com/Marko19907/Zip-Code-Register/blob/main/doc/Evaluation%20criteria%20-%20Norwegian.md)