-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add functionality that allows users to send links to specific dates and/or events #127
Comments
I think we'll need to introduce react router to the project, that way we can use event UID in the shareable URL, and parse the URL to access the event. Is there any other way to access route params/query apart from using react router? |
Hi everyone. Just wanted to put a little background in here.
|
This might be the same as issue #106 |
Lets use React Router. There are ways to access the route info in plain JS, but React Router makes it easier to deal with. |
Thanks @mimiflynn and @gautamjuyal for the input, are you planning to work on a poc? Agreed that this is a dup of #106, I'd suggest to keep the conversation here, but update the description of the issue here with the contents of #106, plus the content posted by @winmorgan. |
Yes, I'm planning to work on it. I'll post here in case there is any blocker. |
I added tasks in alignment with the description from #106 which I'm including below "Deeplinks" are url parameters that enable a user to share a view state. Consistent deeplinks should be available for the following view states: month view |
Thanks @gautamjuyal ! |
@gautamjuyal Any update on this? thanks for taking it on. |
Sorry about the delay. I haven't made any progress on it yet. Are you planning to pick this up? |
@gautamjuyal I don't have the necessary skills to pick this one up. My background is less coding and more marketing / data analytics & strategy. |
@winmorgan not a problem at all. I'll see if I can do anything on this issue. |
The ability to create links that point to specific events and/or dates would be very useful as it can be hard to parse through the calendar to find an event.
Tasks
The text was updated successfully, but these errors were encountered: