In the DG, there are several places which still links to the AB3 code in the SE-EDU repo.
For example, in the UI Component section, UI.java file correctly links to the team's repo, but MainWindow and MainWindow.fxml still link back to AB3.
This may be confusing for new developers who are onboarding to the codebase as the AB3 code in the SE-EDU repo is different from what is being described in the DG (in fact, different from what is drawn in the UML diagram directly above)
I put this as low severity because I think it would not be too difficult for a developer to realize the error, though it would cause some minor inconveniences during the onboarding process.
In the DG, there are several places which still links to the AB3 code in the SE-EDU repo.
For example, in the UI Component section,
UI.java
file correctly links to the team's repo, butMainWindow
andMainWindow.fxml
still link back to AB3.This may be confusing for new developers who are onboarding to the codebase as the AB3 code in the SE-EDU repo is different from what is being described in the DG (in fact, different from what is drawn in the UML diagram directly above)
I put this as low severity because I think it would not be too difficult for a developer to realize the error, though it would cause some minor inconveniences during the onboarding process.
[original: nus-cs2103-AY2425S1/pe-interim#2854] [original labels: severity.Low type.DocumentationBug]