feat(radio-luz): deeplink to sci club details
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
onTapinRadioLuzSocialsSectionto navigate to science club details ifinAppis true.- Data Structure:
- Modifies
SocialIconDatatypedef to includeinAppandScienceClub? circle.- Updates
_socialIconsDatalist to include a new entry for in-app navigation to a science club.- Misc:
- Imports
branch.dart,navigation_commands.dart,sci_club_type.dart, andscience_clubs.dartfor new functionality.This description was created by
for 037a6fec2ba3410d9f730d819b9c2612fccadadb. You can customize this summary. It will automatically update as commits are pushed.
Here's what it looks like
i like how it looks 😃 what do you think about placing it in the center (beetwen YT i IG) or not the best idea?
It looks better when centered 😊