mobile-topwr icon indicating copy to clipboard operation
mobile-topwr copied to clipboard

feat(radio-luz): deeplink to sci club details

Open MarmoPL opened this issue 1 month ago • 1 comments

Honestly, this is the only approach I could come up with. Other solutions would require deep modifications to other components. The only issue I foresee is if the ID changes on the backend. Potential workarounds:

  • Add a remote config for the ID (maybe dynamically linking it to an input on the frontend via a special button or tag?).
  • Store the info in a static file (issue: can't be changed remotely).
  • Search by name through the list of science clubs by name to get the ID (issue: potential latency/long loading times, and might fail in some cases).
  • Create custom deep links for specific clubs (fetch clubs on app launch, generate links based on some tag (name?), and ensure the Radio Luz link remains static).

That’s all I can think of right now, though maybe there is a solution available that I’m not aware of. Let me know what you think


[!IMPORTANT] Add deep link to navigate to specific science club details in RadioLuzSocialsSection.

  • Behavior:
    • Adds deep link to specific science club in RadioLuzSocialsSection.
    • Updates onTap in RadioLuzSocialsSection to navigate to science club details if inApp is true.
  • Data Structure:
    • Modifies SocialIconData typedef to include inApp and ScienceClub? circle.
    • Updates _socialIconsData list to include a new entry for in-app navigation to a science club.
  • Misc:
    • Imports branch.dart, navigation_commands.dart, sci_club_type.dart, and science_clubs.dart for new functionality.

This description was created by Ellipsis for 037a6fec2ba3410d9f730d819b9c2612fccadadb. You can customize this summary. It will automatically update as commits are pushed.

MarmoPL avatar Nov 30 '25 23:11 MarmoPL

Here's what it looks like Screenshot_20251201-004226060.jpg

MarmoPL avatar Nov 30 '25 23:11 MarmoPL

i like how it looks 😃 what do you think about placing it in the center (beetwen YT i IG) or not the best idea?

odominiak avatar Dec 06 '25 17:12 odominiak

It looks better when centered 😊 Screenshot_20251208_163353

MarmoPL avatar Dec 08 '25 15:12 MarmoPL