AY2122S2-CS2103T-T09-3 / tp

MIT License
0 stars 4 forks source link

[Bug] Limit Name to 500 Characters. #314

Closed aweijun closed 2 years ago

aweijun commented 2 years ago

Details

Similar to the issue with Tag, Name allows unlimited characters which would cause the system to lag. This is a ridiculously large number of characters so I think it should not happen under normal circumstances. But to be safe, I propose we fix it by limiting it as well.

Solution

Limit it to 500 Characters.

ghost commented 2 years ago

Yes. we should limit that too!

arcornior commented 2 years ago

Nice catch! Do remember to update the UG too!