AY2425S1-CS2103T-F09-2 / tp

MIT License
1 stars 5 forks source link

Add parser for telegram username #63

Closed cshao02 closed 6 days ago

cshao02 commented 6 days ago

For #56

Enabled parsing for (T/) tag instead of (t/) tag as (t/) is still reserved for optional tags for now

Added backend logic of storing telegram username to model and storage, as well as retrieving it from json on startup

Added telegram username to GUI beside the name of the contact

Things to work on