Open nus-se-script opened 6 months ago
This is an intended feature, and I want to explain why this is better than the alternative of closing the window.
The window is meant to be an extension of the main window, not used for efficiency but for reasons related to Ease of Reading (1 entry in the whole page, bigger font size) for any entry.
It's purpose is not isolated in viewing a singular internship, but meant for viewing many different internships across the user's session.
As such, it should stay open and locked in a position until explicitly closed by the user.
^(This is similar to the explanation for bug issue #4783)
For a user, whenever he clicks a new internship, if the app opens a new window each time, the screen would end up being super cluttered with information overload. This defeats our value proposition in the first place, to create a simple view for the user to manage his/her internships.
That is why we decided on making only 1 valid instance of Detailed View Window open at one time, clicking on an internship would replace the internship in the Detailed View Window.
Thus, I believe this is not a valid feature flaw as explained above, the current implementation is more beneficial.
--
As a person applying for internships, I may want to open multiple detailed internship views to compare the internships which I'm applying to
[original: nus-cs2103-AY2324S2/pe-interim#4219] [original labels: severity.Low type.FeatureFlaw]