this post was submitted on 17 Dec 2023
193 points (96.2% liked)

Ask Lemmy

26279 readers
1941 users here now

A Fediverse community for open-ended, thought provoking questions


Rules: (interactive)


1) Be nice and; have funDoxxing, 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 spamPlease do not flood the community with nonsense. Actual suspected spammers will be banned on site. No astroturfing.


4) NSFW is okay, within reasonJust 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:

Tech Support

No Stupid Questions

You Should Know

Reddit

Jokes

Ask Ouija


Logo design credit goes to: tubbadu


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 9 months ago* (last edited 9 months ago) (2 children)

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.

[–] [email protected] 3 points 9 months ago (1 children)

Don't underestimate the legacy code. There's a reason we avoid it.

[–] [email protected] 1 points 9 months ago (1 children)

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.

[–] [email protected] 1 points 9 months ago

I was just making a joke. Hopefully, those apps are not like the hardcoded messes that I've had to deal with before.

[–] [email protected] 2 points 9 months ago (1 children)

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

[–] [email protected] 2 points 9 months ago* (last edited 9 months ago) (1 children)

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.

[–] [email protected] 1 points 9 months ago* (last edited 9 months ago) (1 children)

That's awesome. I'd like to investigate it more...

You have the following contacts:

  • coursemate
  • commiteemember1
  • commiteemember2
  • commiteemember3
  • prguy

How would you like to tag them?

[–] [email protected] 1 points 9 months ago

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.