Assignment title: Information
COIT20258
Phase 1: Initial Implementation (Total = 20 marks)
Student: s0254905 Kiranmai Bandarapu
Marker: Ahmedi Azra
Criteria Marks
Feedback
Application class 1/2 Not creating any objects Nor injecting objects.
Just starting the Dummy GUI.
Model + interface classes 0/3 Prepared statements not Implemented and No logic ie No methods at all. No Exit Option- application does not exit and also unable to connect to db as it has not been implemented.
View + interface classes 1/3 In interface IView (public String display(String s); this method should return Void Not String)
No logic as per conformance to specification in SingleMaltView Class java file.
Clear logic not implemented as per the spec and
No Exit button created in GUI Design nor the logic,
GUI Design Display created without logic ones executed just Displays the dummy Design layout.
Presenter class 0/3 Ones again No logic as per the Specification implemented in public Class SingleMaltPresenter java file. Only skeleton is created
Layer interactions (Application/MVP, V/P, P/M, M/database) 0/4 Application/MVP,
V/P, P/M, M/database
Layer interactions Not Implemented.
Source code documentation / variable naming / code layout 0/2 default GUI Builder names not changed
inline comments are non-existent / minimal
Package structure 1/1 As per diagram in design document.
Acceptance tests (0 if any test fails) 0/2 Cannot be Tested as Not an executable Project as there is No logic in any of the java Class files.
Less late penalty (1 mark / day or part of a day): -5 (4 days 12 hours late)
Total: 0/20
Comments: Program does not use JavaDB and No Logic Implemented as per the Specifications in none of the java Class files. When compile / run Just Displays the GUI.