Open yixianggg opened 1 week ago
No details provided by team.
[The team marked this bug as a duplicate of the following bug]
Names of concert can have nonalphanumeric characters in real life but application does not allow
Many concerts have nonalphanumeric characters as their concert name due to creative/aesthetics reason. However, the application does not allow that to be reflected which I believe is a Feature Flaw since it does not allow the app to capture the name of concert as intended.
[original: nus-cs2103-AY2425S1/pe-interim#3352] [original labels: severity.Medium type.FeatureFlaw]
[This is the team's response to the above 'original' bug]
Hi, thanks for the feedback! We understand that the application not capturing the name of concert as intended is indeed a
FeatureFlaw
.We believe that this can be considered
Response.NotInScope
for 3 different reasons.
Concert Organisers do not need the exact name of the concert to identify a concert. For instance,
Fiji Blue: The "Glide" Tour Asia
can still be recognised even when its name is modified toFiji Blue The Glide Tour Asia
. Since concerts can still be added without the use of special characters and without lost of information, we believe that users will still be able to use our App and we left it as such for the current iteration.Due to time constraints for the TP, fixing the name to be in an OOP manner was of a lower priority and we stuck to using the same constraints.
Lastly, we mentioned that this is something that will be worked on and improved in the next iteration.
Items for the Tester to Verify
:question: Issue duplicate status
Team chose to mark this issue as a duplicate of another issue (as explained in the Team's response above)
Reason for disagreement: [replace this with your explanation]
As seen from the screenshot, the validation check for concert name seems to be the same as for person name, only allowing alphanumeric characters and spaces. This may have been something that was overlooked.
In reality, concert names differ greatly from person names, and can take many different ways of naming. Just search upcoming concerts in Singapore and one can view the upcoming concerts, where many (most in fact) are named with some special characters.
Here are a list of a few, whose names would have been disallowed: Fiji Blue: The "Glide" Tour Asia DAY6 3RD WORLD TOUR in SINGAPORE
Porter Robinson SMILE! :D World Tour
Charlie Puth Presents "Something New"
MAYDAY #5525 LIVE TOUR IN SINGAPORE
The team could explore implementing a different validation check for concert names.