Ask Lemmy
A Fediverse community for open-ended, thought provoking questions
Rules: (interactive)
1) Be nice and; have fun
Doxxing, trolling, sealioning, racism, and toxicity are not welcomed in AskLemmy. Remember what your mother said: if you can't say something nice, don't say anything at all. In addition, the site-wide Lemmy.world terms of service also apply here. Please familiarize yourself with them
2) All posts must end with a '?'
This is sort of like Jeopardy. Please phrase all post titles in the form of a proper question ending with ?
3) No spam
Please do not flood the community with nonsense. Actual suspected spammers will be banned on site. No astroturfing.
4) NSFW is okay, within reason
Just remember to tag posts with either a content warning or a [NSFW] tag. Overtly sexual posts are not allowed, please direct them to either [email protected] or [email protected].
NSFW comments should be restricted to posts tagged [NSFW].
5) This is not a support community.
It is not a place for 'how do I?', type questions.
If you have any questions regarding the site itself or would like to report a community, please direct them to Lemmy.world Support or email [email protected]. For other questions check our partnered communities list, or use the search function.
Reminder: The terms of service apply here too.
Partnered Communities:
Logo design credit goes to: tubbadu
view the rest of the comments
These kind of tags are supported in all kinds of note taking apps. I don’t think it would be an Hercularian task to achieve it.
Don't underestimate the legacy code. There's a reason we avoid it.
I’m not sure how much legacy code is written for contact apps in smartphones. But given the amount of tweaks and changes apple and Google make in each of their releases I would expect they wouldn’t have any problem integrating this feature.
Also you mentioned legacy code, but why T9 dialing isn’t a thing anymore coz that would be available if they were simply extending from legacy codebase.
I was just making a joke. Hopefully, those apps are not like the hardcoded messes that I've had to deal with before.
You're right, it's almost trivial.
But as someone who designs software I don't immediately see any additional functionality. I'd like to understand the benefit to see if I want to incorporate the feature sometime
Alright I’ll provide a use case scenario. I wanted to this functionality when I was in uni where a lot of my contacts had more than one role to play and I had trouble remembering all the roles my contact would have. Let’s say one of my contact was my coursemate but also worked in organizing committee of an event. I knew other members of the organizing comittee as well. So in the event that I needed to share an information with the entire organizing committee, I needed to remember committee list members instead of software helping me. And what about another contact who also part of the event but was on a different team like Public Relations. You could say just another tag would suffice no need for nested ones. But this kind of events happens multiple times and I would have to create multiple tags for multiple events (instead of nesting) and it becomes cumbersome managing the list.
That's awesome. I'd like to investigate it more...
You have the following contacts:
How would you like to tag them?
Let’s say I have 4 contacts A,B,C&D
A is both a course x mate and committee member for event 1 So tags for A are /batch20xx/course_x/ /event1/OC/
B is senior of course x and also a committee member so tags for B are /batch20xy/course_x/ /event1/OC/
C is a batch mate but on a different course y and also part of committee member and tags are /batch20xx/course_y/ /event1/OC/
D is also a batch mate and course mate but is in PR So their tags are /batch20xx/course_x/ /event1/PR/
I hope this helps.