Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release checklist #248

Open
4 of 10 tasks
martinbonnin opened this issue Apr 9, 2024 · 2 comments
Open
4 of 10 tasks

Release checklist #248

martinbonnin opened this issue Apr 9, 2024 · 2 comments

Comments

@martinbonnin
Copy link
Contributor

martinbonnin commented Apr 9, 2024

Umbrella issue for the high level stuff to keep track of:

@enthuan
Copy link
Collaborator

enthuan commented Apr 14, 2024

I have experimented things for the deeplinks. The problem is that I can't find the web anchor for a specific session. It works on an arbitrary URL such as "https://androidmakers.droidcon.com/agenda/sessionID" but these URLs don't exist :'(

@martinbonnin
Copy link
Contributor Author

@enthuan yea, that's a pita... One solution I can offer is to redirect to the home page of the web does not support a given url scheme. For this, we'd have to use androidmakers.fr as a domain:

  • https://androidmakers.fr/speaker/${speakerId} => https://androidmakers.droidcon.com/${speakerId}
  • https://androidmakers.fr/session/${sessionId} => https://androidmakers.droidcon.com/agenda/

Not great. But I think that'd work nicely for people with the app installed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants