jevancjk / ICT2201-P1-4

0 stars 0 forks source link

Restrospective M2 #65

Open joash2808 opened 1 year ago

jevancjk commented 1 year ago

Minutes taken for M2 retrospective:

Component diagram cannot call it database authentication wont be every component dont put everything in the application box which components interact with accountmanagement or jobmanagement client is browser, web pages, jsp etc html css js are all front end the component diagram was actually server side but we put as application(client side) which is wrong class can have 10 methods but only 5 are exposed for the world to use, thats why must implement interface

Sequence diagrams talk to database, use sql statement, return result record to simply things, put 'return success/fail/whatever thing' for all the returning stuff

Class diagram an interface class can only be implemented by ONE component, any other component connecting, change to 'uses' change the private/public accordingly